AWSCognitoIdentityProviderCustomDomainConfigType

Objective-C

@interface AWSCognitoIdentityProviderCustomDomainConfigType

Swift

class AWSCognitoIdentityProviderCustomDomainConfigType

The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.

Required parameters: [CertificateArn]

  • The Amazon Resource Name (ARN) of an Certificate Manager SSL certificate. You use this certificate for the subdomain of your custom domain.

    Declaration

    Objective-C

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

    Swift

    var certificateArn: String? { get set }