DomainDescriptionType class

A container for information about a domain.

Constructors

DomainDescriptionType({String? awsAccountId, String? cloudFrontDistribution, CustomDomainConfigType? customDomainConfig, String? domain, String? s3Bucket, DomainStatusType? status, String? userPoolId, String? version})
DomainDescriptionType.fromJson(Map<String, dynamic> json)
factory

Properties

awsAccountId String?
The AWS account ID for the user pool owner.
final
cloudFrontDistribution String?
The ARN of the CloudFront distribution.
final
customDomainConfig CustomDomainConfigType?
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
final
domain String?
The domain string.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3Bucket String?
The S3 bucket where the static files for this domain are stored.
final
status DomainStatusType?
The domain status.
final
userPoolId String?
The user pool ID.
final
version String?
The app version.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited