AWSCognitoIdentityProviderCreateUserPoolDomainResponse
Objective-C
@interface AWSCognitoIdentityProviderCreateUserPoolDomainResponse
Swift
class AWSCognitoIdentityProviderCreateUserPoolDomainResponse
-
The Amazon CloudFront endpoint that you use as the target of the alias that you set up with your Domain Name Service (DNS) provider. Amazon Cognito returns this value if you set a custom domain with
CustomDomainConfig
. If you set an Amazon Cognito prefix domain, this operation returns a blank response.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable cloudFrontDomain;
Swift
var cloudFrontDomain: String? { get set }