Class CfnStackSet.OperationPreferencesProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.core.CfnStackSet.OperationPreferencesProperty.Jsii$Proxy
All Implemented Interfaces:
CfnStackSet.OperationPreferencesProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnStackSet.OperationPreferencesProperty

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

  • Method Details

    • getFailureToleranceCount

      public final Number getFailureToleranceCount()
      Description copied from interface: CfnStackSet.OperationPreferencesProperty
      The number of accounts, per Region, for which this 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 any subsequent Regions.

      Conditional: You must specify either FailureToleranceCount or FailureTolerancePercentage (but not both).

      Specified by:
      getFailureToleranceCount in interface CfnStackSet.OperationPreferencesProperty
    • getFailureTolerancePercentage

      public final Number getFailureTolerancePercentage()
      Description copied from interface: CfnStackSet.OperationPreferencesProperty
      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 any subsequent Regions.

      When calculating the number of accounts based on the specified percentage, AWS CloudFormation rounds down to the next whole number.

      Conditional: You must specify either FailureToleranceCount or FailureTolerancePercentage , but not both.

      Specified by:
      getFailureTolerancePercentage in interface CfnStackSet.OperationPreferencesProperty
    • getMaxConcurrentCount

      public final Number getMaxConcurrentCount()
      Description copied from interface: CfnStackSet.OperationPreferencesProperty
      The maximum number of accounts in which to perform this operation at one time.

      This is dependent on the value of FailureToleranceCount . MaxConcurrentCount is at most one more than the FailureToleranceCount .

      Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.

      Conditional: You must specify either MaxConcurrentCount or MaxConcurrentPercentage , but not both.

      Specified by:
      getMaxConcurrentCount in interface CfnStackSet.OperationPreferencesProperty
    • getMaxConcurrentPercentage

      public final Number getMaxConcurrentPercentage()
      Description copied from interface: CfnStackSet.OperationPreferencesProperty
      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. This is true except in cases where rounding down would result is zero. In this case, CloudFormation sets the number as one instead.

      Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.

      Conditional: You must specify either MaxConcurrentCount or MaxConcurrentPercentage , but not both.

      Specified by:
      getMaxConcurrentPercentage in interface CfnStackSet.OperationPreferencesProperty
    • getRegionConcurrencyType

      public final String getRegionConcurrencyType()
      Description copied from interface: CfnStackSet.OperationPreferencesProperty
      The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.
      Specified by:
      getRegionConcurrencyType in interface CfnStackSet.OperationPreferencesProperty
    • getRegionOrder

      public final List<String> getRegionOrder()
      Description copied from interface: CfnStackSet.OperationPreferencesProperty
      The order of the Regions where you want to perform the stack operation.
      Specified by:
      getRegionOrder in interface CfnStackSet.OperationPreferencesProperty
    • $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