Documentation ¶
Index ¶
- type ConnectSettings
- type ConnectSettingsAttributes
- func (cs ConnectSettingsAttributes) AvailabilityZones() terra.SetValue[terra.StringValue]
- func (cs ConnectSettingsAttributes) ConnectIps() terra.SetValue[terra.StringValue]
- func (cs ConnectSettingsAttributes) CustomerDnsIps() terra.SetValue[terra.StringValue]
- func (cs ConnectSettingsAttributes) CustomerUsername() terra.StringValue
- func (cs ConnectSettingsAttributes) InternalRef() (terra.Reference, error)
- func (cs ConnectSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cs ConnectSettingsAttributes) InternalWithRef(ref terra.Reference) ConnectSettingsAttributes
- func (cs ConnectSettingsAttributes) SubnetIds() terra.SetValue[terra.StringValue]
- func (cs ConnectSettingsAttributes) VpcId() terra.StringValue
- type ConnectSettingsState
- type RadiusSettings
- type RadiusSettingsAttributes
- func (rs RadiusSettingsAttributes) AuthenticationProtocol() terra.StringValue
- func (rs RadiusSettingsAttributes) DisplayLabel() terra.StringValue
- func (rs RadiusSettingsAttributes) InternalRef() (terra.Reference, error)
- func (rs RadiusSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rs RadiusSettingsAttributes) InternalWithRef(ref terra.Reference) RadiusSettingsAttributes
- func (rs RadiusSettingsAttributes) RadiusPort() terra.NumberValue
- func (rs RadiusSettingsAttributes) RadiusRetries() terra.NumberValue
- func (rs RadiusSettingsAttributes) RadiusServers() terra.SetValue[terra.StringValue]
- func (rs RadiusSettingsAttributes) RadiusTimeout() terra.NumberValue
- func (rs RadiusSettingsAttributes) UseSameUsername() terra.BoolValue
- type RadiusSettingsState
- type VpcSettings
- type VpcSettingsAttributes
- func (vs VpcSettingsAttributes) AvailabilityZones() terra.SetValue[terra.StringValue]
- func (vs VpcSettingsAttributes) InternalRef() (terra.Reference, error)
- func (vs VpcSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (vs VpcSettingsAttributes) InternalWithRef(ref terra.Reference) VpcSettingsAttributes
- func (vs VpcSettingsAttributes) SubnetIds() terra.SetValue[terra.StringValue]
- func (vs VpcSettingsAttributes) VpcId() terra.StringValue
- type VpcSettingsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectSettings ¶
type ConnectSettings struct{}
type ConnectSettingsAttributes ¶
type ConnectSettingsAttributes struct {
// contains filtered or unexported fields
}
func (ConnectSettingsAttributes) AvailabilityZones ¶
func (cs ConnectSettingsAttributes) AvailabilityZones() terra.SetValue[terra.StringValue]
func (ConnectSettingsAttributes) ConnectIps ¶
func (cs ConnectSettingsAttributes) ConnectIps() terra.SetValue[terra.StringValue]
func (ConnectSettingsAttributes) CustomerDnsIps ¶
func (cs ConnectSettingsAttributes) CustomerDnsIps() terra.SetValue[terra.StringValue]
func (ConnectSettingsAttributes) CustomerUsername ¶
func (cs ConnectSettingsAttributes) CustomerUsername() terra.StringValue
func (ConnectSettingsAttributes) InternalRef ¶
func (cs ConnectSettingsAttributes) InternalRef() (terra.Reference, error)
func (ConnectSettingsAttributes) InternalTokens ¶
func (cs ConnectSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ConnectSettingsAttributes) InternalWithRef ¶
func (cs ConnectSettingsAttributes) InternalWithRef(ref terra.Reference) ConnectSettingsAttributes
func (ConnectSettingsAttributes) SubnetIds ¶
func (cs ConnectSettingsAttributes) SubnetIds() terra.SetValue[terra.StringValue]
func (ConnectSettingsAttributes) VpcId ¶
func (cs ConnectSettingsAttributes) VpcId() terra.StringValue
type ConnectSettingsState ¶
type ConnectSettingsState struct { AvailabilityZones []string `json:"availability_zones"` ConnectIps []string `json:"connect_ips"` CustomerDnsIps []string `json:"customer_dns_ips"` CustomerUsername string `json:"customer_username"` SubnetIds []string `json:"subnet_ids"` VpcId string `json:"vpc_id"` }
type RadiusSettings ¶
type RadiusSettings struct{}
type RadiusSettingsAttributes ¶
type RadiusSettingsAttributes struct {
// contains filtered or unexported fields
}
func (RadiusSettingsAttributes) AuthenticationProtocol ¶
func (rs RadiusSettingsAttributes) AuthenticationProtocol() terra.StringValue
func (RadiusSettingsAttributes) DisplayLabel ¶
func (rs RadiusSettingsAttributes) DisplayLabel() terra.StringValue
func (RadiusSettingsAttributes) InternalRef ¶
func (rs RadiusSettingsAttributes) InternalRef() (terra.Reference, error)
func (RadiusSettingsAttributes) InternalTokens ¶
func (rs RadiusSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RadiusSettingsAttributes) InternalWithRef ¶
func (rs RadiusSettingsAttributes) InternalWithRef(ref terra.Reference) RadiusSettingsAttributes
func (RadiusSettingsAttributes) RadiusPort ¶
func (rs RadiusSettingsAttributes) RadiusPort() terra.NumberValue
func (RadiusSettingsAttributes) RadiusRetries ¶
func (rs RadiusSettingsAttributes) RadiusRetries() terra.NumberValue
func (RadiusSettingsAttributes) RadiusServers ¶
func (rs RadiusSettingsAttributes) RadiusServers() terra.SetValue[terra.StringValue]
func (RadiusSettingsAttributes) RadiusTimeout ¶
func (rs RadiusSettingsAttributes) RadiusTimeout() terra.NumberValue
func (RadiusSettingsAttributes) UseSameUsername ¶
func (rs RadiusSettingsAttributes) UseSameUsername() terra.BoolValue
type RadiusSettingsState ¶
type RadiusSettingsState struct { AuthenticationProtocol string `json:"authentication_protocol"` DisplayLabel string `json:"display_label"` RadiusPort float64 `json:"radius_port"` RadiusRetries float64 `json:"radius_retries"` RadiusServers []string `json:"radius_servers"` RadiusTimeout float64 `json:"radius_timeout"` UseSameUsername bool `json:"use_same_username"` }
type VpcSettings ¶
type VpcSettings struct{}
type VpcSettingsAttributes ¶
type VpcSettingsAttributes struct {
// contains filtered or unexported fields
}
func (VpcSettingsAttributes) AvailabilityZones ¶
func (vs VpcSettingsAttributes) AvailabilityZones() terra.SetValue[terra.StringValue]
func (VpcSettingsAttributes) InternalRef ¶
func (vs VpcSettingsAttributes) InternalRef() (terra.Reference, error)
func (VpcSettingsAttributes) InternalTokens ¶
func (vs VpcSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VpcSettingsAttributes) InternalWithRef ¶
func (vs VpcSettingsAttributes) InternalWithRef(ref terra.Reference) VpcSettingsAttributes
func (VpcSettingsAttributes) SubnetIds ¶
func (vs VpcSettingsAttributes) SubnetIds() terra.SetValue[terra.StringValue]
func (VpcSettingsAttributes) VpcId ¶
func (vs VpcSettingsAttributes) VpcId() terra.StringValue
type VpcSettingsState ¶
Click to show internal directories.
Click to hide internal directories.