@Generated(value="software.amazon.awssdk:codegen") public final class DeploymentGroupInfo extends Object implements SdkPojo, Serializable, 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() |
ComputePlatform |
computePlatform()
The destination platform type for the deployment group (
Lambda or Server ). |
String |
computePlatformAsString()
The destination platform type for the deployment group (
Lambda or Server ). |
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.
|
EC2TagSet |
ec2TagSet()
Information about groups of tags applied to an EC2 instance.
|
List<ECSService> |
ecsServices()
The target ECS services in the deployment group.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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.
|
List<TagFilter> |
onPremisesInstanceTagFilters()
The on-premises instance tags on which to filter.
|
OnPremisesTagSet |
onPremisesTagSet()
Information about groups of tags applied to an on-premises instance.
|
List<SdkField<?>> |
sdkFields() |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
List<TriggerConfig> |
triggerConfigurations()
Information about triggers associated with the deployment group.
|
copy
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. The deployment group includes EC2 instances with any of the specified tags.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<TagFilter> onPremisesInstanceTagFilters()
The on-premises instance tags on which to filter. The deployment group includes on-premises instances with any of the specified tags.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<AutoScalingGroup> autoScalingGroups()
A list of associated Auto Scaling groups.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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 EC2TagSet ec2TagSet()
Information about groups of tags applied to an EC2 instance. The deployment group includes only EC2 instances identified by all the tag groups. Cannot be used in the same call as ec2TagFilters.
public OnPremisesTagSet 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.
public ComputePlatform computePlatform()
The destination platform type for the deployment group (Lambda
or Server
).
If the service returns an enum value that is not available in the current SDK version, computePlatform
will return ComputePlatform.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from computePlatformAsString()
.
Lambda
or Server
).ComputePlatform
public String computePlatformAsString()
The destination platform type for the deployment group (Lambda
or Server
).
If the service returns an enum value that is not available in the current SDK version, computePlatform
will return ComputePlatform.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from computePlatformAsString()
.
Lambda
or Server
).ComputePlatform
public List<ECSService> ecsServices()
The target ECS services in the deployment group. This only applies to deployment groups that use the Amazon ECS
compute platform. A target ECS service is specified as an Amazon ECS cluster and service name pair using the
format <clustername>:<servicename>
.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
<clustername>:<servicename>
.public DeploymentGroupInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeploymentGroupInfo.Builder,DeploymentGroupInfo>
public static DeploymentGroupInfo.Builder builder()
public static Class<? extends DeploymentGroupInfo.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.