Documentation ¶
Index ¶
- type DeadLetterConfig
- type DeadLetterConfigAttributes
- func (dlc DeadLetterConfigAttributes) InternalRef() (terra.Reference, error)
- func (dlc DeadLetterConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (dlc DeadLetterConfigAttributes) InternalWithRef(ref terra.Reference) DeadLetterConfigAttributes
- func (dlc DeadLetterConfigAttributes) TargetArn() terra.StringValue
- type DeadLetterConfigState
- type Environment
- type EnvironmentAttributes
- func (e EnvironmentAttributes) InternalRef() (terra.Reference, error)
- func (e EnvironmentAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (e EnvironmentAttributes) InternalWithRef(ref terra.Reference) EnvironmentAttributes
- func (e EnvironmentAttributes) Variables() terra.MapValue[terra.StringValue]
- type EnvironmentState
- type EphemeralStorage
- type EphemeralStorageAttributes
- func (es EphemeralStorageAttributes) InternalRef() (terra.Reference, error)
- func (es EphemeralStorageAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (es EphemeralStorageAttributes) InternalWithRef(ref terra.Reference) EphemeralStorageAttributes
- func (es EphemeralStorageAttributes) Size() terra.NumberValue
- type EphemeralStorageState
- type FileSystemConfig
- type FileSystemConfigAttributes
- func (fsc FileSystemConfigAttributes) Arn() terra.StringValue
- func (fsc FileSystemConfigAttributes) InternalRef() (terra.Reference, error)
- func (fsc FileSystemConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (fsc FileSystemConfigAttributes) InternalWithRef(ref terra.Reference) FileSystemConfigAttributes
- func (fsc FileSystemConfigAttributes) LocalMountPath() terra.StringValue
- type FileSystemConfigState
- type TracingConfig
- type TracingConfigAttributes
- func (tc TracingConfigAttributes) InternalRef() (terra.Reference, error)
- func (tc TracingConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (tc TracingConfigAttributes) InternalWithRef(ref terra.Reference) TracingConfigAttributes
- func (tc TracingConfigAttributes) Mode() terra.StringValue
- type TracingConfigState
- 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.SetValue[terra.StringValue]
- func (vc VpcConfigAttributes) SubnetIds() terra.SetValue[terra.StringValue]
- func (vc VpcConfigAttributes) VpcId() terra.StringValue
- type VpcConfigState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeadLetterConfig ¶
type DeadLetterConfig struct{}
type DeadLetterConfigAttributes ¶
type DeadLetterConfigAttributes struct {
// contains filtered or unexported fields
}
func (DeadLetterConfigAttributes) InternalRef ¶
func (dlc DeadLetterConfigAttributes) InternalRef() (terra.Reference, error)
func (DeadLetterConfigAttributes) InternalTokens ¶
func (dlc DeadLetterConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DeadLetterConfigAttributes) InternalWithRef ¶
func (dlc DeadLetterConfigAttributes) InternalWithRef(ref terra.Reference) DeadLetterConfigAttributes
func (DeadLetterConfigAttributes) TargetArn ¶
func (dlc DeadLetterConfigAttributes) TargetArn() terra.StringValue
type DeadLetterConfigState ¶
type DeadLetterConfigState struct {
TargetArn string `json:"target_arn"`
}
type Environment ¶
type Environment struct{}
type EnvironmentAttributes ¶
type EnvironmentAttributes struct {
// contains filtered or unexported fields
}
func (EnvironmentAttributes) InternalRef ¶
func (e EnvironmentAttributes) InternalRef() (terra.Reference, error)
func (EnvironmentAttributes) InternalTokens ¶
func (e EnvironmentAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EnvironmentAttributes) InternalWithRef ¶
func (e EnvironmentAttributes) InternalWithRef(ref terra.Reference) EnvironmentAttributes
func (EnvironmentAttributes) Variables ¶
func (e EnvironmentAttributes) Variables() terra.MapValue[terra.StringValue]
type EnvironmentState ¶
type EphemeralStorage ¶
type EphemeralStorage struct{}
type EphemeralStorageAttributes ¶
type EphemeralStorageAttributes struct {
// contains filtered or unexported fields
}
func (EphemeralStorageAttributes) InternalRef ¶
func (es EphemeralStorageAttributes) InternalRef() (terra.Reference, error)
func (EphemeralStorageAttributes) InternalTokens ¶
func (es EphemeralStorageAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EphemeralStorageAttributes) InternalWithRef ¶
func (es EphemeralStorageAttributes) InternalWithRef(ref terra.Reference) EphemeralStorageAttributes
func (EphemeralStorageAttributes) Size ¶
func (es EphemeralStorageAttributes) Size() terra.NumberValue
type EphemeralStorageState ¶
type EphemeralStorageState struct {
Size float64 `json:"size"`
}
type FileSystemConfig ¶
type FileSystemConfig struct{}
type FileSystemConfigAttributes ¶
type FileSystemConfigAttributes struct {
// contains filtered or unexported fields
}
func (FileSystemConfigAttributes) Arn ¶
func (fsc FileSystemConfigAttributes) Arn() terra.StringValue
func (FileSystemConfigAttributes) InternalRef ¶
func (fsc FileSystemConfigAttributes) InternalRef() (terra.Reference, error)
func (FileSystemConfigAttributes) InternalTokens ¶
func (fsc FileSystemConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (FileSystemConfigAttributes) InternalWithRef ¶
func (fsc FileSystemConfigAttributes) InternalWithRef(ref terra.Reference) FileSystemConfigAttributes
func (FileSystemConfigAttributes) LocalMountPath ¶
func (fsc FileSystemConfigAttributes) LocalMountPath() terra.StringValue
type FileSystemConfigState ¶
type TracingConfig ¶
type TracingConfig struct{}
type TracingConfigAttributes ¶
type TracingConfigAttributes struct {
// contains filtered or unexported fields
}
func (TracingConfigAttributes) InternalRef ¶
func (tc TracingConfigAttributes) InternalRef() (terra.Reference, error)
func (TracingConfigAttributes) InternalTokens ¶
func (tc TracingConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TracingConfigAttributes) InternalWithRef ¶
func (tc TracingConfigAttributes) InternalWithRef(ref terra.Reference) TracingConfigAttributes
func (TracingConfigAttributes) Mode ¶
func (tc TracingConfigAttributes) Mode() terra.StringValue
type TracingConfigState ¶
type TracingConfigState struct {
Mode string `json:"mode"`
}
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.SetValue[terra.StringValue]
func (VpcConfigAttributes) SubnetIds ¶
func (vc VpcConfigAttributes) SubnetIds() terra.SetValue[terra.StringValue]
func (VpcConfigAttributes) VpcId ¶
func (vc VpcConfigAttributes) VpcId() terra.StringValue
type VpcConfigState ¶
Click to show internal directories.
Click to hide internal directories.