class Aws::ServiceCatalog::Types::ProvisionProductInput
@note When making an API call, you may pass ProvisionProductInput
data as a hash: { accept_language: "AcceptLanguage", product_id: "Id", product_name: "ProductViewName", provisioning_artifact_id: "Id", provisioning_artifact_name: "ProvisioningArtifactName", path_id: "Id", path_name: "PortfolioDisplayName", provisioned_product_name: "ProvisionedProductName", # required provisioning_parameters: [ { key: "ParameterKey", value: "ParameterValue", }, ], provisioning_preferences: { stack_set_accounts: ["AccountId"], stack_set_regions: ["Region"], stack_set_failure_tolerance_count: 1, stack_set_failure_tolerance_percentage: 1, stack_set_max_concurrency_count: 1, stack_set_max_concurrency_percentage: 1, }, tags: [ { key: "TagKey", # required value: "TagValue", # required }, ], notification_arns: ["NotificationArn"], provision_token: "IdempotencyToken", # required }
@!attribute [rw] accept_language
The language code. * `en` - English (default) * `jp` - Japanese * `zh` - Chinese @return [String]
@!attribute [rw] product_id
The product identifier. You must provide the name or ID, but not both. @return [String]
@!attribute [rw] product_name
The name of the product. You must provide the name or ID, but not both. @return [String]
@!attribute [rw] provisioning_artifact_id
The identifier of the provisioning artifact. You must provide the name or ID, but not both. @return [String]
@!attribute [rw] provisioning_artifact_name
The name of the provisioning artifact. You must provide the name or ID, but not both. @return [String]
@!attribute [rw] path_id
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. @return [String]
@!attribute [rw] path_name
The name of the path. You must provide the name or ID, but not both. @return [String]
@!attribute [rw] provisioned_product_name
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. @return [String]
@!attribute [rw] provisioning_parameters
Parameters specified by the administrator that are required for provisioning the product. @return [Array<Types::ProvisioningParameter>]
@!attribute [rw] provisioning_preferences
An object that contains information about the provisioning preferences for a stack set. @return [Types::ProvisioningPreferences]
@!attribute [rw] tags
One or more tags. @return [Array<Types::Tag>]
@!attribute [rw] notification_arns
Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events. @return [Array<String>]
@!attribute [rw] provision_token
An idempotency token that uniquely identifies the provisioning request. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ProvisionProductInput AWS API Documentation
Constants
- SENSITIVE