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 => { ApplicationName => $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->ApplicationName
DESCRIPTION
Information about a deployment group.
ATTRIBUTES
ApplicationName => Str
The application name.
AutoScalingGroups => ArrayRef[Paws::CodeDeploy::AutoScalingGroup]
A list of associated Auto Scaling groups.
DeploymentConfigName => Str
The deployment configuration name.
DeploymentGroupId => Str
The deployment group ID.
DeploymentGroupName => Str
The deployment group name.
Ec2TagFilters => ArrayRef[Paws::CodeDeploy::EC2TagFilter]
The Amazon EC2 tags on which to filter.
OnPremisesInstanceTagFilters => ArrayRef[Paws::CodeDeploy::TagFilter]
The on-premises instance tags on which to filter.
ServiceRoleArn => Str
A service role ARN.
TargetRevision => Paws::CodeDeploy::RevisionLocation
Information about the deployment group's target revision, including
type and location.
TriggerConfigurations => ArrayRef[Paws::CodeDeploy::TriggerConfig]
A list of associated triggers.
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