Class: Aws::ServiceCatalog::Types::CreateProductInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

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
  },
  idempotency_token: "IdempotencyToken", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
# File 'lib/aws-sdk-servicecatalog/types.rb', line 895

class CreateProductInput < Struct.new(
  :accept_language,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :product_type,
  :tags,
  :provisioning_artifact_parameters,
  :idempotency_token)
  include Aws::Structure
end

#descriptionString

The description of the product.

Returns:

  • (String)


895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
# File 'lib/aws-sdk-servicecatalog/types.rb', line 895

class CreateProductInput < Struct.new(
  :accept_language,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :product_type,
  :tags,
  :provisioning_artifact_parameters,
  :idempotency_token)
  include Aws::Structure
end

#distributorString

The distributor of the product.

Returns:

  • (String)


895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
# File 'lib/aws-sdk-servicecatalog/types.rb', line 895

class CreateProductInput < Struct.new(
  :accept_language,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :product_type,
  :tags,
  :provisioning_artifact_parameters,
  :idempotency_token)
  include Aws::Structure
end

#idempotency_tokenString

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.

Returns:

  • (String)


895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
# File 'lib/aws-sdk-servicecatalog/types.rb', line 895

class CreateProductInput < Struct.new(
  :accept_language,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :product_type,
  :tags,
  :provisioning_artifact_parameters,
  :idempotency_token)
  include Aws::Structure
end

#nameString

The name of the product.

Returns:

  • (String)


895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
# File 'lib/aws-sdk-servicecatalog/types.rb', line 895

class CreateProductInput < Struct.new(
  :accept_language,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :product_type,
  :tags,
  :provisioning_artifact_parameters,
  :idempotency_token)
  include Aws::Structure
end

#ownerString

The owner of the product.

Returns:

  • (String)


895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
# File 'lib/aws-sdk-servicecatalog/types.rb', line 895

class CreateProductInput < Struct.new(
  :accept_language,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :product_type,
  :tags,
  :provisioning_artifact_parameters,
  :idempotency_token)
  include Aws::Structure
end

#product_typeString

The type of product.

Returns:

  • (String)


895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
# File 'lib/aws-sdk-servicecatalog/types.rb', line 895

class CreateProductInput < Struct.new(
  :accept_language,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :product_type,
  :tags,
  :provisioning_artifact_parameters,
  :idempotency_token)
  include Aws::Structure
end

#provisioning_artifact_parametersTypes::ProvisioningArtifactProperties

The configuration of the provisioning artifact.



895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
# File 'lib/aws-sdk-servicecatalog/types.rb', line 895

class CreateProductInput < Struct.new(
  :accept_language,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :product_type,
  :tags,
  :provisioning_artifact_parameters,
  :idempotency_token)
  include Aws::Structure
end

#support_descriptionString

The support information about the product.

Returns:

  • (String)


895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
# File 'lib/aws-sdk-servicecatalog/types.rb', line 895

class CreateProductInput < Struct.new(
  :accept_language,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :product_type,
  :tags,
  :provisioning_artifact_parameters,
  :idempotency_token)
  include Aws::Structure
end

#support_emailString

The contact email for product support.

Returns:

  • (String)


895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
# File 'lib/aws-sdk-servicecatalog/types.rb', line 895

class CreateProductInput < Struct.new(
  :accept_language,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :product_type,
  :tags,
  :provisioning_artifact_parameters,
  :idempotency_token)
  include Aws::Structure
end

#support_urlString

The contact URL for product support.

Returns:

  • (String)


895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
# File 'lib/aws-sdk-servicecatalog/types.rb', line 895

class CreateProductInput < Struct.new(
  :accept_language,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :product_type,
  :tags,
  :provisioning_artifact_parameters,
  :idempotency_token)
  include Aws::Structure
end

#tagsArray<Types::Tag>

One or more tags.

Returns:



895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
# File 'lib/aws-sdk-servicecatalog/types.rb', line 895

class CreateProductInput < Struct.new(
  :accept_language,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :product_type,
  :tags,
  :provisioning_artifact_parameters,
  :idempotency_token)
  include Aws::Structure
end