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