The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::CodeDeploy::DeploymentGroupInfo

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::CodeDeploy::DeploymentGroupInfo object:

  $service_obj->Method(Att1 => { AlarmConfiguration => $value, ..., TriggerConfigurations => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::CodeDeploy::DeploymentGroupInfo object:

  $result = $service_obj->Method(...);
  $result->Att1->AlarmConfiguration

DESCRIPTION

Information about a deployment group.

ATTRIBUTES

AlarmConfiguration => Paws::CodeDeploy::AlarmConfiguration

  A list of alarms associated with the deployment group.

ApplicationName => Str

  The application name.

AutoRollbackConfiguration => Paws::CodeDeploy::AutoRollbackConfiguration

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

AutoScalingGroups => ArrayRef[Paws::CodeDeploy::AutoScalingGroup]

  A list of associated Auto Scaling groups.

BlueGreenDeploymentConfiguration => Paws::CodeDeploy::BlueGreenDeploymentConfiguration

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

ComputePlatform => Str

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

DeploymentConfigName => Str

  The deployment configuration name.

DeploymentGroupId => Str

  The deployment group ID.

DeploymentGroupName => Str

  The deployment group name.

DeploymentStyle => Paws::CodeDeploy::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.

Ec2TagFilters => ArrayRef[Paws::CodeDeploy::EC2TagFilter]

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

Ec2TagSet => Paws::CodeDeploy::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.

EcsServices => ArrayRef[Paws::CodeDeploy::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
C<E<lt>clusternameE<gt>:E<lt>servicenameE<gt>>.

LastAttemptedDeployment => Paws::CodeDeploy::LastDeploymentInfo

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

LastSuccessfulDeployment => Paws::CodeDeploy::LastDeploymentInfo

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

LoadBalancerInfo => Paws::CodeDeploy::LoadBalancerInfo

  Information about the load balancer to use in a deployment.

OnPremisesInstanceTagFilters => ArrayRef[Paws::CodeDeploy::TagFilter]

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

OnPremisesTagSet => Paws::CodeDeploy::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.

ServiceRoleArn => Str

  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
(https://docs.aws.amazon.com/codedeploy/latest/userguide/getting-started-create-service-role.html)
in the I<AWS CodeDeploy User Guide>.

TargetRevision => Paws::CodeDeploy::RevisionLocation

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

TriggerConfigurations => ArrayRef[Paws::CodeDeploy::TriggerConfig]

  Information about triggers associated with the deployment group.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::CodeDeploy

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues