We recommend new projects start with resources from the AWS provider.
aws-native.servicecatalog.CloudFormationProvisionedProduct
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Schema for AWS::ServiceCatalog::CloudFormationProvisionedProduct
Create CloudFormationProvisionedProduct Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CloudFormationProvisionedProduct(name: string, args?: CloudFormationProvisionedProductArgs, opts?: CustomResourceOptions);
@overload
def CloudFormationProvisionedProduct(resource_name: str,
args: Optional[CloudFormationProvisionedProductArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def CloudFormationProvisionedProduct(resource_name: str,
opts: Optional[ResourceOptions] = None,
accept_language: Optional[CloudFormationProvisionedProductAcceptLanguage] = None,
notification_arns: Optional[Sequence[str]] = None,
path_id: Optional[str] = None,
path_name: Optional[str] = None,
product_id: Optional[str] = None,
product_name: Optional[str] = None,
provisioned_product_name: Optional[str] = None,
provisioning_artifact_id: Optional[str] = None,
provisioning_artifact_name: Optional[str] = None,
provisioning_parameters: Optional[Sequence[CloudFormationProvisionedProductProvisioningParameterArgs]] = None,
provisioning_preferences: Optional[CloudFormationProvisionedProductProvisioningPreferencesArgs] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewCloudFormationProvisionedProduct(ctx *Context, name string, args *CloudFormationProvisionedProductArgs, opts ...ResourceOption) (*CloudFormationProvisionedProduct, error)
public CloudFormationProvisionedProduct(string name, CloudFormationProvisionedProductArgs? args = null, CustomResourceOptions? opts = null)
public CloudFormationProvisionedProduct(String name, CloudFormationProvisionedProductArgs args)
public CloudFormationProvisionedProduct(String name, CloudFormationProvisionedProductArgs args, CustomResourceOptions options)
type: aws-native:servicecatalog:CloudFormationProvisionedProduct
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args CloudFormationProvisionedProductArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args CloudFormationProvisionedProductArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CloudFormationProvisionedProductArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CloudFormationProvisionedProductArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CloudFormationProvisionedProductArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
CloudFormationProvisionedProduct Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The CloudFormationProvisionedProduct resource accepts the following input properties:
- Accept
Language Pulumi.Aws Native. Service Catalog. Cloud Formation Provisioned Product Accept Language - The language code.
jp
- Japanesezh
- Chinese
- Notification
Arns List<string> - Passed to AWS CloudFormation . The SNS topic ARNs to which to publish stack-related events.
- 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 stringName - A user-friendly name for the provisioned product. This value must be unique for the AWS account and cannot be updated after the product is provisioned.
- 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. Inputs. 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. Inputs. Cloud Formation Provisioned Product Provisioning Preferences - StackSet preferences that are required for provisioning the product or updating a provisioned product.
- List<Pulumi.
Aws Native. Inputs. 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
- Notification
Arns []string - Passed to AWS CloudFormation . The SNS topic ARNs to which to publish stack-related events.
- 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 stringName - A user-friendly name for the provisioned product. This value must be unique for the AWS account and cannot be updated after the product is provisioned.
- 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 Args - Parameters specified by the administrator that are required for provisioning the product.
- Provisioning
Preferences CloudFormation Provisioned Product Provisioning Preferences Args - StackSet preferences that are required for provisioning the product or updating a provisioned product.
- Tag
Args 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
- notification
Arns List<String> - Passed to AWS CloudFormation . The SNS topic ARNs to which to publish stack-related events.
- 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 StringName - A user-friendly name for the provisioned product. This value must be unique for the AWS account and cannot be updated after the product is provisioned.
- 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.
- 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
- notification
Arns string[] - Passed to AWS CloudFormation . The SNS topic ARNs to which to publish stack-related events.
- 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 stringName - A user-friendly name for the provisioned product. This value must be unique for the AWS account and cannot be updated after the product is provisioned.
- 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.
- 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
- notification_
arns Sequence[str] - Passed to AWS CloudFormation . The SNS topic ARNs to which to publish stack-related events.
- 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_ strname - A user-friendly name for the provisioned product. This value must be unique for the AWS account and cannot be updated after the product is provisioned.
- 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 Args] - Parameters specified by the administrator that are required for provisioning the product.
- provisioning_
preferences CloudFormation Provisioned Product Provisioning Preferences Args - StackSet preferences that are required for provisioning the product or updating a provisioned product.
- Sequence[Tag
Args] 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
- notification
Arns List<String> - Passed to AWS CloudFormation . The SNS topic ARNs to which to publish stack-related events.
- 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 StringName - A user-friendly name for the provisioned product. This value must be unique for the AWS account and cannot be updated after the product is provisioned.
- 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.
- 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the CloudFormationProvisionedProduct resource produces the following output properties:
- Cloudformation
Stack stringArn - Id string
- The provider-assigned unique ID for this managed resource.
- Outputs Dictionary<string, string>
- List of key-value pair outputs.
- Provisioned
Product stringId - The ID of the provisioned product.
- Record
Id string - The ID of the record, such as
rec-rjeatvy434trk
.
- Cloudformation
Stack stringArn - Id string
- The provider-assigned unique ID for this managed resource.
- Outputs map[string]string
- List of key-value pair outputs.
- Provisioned
Product stringId - The ID of the provisioned product.
- Record
Id string - The ID of the record, such as
rec-rjeatvy434trk
.
- cloudformation
Stack StringArn - id String
- The provider-assigned unique ID for this managed resource.
- outputs Map<String,String>
- List of key-value pair outputs.
- provisioned
Product StringId - The ID of the provisioned product.
- record
Id String - The ID of the record, such as
rec-rjeatvy434trk
.
- cloudformation
Stack stringArn - id string
- The provider-assigned unique ID for this managed resource.
- outputs {[key: string]: string}
- List of key-value pair outputs.
- provisioned
Product stringId - The ID of the provisioned product.
- record
Id string - The ID of the record, such as
rec-rjeatvy434trk
.
- cloudformation_
stack_ strarn - id str
- The provider-assigned unique ID for this managed resource.
- outputs Mapping[str, str]
- List of key-value pair outputs.
- provisioned_
product_ strid - The ID of the provisioned product.
- record_
id str - The ID of the record, such as
rec-rjeatvy434trk
.
- cloudformation
Stack StringArn - id String
- The provider-assigned unique ID for this managed resource.
- outputs Map<String>
- List of key-value pair outputs.
- provisioned
Product StringId - The ID of the provisioned product.
- record
Id String - The ID of the record, such as
rec-rjeatvy434trk
.
Supporting Types
CloudFormationProvisionedProductAcceptLanguage, CloudFormationProvisionedProductAcceptLanguageArgs
- En
- en
- Jp
- jp
- Zh
- zh
- Cloud
Formation Provisioned Product Accept Language En - en
- Cloud
Formation Provisioned Product Accept Language Jp - jp
- Cloud
Formation Provisioned Product Accept Language Zh - zh
- En
- en
- Jp
- jp
- Zh
- zh
- En
- en
- Jp
- jp
- Zh
- zh
- EN
- en
- JP
- jp
- ZH
- zh
- "en"
- en
- "jp"
- jp
- "zh"
- zh
CloudFormationProvisionedProductProvisioningParameter, CloudFormationProvisionedProductProvisioningParameterArgs
CloudFormationProvisionedProductProvisioningPreferences, CloudFormationProvisionedProductProvisioningPreferencesArgs
- 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, CloudFormationProvisionedProductProvisioningPreferencesStackSetOperationTypeArgs
- Create
- CREATE
- Update
- UPDATE
- Delete
- DELETE
- Cloud
Formation Provisioned Product Provisioning Preferences Stack Set Operation Type Create - CREATE
- Cloud
Formation Provisioned Product Provisioning Preferences Stack Set Operation Type Update - UPDATE
- Cloud
Formation Provisioned Product Provisioning Preferences Stack Set Operation Type Delete - DELETE
- Create
- CREATE
- Update
- UPDATE
- Delete
- DELETE
- Create
- CREATE
- Update
- UPDATE
- Delete
- DELETE
- CREATE
- CREATE
- UPDATE
- UPDATE
- DELETE
- DELETE
- "CREATE"
- CREATE
- "UPDATE"
- UPDATE
- "DELETE"
- DELETE
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.