DeploymentGroupInfo
public struct DeploymentGroupInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of alarms associated with the deployment group.
Declaration
Swift
public let alarmConfiguration: AlarmConfiguration?
-
The application name.
Declaration
Swift
public let applicationName: String?
-
Information about the automatic rollback configuration associated with the deployment group.
Declaration
Swift
public let autoRollbackConfiguration: AutoRollbackConfiguration?
-
A list of associated Auto Scaling groups.
Declaration
Swift
public let autoScalingGroups: [AutoScalingGroup]?
-
Information about blue/green deployment options for a deployment group.
Declaration
Swift
public let blueGreenDeploymentConfiguration: BlueGreenDeploymentConfiguration?
-
The destination platform type for the deployment (Lambda, Server, or ECS).
Declaration
Swift
public let computePlatform: ComputePlatform?
-
The deployment configuration name.
Declaration
Swift
public let deploymentConfigName: String?
-
The deployment group ID.
Declaration
Swift
public let deploymentGroupId: String?
-
The deployment group name.
Declaration
Swift
public let deploymentGroupName: String?
-
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.
Declaration
Swift
public let deploymentStyle: DeploymentStyle?
-
The Amazon EC2 tags on which to filter. The deployment group includes EC2 instances with any of the specified tags.
Declaration
Swift
public let ec2TagFilters: [EC2TagFilter]?
-
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.
Declaration
Swift
public let ec2TagSet: EC2TagSet?
-
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>.
Declaration
Swift
public let ecsServices: [ECSService]?
-
Information about the most recent attempted deployment to the deployment group.
Declaration
Swift
public let lastAttemptedDeployment: LastDeploymentInfo?
-
Information about the most recent successful deployment to the deployment group.
Declaration
Swift
public let lastSuccessfulDeployment: LastDeploymentInfo?
-
Information about the load balancer to use in a deployment.
Declaration
Swift
public let loadBalancerInfo: LoadBalancerInfo?
-
The on-premises instance tags on which to filter. The deployment group includes on-premises instances with any of the specified tags.
Declaration
Swift
public let onPremisesInstanceTagFilters: [TagFilter]?
-
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.
Declaration
Swift
public let onPremisesTagSet: OnPremisesTagSet?
-
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 AWS CodeDeploy User Guide.
Declaration
Swift
public let serviceRoleArn: String?
-
Information about the deployment group’s target revision, including type and location.
Declaration
Swift
public let targetRevision: RevisionLocation?
-
Information about triggers associated with the deployment group.
Declaration
Swift
public let triggerConfigurations: [TriggerConfig]?
-
init(alarmConfiguration:applicationName:autoRollbackConfiguration:autoScalingGroups:blueGreenDeploymentConfiguration:computePlatform:deploymentConfigName:deploymentGroupId:deploymentGroupName:deploymentStyle:ec2TagFilters:ec2TagSet:ecsServices:lastAttemptedDeployment:lastSuccessfulDeployment:loadBalancerInfo:onPremisesInstanceTagFilters:onPremisesTagSet:serviceRoleArn:targetRevision:triggerConfigurations:)
Undocumented
Declaration
Swift
public init(alarmConfiguration: AlarmConfiguration? = nil, applicationName: String? = nil, autoRollbackConfiguration: AutoRollbackConfiguration? = nil, autoScalingGroups: [AutoScalingGroup]? = nil, blueGreenDeploymentConfiguration: BlueGreenDeploymentConfiguration? = nil, computePlatform: ComputePlatform? = nil, deploymentConfigName: String? = nil, deploymentGroupId: String? = nil, deploymentGroupName: String? = nil, deploymentStyle: DeploymentStyle? = nil, ec2TagFilters: [EC2TagFilter]? = nil, ec2TagSet: EC2TagSet? = nil, ecsServices: [ECSService]? = nil, lastAttemptedDeployment: LastDeploymentInfo? = nil, lastSuccessfulDeployment: LastDeploymentInfo? = nil, loadBalancerInfo: LoadBalancerInfo? = nil, onPremisesInstanceTagFilters: [TagFilter]? = nil, onPremisesTagSet: OnPremisesTagSet? = nil, serviceRoleArn: String? = nil, targetRevision: RevisionLocation? = nil, triggerConfigurations: [TriggerConfig]? = nil)