AWSCognitoIdentityProviderDomainDescriptionType
Objective-C
@interface AWSCognitoIdentityProviderDomainDescriptionType
Swift
class AWSCognitoIdentityProviderDomainDescriptionType
A container for information about a domain.
-
The Amazon Web Services ID for the user pool owner.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable AWSAccountId;
Swift
var awsAccountId: String? { get set }
-
The Amazon CloudFront endpoint that you use as the target of the alias that you set up with your Domain Name Service (DNS) provider.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable cloudFrontDistribution;
Swift
var cloudFrontDistribution: String? { get set }
-
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderCustomDomainConfigType *_Nullable customDomainConfig;
Swift
var customDomainConfig: AWSCognitoIdentityProviderCustomDomainConfigType? { get set }
-
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 }
-
The Amazon S3 bucket where the static files for this domain are stored.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable s3Bucket;
Swift
var s3Bucket: String? { get set }
-
The domain status.
Declaration
Objective-C
@property (nonatomic) AWSCognitoIdentityProviderDomainStatusType status;
Swift
var status: AWSCognitoIdentityProviderDomainStatusType { get set }
-
The user pool ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable userPoolId;
Swift
var userPoolId: String? { get set }
-
The app version.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable version;
Swift
var version: String? { get set }