Class CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.servicecatalog.CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty.Builder, CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
One or more AWS accounts where the provisioned product will be available.final Number
The number of accounts, per Region, for which this operation can fail before AWS Service Catalog stops the operation in that Region.final Number
The percentage of accounts, per Region, for which this stack operation can fail before AWS Service Catalog stops the operation in that Region.final Number
The maximum number of accounts in which to perform this operation at one time.final Number
The maximum percentage of accounts in which to perform this operation at one time.final String
Determines what action AWS Service Catalog performs to a stack set or a stack instance represented by the provisioned product.One or more AWS Regions where the provisioned product will be available.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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(CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty.Builder
.
-
-
Method Details
-
getStackSetAccounts
Description copied from interface:CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
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 theSTACKSET
constraint, use theDescribeProvisioningParameters
operation.If no values are specified, the default value is all acounts from the
STACKSET
constraint.- Specified by:
getStackSetAccounts
in interfaceCfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
-
getStackSetFailureToleranceCount
Description copied from interface:CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
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
orStackSetFailureTolerancePercentage
, but not both.The default value is
0
if no value is specified.- Specified by:
getStackSetFailureToleranceCount
in interfaceCfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
-
getStackSetFailureTolerancePercentage
Description copied from interface:CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
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
orStackSetFailureTolerancePercentage
, but not both.- Specified by:
getStackSetFailureTolerancePercentage
in interfaceCfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
-
getStackSetMaxConcurrencyCount
Description copied from interface:CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
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 theStackSetFailureToleranceCount
.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
orStackSetMaxConcurrentPercentage
, but not both.- Specified by:
getStackSetMaxConcurrencyCount
in interfaceCfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
-
getStackSetMaxConcurrencyPercentage
Description copied from interface:CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
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
orStackSetMaxConcurrentPercentage
, but not both.- Specified by:
getStackSetMaxConcurrencyPercentage
in interfaceCfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
-
getStackSetOperationType
Description copied from interface:CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
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 interfaceCfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
-
getStackSetRegions
Description copied from interface:CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
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 theSTACKSET
constraint, use theDescribeProvisioningParameters
operation.If no values are specified, the default value is all Regions from the
STACKSET
constraint.- Specified by:
getStackSetRegions
in interfaceCfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-