Product Provisioning Artifact Parameters Args
data class ProductProvisioningArtifactParametersArgs(val description: Output<String>? = null, val disableTemplateValidation: Output<Boolean>? = null, val name: Output<String>? = null, val templatePhysicalId: Output<String>? = null, val templateUrl: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<ProductProvisioningArtifactParametersArgs>
Properties
Link copied to clipboard
Description of the provisioning artifact (i.e., version), including how it differs from the previous provisioning artifact.
Link copied to clipboard
Whether AWS Service Catalog stops validating the specified provisioning artifact template even if it is invalid.
Link copied to clipboard
Template source as the physical ID of the resource that contains the template. Currently only supports CloudFormation stack ARN. Specify the physical ID as arn:[partition]:cloudformation:[region]:[account ID]:stack/[stack name]/[resource ID]
.
Link copied to clipboard
Template source as URL of the CloudFormation template in Amazon S3.