@Stability(value=Stable) @Internal public static final class CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
CfnCloudFormationProvisionedProduct.ProvisioningPreferencesPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty.Builder, CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCloudFormationProvisionedProduct.ProvisioningParameterProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getStackSetAccounts()
One or more AWS accounts where the provisioned product will be available.
|
Number |
getStackSetFailureToleranceCount()
The number of accounts, per Region, for which this operation can fail before AWS Service Catalog stops the operation in that Region.
|
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.
|
Number |
getStackSetMaxConcurrencyCount()
The maximum number of accounts in which to perform this operation at one time.
|
Number |
getStackSetMaxConcurrencyPercentage()
The maximum percentage of accounts in which to perform this operation at one time.
|
String |
getStackSetOperationType()
Determines what action AWS Service Catalog performs to a stack set or a stack instance represented by the provisioned product.
|
List<String> |
getStackSetRegions()
One or more AWS Regions where the provisioned product will be available.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty.Builder builder)
CfnCloudFormationProvisionedProduct.ProvisioningParameterProperty.Builder.public final List<String> getStackSetAccounts()
CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
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.
getStackSetAccounts in interface CfnCloudFormationProvisionedProduct.ProvisioningPreferencesPropertypublic final Number getStackSetFailureToleranceCount()
CfnCloudFormationProvisionedProduct.ProvisioningPreferencesPropertyIf 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.
getStackSetFailureToleranceCount in interface CfnCloudFormationProvisionedProduct.ProvisioningPreferencesPropertypublic final Number getStackSetFailureTolerancePercentage()
CfnCloudFormationProvisionedProduct.ProvisioningPreferencesPropertyIf 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.
getStackSetFailureTolerancePercentage in interface CfnCloudFormationProvisionedProduct.ProvisioningPreferencesPropertypublic final Number getStackSetMaxConcurrencyCount()
CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
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.
getStackSetMaxConcurrencyCount in interface CfnCloudFormationProvisionedProduct.ProvisioningPreferencesPropertypublic final Number getStackSetMaxConcurrencyPercentage()
CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
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.
getStackSetMaxConcurrencyPercentage in interface CfnCloudFormationProvisionedProduct.ProvisioningPreferencesPropertypublic final String getStackSetOperationType()
CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
The default value is UPDATE if nothing is specified.
Applicable only to a CFN_STACKSET provisioned product type.
getStackSetOperationType in interface CfnCloudFormationProvisionedProduct.ProvisioningPreferencesPropertypublic final List<String> getStackSetRegions()
CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
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.
getStackSetRegions in interface CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.