DomainDescriptionType constructor

DomainDescriptionType({
  1. String? awsAccountId,
  2. String? cloudFrontDistribution,
  3. CustomDomainConfigType? customDomainConfig,
  4. String? domain,
  5. String? s3Bucket,
  6. DomainStatusType? status,
  7. String? userPoolId,
  8. String? version,
})

Implementation

DomainDescriptionType({
  this.awsAccountId,
  this.cloudFrontDistribution,
  this.customDomainConfig,
  this.domain,
  this.s3Bucket,
  this.status,
  this.userPoolId,
  this.version,
});