Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DeploymentGroupInfo = DeploymentGroupInfo' {
- serviceRoleArn :: Maybe Text
- ec2TagSet :: Maybe EC2TagSet
- deploymentConfigName :: Maybe Text
- lastAttemptedDeployment :: Maybe LastDeploymentInfo
- onPremisesTagSet :: Maybe OnPremisesTagSet
- computePlatform :: Maybe ComputePlatform
- targetRevision :: Maybe RevisionLocation
- ec2TagFilters :: Maybe [EC2TagFilter]
- ecsServices :: Maybe [ECSService]
- blueGreenDeploymentConfiguration :: Maybe BlueGreenDeploymentConfiguration
- loadBalancerInfo :: Maybe LoadBalancerInfo
- outdatedInstancesStrategy :: Maybe OutdatedInstancesStrategy
- onPremisesInstanceTagFilters :: Maybe [TagFilter]
- lastSuccessfulDeployment :: Maybe LastDeploymentInfo
- applicationName :: Maybe Text
- alarmConfiguration :: Maybe AlarmConfiguration
- triggerConfigurations :: Maybe [TriggerConfig]
- deploymentGroupId :: Maybe Text
- autoScalingGroups :: Maybe [AutoScalingGroup]
- deploymentStyle :: Maybe DeploymentStyle
- autoRollbackConfiguration :: Maybe AutoRollbackConfiguration
- deploymentGroupName :: Maybe Text
- newDeploymentGroupInfo :: DeploymentGroupInfo
- deploymentGroupInfo_serviceRoleArn :: Lens' DeploymentGroupInfo (Maybe Text)
- deploymentGroupInfo_ec2TagSet :: Lens' DeploymentGroupInfo (Maybe EC2TagSet)
- deploymentGroupInfo_deploymentConfigName :: Lens' DeploymentGroupInfo (Maybe Text)
- deploymentGroupInfo_lastAttemptedDeployment :: Lens' DeploymentGroupInfo (Maybe LastDeploymentInfo)
- deploymentGroupInfo_onPremisesTagSet :: Lens' DeploymentGroupInfo (Maybe OnPremisesTagSet)
- deploymentGroupInfo_computePlatform :: Lens' DeploymentGroupInfo (Maybe ComputePlatform)
- deploymentGroupInfo_targetRevision :: Lens' DeploymentGroupInfo (Maybe RevisionLocation)
- deploymentGroupInfo_ec2TagFilters :: Lens' DeploymentGroupInfo (Maybe [EC2TagFilter])
- deploymentGroupInfo_ecsServices :: Lens' DeploymentGroupInfo (Maybe [ECSService])
- deploymentGroupInfo_blueGreenDeploymentConfiguration :: Lens' DeploymentGroupInfo (Maybe BlueGreenDeploymentConfiguration)
- deploymentGroupInfo_loadBalancerInfo :: Lens' DeploymentGroupInfo (Maybe LoadBalancerInfo)
- deploymentGroupInfo_outdatedInstancesStrategy :: Lens' DeploymentGroupInfo (Maybe OutdatedInstancesStrategy)
- deploymentGroupInfo_onPremisesInstanceTagFilters :: Lens' DeploymentGroupInfo (Maybe [TagFilter])
- deploymentGroupInfo_lastSuccessfulDeployment :: Lens' DeploymentGroupInfo (Maybe LastDeploymentInfo)
- deploymentGroupInfo_applicationName :: Lens' DeploymentGroupInfo (Maybe Text)
- deploymentGroupInfo_alarmConfiguration :: Lens' DeploymentGroupInfo (Maybe AlarmConfiguration)
- deploymentGroupInfo_triggerConfigurations :: Lens' DeploymentGroupInfo (Maybe [TriggerConfig])
- deploymentGroupInfo_deploymentGroupId :: Lens' DeploymentGroupInfo (Maybe Text)
- deploymentGroupInfo_autoScalingGroups :: Lens' DeploymentGroupInfo (Maybe [AutoScalingGroup])
- deploymentGroupInfo_deploymentStyle :: Lens' DeploymentGroupInfo (Maybe DeploymentStyle)
- deploymentGroupInfo_autoRollbackConfiguration :: Lens' DeploymentGroupInfo (Maybe AutoRollbackConfiguration)
- deploymentGroupInfo_deploymentGroupName :: Lens' DeploymentGroupInfo (Maybe Text)
Documentation
data DeploymentGroupInfo Source #
Information about a deployment group.
See: newDeploymentGroupInfo
smart constructor.
DeploymentGroupInfo' | |
|
Instances
newDeploymentGroupInfo :: DeploymentGroupInfo Source #
Create a value of DeploymentGroupInfo
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:serviceRoleArn:DeploymentGroupInfo'
, deploymentGroupInfo_serviceRoleArn
- 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.
$sel:ec2TagSet:DeploymentGroupInfo'
, deploymentGroupInfo_ec2TagSet
- 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.
$sel:deploymentConfigName:DeploymentGroupInfo'
, deploymentGroupInfo_deploymentConfigName
- The deployment configuration name.
$sel:lastAttemptedDeployment:DeploymentGroupInfo'
, deploymentGroupInfo_lastAttemptedDeployment
- Information about the most recent attempted deployment to the deployment
group.
$sel:onPremisesTagSet:DeploymentGroupInfo'
, deploymentGroupInfo_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.
$sel:computePlatform:DeploymentGroupInfo'
, deploymentGroupInfo_computePlatform
- The destination platform type for the deployment (Lambda
, Server
, or
ECS
).
$sel:targetRevision:DeploymentGroupInfo'
, deploymentGroupInfo_targetRevision
- Information about the deployment group's target revision, including
type and location.
$sel:ec2TagFilters:DeploymentGroupInfo'
, deploymentGroupInfo_ec2TagFilters
- The Amazon EC2 tags on which to filter. The deployment group includes
EC2 instances with any of the specified tags.
$sel:ecsServices:DeploymentGroupInfo'
, deploymentGroupInfo_ecsServices
- 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>
.
$sel:blueGreenDeploymentConfiguration:DeploymentGroupInfo'
, deploymentGroupInfo_blueGreenDeploymentConfiguration
- Information about blue/green deployment options for a deployment group.
$sel:loadBalancerInfo:DeploymentGroupInfo'
, deploymentGroupInfo_loadBalancerInfo
- Information about the load balancer to use in a deployment.
$sel:outdatedInstancesStrategy:DeploymentGroupInfo'
, deploymentGroupInfo_outdatedInstancesStrategy
- 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.
$sel:onPremisesInstanceTagFilters:DeploymentGroupInfo'
, deploymentGroupInfo_onPremisesInstanceTagFilters
- The on-premises instance tags on which to filter. The deployment group
includes on-premises instances with any of the specified tags.
$sel:lastSuccessfulDeployment:DeploymentGroupInfo'
, deploymentGroupInfo_lastSuccessfulDeployment
- Information about the most recent successful deployment to the
deployment group.
$sel:applicationName:DeploymentGroupInfo'
, deploymentGroupInfo_applicationName
- The application name.
$sel:alarmConfiguration:DeploymentGroupInfo'
, deploymentGroupInfo_alarmConfiguration
- A list of alarms associated with the deployment group.
$sel:triggerConfigurations:DeploymentGroupInfo'
, deploymentGroupInfo_triggerConfigurations
- Information about triggers associated with the deployment group.
$sel:deploymentGroupId:DeploymentGroupInfo'
, deploymentGroupInfo_deploymentGroupId
- The deployment group ID.
$sel:autoScalingGroups:DeploymentGroupInfo'
, deploymentGroupInfo_autoScalingGroups
- A list of associated Auto Scaling groups.
$sel:deploymentStyle:DeploymentGroupInfo'
, deploymentGroupInfo_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.
$sel:autoRollbackConfiguration:DeploymentGroupInfo'
, deploymentGroupInfo_autoRollbackConfiguration
- Information about the automatic rollback configuration associated with
the deployment group.
$sel:deploymentGroupName:DeploymentGroupInfo'
, deploymentGroupInfo_deploymentGroupName
- The deployment group name.
deploymentGroupInfo_serviceRoleArn :: Lens' DeploymentGroupInfo (Maybe Text) Source #
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.
deploymentGroupInfo_ec2TagSet :: Lens' DeploymentGroupInfo (Maybe EC2TagSet) Source #
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.
deploymentGroupInfo_deploymentConfigName :: Lens' DeploymentGroupInfo (Maybe Text) Source #
The deployment configuration name.
deploymentGroupInfo_lastAttemptedDeployment :: Lens' DeploymentGroupInfo (Maybe LastDeploymentInfo) Source #
Information about the most recent attempted deployment to the deployment group.
deploymentGroupInfo_onPremisesTagSet :: Lens' DeploymentGroupInfo (Maybe OnPremisesTagSet) Source #
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.
deploymentGroupInfo_computePlatform :: Lens' DeploymentGroupInfo (Maybe ComputePlatform) Source #
The destination platform type for the deployment (Lambda
, Server
, or
ECS
).
deploymentGroupInfo_targetRevision :: Lens' DeploymentGroupInfo (Maybe RevisionLocation) Source #
Information about the deployment group's target revision, including type and location.
deploymentGroupInfo_ec2TagFilters :: Lens' DeploymentGroupInfo (Maybe [EC2TagFilter]) Source #
The Amazon EC2 tags on which to filter. The deployment group includes EC2 instances with any of the specified tags.
deploymentGroupInfo_ecsServices :: Lens' DeploymentGroupInfo (Maybe [ECSService]) Source #
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>
.
deploymentGroupInfo_blueGreenDeploymentConfiguration :: Lens' DeploymentGroupInfo (Maybe BlueGreenDeploymentConfiguration) Source #
Information about blue/green deployment options for a deployment group.
deploymentGroupInfo_loadBalancerInfo :: Lens' DeploymentGroupInfo (Maybe LoadBalancerInfo) Source #
Information about the load balancer to use in a deployment.
deploymentGroupInfo_outdatedInstancesStrategy :: Lens' DeploymentGroupInfo (Maybe OutdatedInstancesStrategy) Source #
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.
deploymentGroupInfo_onPremisesInstanceTagFilters :: Lens' DeploymentGroupInfo (Maybe [TagFilter]) Source #
The on-premises instance tags on which to filter. The deployment group includes on-premises instances with any of the specified tags.
deploymentGroupInfo_lastSuccessfulDeployment :: Lens' DeploymentGroupInfo (Maybe LastDeploymentInfo) Source #
Information about the most recent successful deployment to the deployment group.
deploymentGroupInfo_applicationName :: Lens' DeploymentGroupInfo (Maybe Text) Source #
The application name.
deploymentGroupInfo_alarmConfiguration :: Lens' DeploymentGroupInfo (Maybe AlarmConfiguration) Source #
A list of alarms associated with the deployment group.
deploymentGroupInfo_triggerConfigurations :: Lens' DeploymentGroupInfo (Maybe [TriggerConfig]) Source #
Information about triggers associated with the deployment group.
deploymentGroupInfo_deploymentGroupId :: Lens' DeploymentGroupInfo (Maybe Text) Source #
The deployment group ID.
deploymentGroupInfo_autoScalingGroups :: Lens' DeploymentGroupInfo (Maybe [AutoScalingGroup]) Source #
A list of associated Auto Scaling groups.
deploymentGroupInfo_deploymentStyle :: Lens' DeploymentGroupInfo (Maybe DeploymentStyle) Source #
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.
deploymentGroupInfo_autoRollbackConfiguration :: Lens' DeploymentGroupInfo (Maybe AutoRollbackConfiguration) Source #
Information about the automatic rollback configuration associated with the deployment group.
deploymentGroupInfo_deploymentGroupName :: Lens' DeploymentGroupInfo (Maybe Text) Source #
The deployment group name.