CloudFormationProvisionedProduct

class CloudFormationProvisionedProduct : KotlinCustomResource

Resource Schema for AWS::ServiceCatalog::CloudFormationProvisionedProduct

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Passed to AWS CloudFormation . The SNS topic ARNs to which to publish stack-related events.

Link copied to clipboard
val outputs: Output<Map<String, String>>

List of key-value pair outputs.

Link copied to clipboard
val pathId: Output<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 .

Link copied to clipboard
val pathName: Output<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 .

Link copied to clipboard
val productId: Output<String>?

The product identifier.

Link copied to clipboard
val productName: Output<String>?

The name of the Service Catalog product. Each time a stack is created or updated, if ProductName is provided it will successfully resolve to ProductId as long as only one product exists in the account or Region with that ProductName .

Link copied to clipboard

The ID of the provisioned product.

Link copied to clipboard

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.

Link copied to clipboard

The identifier of the provisioning artifact (also known as a version).

Link copied to clipboard

The name of the provisioning artifact (also known as a version) for the product. This name must be unique for the product.

Link copied to clipboard

Parameters specified by the administrator that are required for provisioning the product.

Link copied to clipboard

StackSet preferences that are required for provisioning the product or updating a provisioned product.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val recordId: Output<String>

The ID of the record, such as rec-rjeatvy434trk .

Link copied to clipboard
val tags: Output<List<Tag>>?

One or more tags.

Link copied to clipboard
val urn: Output<String>