AWSCognitoIdentityProviderUpdateUserPoolDomainResponse

Objective-C

@interface AWSCognitoIdentityProviderUpdateUserPoolDomainResponse

Swift

class AWSCognitoIdentityProviderUpdateUserPoolDomainResponse

The UpdateUserPoolDomain response output.

  • The Amazon CloudFront endpoint that Amazon Cognito set up when you added the custom domain to your user pool.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable cloudFrontDomain;

    Swift

    var cloudFrontDomain: String? { get set }