GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::CodeDeploy::DeploymentGroupInfo(3) User Contributed Perl Documentation Paws::CodeDeploy::DeploymentGroupInfo(3)

Paws::CodeDeploy::DeploymentGroupInfo

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

Information about a deployment group.

A list of alarms associated with the deployment group.

The application name.

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

A list of associated Auto Scaling groups.

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

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

The deployment configuration name.

The deployment group ID.

The deployment group name.

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.

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

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.

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

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

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

Information about the load balancer to use in a deployment.

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

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.

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.

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

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

Information about triggers associated with the deployment group.

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

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>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.