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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codedeploy.CfnDeploymentGroupProps
CfnDeploymentGroupProps.Builder, CfnDeploymentGroupProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDeploymentGroupProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Information about the Amazon CloudWatch alarms that are associated with the deployment group.final String
The name of an existing CodeDeploy application to associate this deployment group with.final Object
Information 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 Object
Information about blue/green deployment options for a deployment group.final Object
The application revision to deploy to this deployment group.final String
A deployment configuration name or a predefined configuration name.final String
A name for the deployment group.final Object
Attributes that determine the type of deployment to run and whether to route deployment traffic behind a load balancer.final Object
The Amazon EC2 tags that are already applied to Amazon EC2 instances that you want to include in the deployment group.final Object
Information about groups of tags applied to Amazon EC2 instances.final Object
The target Amazon ECS services in the deployment group.final Object
Information about the load balancer to use in a deployment.final Object
The on-premises instance tags already applied to on-premises instances that you want to include in the deployment group.final Object
Information about groups of tags applied to on-premises instances.final String
AWS::CodeDeploy::DeploymentGroup.OutdatedInstancesStrategy
.final String
A 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 Object
Information about triggers associated with the deployment group.final int
hashCode()
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:CfnDeploymentGroupProps
The name of an existing CodeDeploy application to associate this deployment group with.- Specified by:
getApplicationName
in interfaceCfnDeploymentGroupProps
-
getServiceRoleArn
Description copied from interface:CfnDeploymentGroupProps
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 .
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:
getServiceRoleArn
in interfaceCfnDeploymentGroupProps
-
getAlarmConfiguration
Description copied from interface:CfnDeploymentGroupProps
Information about the Amazon CloudWatch alarms that are associated with the deployment group.- Specified by:
getAlarmConfiguration
in interfaceCfnDeploymentGroupProps
-
getAutoRollbackConfiguration
Description copied from interface:CfnDeploymentGroupProps
Information about the automatic rollback configuration that is associated with the deployment group.If you specify this property, don't specify the
Deployment
property.- Specified by:
getAutoRollbackConfiguration
in interfaceCfnDeploymentGroupProps
-
getAutoScalingGroups
Description copied from interface:CfnDeploymentGroupProps
A list of associated Auto Scaling groups that CodeDeploy automatically deploys revisions to when new instances are created.Duplicates are not allowed.
- Specified by:
getAutoScalingGroups
in interfaceCfnDeploymentGroupProps
-
getBlueGreenDeploymentConfiguration
Description copied from interface:CfnDeploymentGroupProps
Information about blue/green deployment options for a deployment group.- Specified by:
getBlueGreenDeploymentConfiguration
in interfaceCfnDeploymentGroupProps
-
getDeployment
Description copied from interface:CfnDeploymentGroupProps
The 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
AutoRollbackConfiguration
property.- Specified by:
getDeployment
in interfaceCfnDeploymentGroupProps
-
getDeploymentConfigName
Description copied from interface:CfnDeploymentGroupProps
A 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:
getDeploymentConfigName
in interfaceCfnDeploymentGroupProps
-
getDeploymentGroupName
Description copied from interface:CfnDeploymentGroupProps
A 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:
getDeploymentGroupName
in interfaceCfnDeploymentGroupProps
-
getDeploymentStyle
Description copied from interface:CfnDeploymentGroupProps
Attributes 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
, orDeployment
properties.For blue/green deployments, AWS CloudFormation supports deployments on Lambda compute platforms only. You can perform Amazon ECS blue/green deployments using
AWS::CodeDeploy::BlueGreen
hook. See Perform Amazon ECS blue/green deployments through CodeDeploy using AWS CloudFormation for more information.- Specified by:
getDeploymentStyle
in interfaceCfnDeploymentGroupProps
-
getEc2TagFilters
Description copied from interface:CfnDeploymentGroupProps
The 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
EC2TagFilters
orEc2TagSet
, but not both.- Specified by:
getEc2TagFilters
in interfaceCfnDeploymentGroupProps
-
getEc2TagSet
Description copied from interface:CfnDeploymentGroupProps
Information 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:
getEc2TagSet
in interfaceCfnDeploymentGroupProps
-
getEcsServices
Description copied from interface:CfnDeploymentGroupProps
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>
.- Specified by:
getEcsServices
in interfaceCfnDeploymentGroupProps
-
getLoadBalancerInfo
Description copied from interface:CfnDeploymentGroupProps
Information 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:
getLoadBalancerInfo
in interfaceCfnDeploymentGroupProps
-
getOnPremisesInstanceTagFilters
Description copied from interface:CfnDeploymentGroupProps
The 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
OnPremisesInstanceTagFilters
orOnPremisesInstanceTagSet
, but not both.- Specified by:
getOnPremisesInstanceTagFilters
in interfaceCfnDeploymentGroupProps
-
getOnPremisesTagSet
Description copied from interface:CfnDeploymentGroupProps
Information 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
OnPremisesInstanceTagFilters
orOnPremisesInstanceTagSet
, but not both.- Specified by:
getOnPremisesTagSet
in interfaceCfnDeploymentGroupProps
-
getOutdatedInstancesStrategy
Description copied from interface:CfnDeploymentGroupProps
AWS::CodeDeploy::DeploymentGroup.OutdatedInstancesStrategy
.- Specified by:
getOutdatedInstancesStrategy
in interfaceCfnDeploymentGroupProps
-
getTags
Description copied from interface:CfnDeploymentGroupProps
AWS::CodeDeploy::DeploymentGroup.Tags
.- Specified by:
getTags
in interfaceCfnDeploymentGroupProps
-
getTriggerConfigurations
Description copied from interface:CfnDeploymentGroupProps
Information about triggers associated with the deployment group.Duplicates are not allowed
- Specified by:
getTriggerConfigurations
in interfaceCfnDeploymentGroupProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-