Class CfnDeploymentGroupProps.Jsii$Proxy
- All Implemented Interfaces:
 CfnDeploymentGroupProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 - CfnDeploymentGroupProps
 
CfnDeploymentGroupProps- 
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codedeploy.CfnDeploymentGroupProps
CfnDeploymentGroupProps.Builder, CfnDeploymentGroupProps.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeploymentGroupProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. - 
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectInformation about the Amazon CloudWatch alarms that are associated with the deployment group.final StringThe name of an existing CodeDeploy application to associate this deployment group with.final ObjectInformation about the automatic rollback configuration that is associated with the deployment group.A list of associated Auto Scaling groups that CodeDeploy automatically deploys revisions to when new instances are created.final ObjectInformation about blue/green deployment options for a deployment group.final ObjectThe application revision to deploy to this deployment group.final StringA deployment configuration name or a predefined configuration name.final StringA name for the deployment group.final ObjectAttributes that determine the type of deployment to run and whether to route deployment traffic behind a load balancer.final ObjectThe Amazon EC2 tags that are already applied to Amazon EC2 instances that you want to include in the deployment group.final ObjectInformation about groups of tags applied to Amazon EC2 instances.final ObjectThe target Amazon ECS services in the deployment group.final ObjectInformation about the load balancer to use in a deployment.final ObjectThe on-premises instance tags already applied to on-premises instances that you want to include in the deployment group.final ObjectInformation about groups of tags applied to on-premises instances.final StringAWS::CodeDeploy::DeploymentGroup.OutdatedInstancesStrategy.final StringA service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to AWS services on your behalf.getTags()AWS::CodeDeploy::DeploymentGroup.Tags.final ObjectInformation about triggers associated with the deployment group.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet 
- 
Constructor Details
- 
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
 objRef- Reference to the JSII managed object.
 - 
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDeploymentGroupProps.Builder. 
 - 
 - 
Method Details
- 
getApplicationName
Description copied from interface:CfnDeploymentGroupPropsThe name of an existing CodeDeploy application to associate this deployment group with.- Specified by:
 getApplicationNamein interfaceCfnDeploymentGroupProps
 - 
getServiceRoleArn
Description copied from interface:CfnDeploymentGroupPropsA 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 .
In some cases, you might need to add a dependency on the service role's policy. For more information, see IAM role policy in DependsOn Attribute .
- Specified by:
 getServiceRoleArnin interfaceCfnDeploymentGroupProps
 - 
getAlarmConfiguration
Description copied from interface:CfnDeploymentGroupPropsInformation about the Amazon CloudWatch alarms that are associated with the deployment group.- Specified by:
 getAlarmConfigurationin interfaceCfnDeploymentGroupProps
 - 
getAutoRollbackConfiguration
Description copied from interface:CfnDeploymentGroupPropsInformation about the automatic rollback configuration that is associated with the deployment group.If you specify this property, don't specify the
Deploymentproperty.- Specified by:
 getAutoRollbackConfigurationin interfaceCfnDeploymentGroupProps
 - 
getAutoScalingGroups
Description copied from interface:CfnDeploymentGroupPropsA list of associated Auto Scaling groups that CodeDeploy automatically deploys revisions to when new instances are created.Duplicates are not allowed.
- Specified by:
 getAutoScalingGroupsin interfaceCfnDeploymentGroupProps
 - 
getBlueGreenDeploymentConfiguration
Description copied from interface:CfnDeploymentGroupPropsInformation about blue/green deployment options for a deployment group.- Specified by:
 getBlueGreenDeploymentConfigurationin interfaceCfnDeploymentGroupProps
 - 
getDeployment
Description copied from interface:CfnDeploymentGroupPropsThe application revision to deploy to this deployment group.If you specify this property, your target application revision is deployed as soon as the provisioning process is complete. If you specify this property, don't specify the
AutoRollbackConfigurationproperty.- Specified by:
 getDeploymentin interfaceCfnDeploymentGroupProps
 - 
getDeploymentConfigName
Description copied from interface:CfnDeploymentGroupPropsA deployment configuration name or a predefined configuration name.With predefined configurations, you can deploy application revisions to one instance at a time (
CodeDeployDefault.OneAtATime), half of the instances at a time (CodeDeployDefault.HalfAtATime), or all the instances at once (CodeDeployDefault.AllAtOnce). For more information and valid values, see Working with Deployment Configurations in the AWS CodeDeploy User Guide .- Specified by:
 getDeploymentConfigNamein interfaceCfnDeploymentGroupProps
 - 
