Struct cfn::aws::codedeploy::DeploymentGroupProperties[][src]

pub struct DeploymentGroupProperties {
Show fields pub alarm_configuration: Option<Value<AlarmConfiguration>>, pub application_name: Value<String>, pub auto_rollback_configuration: Option<Value<AutoRollbackConfiguration>>, pub auto_scaling_groups: Option<ValueList<String>>, pub blue_green_deployment_configuration: Option<Value<BlueGreenDeploymentConfiguration>>, pub deployment: Option<Value<Deployment>>, pub deployment_config_name: Option<Value<String>>, pub deployment_group_name: Option<Value<String>>, pub deployment_style: Option<Value<DeploymentStyle>>, pub ecs_services: Option<ValueList<ECSService>>, pub ec2_tag_filters: Option<ValueList<EC2TagFilter>>, pub ec2_tag_set: Option<Value<EC2TagSet>>, pub load_balancer_info: Option<Value<LoadBalancerInfo>>, pub on_premises_instance_tag_filters: Option<ValueList<TagFilter>>, pub on_premises_tag_set: Option<Value<OnPremisesTagSet>>, pub service_role_arn: Value<String>, pub trigger_configurations: Option<ValueList<TriggerConfig>>,
}
Expand description

Properties for the DeploymentGroup resource.

Fields

alarm_configuration: Option<Value<AlarmConfiguration>>

Property AlarmConfiguration.

Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.

application_name: Value<String>

Property ApplicationName.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

auto_rollback_configuration: Option<Value<AutoRollbackConfiguration>>

Property AutoRollbackConfiguration.

Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.

auto_scaling_groups: Option<ValueList<String>>

Property AutoScalingGroups.

Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.

blue_green_deployment_configuration: Option<Value<BlueGreenDeploymentConfiguration>>

Property BlueGreenDeploymentConfiguration.

Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.

deployment: Option<Value<Deployment>>

Property Deployment.

Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.

deployment_config_name: Option<Value<String>>

Property DeploymentConfigName.

Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.

deployment_group_name: Option<Value<String>>

Property DeploymentGroupName.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

deployment_style: Option<Value<DeploymentStyle>>

Property DeploymentStyle.

Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.

ecs_services: Option<ValueList<ECSService>>

Property ECSServices.

Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.

ec2_tag_filters: Option<ValueList<EC2TagFilter>>

Property Ec2TagFilters.

Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.

ec2_tag_set: Option<Value<EC2TagSet>>

Property Ec2TagSet.

Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.

load_balancer_info: Option<Value<LoadBalancerInfo>>

Property LoadBalancerInfo.

Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.

on_premises_instance_tag_filters: Option<ValueList<TagFilter>>

Property OnPremisesInstanceTagFilters.

Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.

on_premises_tag_set: Option<Value<OnPremisesTagSet>>

Property OnPremisesTagSet.

Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.

service_role_arn: Value<String>

Property ServiceRoleArn.

Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.

trigger_configurations: Option<ValueList<TriggerConfig>>

Property TriggerConfigurations.

Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Performs the conversion.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.