Uses of Class
software.amazon.awscdk.services.ecs.CfnDaemonTaskDefinition.Builder
Packages that use CfnDaemonTaskDefinition.Builder
-
Uses of CfnDaemonTaskDefinition.Builder in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return CfnDaemonTaskDefinition.BuilderModifier and TypeMethodDescriptionCfnDaemonTaskDefinition.Builder.containerDefinitions(List<? extends Object> containerDefinitions) A list of container definitions in JSON format that describe the containers that make up the daemon task.CfnDaemonTaskDefinition.Builder.containerDefinitions(IResolvable containerDefinitions) A list of container definitions in JSON format that describe the containers that make up the daemon task.The number of CPU units used by the daemon task.CfnDaemonTaskDefinition.Builder.executionRoleArn(String executionRoleArn) The Amazon Resource Name (ARN) of the task execution role that grants the Amazon ECS container agent permission to make Amazon Web Services API calls on your behalf.The name of a family that this daemon task definition is registered to.The amount of memory (in MiB) used by the daemon task.CfnDaemonTaskDefinition.Builder.taskRoleArn(String taskRoleArn) The short name or full Amazon Resource Name (ARN) of the IAM role that grants containers in the daemon task permission to call Amazon Web Services APIs on your behalf.The list of data volume definitions for the daemon task.CfnDaemonTaskDefinition.Builder.volumes(IResolvable volumes) The list of data volume definitions for the daemon task.