Documentation
¶
Index ¶
- func DataAwsEcsTaskDefinition_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DataAwsEcsTaskDefinition_IsConstruct(x interface{}) *bool
- func DataAwsEcsTaskDefinition_IsTerraformDataSource(x interface{}) *bool
- func DataAwsEcsTaskDefinition_IsTerraformElement(x interface{}) *bool
- func DataAwsEcsTaskDefinition_TfResourceType() *string
- func NewDataAwsEcsTaskDefinitionEphemeralStorageList_Override(d DataAwsEcsTaskDefinitionEphemeralStorageList, ...)
- func NewDataAwsEcsTaskDefinitionEphemeralStorageOutputReference_Override(d DataAwsEcsTaskDefinitionEphemeralStorageOutputReference, ...)
- func NewDataAwsEcsTaskDefinitionInferenceAcceleratorList_Override(d DataAwsEcsTaskDefinitionInferenceAcceleratorList, ...)
- func NewDataAwsEcsTaskDefinitionInferenceAcceleratorOutputReference_Override(d DataAwsEcsTaskDefinitionInferenceAcceleratorOutputReference, ...)
- func NewDataAwsEcsTaskDefinitionPlacementConstraintsList_Override(d DataAwsEcsTaskDefinitionPlacementConstraintsList, ...)
- func NewDataAwsEcsTaskDefinitionPlacementConstraintsOutputReference_Override(d DataAwsEcsTaskDefinitionPlacementConstraintsOutputReference, ...)
- func NewDataAwsEcsTaskDefinitionProxyConfigurationList_Override(d DataAwsEcsTaskDefinitionProxyConfigurationList, ...)
- func NewDataAwsEcsTaskDefinitionProxyConfigurationOutputReference_Override(d DataAwsEcsTaskDefinitionProxyConfigurationOutputReference, ...)
- func NewDataAwsEcsTaskDefinitionRuntimePlatformList_Override(d DataAwsEcsTaskDefinitionRuntimePlatformList, ...)
- func NewDataAwsEcsTaskDefinitionRuntimePlatformOutputReference_Override(d DataAwsEcsTaskDefinitionRuntimePlatformOutputReference, ...)
- func NewDataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationList_Override(d DataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationList, ...)
- func NewDataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationOutputReference_Override(d DataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationOutputReference, ...)
- func NewDataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigList_Override(d DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigList, ...)
- func NewDataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigOutputReference_Override(...)
- func NewDataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationList_Override(d DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationList, ...)
- func NewDataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationOutputReference_Override(d DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationOutputReference, ...)
- func NewDataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigList_Override(...)
- func NewDataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigOutputReference_Override(...)
- func NewDataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationList_Override(d DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationList, ...)
- func NewDataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationOutputReference_Override(...)
- func NewDataAwsEcsTaskDefinitionVolumeList_Override(d DataAwsEcsTaskDefinitionVolumeList, ...)
- func NewDataAwsEcsTaskDefinitionVolumeOutputReference_Override(d DataAwsEcsTaskDefinitionVolumeOutputReference, ...)
- func NewDataAwsEcsTaskDefinition_Override(d DataAwsEcsTaskDefinition, scope constructs.Construct, id *string, ...)
- type DataAwsEcsTaskDefinition
- type DataAwsEcsTaskDefinitionConfig
- type DataAwsEcsTaskDefinitionEphemeralStorage
- type DataAwsEcsTaskDefinitionEphemeralStorageList
- type DataAwsEcsTaskDefinitionEphemeralStorageOutputReference
- type DataAwsEcsTaskDefinitionInferenceAccelerator
- type DataAwsEcsTaskDefinitionInferenceAcceleratorList
- type DataAwsEcsTaskDefinitionInferenceAcceleratorOutputReference
- type DataAwsEcsTaskDefinitionPlacementConstraints
- type DataAwsEcsTaskDefinitionPlacementConstraintsList
- type DataAwsEcsTaskDefinitionPlacementConstraintsOutputReference
- type DataAwsEcsTaskDefinitionProxyConfiguration
- type DataAwsEcsTaskDefinitionProxyConfigurationList
- type DataAwsEcsTaskDefinitionProxyConfigurationOutputReference
- type DataAwsEcsTaskDefinitionRuntimePlatform
- type DataAwsEcsTaskDefinitionRuntimePlatformList
- type DataAwsEcsTaskDefinitionRuntimePlatformOutputReference
- type DataAwsEcsTaskDefinitionVolume
- type DataAwsEcsTaskDefinitionVolumeDockerVolumeConfiguration
- type DataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationList
- type DataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationOutputReference
- type DataAwsEcsTaskDefinitionVolumeEfsVolumeConfiguration
- type DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfig
- type DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigList
- type DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigOutputReference
- type DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationList
- type DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationOutputReference
- type DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfiguration
- type DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfig
- type DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigList
- type DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigOutputReference
- type DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationList
- type DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationOutputReference
- type DataAwsEcsTaskDefinitionVolumeList
- type DataAwsEcsTaskDefinitionVolumeOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataAwsEcsTaskDefinition_GenerateConfigForImport ¶
func DataAwsEcsTaskDefinition_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DataAwsEcsTaskDefinition resource upon running "cdktf plan <stack-name>".
func DataAwsEcsTaskDefinition_IsConstruct ¶
func DataAwsEcsTaskDefinition_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func DataAwsEcsTaskDefinition_IsTerraformDataSource ¶
func DataAwsEcsTaskDefinition_IsTerraformDataSource(x interface{}) *bool
Experimental.
func DataAwsEcsTaskDefinition_IsTerraformElement ¶
func DataAwsEcsTaskDefinition_IsTerraformElement(x interface{}) *bool
Experimental.
func DataAwsEcsTaskDefinition_TfResourceType ¶
func DataAwsEcsTaskDefinition_TfResourceType() *string
func NewDataAwsEcsTaskDefinitionEphemeralStorageList_Override ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionEphemeralStorageList_Override(d DataAwsEcsTaskDefinitionEphemeralStorageList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsEcsTaskDefinitionEphemeralStorageOutputReference_Override ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionEphemeralStorageOutputReference_Override(d DataAwsEcsTaskDefinitionEphemeralStorageOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsEcsTaskDefinitionInferenceAcceleratorList_Override ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionInferenceAcceleratorList_Override(d DataAwsEcsTaskDefinitionInferenceAcceleratorList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsEcsTaskDefinitionInferenceAcceleratorOutputReference_Override ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionInferenceAcceleratorOutputReference_Override(d DataAwsEcsTaskDefinitionInferenceAcceleratorOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsEcsTaskDefinitionPlacementConstraintsList_Override ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionPlacementConstraintsList_Override(d DataAwsEcsTaskDefinitionPlacementConstraintsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsEcsTaskDefinitionPlacementConstraintsOutputReference_Override ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionPlacementConstraintsOutputReference_Override(d DataAwsEcsTaskDefinitionPlacementConstraintsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsEcsTaskDefinitionProxyConfigurationList_Override ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionProxyConfigurationList_Override(d DataAwsEcsTaskDefinitionProxyConfigurationList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsEcsTaskDefinitionProxyConfigurationOutputReference_Override ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionProxyConfigurationOutputReference_Override(d DataAwsEcsTaskDefinitionProxyConfigurationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsEcsTaskDefinitionRuntimePlatformList_Override ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionRuntimePlatformList_Override(d DataAwsEcsTaskDefinitionRuntimePlatformList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsEcsTaskDefinitionRuntimePlatformOutputReference_Override ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionRuntimePlatformOutputReference_Override(d DataAwsEcsTaskDefinitionRuntimePlatformOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationList_Override ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationList_Override(d DataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationOutputReference_Override ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationOutputReference_Override(d DataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigList_Override ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigList_Override(d DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigOutputReference_Override ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigOutputReference_Override(d DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationList_Override ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationList_Override(d DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationOutputReference_Override ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationOutputReference_Override(d DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigList_Override ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigList_Override(d DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigOutputReference_Override ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigOutputReference_Override(d DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationList_Override ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationList_Override(d DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationOutputReference_Override ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationOutputReference_Override(d DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsEcsTaskDefinitionVolumeList_Override ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeList_Override(d DataAwsEcsTaskDefinitionVolumeList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsEcsTaskDefinitionVolumeOutputReference_Override ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeOutputReference_Override(d DataAwsEcsTaskDefinitionVolumeOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsEcsTaskDefinition_Override ¶
func NewDataAwsEcsTaskDefinition_Override(d DataAwsEcsTaskDefinition, scope constructs.Construct, id *string, config *DataAwsEcsTaskDefinitionConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.89.0/docs/data-sources/ecs_task_definition aws_ecs_task_definition} Data Source.
Types ¶
type DataAwsEcsTaskDefinition ¶
type DataAwsEcsTaskDefinition interface { cdktf.TerraformDataSource Arn() *string ArnWithoutRevision() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. ConstructNodeMetadata() *map[string]interface{} ContainerDefinitions() *string // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) Cpu() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) EnableFaultInjection() cdktf.IResolvable EphemeralStorage() DataAwsEcsTaskDefinitionEphemeralStorageList ExecutionRoleArn() *string Family() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string InferenceAccelerator() DataAwsEcsTaskDefinitionInferenceAcceleratorList IpcMode() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Memory() *string NetworkMode() *string // The tree node. Node() constructs.Node PidMode() *string PlacementConstraints() DataAwsEcsTaskDefinitionPlacementConstraintsList // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) ProxyConfiguration() DataAwsEcsTaskDefinitionProxyConfigurationList // Experimental. RawOverrides() interface{} RequiresCompatibilities() *[]*string Revision() *float64 RuntimePlatform() DataAwsEcsTaskDefinitionRuntimePlatformList Status() *string TaskDefinition() *string SetTaskDefinition(val *string) TaskDefinitionInput() *string TaskRoleArn() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Volume() DataAwsEcsTaskDefinitionVolumeList // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Adds this resource to the terraform JSON output. // Experimental. ToHclTerraform() interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.89.0/docs/data-sources/ecs_task_definition aws_ecs_task_definition}.
func NewDataAwsEcsTaskDefinition ¶
func NewDataAwsEcsTaskDefinition(scope constructs.Construct, id *string, config *DataAwsEcsTaskDefinitionConfig) DataAwsEcsTaskDefinition
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.89.0/docs/data-sources/ecs_task_definition aws_ecs_task_definition} Data Source.
type DataAwsEcsTaskDefinitionConfig ¶
type DataAwsEcsTaskDefinitionConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.89.0/docs/data-sources/ecs_task_definition#task_definition DataAwsEcsTaskDefinition#task_definition}. TaskDefinition *string `field:"required" json:"taskDefinition" yaml:"taskDefinition"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.89.0/docs/data-sources/ecs_task_definition#id DataAwsEcsTaskDefinition#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` }
type DataAwsEcsTaskDefinitionEphemeralStorage ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionEphemeralStorage struct { }
type DataAwsEcsTaskDefinitionEphemeralStorageList ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionEphemeralStorageList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataAwsEcsTaskDefinitionEphemeralStorageOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsEcsTaskDefinitionEphemeralStorageList ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionEphemeralStorageList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsEcsTaskDefinitionEphemeralStorageList
type DataAwsEcsTaskDefinitionEphemeralStorageOutputReference ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionEphemeralStorageOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *DataAwsEcsTaskDefinitionEphemeralStorage SetInternalValue(val *DataAwsEcsTaskDefinitionEphemeralStorage) SizeInGib() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsEcsTaskDefinitionEphemeralStorageOutputReference ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionEphemeralStorageOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsEcsTaskDefinitionEphemeralStorageOutputReference
type DataAwsEcsTaskDefinitionInferenceAccelerator ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionInferenceAccelerator struct { }
type DataAwsEcsTaskDefinitionInferenceAcceleratorList ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionInferenceAcceleratorList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataAwsEcsTaskDefinitionInferenceAcceleratorOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsEcsTaskDefinitionInferenceAcceleratorList ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionInferenceAcceleratorList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsEcsTaskDefinitionInferenceAcceleratorList
type DataAwsEcsTaskDefinitionInferenceAcceleratorOutputReference ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionInferenceAcceleratorOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string DeviceName() *string DeviceType() *string // Experimental. Fqn() *string InternalValue() *DataAwsEcsTaskDefinitionInferenceAccelerator SetInternalValue(val *DataAwsEcsTaskDefinitionInferenceAccelerator) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsEcsTaskDefinitionInferenceAcceleratorOutputReference ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionInferenceAcceleratorOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsEcsTaskDefinitionInferenceAcceleratorOutputReference
type DataAwsEcsTaskDefinitionPlacementConstraints ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionPlacementConstraints struct { }
type DataAwsEcsTaskDefinitionPlacementConstraintsList ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionPlacementConstraintsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataAwsEcsTaskDefinitionPlacementConstraintsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsEcsTaskDefinitionPlacementConstraintsList ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionPlacementConstraintsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsEcsTaskDefinitionPlacementConstraintsList
type DataAwsEcsTaskDefinitionPlacementConstraintsOutputReference ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionPlacementConstraintsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Expression() *string // Experimental. Fqn() *string InternalValue() *DataAwsEcsTaskDefinitionPlacementConstraints SetInternalValue(val *DataAwsEcsTaskDefinitionPlacementConstraints) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsEcsTaskDefinitionPlacementConstraintsOutputReference ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionPlacementConstraintsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsEcsTaskDefinitionPlacementConstraintsOutputReference
type DataAwsEcsTaskDefinitionProxyConfiguration ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionProxyConfiguration struct { }
type DataAwsEcsTaskDefinitionProxyConfigurationList ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionProxyConfigurationList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataAwsEcsTaskDefinitionProxyConfigurationOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsEcsTaskDefinitionProxyConfigurationList ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionProxyConfigurationList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsEcsTaskDefinitionProxyConfigurationList
type DataAwsEcsTaskDefinitionProxyConfigurationOutputReference ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionProxyConfigurationOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) ContainerName() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *DataAwsEcsTaskDefinitionProxyConfiguration SetInternalValue(val *DataAwsEcsTaskDefinitionProxyConfiguration) Properties() cdktf.StringMap // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsEcsTaskDefinitionProxyConfigurationOutputReference ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionProxyConfigurationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsEcsTaskDefinitionProxyConfigurationOutputReference
type DataAwsEcsTaskDefinitionRuntimePlatform ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionRuntimePlatform struct { }
type DataAwsEcsTaskDefinitionRuntimePlatformList ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionRuntimePlatformList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataAwsEcsTaskDefinitionRuntimePlatformOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsEcsTaskDefinitionRuntimePlatformList ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionRuntimePlatformList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsEcsTaskDefinitionRuntimePlatformList
type DataAwsEcsTaskDefinitionRuntimePlatformOutputReference ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionRuntimePlatformOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) CpuArchitecture() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *DataAwsEcsTaskDefinitionRuntimePlatform SetInternalValue(val *DataAwsEcsTaskDefinitionRuntimePlatform) OperatingSystemFamily() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsEcsTaskDefinitionRuntimePlatformOutputReference ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionRuntimePlatformOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsEcsTaskDefinitionRuntimePlatformOutputReference
type DataAwsEcsTaskDefinitionVolume ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionVolume struct { }
type DataAwsEcsTaskDefinitionVolumeDockerVolumeConfiguration ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionVolumeDockerVolumeConfiguration struct { }
type DataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationList ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationList ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationList
type DataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationOutputReference ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationOutputReference interface { cdktf.ComplexObject Autoprovision() cdktf.IResolvable // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Driver() *string DriverOpts() cdktf.StringMap // Experimental. Fqn() *string InternalValue() *DataAwsEcsTaskDefinitionVolumeDockerVolumeConfiguration SetInternalValue(val *DataAwsEcsTaskDefinitionVolumeDockerVolumeConfiguration) Labels() cdktf.StringMap Scope() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationOutputReference ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationOutputReference
type DataAwsEcsTaskDefinitionVolumeEfsVolumeConfiguration ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionVolumeEfsVolumeConfiguration struct { }
type DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfig ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfig struct { }
type DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigList ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigList ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigList
type DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigOutputReference ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigOutputReference interface { cdktf.ComplexObject AccessPointId() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string Iam() *string InternalValue() *DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfig SetInternalValue(val *DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfig) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigOutputReference ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigOutputReference
type DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationList ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationList ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationList
type DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationOutputReference ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationOutputReference interface { cdktf.ComplexObject AuthorizationConfig() DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigList // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string FileSystemId() *string // Experimental. Fqn() *string InternalValue() *DataAwsEcsTaskDefinitionVolumeEfsVolumeConfiguration SetInternalValue(val *DataAwsEcsTaskDefinitionVolumeEfsVolumeConfiguration) RootDirectory() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TransitEncryption() *string TransitEncryptionPort() *float64 // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationOutputReference ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationOutputReference
type DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfiguration ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfiguration struct { }
type DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfig ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfig struct { }
type DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigList ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigList ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigList
type DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigOutputReference ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string CredentialsParameter() *string Domain() *string // Experimental. Fqn() *string InternalValue() *DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfig SetInternalValue(val *DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfig) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigOutputReference ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigOutputReference
type DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationList ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationList ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationList
type DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationOutputReference ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationOutputReference interface { cdktf.ComplexObject AuthorizationConfig() DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigList // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string FileSystemId() *string // Experimental. Fqn() *string InternalValue() *DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfiguration SetInternalValue(val *DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfiguration) RootDirectory() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationOutputReference ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationOutputReference
type DataAwsEcsTaskDefinitionVolumeList ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionVolumeList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataAwsEcsTaskDefinitionVolumeOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsEcsTaskDefinitionVolumeList ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsEcsTaskDefinitionVolumeList
type DataAwsEcsTaskDefinitionVolumeOutputReference ¶ added in v19.51.0
type DataAwsEcsTaskDefinitionVolumeOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) ConfigureAtLaunch() cdktf.IResolvable // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string DockerVolumeConfiguration() DataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationList EfsVolumeConfiguration() DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationList // Experimental. Fqn() *string FsxWindowsFileServerVolumeConfiguration() DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationList HostPath() *string InternalValue() *DataAwsEcsTaskDefinitionVolume SetInternalValue(val *DataAwsEcsTaskDefinitionVolume) Name() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsEcsTaskDefinitionVolumeOutputReference ¶ added in v19.51.0
func NewDataAwsEcsTaskDefinitionVolumeOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsEcsTaskDefinitionVolumeOutputReference
Source Files
¶
- DataAwsEcsTaskDefinition.go
- DataAwsEcsTaskDefinitionConfig.go
- DataAwsEcsTaskDefinitionEphemeralStorage.go
- DataAwsEcsTaskDefinitionEphemeralStorageList.go
- DataAwsEcsTaskDefinitionEphemeralStorageList__checks.go
- DataAwsEcsTaskDefinitionEphemeralStorageOutputReference.go
- DataAwsEcsTaskDefinitionEphemeralStorageOutputReference__checks.go
- DataAwsEcsTaskDefinitionInferenceAccelerator.go
- DataAwsEcsTaskDefinitionInferenceAcceleratorList.go
- DataAwsEcsTaskDefinitionInferenceAcceleratorList__checks.go
- DataAwsEcsTaskDefinitionInferenceAcceleratorOutputReference.go
- DataAwsEcsTaskDefinitionInferenceAcceleratorOutputReference__checks.go
- DataAwsEcsTaskDefinitionPlacementConstraints.go
- DataAwsEcsTaskDefinitionPlacementConstraintsList.go
- DataAwsEcsTaskDefinitionPlacementConstraintsList__checks.go
- DataAwsEcsTaskDefinitionPlacementConstraintsOutputReference.go
- DataAwsEcsTaskDefinitionPlacementConstraintsOutputReference__checks.go
- DataAwsEcsTaskDefinitionProxyConfiguration.go
- DataAwsEcsTaskDefinitionProxyConfigurationList.go
- DataAwsEcsTaskDefinitionProxyConfigurationList__checks.go
- DataAwsEcsTaskDefinitionProxyConfigurationOutputReference.go
- DataAwsEcsTaskDefinitionProxyConfigurationOutputReference__checks.go
- DataAwsEcsTaskDefinitionRuntimePlatform.go
- DataAwsEcsTaskDefinitionRuntimePlatformList.go
- DataAwsEcsTaskDefinitionRuntimePlatformList__checks.go
- DataAwsEcsTaskDefinitionRuntimePlatformOutputReference.go
- DataAwsEcsTaskDefinitionRuntimePlatformOutputReference__checks.go
- DataAwsEcsTaskDefinitionVolume.go
- DataAwsEcsTaskDefinitionVolumeDockerVolumeConfiguration.go
- DataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationList.go
- DataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationList__checks.go
- DataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationOutputReference.go
- DataAwsEcsTaskDefinitionVolumeDockerVolumeConfigurationOutputReference__checks.go
- DataAwsEcsTaskDefinitionVolumeEfsVolumeConfiguration.go
- DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfig.go
- DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigList.go
- DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigList__checks.go
- DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigOutputReference.go
- DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationAuthorizationConfigOutputReference__checks.go
- DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationList.go
- DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationList__checks.go
- DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationOutputReference.go
- DataAwsEcsTaskDefinitionVolumeEfsVolumeConfigurationOutputReference__checks.go
- DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfiguration.go
- DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfig.go
- DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigList.go
- DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigList__checks.go
- DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigOutputReference.go
- DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationAuthorizationConfigOutputReference__checks.go
- DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationList.go
- DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationList__checks.go
- DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationOutputReference.go
- DataAwsEcsTaskDefinitionVolumeFsxWindowsFileServerVolumeConfigurationOutputReference__checks.go
- DataAwsEcsTaskDefinitionVolumeList.go
- DataAwsEcsTaskDefinitionVolumeList__checks.go
- DataAwsEcsTaskDefinitionVolumeOutputReference.go
- DataAwsEcsTaskDefinitionVolumeOutputReference__checks.go
- DataAwsEcsTaskDefinition__checks.go
- main.go