Uses of Class
software.amazon.awscdk.services.ecs.ExternalTaskDefinition.Builder
Packages that use ExternalTaskDefinition.Builder
-
Uses of ExternalTaskDefinition.Builder in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return ExternalTaskDefinition.BuilderModifier and TypeMethodDescriptionExternalTaskDefinition.Builder.enableFaultInjection
(Boolean enableFaultInjection) Enables fault injection and allows for fault injection requests to be accepted from the task's containers.ExternalTaskDefinition.Builder.executionRole
(IRole executionRole) The name of the IAM task execution role that grants the ECS agent permission to call AWS APIs on your behalf.The name of a family that this task definition is registered to.ExternalTaskDefinition.Builder.networkMode
(NetworkMode networkMode) The networking mode to use for the containers in the task.ExternalTaskDefinition.Builder.proxyConfiguration
(ProxyConfiguration proxyConfiguration) The configuration details for the App Mesh proxy.The name of the IAM role that grants containers in the task permission to call AWS APIs on your behalf.The list of volume definitions for the task.