Struct aws_sdk_securityhub::types::builders::AwsEcsServiceDeploymentConfigurationDetailsBuilder
source · #[non_exhaustive]pub struct AwsEcsServiceDeploymentConfigurationDetailsBuilder { /* private fields */ }
Expand description
A builder for AwsEcsServiceDeploymentConfigurationDetails
.
Implementations§
source§impl AwsEcsServiceDeploymentConfigurationDetailsBuilder
impl AwsEcsServiceDeploymentConfigurationDetailsBuilder
sourcepub fn deployment_circuit_breaker(
self,
input: AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails
) -> Self
pub fn deployment_circuit_breaker( self, input: AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails ) -> Self
Determines whether a service deployment fails if a service cannot reach a steady state.
sourcepub fn set_deployment_circuit_breaker(
self,
input: Option<AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails>
) -> Self
pub fn set_deployment_circuit_breaker( self, input: Option<AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails> ) -> Self
Determines whether a service deployment fails if a service cannot reach a steady state.
sourcepub fn get_deployment_circuit_breaker(
&self
) -> &Option<AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails>
pub fn get_deployment_circuit_breaker( &self ) -> &Option<AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails>
Determines whether a service deployment fails if a service cannot reach a steady state.
sourcepub fn maximum_percent(self, input: i32) -> Self
pub fn maximum_percent(self, input: i32) -> Self
For a service that uses the rolling update (ECS
) deployment type, the maximum number of tasks in a service that are allowed in the RUNNING
or PENDING
state during a deployment, and for tasks that use the EC2 launch type, when any container instances are in the DRAINING
state. Provided as a percentage of the desired number of tasks. The default value is 200%.
For a service that uses the blue/green (CODE_DEPLOY
) or EXTERNAL
deployment types, and tasks that use the EC2 launch type, the maximum number of tasks in the service that remain in the RUNNING
state while the container instances are in the DRAINING
state.
For the Fargate launch type, the maximum percent value is not used.
sourcepub fn set_maximum_percent(self, input: Option<i32>) -> Self
pub fn set_maximum_percent(self, input: Option<i32>) -> Self
For a service that uses the rolling update (ECS
) deployment type, the maximum number of tasks in a service that are allowed in the RUNNING
or PENDING
state during a deployment, and for tasks that use the EC2 launch type, when any container instances are in the DRAINING
state. Provided as a percentage of the desired number of tasks. The default value is 200%.
For a service that uses the blue/green (CODE_DEPLOY
) or EXTERNAL
deployment types, and tasks that use the EC2 launch type, the maximum number of tasks in the service that remain in the RUNNING
state while the container instances are in the DRAINING
state.
For the Fargate launch type, the maximum percent value is not used.
sourcepub fn get_maximum_percent(&self) -> &Option<i32>
pub fn get_maximum_percent(&self) -> &Option<i32>
For a service that uses the rolling update (ECS
) deployment type, the maximum number of tasks in a service that are allowed in the RUNNING
or PENDING
state during a deployment, and for tasks that use the EC2 launch type, when any container instances are in the DRAINING
state. Provided as a percentage of the desired number of tasks. The default value is 200%.
For a service that uses the blue/green (CODE_DEPLOY
) or EXTERNAL
deployment types, and tasks that use the EC2 launch type, the maximum number of tasks in the service that remain in the RUNNING
state while the container instances are in the DRAINING
state.
For the Fargate launch type, the maximum percent value is not used.
sourcepub fn minimum_healthy_percent(self, input: i32) -> Self
pub fn minimum_healthy_percent(self, input: i32) -> Self
For a service that uses the rolling update (ECS
) deployment type, the minimum number of tasks in a service that must remain in the RUNNING
state during a deployment, and while any container instances are in the DRAINING
state if the service contains tasks using the EC2 launch type. Expressed as a percentage of the desired number of tasks. The default value is 100%.
For a service that uses the blue/green (CODE_DEPLOY
) or EXTERNAL
deployment types and tasks that use the EC2 launch type, the minimum number of the tasks in the service that remain in the RUNNING
state while the container instances are in the DRAINING
state.
For the Fargate launch type, the minimum healthy percent value is not used.
sourcepub fn set_minimum_healthy_percent(self, input: Option<i32>) -> Self
pub fn set_minimum_healthy_percent(self, input: Option<i32>) -> Self
For a service that uses the rolling update (ECS
) deployment type, the minimum number of tasks in a service that must remain in the RUNNING
state during a deployment, and while any container instances are in the DRAINING
state if the service contains tasks using the EC2 launch type. Expressed as a percentage of the desired number of tasks. The default value is 100%.
For a service that uses the blue/green (CODE_DEPLOY
) or EXTERNAL
deployment types and tasks that use the EC2 launch type, the minimum number of the tasks in the service that remain in the RUNNING
state while the container instances are in the DRAINING
state.
For the Fargate launch type, the minimum healthy percent value is not used.
sourcepub fn get_minimum_healthy_percent(&self) -> &Option<i32>
pub fn get_minimum_healthy_percent(&self) -> &Option<i32>
For a service that uses the rolling update (ECS
) deployment type, the minimum number of tasks in a service that must remain in the RUNNING
state during a deployment, and while any container instances are in the DRAINING
state if the service contains tasks using the EC2 launch type. Expressed as a percentage of the desired number of tasks. The default value is 100%.
For a service that uses the blue/green (CODE_DEPLOY
) or EXTERNAL
deployment types and tasks that use the EC2 launch type, the minimum number of the tasks in the service that remain in the RUNNING
state while the container instances are in the DRAINING
state.
For the Fargate launch type, the minimum healthy percent value is not used.
sourcepub fn build(self) -> AwsEcsServiceDeploymentConfigurationDetails
pub fn build(self) -> AwsEcsServiceDeploymentConfigurationDetails
Consumes the builder and constructs a AwsEcsServiceDeploymentConfigurationDetails
.
Trait Implementations§
source§impl Clone for AwsEcsServiceDeploymentConfigurationDetailsBuilder
impl Clone for AwsEcsServiceDeploymentConfigurationDetailsBuilder
source§fn clone(&self) -> AwsEcsServiceDeploymentConfigurationDetailsBuilder
fn clone(&self) -> AwsEcsServiceDeploymentConfigurationDetailsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for AwsEcsServiceDeploymentConfigurationDetailsBuilder
impl Default for AwsEcsServiceDeploymentConfigurationDetailsBuilder
source§fn default() -> AwsEcsServiceDeploymentConfigurationDetailsBuilder
fn default() -> AwsEcsServiceDeploymentConfigurationDetailsBuilder
source§impl PartialEq for AwsEcsServiceDeploymentConfigurationDetailsBuilder
impl PartialEq for AwsEcsServiceDeploymentConfigurationDetailsBuilder
source§fn eq(&self, other: &AwsEcsServiceDeploymentConfigurationDetailsBuilder) -> bool
fn eq(&self, other: &AwsEcsServiceDeploymentConfigurationDetailsBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.