You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::DeploymentGroupInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a deployment group.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_configurationTypes::AlarmConfiguration

A list of alarms associated with the deployment group.

Returns:

#application_nameString

The application name.

Returns:

  • (String)

    The application name.

#auto_rollback_configurationTypes::AutoRollbackConfiguration

Information about the automatic rollback configuration associated with the deployment group.

Returns:

#auto_scaling_groupsArray<Types::AutoScalingGroup>

A list of associated Auto Scaling groups.

Returns:

#blue_green_deployment_configurationTypes::BlueGreenDeploymentConfiguration

Information about blue/green deployment options for a deployment group.

Returns:

#compute_platformString

The destination platform type for the deployment (Lambda, Server, or ECS).

Possible values:

  • Server
  • Lambda
  • ECS

Returns:

  • (String)

    The destination platform type for the deployment (Lambda, Server, or ECS).

#deployment_config_nameString

The deployment configuration name.

Returns:

  • (String)

    The deployment configuration name.

#deployment_group_idString

The deployment group ID.

Returns:

  • (String)

    The deployment group ID.

#deployment_group_nameString

The deployment group name.

Returns:

  • (String)

    The deployment group name.

#deployment_styleTypes::DeploymentStyle

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.

Returns:

  • (Types::DeploymentStyle)

    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.

#ec2_tag_filtersArray<Types::EC2TagFilter>

The Amazon EC2 tags on which to filter. The deployment group includes EC2 instances with any of the specified tags.

Returns:

#ec2_tag_setTypes::EC2TagSet

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.

Returns:

  • (Types::EC2TagSet)

    Information about groups of tags applied to an EC2 instance.

#ecs_servicesArray<Types::ECSService>

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>.

Returns:

  • (Array<Types::ECSService>)

    The target Amazon ECS services in the deployment group.

#last_attempted_deploymentTypes::LastDeploymentInfo

Information about the most recent attempted deployment to the deployment group.

Returns:

#last_successful_deploymentTypes::LastDeploymentInfo

Information about the most recent successful deployment to the deployment group.

Returns:

#load_balancer_infoTypes::LoadBalancerInfo

Information about the load balancer to use in a deployment.

Returns:

#on_premises_instance_tag_filtersArray<Types::TagFilter>

The on-premises instance tags on which to filter. The deployment group includes on-premises instances with any of the specified tags.

Returns:

  • (Array<Types::TagFilter>)

    The on-premises instance tags on which to filter.

#on_premises_tag_setTypes::OnPremisesTagSet

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.

Returns:

#service_role_arnString

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 in the AWS CodeDeploy User Guide.

Returns:

  • (String)

    A service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to AWS services on your behalf.

#target_revisionTypes::RevisionLocation

Information about the deployment group\'s target revision, including type and location.

Returns:

  • (Types::RevisionLocation)

    Information about the deployment group\'s target revision, including type and location.

#trigger_configurationsArray<Types::TriggerConfig>

Information about triggers associated with the deployment group.

Returns:

  • (Array<Types::TriggerConfig>)

    Information about triggers associated with the deployment group.