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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.servicecatalog.CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty
CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty.Builder, CfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty.Builder.protectedJsii$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.JsonNodefinal booleanOne or more AWS accounts where the provisioned product will be available.final NumberThe number of accounts, per Region, for which this operation can fail before AWS Service Catalog stops the operation in that Region.final NumberThe percentage of accounts, per Region, for which this stack operation can fail before AWS Service Catalog stops the operation in that Region.final NumberThe maximum number of accounts in which to perform this operation at one time.final NumberThe maximum percentage of accounts in which to perform this operation at one time.final StringDetermines 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 inthashCode()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.ProvisioningPreferencesPropertyOne or more AWS accounts where the provisioned product will be available.Applicable only to a
CFN_STACKSETprovisioned product type.The specified accounts should be within the list of accounts from the
STACKSETconstraint. To get the list of accounts in theSTACKSETconstraint, use theDescribeProvisioningParametersoperation.If no values are specified, the default value is all acounts from the
STACKSETconstraint.- Specified by:
getStackSetAccountsin interfaceCfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty- See Also:
-
getStackSetFailureToleranceCount
Description copied from interface:CfnCloudFormationProvisionedProduct.ProvisioningPreferencesPropertyThe 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_STACKSETprovisioned product type.Conditional: You must specify either
StackSetFailureToleranceCountorStackSetFailureTolerancePercentage, but not both.The default value is
0if no value is specified.- Specified by:
getStackSetFailureToleranceCountin interfaceCfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty- See Also:
-
getStackSetFailureTolerancePercentage
Description copied from interface:CfnCloudFormationProvisionedProduct.ProvisioningPreferencesPropertyThe 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_STACKSETprovisioned product type.Conditional: You must specify either
StackSetFailureToleranceCountorStackSetFailureTolerancePercentage, but not both.- Specified by:
getStackSetFailureTolerancePercentagein interfaceCfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty- See Also:
-
getStackSetMaxConcurrencyCount
Description copied from interface:CfnCloudFormationProvisionedProduct.ProvisioningPreferencesPropertyThe maximum number of accounts in which to perform this operation at one time.This is dependent on the value of
StackSetFailureToleranceCount.StackSetMaxConcurrentCountis 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_STACKSETprovisioned product type.Conditional: You must specify either
StackSetMaxConcurrentCountorStackSetMaxConcurrentPercentage, but not both.- Specified by:
getStackSetMaxConcurrencyCountin interfaceCfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty- See Also:
-
getStackSetMaxConcurrencyPercentage
Description copied from interface:CfnCloudFormationProvisionedProduct.ProvisioningPreferencesPropertyThe 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
1instead.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_STACKSETprovisioned product type.Conditional: You must specify either
StackSetMaxConcurrentCountorStackSetMaxConcurrentPercentage, but not both.- Specified by:
getStackSetMaxConcurrencyPercentagein interfaceCfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty- See Also:
-
getStackSetOperationType
Description copied from interface:CfnCloudFormationProvisionedProduct.ProvisioningPreferencesPropertyDetermines what action AWS Service Catalog performs to a stack set or a stack instance represented by the provisioned product.The default value is
UPDATEif nothing is specified.Applicable only to a
CFN_STACKSETprovisioned 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:
getStackSetOperationTypein interfaceCfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty- See Also:
-
getStackSetRegions
Description copied from interface:CfnCloudFormationProvisionedProduct.ProvisioningPreferencesPropertyOne or more AWS Regions where the provisioned product will be available.Applicable only to a
CFN_STACKSETprovisioned product type.The specified Regions should be within the list of Regions from the
STACKSETconstraint. To get the list of Regions in theSTACKSETconstraint, use theDescribeProvisioningParametersoperation.If no values are specified, the default value is all Regions from the
STACKSETconstraint.- Specified by:
getStackSetRegionsin interfaceCfnCloudFormationProvisionedProduct.ProvisioningPreferencesProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-