@Generated(value="software.amazon.awssdk:codegen") public class DeploymentGroupInfo extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<DeploymentGroupInfo.Builder,DeploymentGroupInfo>
Information about a deployment group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeploymentGroupInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
AlarmConfiguration |
alarmConfiguration()
A list of alarms associated with the deployment group.
|
String |
applicationName()
The application name.
|
AutoRollbackConfiguration |
autoRollbackConfiguration()
Information about the automatic rollback configuration associated with the deployment group.
|
List<AutoScalingGroup> |
autoScalingGroups()
A list of associated Auto Scaling groups.
|
BlueGreenDeploymentConfiguration |
blueGreenDeploymentConfiguration()
Information about blue/green deployment options for a deployment group.
|
static DeploymentGroupInfo.Builder |
builder() |
String |
deploymentConfigName()
The deployment configuration name.
|
String |
deploymentGroupId()
The deployment group ID.
|
String |
deploymentGroupName()
The deployment group name.
|
DeploymentStyle |
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.
|
List<EC2TagFilter> |
ec2TagFilters()
The Amazon EC2 tags on which to filter.
|
boolean |
equals(Object obj) |
int |
hashCode() |
LastDeploymentInfo |
lastAttemptedDeployment()
Information about the most recent attempted deployment to the deployment group.
|
LastDeploymentInfo |
lastSuccessfulDeployment()
Information about the most recent successful deployment to the deployment group.
|
LoadBalancerInfo |
loadBalancerInfo()
Information about the load balancer to use in a deployment.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
List<TagFilter> |
onPremisesInstanceTagFilters()
The on-premises instance tags on which to filter.
|
static Class<? extends DeploymentGroupInfo.Builder> |
serializableBuilderClass() |
String |
serviceRoleArn()
A service role ARN.
|
RevisionLocation |
targetRevision()
Information about the deployment group's target revision, including type and location.
|
DeploymentGroupInfo.Builder |
toBuilder() |
String |
toString() |
List<TriggerConfig> |
triggerConfigurations()
Information about triggers associated with the deployment group.
|
public String applicationName()
The application name.
public String deploymentGroupId()
The deployment group ID.
public String deploymentGroupName()
The deployment group name.
public String deploymentConfigName()
The deployment configuration name.
public List<EC2TagFilter> ec2TagFilters()
The Amazon EC2 tags on which to filter.
public List<TagFilter> onPremisesInstanceTagFilters()
The on-premises instance tags on which to filter.
public List<AutoScalingGroup> autoScalingGroups()
A list of associated Auto Scaling groups.
public String serviceRoleArn()
A service role ARN.
public RevisionLocation targetRevision()
Information about the deployment group's target revision, including type and location.
public List<TriggerConfig> triggerConfigurations()
Information about triggers associated with the deployment group.
public AlarmConfiguration alarmConfiguration()
A list of alarms associated with the deployment group.
public AutoRollbackConfiguration autoRollbackConfiguration()
Information about the automatic rollback configuration associated with the deployment group.
public DeploymentStyle 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.
public BlueGreenDeploymentConfiguration blueGreenDeploymentConfiguration()
Information about blue/green deployment options for a deployment group.
public LoadBalancerInfo loadBalancerInfo()
Information about the load balancer to use in a deployment.
public LastDeploymentInfo lastSuccessfulDeployment()
Information about the most recent successful deployment to the deployment group.
public LastDeploymentInfo lastAttemptedDeployment()
Information about the most recent attempted deployment to the deployment group.
public DeploymentGroupInfo.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DeploymentGroupInfo.Builder,DeploymentGroupInfo>public static DeploymentGroupInfo.Builder builder()
public static Class<? extends DeploymentGroupInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.