—# Generated by default/object.tt
has
AlarmConfiguration
=> (
is
=>
'ro'
,
isa
=>
'Paws::CodeDeploy::AlarmConfiguration'
,
request_name
=>
'alarmConfiguration'
,
traits
=> [
'NameInRequest'
]);
has
ApplicationName
=> (
is
=>
'ro'
,
isa
=>
'Str'
,
request_name
=>
'applicationName'
,
traits
=> [
'NameInRequest'
]);
has
AutoRollbackConfiguration
=> (
is
=>
'ro'
,
isa
=>
'Paws::CodeDeploy::AutoRollbackConfiguration'
,
request_name
=>
'autoRollbackConfiguration'
,
traits
=> [
'NameInRequest'
]);
has
AutoScalingGroups
=> (
is
=>
'ro'
,
isa
=>
'ArrayRef[Paws::CodeDeploy::AutoScalingGroup]'
,
request_name
=>
'autoScalingGroups'
,
traits
=> [
'NameInRequest'
]);
has
BlueGreenDeploymentConfiguration
=> (
is
=>
'ro'
,
isa
=>
'Paws::CodeDeploy::BlueGreenDeploymentConfiguration'
,
request_name
=>
'blueGreenDeploymentConfiguration'
,
traits
=> [
'NameInRequest'
]);
has
ComputePlatform
=> (
is
=>
'ro'
,
isa
=>
'Str'
,
request_name
=>
'computePlatform'
,
traits
=> [
'NameInRequest'
]);
has
DeploymentConfigName
=> (
is
=>
'ro'
,
isa
=>
'Str'
,
request_name
=>
'deploymentConfigName'
,
traits
=> [
'NameInRequest'
]);
has
DeploymentGroupId
=> (
is
=>
'ro'
,
isa
=>
'Str'
,
request_name
=>
'deploymentGroupId'
,
traits
=> [
'NameInRequest'
]);
has
DeploymentGroupName
=> (
is
=>
'ro'
,
isa
=>
'Str'
,
request_name
=>
'deploymentGroupName'
,
traits
=> [
'NameInRequest'
]);
has
DeploymentStyle
=> (
is
=>
'ro'
,
isa
=>
'Paws::CodeDeploy::DeploymentStyle'
,
request_name
=>
'deploymentStyle'
,
traits
=> [
'NameInRequest'
]);
has
Ec2TagFilters
=> (
is
=>
'ro'
,
isa
=>
'ArrayRef[Paws::CodeDeploy::EC2TagFilter]'
,
request_name
=>
'ec2TagFilters'
,
traits
=> [
'NameInRequest'
]);
has
Ec2TagSet
=> (
is
=>
'ro'
,
isa
=>
'Paws::CodeDeploy::EC2TagSet'
,
request_name
=>
'ec2TagSet'
,
traits
=> [
'NameInRequest'
]);
has
EcsServices
=> (
is
=>
'ro'
,
isa
=>
'ArrayRef[Paws::CodeDeploy::ECSService]'
,
request_name
=>
'ecsServices'
,
traits
=> [
'NameInRequest'
]);
has
LastAttemptedDeployment
=> (
is
=>
'ro'
,
isa
=>
'Paws::CodeDeploy::LastDeploymentInfo'
,
request_name
=>
'lastAttemptedDeployment'
,
traits
=> [
'NameInRequest'
]);
has
LastSuccessfulDeployment
=> (
is
=>
'ro'
,
isa
=>
'Paws::CodeDeploy::LastDeploymentInfo'
,
request_name
=>
'lastSuccessfulDeployment'
,
traits
=> [
'NameInRequest'
]);
has
LoadBalancerInfo
=> (
is
=>
'ro'
,
isa
=>
'Paws::CodeDeploy::LoadBalancerInfo'
,
request_name
=>
'loadBalancerInfo'
,
traits
=> [
'NameInRequest'
]);
has
OnPremisesInstanceTagFilters
=> (
is
=>
'ro'
,
isa
=>
'ArrayRef[Paws::CodeDeploy::TagFilter]'
,
request_name
=>
'onPremisesInstanceTagFilters'
,
traits
=> [
'NameInRequest'
]);
has
OnPremisesTagSet
=> (
is
=>
'ro'
,
isa
=>
'Paws::CodeDeploy::OnPremisesTagSet'
,
request_name
=>
'onPremisesTagSet'
,
traits
=> [
'NameInRequest'
]);
has
OutdatedInstancesStrategy
=> (
is
=>
'ro'
,
isa
=>
'Str'
,
request_name
=>
'outdatedInstancesStrategy'
,
traits
=> [
'NameInRequest'
]);
has
ServiceRoleArn
=> (
is
=>
'ro'
,
isa
=>
'Str'
,
request_name
=>
'serviceRoleArn'
,
traits
=> [
'NameInRequest'
]);
has
TargetRevision
=> (
is
=>
'ro'
,
isa
=>
'Paws::CodeDeploy::RevisionLocation'
,
request_name
=>
'targetRevision'
,
traits
=> [
'NameInRequest'
]);
has
TriggerConfigurations
=> (
is
=>
'ro'
,
isa
=>
'ArrayRef[Paws::CodeDeploy::TriggerConfig]'
,
request_name
=>
'triggerConfigurations'
,
traits
=> [
'NameInRequest'
]);
1;
### main pod documentation begin ###
=head1 NAME
Paws::CodeDeploy::DeploymentGroupInfo
=head1 USAGE
This class represents one of two things:
=head3 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 });
=head3 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
=head1 DESCRIPTION
Information about a deployment group.
=head1 ATTRIBUTES
=head2 AlarmConfiguration => L<Paws::CodeDeploy::AlarmConfiguration>
A list of alarms associated with the deployment group.
=head2 ApplicationName => Str
The application name.
=head2 AutoRollbackConfiguration => L<Paws::CodeDeploy::AutoRollbackConfiguration>
Information about the automatic rollback configuration associated with
the deployment group.
=head2 AutoScalingGroups => ArrayRef[L<Paws::CodeDeploy::AutoScalingGroup>]
A list of associated Auto Scaling groups.
=head2 BlueGreenDeploymentConfiguration => L<Paws::CodeDeploy::BlueGreenDeploymentConfiguration>
Information about blue/green deployment options for a deployment group.
=head2 ComputePlatform => Str
The destination platform type for the deployment (C<Lambda>, C<Server>,
or C<ECS>).
=head2 DeploymentConfigName => Str
The deployment configuration name.
=head2 DeploymentGroupId => Str
The deployment group ID.
=head2 DeploymentGroupName => Str
The deployment group name.
=head2 DeploymentStyle => L<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.
=head2 Ec2TagFilters => ArrayRef[L<Paws::CodeDeploy::EC2TagFilter>]
The Amazon EC2 tags on which to filter. The deployment group includes
EC2 instances with any of the specified tags.
=head2 Ec2TagSet => L<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.
=head2 EcsServices => ArrayRef[L<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>>.
=head2 LastAttemptedDeployment => L<Paws::CodeDeploy::LastDeploymentInfo>
Information about the most recent attempted deployment to the
deployment group.
=head2 LastSuccessfulDeployment => L<Paws::CodeDeploy::LastDeploymentInfo>
Information about the most recent successful deployment to the
deployment group.
=head2 LoadBalancerInfo => L<Paws::CodeDeploy::LoadBalancerInfo>
Information about the load balancer to use in a deployment.
=head2 OnPremisesInstanceTagFilters => ArrayRef[L<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.
=head2 OnPremisesTagSet => L<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.
=head2 OutdatedInstancesStrategy => Str
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 C<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 C<IGNORE>, CodeDeploy does not initiate a
deployment to update the new EC2 instances. This may result in
instances having different revisions.
=head2 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
in the I<AWS CodeDeploy User Guide>.
=head2 TargetRevision => L<Paws::CodeDeploy::RevisionLocation>
Information about the deployment group's target revision, including
type and location.
=head2 TriggerConfigurations => ArrayRef[L<Paws::CodeDeploy::TriggerConfig>]
Information about triggers associated with the deployment group.
=head1 SEE ALSO
This class forms part of L<Paws>, describing an object used in L<Paws::CodeDeploy>
=head1 BUGS and CONTRIBUTIONS
The source code is located here: L<https://github.com/pplu/aws-sdk-perl>
Please report bugs to: L<https://github.com/pplu/aws-sdk-perl/issues>
=cut