AWSCognitoIdentityProviderDescribeUserPoolDomainRequest
Objective-C
@interface AWSCognitoIdentityProviderDescribeUserPoolDomainRequest
Swift
class AWSCognitoIdentityProviderDescribeUserPoolDomainRequest
-
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 asauth
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable domain;
Swift
var domain: String? { get set }