Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataSource
- 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) SizeInGib() terra.NumberValue
- type EphemeralStorageState
- type InferenceAccelerator
- type InferenceAcceleratorAttributes
- func (ia InferenceAcceleratorAttributes) DeviceName() terra.StringValue
- func (ia InferenceAcceleratorAttributes) DeviceType() terra.StringValue
- func (ia InferenceAcceleratorAttributes) InternalRef() (terra.Reference, error)
- func (ia InferenceAcceleratorAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ia InferenceAcceleratorAttributes) InternalWithRef(ref terra.Reference) InferenceAcceleratorAttributes
- type InferenceAcceleratorState
- type PlacementConstraints
- type PlacementConstraintsAttributes
- func (pc PlacementConstraintsAttributes) Expression() terra.StringValue
- func (pc PlacementConstraintsAttributes) InternalRef() (terra.Reference, error)
- func (pc PlacementConstraintsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pc PlacementConstraintsAttributes) InternalWithRef(ref terra.Reference) PlacementConstraintsAttributes
- func (pc PlacementConstraintsAttributes) Type() terra.StringValue
- type PlacementConstraintsState
- type ProxyConfiguration
- type ProxyConfigurationAttributes
- func (pc ProxyConfigurationAttributes) ContainerName() terra.StringValue
- func (pc ProxyConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (pc ProxyConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pc ProxyConfigurationAttributes) InternalWithRef(ref terra.Reference) ProxyConfigurationAttributes
- func (pc ProxyConfigurationAttributes) Properties() terra.MapValue[terra.StringValue]
- func (pc ProxyConfigurationAttributes) Type() terra.StringValue
- type ProxyConfigurationState
- type Resource
- func (aetd *Resource) Attributes() awsEcsTaskDefinitionAttributes
- func (aetd *Resource) Configuration() interface{}
- func (aetd *Resource) DependOn() terra.Reference
- func (aetd *Resource) Dependencies() terra.Dependencies
- func (aetd *Resource) ImportState(state io.Reader) error
- func (aetd *Resource) LifecycleManagement() *terra.Lifecycle
- func (aetd *Resource) LocalName() string
- func (aetd *Resource) State() (*awsEcsTaskDefinitionState, bool)
- func (aetd *Resource) StateMust() *awsEcsTaskDefinitionState
- func (aetd *Resource) Type() string
- type RuntimePlatform
- type RuntimePlatformAttributes
- func (rp RuntimePlatformAttributes) CpuArchitecture() terra.StringValue
- func (rp RuntimePlatformAttributes) InternalRef() (terra.Reference, error)
- func (rp RuntimePlatformAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rp RuntimePlatformAttributes) InternalWithRef(ref terra.Reference) RuntimePlatformAttributes
- func (rp RuntimePlatformAttributes) OperatingSystemFamily() terra.StringValue
- type RuntimePlatformState
- type Volume
- type VolumeAttributes
- func (v VolumeAttributes) DockerVolumeConfiguration() terra.ListValue[VolumeDockerVolumeConfigurationAttributes]
- func (v VolumeAttributes) EfsVolumeConfiguration() terra.ListValue[VolumeEfsVolumeConfigurationAttributes]
- func (v VolumeAttributes) FsxWindowsFileServerVolumeConfiguration() terra.ListValue[VolumeFsxWindowsFileServerVolumeConfigurationAttributes]
- func (v VolumeAttributes) HostPath() terra.StringValue
- func (v VolumeAttributes) InternalRef() (terra.Reference, error)
- func (v VolumeAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (v VolumeAttributes) InternalWithRef(ref terra.Reference) VolumeAttributes
- func (v VolumeAttributes) Name() terra.StringValue
- type VolumeDockerVolumeConfiguration
- type VolumeDockerVolumeConfigurationAttributes
- func (dvc VolumeDockerVolumeConfigurationAttributes) Autoprovision() terra.BoolValue
- func (dvc VolumeDockerVolumeConfigurationAttributes) Driver() terra.StringValue
- func (dvc VolumeDockerVolumeConfigurationAttributes) DriverOpts() terra.MapValue[terra.StringValue]
- func (dvc VolumeDockerVolumeConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (dvc VolumeDockerVolumeConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (dvc VolumeDockerVolumeConfigurationAttributes) InternalWithRef(ref terra.Reference) VolumeDockerVolumeConfigurationAttributes
- func (dvc VolumeDockerVolumeConfigurationAttributes) Labels() terra.MapValue[terra.StringValue]
- func (dvc VolumeDockerVolumeConfigurationAttributes) Scope() terra.StringValue
- type VolumeDockerVolumeConfigurationState
- type VolumeEfsVolumeConfiguration
- type VolumeEfsVolumeConfigurationAttributes
- func (evc VolumeEfsVolumeConfigurationAttributes) AuthorizationConfig() terra.ListValue[VolumeEfsVolumeConfigurationAuthorizationConfigAttributes]
- func (evc VolumeEfsVolumeConfigurationAttributes) FileSystemId() terra.StringValue
- func (evc VolumeEfsVolumeConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (evc VolumeEfsVolumeConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (evc VolumeEfsVolumeConfigurationAttributes) InternalWithRef(ref terra.Reference) VolumeEfsVolumeConfigurationAttributes
- func (evc VolumeEfsVolumeConfigurationAttributes) RootDirectory() terra.StringValue
- func (evc VolumeEfsVolumeConfigurationAttributes) TransitEncryption() terra.StringValue
- func (evc VolumeEfsVolumeConfigurationAttributes) TransitEncryptionPort() terra.NumberValue
- type VolumeEfsVolumeConfigurationAuthorizationConfig
- type VolumeEfsVolumeConfigurationAuthorizationConfigAttributes
- func (ac VolumeEfsVolumeConfigurationAuthorizationConfigAttributes) AccessPointId() terra.StringValue
- func (ac VolumeEfsVolumeConfigurationAuthorizationConfigAttributes) Iam() terra.StringValue
- func (ac VolumeEfsVolumeConfigurationAuthorizationConfigAttributes) InternalRef() (terra.Reference, error)
- func (ac VolumeEfsVolumeConfigurationAuthorizationConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ac VolumeEfsVolumeConfigurationAuthorizationConfigAttributes) InternalWithRef(ref terra.Reference) VolumeEfsVolumeConfigurationAuthorizationConfigAttributes
- type VolumeEfsVolumeConfigurationAuthorizationConfigState
- type VolumeEfsVolumeConfigurationState
- type VolumeFsxWindowsFileServerVolumeConfiguration
- type VolumeFsxWindowsFileServerVolumeConfigurationAttributes
- func (fwfsvc VolumeFsxWindowsFileServerVolumeConfigurationAttributes) AuthorizationConfig() ...
- func (fwfsvc VolumeFsxWindowsFileServerVolumeConfigurationAttributes) FileSystemId() terra.StringValue
- func (fwfsvc VolumeFsxWindowsFileServerVolumeConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (fwfsvc VolumeFsxWindowsFileServerVolumeConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (fwfsvc VolumeFsxWindowsFileServerVolumeConfigurationAttributes) InternalWithRef(ref terra.Reference) VolumeFsxWindowsFileServerVolumeConfigurationAttributes
- func (fwfsvc VolumeFsxWindowsFileServerVolumeConfigurationAttributes) RootDirectory() terra.StringValue
- type VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfig
- type VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigAttributes
- func (ac VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigAttributes) CredentialsParameter() terra.StringValue
- func (ac VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigAttributes) Domain() terra.StringValue
- func (ac VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigAttributes) InternalRef() (terra.Reference, error)
- func (ac VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ac VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigAttributes) InternalWithRef(ref terra.Reference) VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigAttributes
- type VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigState
- type VolumeFsxWindowsFileServerVolumeConfigurationState
- type VolumeState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // ContainerDefinitions: string, required ContainerDefinitions terra.StringValue `hcl:"container_definitions,attr" validate:"required"` // Cpu: string, optional Cpu terra.StringValue `hcl:"cpu,attr"` // ExecutionRoleArn: string, optional ExecutionRoleArn terra.StringValue `hcl:"execution_role_arn,attr"` // Family: string, required Family terra.StringValue `hcl:"family,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // IpcMode: string, optional IpcMode terra.StringValue `hcl:"ipc_mode,attr"` // Memory: string, optional Memory terra.StringValue `hcl:"memory,attr"` // NetworkMode: string, optional NetworkMode terra.StringValue `hcl:"network_mode,attr"` // PidMode: string, optional PidMode terra.StringValue `hcl:"pid_mode,attr"` // RequiresCompatibilities: set of string, optional RequiresCompatibilities terra.SetValue[terra.StringValue] `hcl:"requires_compatibilities,attr"` // SkipDestroy: bool, optional SkipDestroy terra.BoolValue `hcl:"skip_destroy,attr"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // TagsAll: map of string, optional TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"` // TaskRoleArn: string, optional TaskRoleArn terra.StringValue `hcl:"task_role_arn,attr"` // TrackLatest: bool, optional TrackLatest terra.BoolValue `hcl:"track_latest,attr"` // EphemeralStorage: optional EphemeralStorage *EphemeralStorage `hcl:"ephemeral_storage,block"` // InferenceAccelerator: min=0 InferenceAccelerator []InferenceAccelerator `hcl:"inference_accelerator,block" validate:"min=0"` // PlacementConstraints: min=0,max=10 PlacementConstraints []PlacementConstraints `hcl:"placement_constraints,block" validate:"min=0,max=10"` // ProxyConfiguration: optional ProxyConfiguration *ProxyConfiguration `hcl:"proxy_configuration,block"` // RuntimePlatform: optional RuntimePlatform *RuntimePlatform `hcl:"runtime_platform,block"` // Volume: min=0 Volume []Volume `hcl:"volume,block" validate:"min=0"` }
Args contains the configurations for aws_ecs_task_definition.
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // TaskDefinition: string, required TaskDefinition terra.StringValue `hcl:"task_definition,attr" validate:"required"` }
DataArgs contains the configurations for aws_ecs_task_definition.
type DataSource ¶
DataSource represents the Terraform data resource aws_ecs_task_definition.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (aetd *DataSource) Attributes() dataAwsEcsTaskDefinitionAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (aetd *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (aetd *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (aetd *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type EphemeralStorage ¶
type EphemeralStorage struct { // SizeInGib: number, required SizeInGib terra.NumberValue `hcl:"size_in_gib,attr" validate:"required"` }
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) SizeInGib ¶
func (es EphemeralStorageAttributes) SizeInGib() terra.NumberValue
type EphemeralStorageState ¶
type EphemeralStorageState struct {
SizeInGib float64 `json:"size_in_gib"`
}
type InferenceAccelerator ¶
type InferenceAccelerator struct { // DeviceName: string, required DeviceName terra.StringValue `hcl:"device_name,attr" validate:"required"` // DeviceType: string, required DeviceType terra.StringValue `hcl:"device_type,attr" validate:"required"` }
type InferenceAcceleratorAttributes ¶
type InferenceAcceleratorAttributes struct {
// contains filtered or unexported fields
}
func (InferenceAcceleratorAttributes) DeviceName ¶
func (ia InferenceAcceleratorAttributes) DeviceName() terra.StringValue
func (InferenceAcceleratorAttributes) DeviceType ¶
func (ia InferenceAcceleratorAttributes) DeviceType() terra.StringValue
func (InferenceAcceleratorAttributes) InternalRef ¶
func (ia InferenceAcceleratorAttributes) InternalRef() (terra.Reference, error)
func (InferenceAcceleratorAttributes) InternalTokens ¶
func (ia InferenceAcceleratorAttributes) InternalTokens() (hclwrite.Tokens, error)
func (InferenceAcceleratorAttributes) InternalWithRef ¶
func (ia InferenceAcceleratorAttributes) InternalWithRef(ref terra.Reference) InferenceAcceleratorAttributes
type PlacementConstraints ¶
type PlacementConstraints struct { // Expression: string, optional Expression terra.StringValue `hcl:"expression,attr"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type PlacementConstraintsAttributes ¶
type PlacementConstraintsAttributes struct {
// contains filtered or unexported fields
}
func (PlacementConstraintsAttributes) Expression ¶
func (pc PlacementConstraintsAttributes) Expression() terra.StringValue
func (PlacementConstraintsAttributes) InternalRef ¶
func (pc PlacementConstraintsAttributes) InternalRef() (terra.Reference, error)
func (PlacementConstraintsAttributes) InternalTokens ¶
func (pc PlacementConstraintsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PlacementConstraintsAttributes) InternalWithRef ¶
func (pc PlacementConstraintsAttributes) InternalWithRef(ref terra.Reference) PlacementConstraintsAttributes
func (PlacementConstraintsAttributes) Type ¶
func (pc PlacementConstraintsAttributes) Type() terra.StringValue
type ProxyConfiguration ¶
type ProxyConfiguration struct { // ContainerName: string, required ContainerName terra.StringValue `hcl:"container_name,attr" validate:"required"` // Properties: map of string, optional Properties terra.MapValue[terra.StringValue] `hcl:"properties,attr"` // Type: string, optional Type terra.StringValue `hcl:"type,attr"` }
type ProxyConfigurationAttributes ¶
type ProxyConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (ProxyConfigurationAttributes) ContainerName ¶
func (pc ProxyConfigurationAttributes) ContainerName() terra.StringValue
func (ProxyConfigurationAttributes) InternalRef ¶
func (pc ProxyConfigurationAttributes) InternalRef() (terra.Reference, error)
func (ProxyConfigurationAttributes) InternalTokens ¶
func (pc ProxyConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ProxyConfigurationAttributes) InternalWithRef ¶
func (pc ProxyConfigurationAttributes) InternalWithRef(ref terra.Reference) ProxyConfigurationAttributes
func (ProxyConfigurationAttributes) Properties ¶
func (pc ProxyConfigurationAttributes) Properties() terra.MapValue[terra.StringValue]
func (ProxyConfigurationAttributes) Type ¶
func (pc ProxyConfigurationAttributes) Type() terra.StringValue
type ProxyConfigurationState ¶
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource aws_ecs_task_definition.
func (*Resource) Attributes ¶
func (aetd *Resource) Attributes() awsEcsTaskDefinitionAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aetd *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aetd *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
type RuntimePlatform ¶
type RuntimePlatform struct { // CpuArchitecture: string, optional CpuArchitecture terra.StringValue `hcl:"cpu_architecture,attr"` // OperatingSystemFamily: string, optional OperatingSystemFamily terra.StringValue `hcl:"operating_system_family,attr"` }
type RuntimePlatformAttributes ¶
type RuntimePlatformAttributes struct {
// contains filtered or unexported fields
}
func (RuntimePlatformAttributes) CpuArchitecture ¶
func (rp RuntimePlatformAttributes) CpuArchitecture() terra.StringValue
func (RuntimePlatformAttributes) InternalRef ¶
func (rp RuntimePlatformAttributes) InternalRef() (terra.Reference, error)
func (RuntimePlatformAttributes) InternalTokens ¶
func (rp RuntimePlatformAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RuntimePlatformAttributes) InternalWithRef ¶
func (rp RuntimePlatformAttributes) InternalWithRef(ref terra.Reference) RuntimePlatformAttributes
func (RuntimePlatformAttributes) OperatingSystemFamily ¶
func (rp RuntimePlatformAttributes) OperatingSystemFamily() terra.StringValue
type RuntimePlatformState ¶
type Volume ¶
type Volume struct { // HostPath: string, optional HostPath terra.StringValue `hcl:"host_path,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // VolumeDockerVolumeConfiguration: optional DockerVolumeConfiguration *VolumeDockerVolumeConfiguration `hcl:"docker_volume_configuration,block"` // VolumeEfsVolumeConfiguration: optional EfsVolumeConfiguration *VolumeEfsVolumeConfiguration `hcl:"efs_volume_configuration,block"` // VolumeFsxWindowsFileServerVolumeConfiguration: optional FsxWindowsFileServerVolumeConfiguration *VolumeFsxWindowsFileServerVolumeConfiguration `hcl:"fsx_windows_file_server_volume_configuration,block"` }
type VolumeAttributes ¶
type VolumeAttributes struct {
// contains filtered or unexported fields
}
func (VolumeAttributes) DockerVolumeConfiguration ¶
func (v VolumeAttributes) DockerVolumeConfiguration() terra.ListValue[VolumeDockerVolumeConfigurationAttributes]
func (VolumeAttributes) EfsVolumeConfiguration ¶
func (v VolumeAttributes) EfsVolumeConfiguration() terra.ListValue[VolumeEfsVolumeConfigurationAttributes]
func (VolumeAttributes) FsxWindowsFileServerVolumeConfiguration ¶
func (v VolumeAttributes) FsxWindowsFileServerVolumeConfiguration() terra.ListValue[VolumeFsxWindowsFileServerVolumeConfigurationAttributes]
func (VolumeAttributes) HostPath ¶
func (v VolumeAttributes) HostPath() terra.StringValue
func (VolumeAttributes) InternalRef ¶
func (v VolumeAttributes) InternalRef() (terra.Reference, error)
func (VolumeAttributes) InternalTokens ¶
func (v VolumeAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VolumeAttributes) InternalWithRef ¶
func (v VolumeAttributes) InternalWithRef(ref terra.Reference) VolumeAttributes
func (VolumeAttributes) Name ¶
func (v VolumeAttributes) Name() terra.StringValue
type VolumeDockerVolumeConfiguration ¶
type VolumeDockerVolumeConfiguration struct { // Autoprovision: bool, optional Autoprovision terra.BoolValue `hcl:"autoprovision,attr"` // Driver: string, optional Driver terra.StringValue `hcl:"driver,attr"` // DriverOpts: map of string, optional DriverOpts terra.MapValue[terra.StringValue] `hcl:"driver_opts,attr"` // Labels: map of string, optional Labels terra.MapValue[terra.StringValue] `hcl:"labels,attr"` // Scope: string, optional Scope terra.StringValue `hcl:"scope,attr"` }
type VolumeDockerVolumeConfigurationAttributes ¶
type VolumeDockerVolumeConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (VolumeDockerVolumeConfigurationAttributes) Autoprovision ¶
func (dvc VolumeDockerVolumeConfigurationAttributes) Autoprovision() terra.BoolValue
func (VolumeDockerVolumeConfigurationAttributes) Driver ¶
func (dvc VolumeDockerVolumeConfigurationAttributes) Driver() terra.StringValue
func (VolumeDockerVolumeConfigurationAttributes) DriverOpts ¶
func (dvc VolumeDockerVolumeConfigurationAttributes) DriverOpts() terra.MapValue[terra.StringValue]
func (VolumeDockerVolumeConfigurationAttributes) InternalRef ¶
func (dvc VolumeDockerVolumeConfigurationAttributes) InternalRef() (terra.Reference, error)
func (VolumeDockerVolumeConfigurationAttributes) InternalTokens ¶
func (dvc VolumeDockerVolumeConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VolumeDockerVolumeConfigurationAttributes) InternalWithRef ¶
func (dvc VolumeDockerVolumeConfigurationAttributes) InternalWithRef(ref terra.Reference) VolumeDockerVolumeConfigurationAttributes
func (VolumeDockerVolumeConfigurationAttributes) Labels ¶
func (dvc VolumeDockerVolumeConfigurationAttributes) Labels() terra.MapValue[terra.StringValue]
func (VolumeDockerVolumeConfigurationAttributes) Scope ¶
func (dvc VolumeDockerVolumeConfigurationAttributes) Scope() terra.StringValue
type VolumeEfsVolumeConfiguration ¶
type VolumeEfsVolumeConfiguration struct { // FileSystemId: string, required FileSystemId terra.StringValue `hcl:"file_system_id,attr" validate:"required"` // RootDirectory: string, optional RootDirectory terra.StringValue `hcl:"root_directory,attr"` // TransitEncryption: string, optional TransitEncryption terra.StringValue `hcl:"transit_encryption,attr"` // TransitEncryptionPort: number, optional TransitEncryptionPort terra.NumberValue `hcl:"transit_encryption_port,attr"` // VolumeEfsVolumeConfigurationAuthorizationConfig: optional AuthorizationConfig *VolumeEfsVolumeConfigurationAuthorizationConfig `hcl:"authorization_config,block"` }
type VolumeEfsVolumeConfigurationAttributes ¶
type VolumeEfsVolumeConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (VolumeEfsVolumeConfigurationAttributes) AuthorizationConfig ¶
func (evc VolumeEfsVolumeConfigurationAttributes) AuthorizationConfig() terra.ListValue[VolumeEfsVolumeConfigurationAuthorizationConfigAttributes]
func (VolumeEfsVolumeConfigurationAttributes) FileSystemId ¶
func (evc VolumeEfsVolumeConfigurationAttributes) FileSystemId() terra.StringValue
func (VolumeEfsVolumeConfigurationAttributes) InternalRef ¶
func (evc VolumeEfsVolumeConfigurationAttributes) InternalRef() (terra.Reference, error)
func (VolumeEfsVolumeConfigurationAttributes) InternalTokens ¶
func (evc VolumeEfsVolumeConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VolumeEfsVolumeConfigurationAttributes) InternalWithRef ¶
func (evc VolumeEfsVolumeConfigurationAttributes) InternalWithRef(ref terra.Reference) VolumeEfsVolumeConfigurationAttributes
func (VolumeEfsVolumeConfigurationAttributes) RootDirectory ¶
func (evc VolumeEfsVolumeConfigurationAttributes) RootDirectory() terra.StringValue
func (VolumeEfsVolumeConfigurationAttributes) TransitEncryption ¶
func (evc VolumeEfsVolumeConfigurationAttributes) TransitEncryption() terra.StringValue
func (VolumeEfsVolumeConfigurationAttributes) TransitEncryptionPort ¶
func (evc VolumeEfsVolumeConfigurationAttributes) TransitEncryptionPort() terra.NumberValue
type VolumeEfsVolumeConfigurationAuthorizationConfig ¶
type VolumeEfsVolumeConfigurationAuthorizationConfig struct { // AccessPointId: string, optional AccessPointId terra.StringValue `hcl:"access_point_id,attr"` // Iam: string, optional Iam terra.StringValue `hcl:"iam,attr"` }
type VolumeEfsVolumeConfigurationAuthorizationConfigAttributes ¶
type VolumeEfsVolumeConfigurationAuthorizationConfigAttributes struct {
// contains filtered or unexported fields
}
func (VolumeEfsVolumeConfigurationAuthorizationConfigAttributes) AccessPointId ¶
func (ac VolumeEfsVolumeConfigurationAuthorizationConfigAttributes) AccessPointId() terra.StringValue
func (VolumeEfsVolumeConfigurationAuthorizationConfigAttributes) InternalRef ¶
func (ac VolumeEfsVolumeConfigurationAuthorizationConfigAttributes) InternalRef() (terra.Reference, error)
func (VolumeEfsVolumeConfigurationAuthorizationConfigAttributes) InternalTokens ¶
func (ac VolumeEfsVolumeConfigurationAuthorizationConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VolumeEfsVolumeConfigurationAuthorizationConfigAttributes) InternalWithRef ¶
func (ac VolumeEfsVolumeConfigurationAuthorizationConfigAttributes) InternalWithRef(ref terra.Reference) VolumeEfsVolumeConfigurationAuthorizationConfigAttributes
type VolumeEfsVolumeConfigurationState ¶
type VolumeEfsVolumeConfigurationState struct { FileSystemId string `json:"file_system_id"` RootDirectory string `json:"root_directory"` TransitEncryption string `json:"transit_encryption"` TransitEncryptionPort float64 `json:"transit_encryption_port"` AuthorizationConfig []VolumeEfsVolumeConfigurationAuthorizationConfigState `json:"authorization_config"` }
type VolumeFsxWindowsFileServerVolumeConfiguration ¶
type VolumeFsxWindowsFileServerVolumeConfiguration struct { // FileSystemId: string, required FileSystemId terra.StringValue `hcl:"file_system_id,attr" validate:"required"` // RootDirectory: string, required RootDirectory terra.StringValue `hcl:"root_directory,attr" validate:"required"` // VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfig: required AuthorizationConfig *VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfig `hcl:"authorization_config,block" validate:"required"` }
type VolumeFsxWindowsFileServerVolumeConfigurationAttributes ¶
type VolumeFsxWindowsFileServerVolumeConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (VolumeFsxWindowsFileServerVolumeConfigurationAttributes) AuthorizationConfig ¶
func (fwfsvc VolumeFsxWindowsFileServerVolumeConfigurationAttributes) AuthorizationConfig() terra.ListValue[VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigAttributes]
func (VolumeFsxWindowsFileServerVolumeConfigurationAttributes) FileSystemId ¶
func (fwfsvc VolumeFsxWindowsFileServerVolumeConfigurationAttributes) FileSystemId() terra.StringValue
func (VolumeFsxWindowsFileServerVolumeConfigurationAttributes) InternalRef ¶
func (fwfsvc VolumeFsxWindowsFileServerVolumeConfigurationAttributes) InternalRef() (terra.Reference, error)
func (VolumeFsxWindowsFileServerVolumeConfigurationAttributes) InternalTokens ¶
func (fwfsvc VolumeFsxWindowsFileServerVolumeConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VolumeFsxWindowsFileServerVolumeConfigurationAttributes) InternalWithRef ¶
func (fwfsvc VolumeFsxWindowsFileServerVolumeConfigurationAttributes) InternalWithRef(ref terra.Reference) VolumeFsxWindowsFileServerVolumeConfigurationAttributes
func (VolumeFsxWindowsFileServerVolumeConfigurationAttributes) RootDirectory ¶
func (fwfsvc VolumeFsxWindowsFileServerVolumeConfigurationAttributes) RootDirectory() terra.StringValue
type VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfig ¶
type VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfig struct { // CredentialsParameter: string, required CredentialsParameter terra.StringValue `hcl:"credentials_parameter,attr" validate:"required"` // Domain: string, required Domain terra.StringValue `hcl:"domain,attr" validate:"required"` }
type VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigAttributes ¶
type VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigAttributes struct {
// contains filtered or unexported fields
}
func (VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigAttributes) CredentialsParameter ¶
func (ac VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigAttributes) CredentialsParameter() terra.StringValue
func (VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigAttributes) InternalRef ¶
func (ac VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigAttributes) InternalRef() (terra.Reference, error)
func (VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigAttributes) InternalTokens ¶
func (ac VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigAttributes) InternalWithRef ¶
type VolumeFsxWindowsFileServerVolumeConfigurationState ¶
type VolumeFsxWindowsFileServerVolumeConfigurationState struct { FileSystemId string `json:"file_system_id"` RootDirectory string `json:"root_directory"` AuthorizationConfig []VolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigState `json:"authorization_config"` }
type VolumeState ¶
type VolumeState struct { HostPath string `json:"host_path"` Name string `json:"name"` DockerVolumeConfiguration []VolumeDockerVolumeConfigurationState `json:"docker_volume_configuration"` EfsVolumeConfiguration []VolumeEfsVolumeConfigurationState `json:"efs_volume_configuration"` FsxWindowsFileServerVolumeConfiguration []VolumeFsxWindowsFileServerVolumeConfigurationState `json:"fsx_windows_file_server_volume_configuration"` }