Uses of Class
software.amazon.awscdk.services.ecs.CfnDaemon.Builder
Packages that use CfnDaemon.Builder
-
Uses of CfnDaemon.Builder in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return CfnDaemon.BuilderModifier and TypeMethodDescriptionCfnDaemon.Builder.capacityProviderArns(List<String> capacityProviderArns) The Amazon Resource Names (ARNs) of the capacity providers associated with the daemon.CfnDaemon.Builder.clusterArn(String clusterArn) The Amazon Resource Name (ARN) of the cluster that the daemon is running in.static CfnDaemon.BuilderCfnDaemon.Builder.daemonName(String daemonName) CfnDaemon.Builder.daemonTaskDefinitionArn(String daemonTaskDefinitionArn) The Amazon Resource Name (ARN) of the daemon task definition used by this revision.CfnDaemon.Builder.deploymentConfiguration(IResolvable deploymentConfiguration) Optional deployment parameters that control how a daemon rolls out updates across container instances.CfnDaemon.Builder.deploymentConfiguration(CfnDaemon.DaemonDeploymentConfigurationProperty deploymentConfiguration) Optional deployment parameters that control how a daemon rolls out updates across container instances.CfnDaemon.Builder.enableEcsManagedTags(Boolean enableEcsManagedTags) Specifies whether Amazon ECS managed tags are turned on for the daemon tasks.CfnDaemon.Builder.enableEcsManagedTags(IResolvable enableEcsManagedTags) Specifies whether Amazon ECS managed tags are turned on for the daemon tasks.CfnDaemon.Builder.enableExecuteCommand(Boolean enableExecuteCommand) Specifies whether the execute command functionality is turned on for the daemon tasks.CfnDaemon.Builder.enableExecuteCommand(IResolvable enableExecuteCommand) Specifies whether the execute command functionality is turned on for the daemon tasks.CfnDaemon.Builder.propagateTags(String propagateTags) Specifies whether tags are propagated from the daemon to the daemon tasks.