Class CfnDeploymentGroupMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDeploymentGroupMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeploymentGroupMixinProps
CfnDeploymentGroupMixinProps-
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.cfnpropertymixins.services.codedeploy.CfnDeploymentGroupMixinProps
CfnDeploymentGroupMixinProps.Builder, CfnDeploymentGroupMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeploymentGroupMixinProps.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 StringIndicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed application revision.final StringA service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to AWS services on your behalf.getTags()The metadata that you apply to CodeDeploy deployment groups to help you organize and categorize them.final ObjectIndicates whether the deployment group was configured to have CodeDeploy install a termination hook into an Auto Scaling group.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 theCfnDeploymentGroupMixinProps.Builder.
-
-
Method Details
-
getAlarmConfiguration
Description copied from interface:CfnDeploymentGroupMixinPropsInformation about the Amazon CloudWatch alarms that are associated with the deployment group.Returns union: either
IResolvableorCfnDeploymentGroupPropsMixin.AlarmConfigurationProperty- Specified by:
getAlarmConfigurationin interfaceCfnDeploymentGroupMixinProps- See Also:
-
getApplicationName
Description copied from interface:CfnDeploymentGroupMixinPropsThe name of an existing CodeDeploy application to associate this deployment group with.- Specified by:
getApplicationNamein interfaceCfnDeploymentGroupMixinProps- See Also:
-
getAutoRollbackConfiguration
Description copied from interface:CfnDeploymentGroupMixinPropsInformation about the automatic rollback configuration that is associated with the deployment group.If you specify this property, don't specify the
Deploymentproperty.Returns union: either
IResolvableorCfnDeploymentGroupPropsMixin.AutoRollbackConfigurationProperty- Specified by:
getAutoRollbackConfigurationin interfaceCfnDeploymentGroupMixinProps- See Also:
-
getAutoScalingGroups
Description copied from interface:CfnDeploymentGroupMixinPropsA list of associated Auto Scaling groups that CodeDeploy automatically deploys revisions to when new instances are created.Duplicates are not allowed.
- Specified by:
getAutoScalingGroupsin interfaceCfnDeploymentGroupMixinProps- See Also:
-
getBlueGreenDeploymentConfiguration
Description copied from interface:CfnDeploymentGroupMixinPropsInformation about blue/green deployment options for a deployment group.Returns union: either
IResolvableorCfnDeploymentGroupPropsMixin.BlueGreenDeploymentConfigurationProperty- Specified by:
getBlueGreenDeploymentConfigurationin interfaceCfnDeploymentGroupMixinProps- See Also:
-
getDeployment
Description copied from interface:CfnDeploymentGroupMixinPropsThe 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.Returns union: either
IResolvableorCfnDeploymentGroupPropsMixin.DeploymentProperty- Specified by:
getDeploymentin interfaceCfnDeploymentGroupMixinProps- See Also:
-
getDeploymentConfigName
Description copied from interface:CfnDeploymentGroupMixinPropsA 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 interfaceCfnDeploymentGroupMixinProps- See Also:
-
getDeploymentGroupName
Description copied from interface:CfnDeploymentGroupMixinPropsA name for the deployment group.If you don't specify a name, 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 interfaceCfnDeploymentGroupMixinProps- See Also:
-
getDeploymentStyle
Description copied from interface:CfnDeploymentGroupMixinPropsAttributes 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, 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 CloudFormation for more information.Returns union: either
IResolvableorCfnDeploymentGroupPropsMixin.DeploymentStyleProperty- Specified by:
getDeploymentStylein interfaceCfnDeploymentGroupMixinProps- See Also:
-
getEc2TagFilters
Description copied from interface:CfnDeploymentGroupMixinPropsThe 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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDeploymentGroupPropsMixin.EC2TagFilterProperty>- Specified by:
getEc2TagFiltersin interfaceCfnDeploymentGroupMixinProps- See Also:
-
getEc2TagSet
Description copied from interface:CfnDeploymentGroupMixinPropsInformation 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.Returns union: either
IResolvableorCfnDeploymentGroupPropsMixin.EC2TagSetProperty- Specified by:
getEc2TagSetin interfaceCfnDeploymentGroupMixinProps- See Also:
-
getEcsServices
Description copied from interface:CfnDeploymentGroupMixinPropsThe 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>.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDeploymentGroupPropsMixin.ECSServiceProperty>- Specified by:
getEcsServicesin interfaceCfnDeploymentGroupMixinProps- See Also:
-
getLoadBalancerInfo
Description copied from interface:CfnDeploymentGroupMixinPropsInformation 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 .
Returns union: either
IResolvableorCfnDeploymentGroupPropsMixin.LoadBalancerInfoProperty- Specified by:
getLoadBalancerInfoin interfaceCfnDeploymentGroupMixinProps- See Also:
-
getOnPremisesInstanceTagFilters
Description copied from interface:CfnDeploymentGroupMixinPropsThe 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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDeploymentGroupPropsMixin.TagFilterProperty>- Specified by:
getOnPremisesInstanceTagFiltersin interfaceCfnDeploymentGroupMixinProps- See Also:
-
getOnPremisesTagSet
Description copied from interface:CfnDeploymentGroupMixinPropsInformation 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.Returns union: either
IResolvableorCfnDeploymentGroupPropsMixin.OnPremisesTagSetProperty- Specified by:
getOnPremisesTagSetin interfaceCfnDeploymentGroupMixinProps- See Also:
-
getOutdatedInstancesStrategy
Description copied from interface:CfnDeploymentGroupMixinPropsIndicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed application revision.If this option is set to
UPDATEor is unspecified, CodeDeploy initiates one or more 'auto-update outdated instances' deployments to apply the deployed application revision to the new Amazon EC2 instances.If this option is set to
IGNORE, CodeDeploy does not initiate a deployment to update the new Amazon EC2 instances. This may result in instances having different revisions.- Specified by:
getOutdatedInstancesStrategyin interfaceCfnDeploymentGroupMixinProps- See Also:
-
getServiceRoleArn
Description copied from interface:CfnDeploymentGroupMixinPropsA 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 interfaceCfnDeploymentGroupMixinProps- See Also:
-
getTags
Description copied from interface:CfnDeploymentGroupMixinPropsThe metadata that you apply to CodeDeploy deployment groups to help you organize and categorize them.Each tag consists of a key and an optional value, both of which you define.
- Specified by:
getTagsin interfaceCfnDeploymentGroupMixinProps- See Also:
-
getTerminationHookEnabled
Description copied from interface:CfnDeploymentGroupMixinPropsIndicates whether the deployment group was configured to have CodeDeploy install a termination hook into an Auto Scaling group.For more information about the termination hook, see How Amazon EC2 Auto Scaling works with CodeDeploy in the AWS CodeDeploy User Guide .
Returns union: either
BooleanorIResolvable- Specified by:
getTerminationHookEnabledin interfaceCfnDeploymentGroupMixinProps- See Also:
-
getTriggerConfigurations
Description copied from interface:CfnDeploymentGroupMixinPropsInformation about triggers associated with the deployment group.Duplicates are not allowed
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDeploymentGroupPropsMixin.TriggerConfigProperty>- Specified by:
getTriggerConfigurationsin interfaceCfnDeploymentGroupMixinProps- See Also:
-
$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()
-