Class CloudFormationDeployStackInstancesActionProps.Jsii$Proxy
- All Implemented Interfaces:
- CloudFormationDeployStackInstancesActionProps,- CommonCloudFormationStackSetOptions,- CommonActionProps,- CommonAwsActionProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudFormationDeployStackInstancesActionProps
CloudFormationDeployStackInstancesActionProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.actions.CloudFormationDeployStackInstancesActionPropsCloudFormationDeployStackInstancesActionProps.Builder, CloudFormationDeployStackInstancesActionProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCloudFormationDeployStackInstancesActionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe physical, human-readable name of the Action.final NumberThe percentage of accounts per Region for which this stack operation can fail before AWS CloudFormation stops the operation in that Region.final NumberThe maximum percentage of accounts in which to perform this operation at one time.final StackSetParametersParameter values that only apply to the current Stack Instances.final IRolegetRole()The Role in which context's this Action will be executing in.final NumberThe runOrder property for this Action.final StackInstancesSpecify where to create or update Stack Instances.final StringThe name of the StackSet we are adding instances to.final StringThe AWS Region the StackSet is in.final StringThe name of the namespace to use for variables emitted by this action.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCloudFormationDeployStackInstancesActionProps.Builder.
 
- 
- 
Method Details- 
getStackInstancesDescription copied from interface:CloudFormationDeployStackInstancesActionPropsSpecify where to create or update Stack Instances.You can specify either AWS Accounts Ids or AWS Organizations Organizational Units. - Specified by:
- getStackInstancesin interface- CloudFormationDeployStackInstancesActionProps
 
- 
getStackSetNameDescription copied from interface:CloudFormationDeployStackInstancesActionPropsThe name of the StackSet we are adding instances to.- Specified by:
- getStackSetNamein interface- CloudFormationDeployStackInstancesActionProps
 
- 
getParameterOverridesDescription copied from interface:CloudFormationDeployStackInstancesActionPropsParameter values that only apply to the current Stack Instances.These parameters are shared between all instances added by this action. Default: - no parameters will be overridden - Specified by:
- getParameterOverridesin interface- CloudFormationDeployStackInstancesActionProps
 
- 
getRoleDescription copied from interface:CommonAwsActionPropsThe Role in which context's this Action will be executing in.The Pipeline's Role will assume this Role (the required permissions for that will be granted automatically) right before executing this Action. This Action will be passed into your IAction.bindmethod in theActionBindOptions.roleproperty.Default: a new Role will be generated - Specified by:
- getRolein interface- CommonAwsActionProps
 
- 
getActionNameDescription copied from interface:CommonActionPropsThe physical, human-readable name of the Action.Note that Action names must be unique within a single Stage. - Specified by:
- getActionNamein interface- CommonActionProps
 
- 
getRunOrderDescription copied from interface:CommonActionPropsThe runOrder property for this Action.RunOrder determines the relative order in which multiple Actions in the same Stage execute. Default: 1 - Specified by:
- getRunOrderin interface- CommonActionProps
- See Also:
 
- 
getVariablesNamespaceDescription copied from interface:CommonActionPropsThe name of the namespace to use for variables emitted by this action.Default: - a name will be generated, based on the stage and action names, if any of the action's variables were referenced - otherwise, no namespace will be set - Specified by:
- getVariablesNamespacein interface- CommonActionProps
 
- 
getFailureTolerancePercentageDescription copied from interface:CommonCloudFormationStackSetOptionsThe percentage of accounts per Region for which this stack operation can fail before AWS CloudFormation stops the operation in that Region.If the operation is stopped in a Region, AWS CloudFormation doesn't attempt the operation in subsequent Regions. When calculating the number of accounts based on the specified percentage, AWS CloudFormation rounds down to the next whole number. Default: 0% - Specified by:
- getFailureTolerancePercentagein interface- CommonCloudFormationStackSetOptions
 
- 
getMaxAccountConcurrencyPercentageDescription copied from interface:CommonCloudFormationStackSetOptionsThe maximum percentage of accounts in which to perform this operation at one time.When calculating the number of accounts based on the specified percentage, AWS CloudFormation rounds down to the next whole number. If rounding down would result in zero, AWS CloudFormation sets the number as one instead. Although you use this setting to specify the maximum, for large deployments the actual number of accounts acted upon concurrently may be lower due to service throttling. Default: 1% - Specified by:
- getMaxAccountConcurrencyPercentagein interface- CommonCloudFormationStackSetOptions
 
- 
getStackSetRegionDescription copied from interface:CommonCloudFormationStackSetOptionsThe AWS Region the StackSet is in.Note that a cross-region Pipeline requires replication buckets to function correctly. You can provide their names with the PipelineProps.crossRegionReplicationBucketsproperty. If you don't, the CodePipeline Construct will create new Stacks in your CDK app containing those buckets, that you will need tocdk deploybefore deploying the main, Pipeline-containing Stack.Default: - same region as the Pipeline - Specified by:
- getStackSetRegionin interface- CommonCloudFormationStackSetOptions
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-