AWSCognitoIdentityProviderDeleteUserPoolDomainRequest

Objective-C

@interface AWSCognitoIdentityProviderDeleteUserPoolDomainRequest

Swift

class AWSCognitoIdentityProviderDeleteUserPoolDomainRequest
  • The domain string. For custom domains, this is the fully-qualified domain name, such as auth.example.com. For Amazon Cognito prefix domains, this is the prefix alone, such as auth.

    Declaration

    Objective-C

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

    Swift

    var domain: String? { get set }
  • The user pool ID.

    Declaration

    Objective-C

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

    Swift

    var userPoolId: String? { get set }