Class CommonCloudFormationStackSetOptions.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CommonCloudFormationStackSetOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CommonCloudFormationStackSetOptions
  • 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

      protected Jsii$Proxy(CommonCloudFormationStackSetOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CommonCloudFormationStackSetOptions.Builder.
  • Method Details

    • 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