class Aws::ServiceCatalog::Types::CreateProductInput
@note When making an API call, you may pass CreateProductInput
data as a hash: { accept_language: "AcceptLanguage", name: "ProductViewName", # required owner: "ProductViewOwner", # required description: "ProductViewShortDescription", distributor: "ProductViewOwner", support_description: "SupportDescription", support_email: "SupportEmail", support_url: "SupportUrl", product_type: "CLOUD_FORMATION_TEMPLATE", # required, accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE tags: [ { key: "TagKey", # required value: "TagValue", # required }, ], provisioning_artifact_parameters: { # required name: "ProvisioningArtifactName", description: "ProvisioningArtifactDescription", info: { # required "ProvisioningArtifactInfoKey" => "ProvisioningArtifactInfoValue", }, type: "CLOUD_FORMATION_TEMPLATE", # accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE_AMI, MARKETPLACE_CAR disable_template_validation: false, }, idempotency_token: "IdempotencyToken", # required }
@!attribute [rw] accept_language
The language code. * `en` - English (default) * `jp` - Japanese * `zh` - Chinese @return [String]
@!attribute [rw] name
The name of the product. @return [String]
@!attribute [rw] owner
The owner of the product. @return [String]
@!attribute [rw] description
The description of the product. @return [String]
@!attribute [rw] distributor
The distributor of the product. @return [String]
@!attribute [rw] support_description
The support information about the product. @return [String]
@!attribute [rw] support_email
The contact email for product support. @return [String]
@!attribute [rw] support_url
The contact URL for product support. `^https?:\/\// `/ is the pattern used to validate SupportUrl. @return [String]
@!attribute [rw] product_type
The type of product. @return [String]
@!attribute [rw] tags
One or more tags. @return [Array<Types::Tag>]
@!attribute [rw] provisioning_artifact_parameters
The configuration of the provisioning artifact. @return [Types::ProvisioningArtifactProperties]
@!attribute [rw] idempotency_token
A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated 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/CreateProductInput AWS API Documentation
Constants
- SENSITIVE