Class CloudFormationDeployStackInstancesActionProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.actions.CloudFormationDeployStackInstancesActionProps.Jsii$Proxy
All Implemented Interfaces:
CloudFormationDeployStackInstancesActionProps, CommonCloudFormationStackSetOptions, CommonActionProps, CommonAwsActionProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CloudFormationDeployStackInstancesActionProps

@Stability(Stable) @Internal public static final class CloudFormationDeployStackInstancesActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudFormationDeployStackInstancesActionProps
  • Constructor Details

  • Method Details

    • getStackInstances

      public final StackInstances getStackInstances()
      Description copied from interface: CloudFormationDeployStackInstancesActionProps
      Specify where to create or update Stack Instances.

      You can specify either AWS Accounts Ids or AWS Organizations Organizational Units.

      Specified by:
      getStackInstances in interface CloudFormationDeployStackInstancesActionProps
    • getStackSetName

      public final String getStackSetName()
      Description copied from interface: CloudFormationDeployStackInstancesActionProps
      The name of the StackSet we are adding instances to.
      Specified by:
      getStackSetName in interface CloudFormationDeployStackInstancesActionProps
    • getParameterOverrides

      public final StackSetParameters getParameterOverrides()
      Description copied from interface: CloudFormationDeployStackInstancesActionProps
      Parameter 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:
      getParameterOverrides in interface CloudFormationDeployStackInstancesActionProps
    • getRole

      public final IRole getRole()
      Description copied from interface: CommonAwsActionProps
      The 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

      invalid @link
      IAction.bind
      method in the
      invalid @link
      ActionBindOptions.role
      property.

      Default: a new Role will be generated

      Specified by:
      getRole in interface CommonAwsActionProps
    • getActionName

      public final String getActionName()
      Description copied from interface: CommonActionProps
      The physical, human-readable name of the Action.

      Note that Action names must be unique within a single Stage.

      Specified by:
      getActionName in interface CommonActionProps
    • getRunOrder

      public final Number getRunOrder()
      Description copied from interface: CommonActionProps
      The runOrder property for this Action.

      RunOrder determines the relative order in which multiple Actions in the same Stage execute.

      Default: 1

      Specified by:
      getRunOrder in interface CommonActionProps
      See Also:
    • getVariablesNamespace

      public final String getVariablesNamespace()
      Description copied from interface: CommonActionProps
      The 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:
      getVariablesNamespace in interface CommonActionProps
    • getFailureTolerancePercentage

      public final Number getFailureTolerancePercentage()
      Description copied from interface: CommonCloudFormationStackSetOptions
      The 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:
      getFailureTolerancePercentage in interface CommonCloudFormationStackSetOptions
    • getMaxAccountConcurrencyPercentage

      public final Number getMaxAccountConcurrencyPercentage()
      Description copied from interface: CommonCloudFormationStackSetOptions
      The 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:
      getMaxAccountConcurrencyPercentage in interface CommonCloudFormationStackSetOptions
    • getStackSetRegion

      public final String getStackSetRegion()
      Description copied from interface: CommonCloudFormationStackSetOptions
      The 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.crossRegionReplicationBuckets property. If you don't, the CodePipeline Construct will create new Stacks in your CDK app containing those buckets, that you will need to cdk deploy before deploying the main, Pipeline-containing Stack.

      Default: - same region as the Pipeline

      Specified by:
      getStackSetRegion in interface CommonCloudFormationStackSetOptions
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object