AWS Native is in preview. AWS Classic is fully supported.
aws-native.servicecatalog.getCloudFormationProvisionedProduct
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
Resource Schema for AWS::ServiceCatalog::CloudFormationProvisionedProduct
Using getCloudFormationProvisionedProduct
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCloudFormationProvisionedProduct(args: GetCloudFormationProvisionedProductArgs, opts?: InvokeOptions): Promise<GetCloudFormationProvisionedProductResult>
function getCloudFormationProvisionedProductOutput(args: GetCloudFormationProvisionedProductOutputArgs, opts?: InvokeOptions): Output<GetCloudFormationProvisionedProductResult>
def get_cloud_formation_provisioned_product(provisioned_product_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCloudFormationProvisionedProductResult
def get_cloud_formation_provisioned_product_output(provisioned_product_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCloudFormationProvisionedProductResult]
func LookupCloudFormationProvisionedProduct(ctx *Context, args *LookupCloudFormationProvisionedProductArgs, opts ...InvokeOption) (*LookupCloudFormationProvisionedProductResult, error)
func LookupCloudFormationProvisionedProductOutput(ctx *Context, args *LookupCloudFormationProvisionedProductOutputArgs, opts ...InvokeOption) LookupCloudFormationProvisionedProductResultOutput
> Note: This function is named LookupCloudFormationProvisionedProduct
in the Go SDK.
public static class GetCloudFormationProvisionedProduct
{
public static Task<GetCloudFormationProvisionedProductResult> InvokeAsync(GetCloudFormationProvisionedProductArgs args, InvokeOptions? opts = null)
public static Output<GetCloudFormationProvisionedProductResult> Invoke(GetCloudFormationProvisionedProductInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCloudFormationProvisionedProductResult> getCloudFormationProvisionedProduct(GetCloudFormationProvisionedProductArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:servicecatalog:getCloudFormationProvisionedProduct
arguments:
# arguments dictionary
The following arguments are supported:
- Provisioned
Product stringId - The ID of the provisioned product.
- Provisioned
Product stringId - The ID of the provisioned product.
- provisioned
Product StringId - The ID of the provisioned product.
- provisioned
Product stringId - The ID of the provisioned product.
- provisioned_
product_ strid - The ID of the provisioned product.
- provisioned
Product StringId - The ID of the provisioned product.
getCloudFormationProvisionedProduct Result
The following output properties are available:
- Accept
Language Pulumi.Aws Native. Service Catalog. Cloud Formation Provisioned Product Accept Language - The language code.
jp
- Japanesezh
- Chinese
- Cloudformation
Stack stringArn - Outputs Dictionary<string, string>
- List of key-value pair outputs.
- Path
Id string The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths .
You must provide the name or ID, but not both.
- Path
Name string The name of the path. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths .
You must provide the name or ID, but not both.
- Product
Id string The product identifier.
You must specify either the ID or the name of the product, but not both.
- Product
Name string The name of the Service Catalog product.
Each time a stack is created or updated, if
ProductName
is provided it will successfully resolve toProductId
as long as only one product exists in the account or Region with thatProductName
.You must specify either the name or the ID of the product, but not both.
- Provisioned
Product stringId - The ID of the provisioned product.
- Provisioning
Artifact stringId The identifier of the provisioning artifact (also known as a version).
You must specify either the ID or the name of the provisioning artifact, but not both.
- Provisioning
Artifact stringName The name of the provisioning artifact (also known as a version) for the product. This name must be unique for the product.
You must specify either the name or the ID of the provisioning artifact, but not both. You must also specify either the name or the ID of the product, but not both.
- Provisioning
Parameters List<Pulumi.Aws Native. Service Catalog. Outputs. Cloud Formation Provisioned Product Provisioning Parameter> - Parameters specified by the administrator that are required for provisioning the product.
- Provisioning
Preferences Pulumi.Aws Native. Service Catalog. Outputs. Cloud Formation Provisioned Product Provisioning Preferences - StackSet preferences that are required for provisioning the product or updating a provisioned product.
- Record
Id string - The ID of the record, such as
rec-rjeatvy434trk
. - List<Pulumi.
Aws Native. Outputs. Tag> One or more tags.
Requires the provisioned product to have an ResourceUpdateConstraint resource with
TagUpdatesOnProvisionedProduct
set toALLOWED
to allow tag updates. IfRESOURCE_UPDATE
constraint is not present, tags updates are ignored.
- Accept
Language CloudFormation Provisioned Product Accept Language - The language code.
jp
- Japanesezh
- Chinese
- Cloudformation
Stack stringArn - Outputs map[string]string
- List of key-value pair outputs.
- Path
Id string The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths .
You must provide the name or ID, but not both.
- Path
Name string The name of the path. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths .
You must provide the name or ID, but not both.
- Product
Id string The product identifier.
You must specify either the ID or the name of the product, but not both.
- Product
Name string The name of the Service Catalog product.
Each time a stack is created or updated, if
ProductName
is provided it will successfully resolve toProductId
as long as only one product exists in the account or Region with thatProductName
.You must specify either the name or the ID of the product, but not both.
- Provisioned
Product stringId - The ID of the provisioned product.
- Provisioning
Artifact stringId The identifier of the provisioning artifact (also known as a version).
You must specify either the ID or the name of the provisioning artifact, but not both.
- Provisioning
Artifact stringName The name of the provisioning artifact (also known as a version) for the product. This name must be unique for the product.
You must specify either the name or the ID of the provisioning artifact, but not both. You must also specify either the name or the ID of the product, but not both.
- Provisioning
Parameters []CloudFormation Provisioned Product Provisioning Parameter - Parameters specified by the administrator that are required for provisioning the product.
- Provisioning
Preferences CloudFormation Provisioned Product Provisioning Preferences - StackSet preferences that are required for provisioning the product or updating a provisioned product.
- Record
Id string - The ID of the record, such as
rec-rjeatvy434trk
. - Tag
One or more tags.
Requires the provisioned product to have an ResourceUpdateConstraint resource with
TagUpdatesOnProvisionedProduct
set toALLOWED
to allow tag updates. IfRESOURCE_UPDATE
constraint is not present, tags updates are ignored.
- accept
Language CloudFormation Provisioned Product Accept Language - The language code.
jp
- Japanesezh
- Chinese
- cloudformation
Stack StringArn - outputs Map<String,String>
- List of key-value pair outputs.
- path
Id String The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths .
You must provide the name or ID, but not both.
- path
Name String The name of the path. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths .
You must provide the name or ID, but not both.
- product
Id String The product identifier.
You must specify either the ID or the name of the product, but not both.
- product
Name String The name of the Service Catalog product.
Each time a stack is created or updated, if
ProductName
is provided it will successfully resolve toProductId
as long as only one product exists in the account or Region with thatProductName
.You must specify either the name or the ID of the product, but not both.
- provisioned
Product StringId - The ID of the provisioned product.
- provisioning
Artifact StringId The identifier of the provisioning artifact (also known as a version).
You must specify either the ID or the name of the provisioning artifact, but not both.
- provisioning
Artifact StringName The name of the provisioning artifact (also known as a version) for the product. This name must be unique for the product.
You must specify either the name or the ID of the provisioning artifact, but not both. You must also specify either the name or the ID of the product, but not both.
- provisioning
Parameters List<CloudFormation Provisioned Product Provisioning Parameter> - Parameters specified by the administrator that are required for provisioning the product.
- provisioning
Preferences CloudFormation Provisioned Product Provisioning Preferences - StackSet preferences that are required for provisioning the product or updating a provisioned product.
- record
Id String - The ID of the record, such as
rec-rjeatvy434trk
. - List<Tag>
One or more tags.
Requires the provisioned product to have an ResourceUpdateConstraint resource with
TagUpdatesOnProvisionedProduct
set toALLOWED
to allow tag updates. IfRESOURCE_UPDATE
constraint is not present, tags updates are ignored.
- accept
Language CloudFormation Provisioned Product Accept Language - The language code.
jp
- Japanesezh
- Chinese
- cloudformation
Stack stringArn - outputs {[key: string]: string}
- List of key-value pair outputs.
- path
Id string The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths .
You must provide the name or ID, but not both.
- path
Name string The name of the path. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths .
You must provide the name or ID, but not both.
- product
Id string The product identifier.
You must specify either the ID or the name of the product, but not both.
- product
Name string The name of the Service Catalog product.
Each time a stack is created or updated, if
ProductName
is provided it will successfully resolve toProductId
as long as only one product exists in the account or Region with thatProductName
.You must specify either the name or the ID of the product, but not both.
- provisioned
Product stringId - The ID of the provisioned product.
- provisioning
Artifact stringId The identifier of the provisioning artifact (also known as a version).
You must specify either the ID or the name of the provisioning artifact, but not both.
- provisioning
Artifact stringName The name of the provisioning artifact (also known as a version) for the product. This name must be unique for the product.
You must specify either the name or the ID of the provisioning artifact, but not both. You must also specify either the name or the ID of the product, but not both.
- provisioning
Parameters CloudFormation Provisioned Product Provisioning Parameter[] - Parameters specified by the administrator that are required for provisioning the product.
- provisioning
Preferences CloudFormation Provisioned Product Provisioning Preferences - StackSet preferences that are required for provisioning the product or updating a provisioned product.
- record
Id string - The ID of the record, such as
rec-rjeatvy434trk
. - Tag[]
One or more tags.
Requires the provisioned product to have an ResourceUpdateConstraint resource with
TagUpdatesOnProvisionedProduct
set toALLOWED
to allow tag updates. IfRESOURCE_UPDATE
constraint is not present, tags updates are ignored.
- accept_
language CloudFormation Provisioned Product Accept Language - The language code.
jp
- Japanesezh
- Chinese
- cloudformation_
stack_ strarn - outputs Mapping[str, str]
- List of key-value pair outputs.
- path_
id str The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths .
You must provide the name or ID, but not both.
- path_
name str The name of the path. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths .
You must provide the name or ID, but not both.
- product_
id str The product identifier.
You must specify either the ID or the name of the product, but not both.
- product_
name str The name of the Service Catalog product.
Each time a stack is created or updated, if
ProductName
is provided it will successfully resolve toProductId
as long as only one product exists in the account or Region with thatProductName
.You must specify either the name or the ID of the product, but not both.
- provisioned_
product_ strid - The ID of the provisioned product.
- provisioning_
artifact_ strid The identifier of the provisioning artifact (also known as a version).
You must specify either the ID or the name of the provisioning artifact, but not both.
- provisioning_
artifact_ strname The name of the provisioning artifact (also known as a version) for the product. This name must be unique for the product.
You must specify either the name or the ID of the provisioning artifact, but not both. You must also specify either the name or the ID of the product, but not both.
- provisioning_
parameters Sequence[CloudFormation Provisioned Product Provisioning Parameter] - Parameters specified by the administrator that are required for provisioning the product.
- provisioning_
preferences CloudFormation Provisioned Product Provisioning Preferences - StackSet preferences that are required for provisioning the product or updating a provisioned product.
- record_
id str - The ID of the record, such as
rec-rjeatvy434trk
. - Sequence[root_Tag]
One or more tags.
Requires the provisioned product to have an ResourceUpdateConstraint resource with
TagUpdatesOnProvisionedProduct
set toALLOWED
to allow tag updates. IfRESOURCE_UPDATE
constraint is not present, tags updates are ignored.
- accept
Language "en" | "jp" | "zh" - The language code.
jp
- Japanesezh
- Chinese
- cloudformation
Stack StringArn - outputs Map<String>
- List of key-value pair outputs.
- path
Id String The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths .
You must provide the name or ID, but not both.
- path
Name String The name of the path. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths .
You must provide the name or ID, but not both.
- product
Id String The product identifier.
You must specify either the ID or the name of the product, but not both.
- product
Name String The name of the Service Catalog product.
Each time a stack is created or updated, if
ProductName
is provided it will successfully resolve toProductId
as long as only one product exists in the account or Region with thatProductName
.You must specify either the name or the ID of the product, but not both.
- provisioned
Product StringId - The ID of the provisioned product.
- provisioning
Artifact StringId The identifier of the provisioning artifact (also known as a version).
You must specify either the ID or the name of the provisioning artifact, but not both.
- provisioning
Artifact StringName The name of the provisioning artifact (also known as a version) for the product. This name must be unique for the product.
You must specify either the name or the ID of the provisioning artifact, but not both. You must also specify either the name or the ID of the product, but not both.
- provisioning
Parameters List<Property Map> - Parameters specified by the administrator that are required for provisioning the product.
- provisioning
Preferences Property Map - StackSet preferences that are required for provisioning the product or updating a provisioned product.
- record
Id String - The ID of the record, such as
rec-rjeatvy434trk
. - List<Property Map>
One or more tags.
Requires the provisioned product to have an ResourceUpdateConstraint resource with
TagUpdatesOnProvisionedProduct
set toALLOWED
to allow tag updates. IfRESOURCE_UPDATE
constraint is not present, tags updates are ignored.
Supporting Types
CloudFormationProvisionedProductAcceptLanguage
CloudFormationProvisionedProductProvisioningParameter
CloudFormationProvisionedProductProvisioningPreferences
- Stack
Set List<string>Accounts 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.- Stack
Set intFailure Tolerance Count 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.- Stack
Set intFailure Tolerance Percentage 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.- Stack
Set intMax Concurrency Count 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.- Stack
Set intMax Concurrency Percentage 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.- Stack
Set Pulumi.Operation Type Aws Native. Service Catalog. Cloud Formation Provisioned Product Provisioning Preferences Stack Set Operation Type 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.
- Stack
Set List<string>Regions 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.
- Stack
Set []stringAccounts 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.- Stack
Set intFailure Tolerance Count 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.- Stack
Set intFailure Tolerance Percentage 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.- Stack
Set intMax Concurrency Count 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.- Stack
Set intMax Concurrency Percentage 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.- Stack
Set CloudOperation Type Formation Provisioned Product Provisioning Preferences Stack Set Operation Type 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.
- Stack
Set []stringRegions 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.
- stack
Set List<String>Accounts 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.- stack
Set IntegerFailure Tolerance Count 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.- stack
Set IntegerFailure Tolerance Percentage 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.- stack
Set IntegerMax Concurrency Count 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.- stack
Set IntegerMax Concurrency Percentage 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.- stack
Set CloudOperation Type Formation Provisioned Product Provisioning Preferences Stack Set Operation Type 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.
- stack
Set List<String>Regions 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.
- stack
Set string[]Accounts 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.- stack
Set numberFailure Tolerance Count 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.- stack
Set numberFailure Tolerance Percentage 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.- stack
Set numberMax Concurrency Count 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.- stack
Set numberMax Concurrency Percentage 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.- stack
Set CloudOperation Type Formation Provisioned Product Provisioning Preferences Stack Set Operation Type 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.
- stack
Set string[]Regions 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.
- stack_
set_ Sequence[str]accounts 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.- stack_
set_ intfailure_ tolerance_ count 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.- stack_
set_ intfailure_ tolerance_ percentage 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.- stack_
set_ intmax_ concurrency_ count 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.- stack_
set_ intmax_ concurrency_ percentage 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.- stack_
set_ Cloudoperation_ type Formation Provisioned Product Provisioning Preferences Stack Set Operation Type 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.
- stack_
set_ Sequence[str]regions 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.
- stack
Set List<String>Accounts 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.- stack
Set NumberFailure Tolerance Count 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.- stack
Set NumberFailure Tolerance Percentage 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.- stack
Set NumberMax Concurrency Count 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.- stack
Set NumberMax Concurrency Percentage 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.- stack
Set "CREATE" | "UPDATE" | "DELETE"Operation Type 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.
- stack
Set List<String>Regions 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.
CloudFormationProvisionedProductProvisioningPreferencesStackSetOperationType
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.