CustomDomainAssociationState class

Input properties used for looking up and filtering CustomDomainAssociation resources.

Constructors

CustomDomainAssociationState({Input<String?>? customDomainCertificateArn, Input<String?>? customDomainCertificateExpiryTime, Input<String?>? customDomainName, Input<String?>? region, 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.
const
CustomDomainAssociationState.fromMap(Map<String, dynamic> map)
factory

Properties

customDomainCertificateArn → Input<String?>?
ARN of the certificate for the custom domain association.
final
customDomainCertificateExpiryTime → Input<String?>?
Expiration time for the certificate.
final
customDomainName → Input<String?>?
Custom domain to associate with the workgroup.
final
hashCode int
The hash code for this object.
no setterinherited
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
workgroupName → Input<String?>?
Name of the workgroup.
final

Methods

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

Operators

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