Uses of Class
software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup.Builder
Packages that use CfnDeploymentGroup.Builder
-
Uses of CfnDeploymentGroup.Builder in software.amazon.awscdk.services.codedeploy
Methods in software.amazon.awscdk.services.codedeploy that return CfnDeploymentGroup.BuilderModifier and TypeMethodDescriptionCfnDeploymentGroup.Builder.alarmConfiguration(IResolvable alarmConfiguration) Information about the Amazon CloudWatch alarms that are associated with the deployment group.CfnDeploymentGroup.Builder.alarmConfiguration(CfnDeploymentGroup.AlarmConfigurationProperty alarmConfiguration) Information about the Amazon CloudWatch alarms that are associated with the deployment group.CfnDeploymentGroup.Builder.applicationName(String applicationName) The name of an existing CodeDeploy application to associate this deployment group with.CfnDeploymentGroup.Builder.autoRollbackConfiguration(IResolvable autoRollbackConfiguration) Information about the automatic rollback configuration that is associated with the deployment group.CfnDeploymentGroup.Builder.autoRollbackConfiguration(CfnDeploymentGroup.AutoRollbackConfigurationProperty autoRollbackConfiguration) Information about the automatic rollback configuration that is associated with the deployment group.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.blueGreenDeploymentConfiguration(IResolvable blueGreenDeploymentConfiguration) Information about blue/green deployment options for a deployment group.CfnDeploymentGroup.Builder.blueGreenDeploymentConfiguration(CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty blueGreenDeploymentConfiguration) Information about blue/green deployment options for a deployment group.static CfnDeploymentGroup.BuilderCfnDeploymentGroup.Builder.deployment(IResolvable deployment) The application revision to deploy to this deployment group.CfnDeploymentGroup.Builder.deployment(CfnDeploymentGroup.DeploymentProperty deployment) The application revision to deploy to this deployment group.CfnDeploymentGroup.Builder.deploymentConfigName(String deploymentConfigName) A deployment configuration name or a predefined configuration name.CfnDeploymentGroup.Builder.deploymentGroupName(String deploymentGroupName) A name for the deployment group.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.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.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.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.ec2TagSet(IResolvable ec2TagSet) Information about groups of tags applied to Amazon EC2 instances.CfnDeploymentGroup.Builder.ec2TagSet(CfnDeploymentGroup.EC2TagSetProperty ec2TagSet) Information about groups of tags applied to Amazon EC2 instances.CfnDeploymentGroup.Builder.ecsServices(List<? extends Object> ecsServices) The target Amazon ECS services in the deployment group.CfnDeploymentGroup.Builder.ecsServices(IResolvable ecsServices) The target Amazon ECS services in the deployment group.CfnDeploymentGroup.Builder.loadBalancerInfo(IResolvable loadBalancerInfo) Information about the load balancer to use in a deployment.CfnDeploymentGroup.Builder.loadBalancerInfo(CfnDeploymentGroup.LoadBalancerInfoProperty loadBalancerInfo) Information about the load balancer to use in a deployment.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.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.onPremisesTagSet(IResolvable onPremisesTagSet) Information about groups of tags applied to on-premises instances.CfnDeploymentGroup.Builder.onPremisesTagSet(CfnDeploymentGroup.OnPremisesTagSetProperty onPremisesTagSet) Information about groups of tags applied to on-premises instances.CfnDeploymentGroup.Builder.outdatedInstancesStrategy(String outdatedInstancesStrategy) AWS::CodeDeploy::DeploymentGroup.OutdatedInstancesStrategy.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.AWS::CodeDeploy::DeploymentGroup.Tags.CfnDeploymentGroup.Builder.triggerConfigurations(List<? extends Object> triggerConfigurations) Information about triggers associated with the deployment group.CfnDeploymentGroup.Builder.triggerConfigurations(IResolvable triggerConfigurations) Information about triggers associated with the deployment group.