CustomDomainAssociationState constructor

const CustomDomainAssociationState({
  1. Input<String?>? customDomainCertificateArn,
  2. Input<String?>? customDomainCertificateExpiryTime,
  3. Input<String?>? customDomainName,
  4. Input<String?>? region,
  5. Input<String?>? workgroupName,
})

Creates a new CustomDomainAssociationState. customDomainCertificateArn ARN of the certificate for the custom domain association. customDomainCertificateExpiryTime Expiration time for the certificate. customDomainName Custom domain to associate with the workgroup. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. workgroupName Name of the workgroup.

Implementation

const CustomDomainAssociationState({
  this.customDomainCertificateArn,
  this.customDomainCertificateExpiryTime,
  this.customDomainName,
  this.region,
  this.workgroupName,
});