You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ServiceCatalog::Types::ProvisioningArtifactProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ProvisioningArtifactProperties
- Defined in:
- (unknown)
Overview
When passing ProvisioningArtifactProperties as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "ProvisioningArtifactName",
description: "ProvisioningArtifactDescription",
info: { # required
"ProvisioningArtifactInfoKey" => "ProvisioningArtifactInfoValue",
},
type: "CLOUD_FORMATION_TEMPLATE", # accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE_AMI, MARKETPLACE_CAR
disable_template_validation: false,
}
Information about a provisioning artifact (also known as a version) for a product.
Returned by:
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the provisioning artifact, including how it differs from the previous provisioning artifact.
-
#disable_template_validation ⇒ Boolean
If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.
-
#info ⇒ Hash<String,String>
The URL of the CloudFormation template in Amazon S3.
-
#name ⇒ String
The name of the provisioning artifact (for example, v1 v2beta).
-
#type ⇒ String
The type of provisioning artifact.
Instance Attribute Details
#description ⇒ String
The description of the provisioning artifact, including how it differs from the previous provisioning artifact.
#disable_template_validation ⇒ Boolean
If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.
#info ⇒ Hash<String,String>
The URL of the CloudFormation template in Amazon S3. Specify the URL in JSON format as follows:
"LoadTemplateFromURL":
"https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."
#name ⇒ String
The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.
#type ⇒ String
The type of provisioning artifact.
CLOUD_FORMATION_TEMPLATE
- AWS CloudFormation templateMARKETPLACE_AMI
- AWS Marketplace AMIMARKETPLACE_CAR
- AWS Marketplace Clusters and AWS ResourcesPossible values:
- CLOUD_FORMATION_TEMPLATE
- MARKETPLACE_AMI
- MARKETPLACE_CAR