ConnectionAliasState constructor
Creates a new ConnectionAliasState.
connectionString The connection string specified for the connection alias. The connection string must be in the form of a fully qualified domain name (FQDN), such as www.example.com.
ownerAccountId The identifier of the Amazon Web Services account that owns the connection alias.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
state The current state of the connection alias.
tags A map of tags assigned to the WorkSpaces Connection Alias. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
timeouts Optional.
Implementation
const ConnectionAliasState({
this.connectionString,
this.ownerAccountId,
this.region,
this.state,
this.tags,
this.tagsAll,
this.timeouts,
});