| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.alarmConfiguration(CfnDeploymentGroup.AlarmConfigurationProperty alarmConfiguration)
Information about the Amazon CloudWatch alarms that are associated with the deployment group.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.alarmConfiguration(IResolvable alarmConfiguration)
Information about the Amazon CloudWatch alarms that are associated with the deployment group.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.applicationName(String applicationName)
The name of an existing CodeDeploy application to associate this deployment group with.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.autoRollbackConfiguration(CfnDeploymentGroup.AutoRollbackConfigurationProperty autoRollbackConfiguration)
Information about the automatic rollback configuration that is associated with the deployment group.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.autoRollbackConfiguration(IResolvable autoRollbackConfiguration)
Information about the automatic rollback configuration that is associated with the deployment group.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.autoScalingGroups(List<String> autoScalingGroups)
A list of associated Auto Scaling groups that CodeDeploy automatically deploys revisions to when new instances are created.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.blueGreenDeploymentConfiguration(CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty blueGreenDeploymentConfiguration)
Information about blue/green deployment options for a deployment group.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.blueGreenDeploymentConfiguration(IResolvable blueGreenDeploymentConfiguration)
Information about blue/green deployment options for a deployment group.
|
static CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.create(Construct scope,
String id) |
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.deployment(CfnDeploymentGroup.DeploymentProperty deployment)
The application revision to deploy to this deployment group.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.deployment(IResolvable deployment)
The application revision to deploy to this deployment group.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.deploymentConfigName(String deploymentConfigName)
A deployment configuration name or a predefined configuration name.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.deploymentGroupName(String deploymentGroupName)
A name for the deployment group.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.deploymentStyle(CfnDeploymentGroup.DeploymentStyleProperty deploymentStyle)
Attributes that determine the type of deployment to run and whether to route deployment traffic behind a load balancer.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.deploymentStyle(IResolvable deploymentStyle)
Attributes that determine the type of deployment to run and whether to route deployment traffic behind a load balancer.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.ec2TagFilters(IResolvable ec2TagFilters)
The Amazon EC2 tags that are already applied to Amazon EC2 instances that you want to include in the deployment group.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.ec2TagFilters(List<? extends Object> ec2TagFilters)
The Amazon EC2 tags that are already applied to Amazon EC2 instances that you want to include in the deployment group.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.ec2TagSet(CfnDeploymentGroup.EC2TagSetProperty ec2TagSet)
Information about groups of tags applied to Amazon EC2 instances.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.ec2TagSet(IResolvable ec2TagSet)
Information about groups of tags applied to Amazon EC2 instances.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.ecsServices(IResolvable ecsServices)
The target Amazon ECS services in the deployment group.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.ecsServices(List<? extends Object> ecsServices)
The target Amazon ECS services in the deployment group.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.loadBalancerInfo(CfnDeploymentGroup.LoadBalancerInfoProperty loadBalancerInfo)
Information about the load balancer to use in a deployment.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.loadBalancerInfo(IResolvable loadBalancerInfo)
Information about the load balancer to use in a deployment.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.onPremisesInstanceTagFilters(IResolvable onPremisesInstanceTagFilters)
The on-premises instance tags already applied to on-premises instances that you want to include in the deployment group.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.onPremisesInstanceTagFilters(List<? extends Object> onPremisesInstanceTagFilters)
The on-premises instance tags already applied to on-premises instances that you want to include in the deployment group.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.onPremisesTagSet(CfnDeploymentGroup.OnPremisesTagSetProperty onPremisesTagSet)
Information about groups of tags applied to on-premises instances.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.onPremisesTagSet(IResolvable onPremisesTagSet)
Information about groups of tags applied to on-premises instances.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.serviceRoleArn(String serviceRoleArn)
A service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to AWS services on your behalf.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.triggerConfigurations(IResolvable triggerConfigurations)
Information about triggers associated with the deployment group.
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.triggerConfigurations(List<? extends Object> triggerConfigurations)
Information about triggers associated with the deployment group.
|
Copyright © 2022. All rights reserved.