Class CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.servicecatalog.CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty.Jsii$Proxy
All Implemented Interfaces:
CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty

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

  • Method Details

    • getStackSetAccounts

      public final List<String> getStackSetAccounts()
      One or more AWS accounts where the provisioned product will be available.

      Applicable only to a CFN_STACKSET provisioned product type.

      The specified accounts should be within the list of accounts from the STACKSET constraint. To get the list of accounts in the STACKSET constraint, use the DescribeProvisioningParameters operation.

      If no values are specified, the default value is all acounts from the STACKSET constraint.

      Specified by:
      getStackSetAccounts in interface CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
    • getStackSetFailureToleranceCount

      public final Number getStackSetFailureToleranceCount()
      The number of accounts, per Region, for which this operation can fail before AWS Service Catalog stops the operation in that Region.

      If the operation is stopped in a Region, AWS Service Catalog doesn't attempt the operation in any subsequent Regions.

      Applicable only to a CFN_STACKSET provisioned product type.

      Conditional: You must specify either StackSetFailureToleranceCount or StackSetFailureTolerancePercentage , but not both.

      The default value is 0 if no value is specified.

      Specified by:
      getStackSetFailureToleranceCount in interface CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
    • getStackSetFailureTolerancePercentage

      public final Number getStackSetFailureTolerancePercentage()
      The percentage of accounts, per Region, for which this stack operation can fail before AWS Service Catalog stops the operation in that Region.

      If the operation is stopped in a Region, AWS Service Catalog doesn't attempt the operation in any subsequent Regions.

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

      Applicable only to a CFN_STACKSET provisioned product type.

      Conditional: You must specify either StackSetFailureToleranceCount or StackSetFailureTolerancePercentage , but not both.

      Specified by:
      getStackSetFailureTolerancePercentage in interface CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
    • getStackSetMaxConcurrencyCount

      public final Number getStackSetMaxConcurrencyCount()
      The maximum number of accounts in which to perform this operation at one time.

      This is dependent on the value of StackSetFailureToleranceCount . StackSetMaxConcurrentCount is at most one more than the StackSetFailureToleranceCount .

      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.

      Applicable only to a CFN_STACKSET provisioned product type.

      Conditional: You must specify either StackSetMaxConcurrentCount or StackSetMaxConcurrentPercentage , but not both.

      Specified by:
      getStackSetMaxConcurrencyCount in interface CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
    • getStackSetMaxConcurrencyPercentage

      public final Number getStackSetMaxConcurrencyPercentage()
      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 Service Catalog rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, AWS Service Catalog sets the number as 1 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.

      Applicable only to a CFN_STACKSET provisioned product type.

      Conditional: You must specify either StackSetMaxConcurrentCount or StackSetMaxConcurrentPercentage , but not both.

      Specified by:
      getStackSetMaxConcurrencyPercentage in interface CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
    • getStackSetOperationType

      public final String getStackSetOperationType()
      Determines what action AWS Service Catalog performs to a stack set or a stack instance represented by the provisioned product.

      The default value is UPDATE if nothing is specified.

      Applicable only to a CFN_STACKSET provisioned product type.

      • CREATE - Creates a new stack instance in the stack set represented by the provisioned product. In this case, only new stack instances are created based on accounts and Regions; if new ProductId or ProvisioningArtifactID are passed, they will be ignored.
      • UPDATE - Updates the stack set represented by the provisioned product and also its stack instances.
      • DELETE - Deletes a stack instance in the stack set represented by the provisioned product.
      Specified by:
      getStackSetOperationType in interface CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
    • getStackSetRegions

      public final List<String> getStackSetRegions()
      One or more AWS Regions where the provisioned product will be available.

      Applicable only to a CFN_STACKSET provisioned product type.

      The specified Regions should be within the list of Regions from the STACKSET constraint. To get the list of Regions in the STACKSET constraint, use the DescribeProvisioningParameters operation.

      If no values are specified, the default value is all Regions from the STACKSET constraint.

      Specified by:
      getStackSetRegions in interface CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
    • $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