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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
# File 'lib/aws-sdk-servicecatalog/types.rb', line 930

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

#descriptionString

The description of the product.

Returns:

  • (String)


930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
# File 'lib/aws-sdk-servicecatalog/types.rb', line 930

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

#distributorString

The distributor of the product.

Returns:

  • (String)


930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
# File 'lib/aws-sdk-servicecatalog/types.rb', line 930

class CreateProductInput < Struct.new(
  :accept_language,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :product_type,
  :tags,
  :provisioning_artifact_parameters,
  :idempotency_token,
  :source_connection)
  SENSITIVE = []
  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)


930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
# File 'lib/aws-sdk-servicecatalog/types.rb', line 930

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

#nameString

The name of the product.

Returns:

  • (String)


930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
# File 'lib/aws-sdk-servicecatalog/types.rb', line 930

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

#ownerString

The owner of the product.

Returns:

  • (String)


930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
# File 'lib/aws-sdk-servicecatalog/types.rb', line 930

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

#product_typeString

The type of product.

Returns:

  • (String)


930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
# File 'lib/aws-sdk-servicecatalog/types.rb', line 930

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

#provisioning_artifact_parametersTypes::ProvisioningArtifactProperties

The configuration of the provisioning artifact.



930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
# File 'lib/aws-sdk-servicecatalog/types.rb', line 930

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

#source_connectionTypes::SourceConnection

Specifies connection details for the created product and syncs the product to the connection source artifact. This automatically manages the product’s artifacts based on changes to the source. The ‘SourceConnection` parameter consists of the following sub-fields.

  • ‘Type`

  • ‘ConnectionParamters`



930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
# File 'lib/aws-sdk-servicecatalog/types.rb', line 930

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

#support_descriptionString

The support information about the product.

Returns:

  • (String)


930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
# File 'lib/aws-sdk-servicecatalog/types.rb', line 930

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

#support_emailString

The contact email for product support.

Returns:

  • (String)


930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
# File 'lib/aws-sdk-servicecatalog/types.rb', line 930

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

#support_urlString

The contact URL for product support.

‘^https?:/// `/ is the pattern used to validate SupportUrl.

Returns:

  • (String)


930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
# File 'lib/aws-sdk-servicecatalog/types.rb', line 930

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

#tagsArray<Types::Tag>

One or more tags.

Returns:



930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
# File 'lib/aws-sdk-servicecatalog/types.rb', line 930

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