getDeploymentGroupName
Description copied from interface:CfnDeploymentGroupPropsA name for the deployment group.If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the deployment group name. For more information, see Name Type .
If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
- Specified by:
 getDeploymentGroupNamein interfaceCfnDeploymentGroupProps
 - 
getDeploymentStyle
Description copied from interface:CfnDeploymentGroupPropsAttributes that determine the type of deployment to run and whether to route deployment traffic behind a load balancer.If you specify this property with a blue/green deployment type, don't specify the
AutoScalingGroups,LoadBalancerInfo, orDeploymentproperties.For blue/green deployments, AWS CloudFormation supports deployments on Lambda compute platforms only. You can perform Amazon ECS blue/green deployments using
AWS::CodeDeploy::BlueGreenhook. See Perform Amazon ECS blue/green deployments through CodeDeploy using AWS CloudFormation for more information.- Specified by:
 getDeploymentStylein interfaceCfnDeploymentGroupProps
 - 
getEc2TagFilters
Description copied from interface:CfnDeploymentGroupPropsThe Amazon EC2 tags that are already applied to Amazon EC2 instances that you want to include in the deployment group.CodeDeploy includes all Amazon EC2 instances identified by any of the tags you specify in this deployment group. Duplicates are not allowed.
You can specify
EC2TagFiltersorEc2TagSet, but not both.- Specified by:
 getEc2TagFiltersin interfaceCfnDeploymentGroupProps
 - 
getEc2TagSet
Description copied from interface:CfnDeploymentGroupPropsInformation about groups of tags applied to Amazon EC2 instances.The deployment group includes only Amazon EC2 instances identified by all the tag groups. Cannot be used in the same call as
ec2TagFilter.- Specified by:
 getEc2TagSetin interfaceCfnDeploymentGroupProps
 - 
getEcsServices
Description copied from interface:CfnDeploymentGroupPropsThe 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>.- Specified by:
 getEcsServicesin interfaceCfnDeploymentGroupProps
 - 
getLoadBalancerInfo
Description copied from interface:CfnDeploymentGroupPropsInformation about the load balancer to use in a deployment.For more information, see Integrating CodeDeploy with Elastic Load Balancing in the AWS CodeDeploy User Guide .
- Specified by:
 getLoadBalancerInfoin interfaceCfnDeploymentGroupProps
 - 
getOnPremisesInstanceTagFilters
Description copied from interface:CfnDeploymentGroupPropsThe on-premises instance tags already applied to on-premises instances that you want to include in the deployment group.CodeDeploy includes all on-premises instances identified by any of the tags you specify in this deployment group. To register on-premises instances with CodeDeploy , see Working with On-Premises Instances for CodeDeploy in the AWS CodeDeploy User Guide . Duplicates are not allowed.
You can specify
OnPremisesInstanceTagFiltersorOnPremisesInstanceTagSet, but not both.- Specified by:
 getOnPremisesInstanceTagFiltersin interfaceCfnDeploymentGroupProps
 - 
getOnPremisesTagSet
Description copied from interface:CfnDeploymentGroupPropsInformation about groups of tags applied to on-premises instances.The deployment group includes only on-premises instances identified by all the tag groups.
You can specify
OnPremisesInstanceTagFiltersorOnPremisesInstanceTagSet, but not both.- Specified by:
 getOnPremisesTagSetin interfaceCfnDeploymentGroupProps
 - 
getOutdatedInstancesStrategy
Description copied from interface:CfnDeploymentGroupPropsAWS::CodeDeploy::DeploymentGroup.OutdatedInstancesStrategy.- Specified by:
 getOutdatedInstancesStrategyin interfaceCfnDeploymentGroupProps
 - 
getTags
Description copied from interface:CfnDeploymentGroupPropsAWS::CodeDeploy::DeploymentGroup.Tags.- Specified by:
 getTagsin interfaceCfnDeploymentGroupProps
 - 
getTriggerConfigurations
Description copied from interface:CfnDeploymentGroupPropsInformation about triggers associated with the deployment group.Duplicates are not allowed
- Specified by:
 getTriggerConfigurationsin interfaceCfnDeploymentGroupProps
 - 
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
 $jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
 - 
equals
 - 
hashCode
public final int hashCode() 
 -