Uses of Interface
software.amazon.awscdk.services.ecs.CfnService.DeploymentConfigurationProperty
Packages that use CfnService.DeploymentConfigurationProperty
-
Uses of CfnService.DeploymentConfigurationProperty in software.amazon.awscdk.services.ecs
Classes in software.amazon.awscdk.services.ecs that implement CfnService.DeploymentConfigurationPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnService.DeploymentConfigurationProperty
Methods in software.amazon.awscdk.services.ecs that return CfnService.DeploymentConfigurationPropertyModifier and TypeMethodDescriptionCfnService.DeploymentConfigurationProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.ecs with parameters of type CfnService.DeploymentConfigurationPropertyModifier and TypeMethodDescriptionCfnService.Builder.deploymentConfiguration
(CfnService.DeploymentConfigurationProperty deploymentConfiguration) Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.CfnServiceProps.Builder.deploymentConfiguration
(CfnService.DeploymentConfigurationProperty deploymentConfiguration) Sets the value ofCfnServiceProps.getDeploymentConfiguration()
void
CfnService.setDeploymentConfiguration
(CfnService.DeploymentConfigurationProperty value) Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.