Documentation ¶
Index ¶
- type ComputeCapacity
- type ComputeCapacityAttributes
- func (cc ComputeCapacityAttributes) Available() terra.NumberValue
- func (cc ComputeCapacityAttributes) DesiredInstances() terra.NumberValue
- func (cc ComputeCapacityAttributes) InUse() terra.NumberValue
- func (cc ComputeCapacityAttributes) InternalRef() (terra.Reference, error)
- func (cc ComputeCapacityAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cc ComputeCapacityAttributes) InternalWithRef(ref terra.Reference) ComputeCapacityAttributes
- func (cc ComputeCapacityAttributes) Running() terra.NumberValue
- type ComputeCapacityState
- type DomainJoinInfo
- type DomainJoinInfoAttributes
- func (dji DomainJoinInfoAttributes) DirectoryName() terra.StringValue
- func (dji DomainJoinInfoAttributes) InternalRef() (terra.Reference, error)
- func (dji DomainJoinInfoAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (dji DomainJoinInfoAttributes) InternalWithRef(ref terra.Reference) DomainJoinInfoAttributes
- func (dji DomainJoinInfoAttributes) OrganizationalUnitDistinguishedName() terra.StringValue
- type DomainJoinInfoState
- type VpcConfig
- type VpcConfigAttributes
- func (vc VpcConfigAttributes) InternalRef() (terra.Reference, error)
- func (vc VpcConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (vc VpcConfigAttributes) InternalWithRef(ref terra.Reference) VpcConfigAttributes
- func (vc VpcConfigAttributes) SecurityGroupIds() terra.ListValue[terra.StringValue]
- func (vc VpcConfigAttributes) SubnetIds() terra.ListValue[terra.StringValue]
- type VpcConfigState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComputeCapacity ¶
type ComputeCapacity struct { // DesiredInstances: number, required DesiredInstances terra.NumberValue `hcl:"desired_instances,attr" validate:"required"` }
type ComputeCapacityAttributes ¶
type ComputeCapacityAttributes struct {
// contains filtered or unexported fields
}
func (ComputeCapacityAttributes) Available ¶
func (cc ComputeCapacityAttributes) Available() terra.NumberValue
func (ComputeCapacityAttributes) DesiredInstances ¶
func (cc ComputeCapacityAttributes) DesiredInstances() terra.NumberValue
func (ComputeCapacityAttributes) InUse ¶
func (cc ComputeCapacityAttributes) InUse() terra.NumberValue
func (ComputeCapacityAttributes) InternalRef ¶
func (cc ComputeCapacityAttributes) InternalRef() (terra.Reference, error)
func (ComputeCapacityAttributes) InternalTokens ¶
func (cc ComputeCapacityAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ComputeCapacityAttributes) InternalWithRef ¶
func (cc ComputeCapacityAttributes) InternalWithRef(ref terra.Reference) ComputeCapacityAttributes
func (ComputeCapacityAttributes) Running ¶
func (cc ComputeCapacityAttributes) Running() terra.NumberValue
type ComputeCapacityState ¶
type DomainJoinInfo ¶
type DomainJoinInfo struct { // DirectoryName: string, optional DirectoryName terra.StringValue `hcl:"directory_name,attr"` // OrganizationalUnitDistinguishedName: string, optional OrganizationalUnitDistinguishedName terra.StringValue `hcl:"organizational_unit_distinguished_name,attr"` }
type DomainJoinInfoAttributes ¶
type DomainJoinInfoAttributes struct {
// contains filtered or unexported fields
}
func (DomainJoinInfoAttributes) DirectoryName ¶
func (dji DomainJoinInfoAttributes) DirectoryName() terra.StringValue
func (DomainJoinInfoAttributes) InternalRef ¶
func (dji DomainJoinInfoAttributes) InternalRef() (terra.Reference, error)
func (DomainJoinInfoAttributes) InternalTokens ¶
func (dji DomainJoinInfoAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DomainJoinInfoAttributes) InternalWithRef ¶
func (dji DomainJoinInfoAttributes) InternalWithRef(ref terra.Reference) DomainJoinInfoAttributes
func (DomainJoinInfoAttributes) OrganizationalUnitDistinguishedName ¶
func (dji DomainJoinInfoAttributes) OrganizationalUnitDistinguishedName() terra.StringValue
type DomainJoinInfoState ¶
type VpcConfig ¶
type VpcConfig struct { // SecurityGroupIds: list of string, optional SecurityGroupIds terra.ListValue[terra.StringValue] `hcl:"security_group_ids,attr"` // SubnetIds: list of string, optional SubnetIds terra.ListValue[terra.StringValue] `hcl:"subnet_ids,attr"` }
type VpcConfigAttributes ¶
type VpcConfigAttributes struct {
// contains filtered or unexported fields
}
func (VpcConfigAttributes) InternalRef ¶
func (vc VpcConfigAttributes) InternalRef() (terra.Reference, error)
func (VpcConfigAttributes) InternalTokens ¶
func (vc VpcConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VpcConfigAttributes) InternalWithRef ¶
func (vc VpcConfigAttributes) InternalWithRef(ref terra.Reference) VpcConfigAttributes
func (VpcConfigAttributes) SecurityGroupIds ¶
func (vc VpcConfigAttributes) SecurityGroupIds() terra.ListValue[terra.StringValue]
func (VpcConfigAttributes) SubnetIds ¶
func (vc VpcConfigAttributes) SubnetIds() terra.ListValue[terra.StringValue]
type VpcConfigState ¶
Click to show internal directories.
Click to hide internal directories.