Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnTaskDefinitionPropsMixin.Builder
Packages that use CfnTaskDefinitionPropsMixin.Builder
-
Uses of CfnTaskDefinitionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ecs
Methods in software.amazon.awscdk.cfnpropertymixins.services.ecs that return CfnTaskDefinitionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnTaskDefinitionPropsMixin.Builder.containerDefinitions(List<? extends Object> containerDefinitions) A list of container definitions in JSON format that describe the different containers that make up your task.CfnTaskDefinitionPropsMixin.Builder.containerDefinitions(IResolvable containerDefinitions) A list of container definitions in JSON format that describe the different containers that make up your task.The number ofcpuunits used by the task.CfnTaskDefinitionPropsMixin.Builder.create()CfnTaskDefinitionPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnTaskDefinitionPropsMixin.Builder.enableFaultInjection(Boolean enableFaultInjection) Enables fault injection and allows for fault injection requests to be accepted from the task's containers.CfnTaskDefinitionPropsMixin.Builder.enableFaultInjection(IResolvable enableFaultInjection) Enables fault injection and allows for fault injection requests to be accepted from the task's containers.CfnTaskDefinitionPropsMixin.Builder.ephemeralStorage(CfnTaskDefinitionPropsMixin.EphemeralStorageProperty ephemeralStorage) The ephemeral storage settings to use for tasks run with the task definition.CfnTaskDefinitionPropsMixin.Builder.ephemeralStorage(IResolvable ephemeralStorage) The ephemeral storage settings to use for tasks run with the task definition.CfnTaskDefinitionPropsMixin.Builder.executionRoleArn(String executionRoleArn) The Amazon Resource Name (ARN) of the task execution role that grants the Amazon ECS container agent permission to make AWS API calls on your behalf.CfnTaskDefinitionPropsMixin.Builder.executionRoleArn(IRoleRef executionRoleArn) The Amazon Resource Name (ARN) of the task execution role that grants the Amazon ECS container agent permission to make AWS API calls on your behalf.The name of a family that this task definition is registered to.CfnTaskDefinitionPropsMixin.Builder.inferenceAccelerators(List<? extends Object> inferenceAccelerators) Deprecated.this property has been deprecatedCfnTaskDefinitionPropsMixin.Builder.inferenceAccelerators(IResolvable inferenceAccelerators) Deprecated.this property has been deprecatedThe IPC resource namespace to use for the containers in the task.The amount (in MiB) of memory used by the task.CfnTaskDefinitionPropsMixin.Builder.networkMode(String networkMode) The Docker networking mode to use for the containers in the task.The process namespace to use for the containers in the task.CfnTaskDefinitionPropsMixin.Builder.placementConstraints(List<? extends Object> placementConstraints) An array of placement constraint objects to use for tasks.CfnTaskDefinitionPropsMixin.Builder.placementConstraints(IResolvable placementConstraints) An array of placement constraint objects to use for tasks.CfnTaskDefinitionPropsMixin.Builder.proxyConfiguration(CfnTaskDefinitionPropsMixin.ProxyConfigurationProperty proxyConfiguration) The configuration details for the App Mesh proxy.CfnTaskDefinitionPropsMixin.Builder.proxyConfiguration(IResolvable proxyConfiguration) The configuration details for the App Mesh proxy.CfnTaskDefinitionPropsMixin.Builder.requiresCompatibilities(List<String> requiresCompatibilities) The task launch types the task definition was validated against.CfnTaskDefinitionPropsMixin.Builder.runtimePlatform(CfnTaskDefinitionPropsMixin.RuntimePlatformProperty runtimePlatform) The operating system that your tasks definitions run on.CfnTaskDefinitionPropsMixin.Builder.runtimePlatform(IResolvable runtimePlatform) The operating system that your tasks definitions run on.The metadata that you apply to the task definition to help you categorize and organize them.CfnTaskDefinitionPropsMixin.Builder.taskRoleArn(String taskRoleArn) The short name or full Amazon Resource Name (ARN) of the AWS Identity and Access Management role that grants containers in the task permission to call AWS APIs on your behalf.CfnTaskDefinitionPropsMixin.Builder.taskRoleArn(IRoleRef taskRoleArn) The short name or full Amazon Resource Name (ARN) of the AWS Identity and Access Management role that grants containers in the task permission to call AWS APIs on your behalf.The list of data volume definitions for the task.CfnTaskDefinitionPropsMixin.Builder.volumes(IResolvable volumes) The list of data volume definitions for the task.