class Aws::CodeDeploy::Types::DeploymentGroupInfo
Information about a deployment group.
@!attribute [rw] application_name
The application name. @return [String]
@!attribute [rw] deployment_group_id
The deployment group ID. @return [String]
@!attribute [rw] deployment_group_name
The deployment group name. @return [String]
@!attribute [rw] deployment_config_name
The deployment configuration name. @return [String]
@!attribute [rw] ec2_tag_filters
The Amazon EC2 tags on which to filter. The deployment group includes EC2 instances with any of the specified tags. @return [Array<Types::EC2TagFilter>]
@!attribute [rw] on_premises_instance_tag_filters
The on-premises instance tags on which to filter. The deployment group includes on-premises instances with any of the specified tags. @return [Array<Types::TagFilter>]
@!attribute [rw] auto_scaling_groups
A list of associated Auto Scaling groups. @return [Array<Types::AutoScalingGroup>]
@!attribute [rw] service_role_arn
A service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to AWS services on your behalf. For more information, see [Create a Service Role for AWS CodeDeploy][1] in the *AWS CodeDeploy User Guide*. [1]: https://docs.aws.amazon.com/codedeploy/latest/userguide/getting-started-create-service-role.html @return [String]
@!attribute [rw] target_revision
Information about the deployment group's target revision, including type and location. @return [Types::RevisionLocation]
@!attribute [rw] trigger_configurations
Information about triggers associated with the deployment group. @return [Array<Types::TriggerConfig>]
@!attribute [rw] alarm_configuration
A list of alarms associated with the deployment group. @return [Types::AlarmConfiguration]
@!attribute [rw] auto_rollback_configuration
Information about the automatic rollback configuration associated with the deployment group. @return [Types::AutoRollbackConfiguration]
@!attribute [rw] deployment_style
Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer. @return [Types::DeploymentStyle]
@!attribute [rw] outdated_instances_strategy
Indicates what happens when new EC2 instances are launched mid-deployment and do not receive the deployed application revision. If this option is set to `UPDATE` or is unspecified, CodeDeploy initiates one or more 'auto-update outdated instances' deployments to apply the deployed application revision to the new EC2 instances. If this option is set to `IGNORE`, CodeDeploy does not initiate a deployment to update the new EC2 instances. This may result in instances having different revisions. @return [String]
@!attribute [rw] blue_green_deployment_configuration
Information about blue/green deployment options for a deployment group. @return [Types::BlueGreenDeploymentConfiguration]
@!attribute [rw] load_balancer_info
Information about the load balancer to use in a deployment. @return [Types::LoadBalancerInfo]
@!attribute [rw] last_successful_deployment
Information about the most recent successful deployment to the deployment group. @return [Types::LastDeploymentInfo]
@!attribute [rw] last_attempted_deployment
Information about the most recent attempted deployment to the deployment group. @return [Types::LastDeploymentInfo]
@!attribute [rw] ec2_tag_set
Information about groups of tags applied to an EC2 instance. The deployment group includes only EC2 instances identified by all of the tag groups. Cannot be used in the same call as ec2TagFilters. @return [Types::EC2TagSet]
@!attribute [rw] on_premises_tag_set
Information about groups of tags applied to an on-premises instance. The deployment group includes only on-premises instances identified by all the tag groups. Cannot be used in the same call as onPremisesInstanceTagFilters. @return [Types::OnPremisesTagSet]
@!attribute [rw] compute_platform
The destination platform type for the deployment (`Lambda`, `Server`, or `ECS`). @return [String]
@!attribute [rw] ecs_services
The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name pair using the format `<clustername>:<servicename>`. @return [Array<Types::ECSService>]
@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentGroupInfo AWS API Documentation
Constants
- SENSITIVE