Class: Aws::Proton::Types::CreateEnvironmentTemplateVersionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

When included, if two identical requests are made with the same client token, Proton returns the environment template version that the first request created.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


953
954
955
956
957
958
959
960
961
962
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 953

class CreateEnvironmentTemplateVersionInput < Struct.new(
  :client_token,
  :description,
  :major_version,
  :source,
  :tags,
  :template_name)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

A description of the new version of an environment template.

Returns:

  • (String)


953
954
955
956
957
958
959
960
961
962
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 953

class CreateEnvironmentTemplateVersionInput < Struct.new(
  :client_token,
  :description,
  :major_version,
  :source,
  :tags,
  :template_name)
  SENSITIVE = [:description]
  include Aws::Structure
end

#major_versionString

To create a new minor version of the environment template, include major Version.

To create a new major and minor version of the environment template, exclude major Version.

Returns:

  • (String)


953
954
955
956
957
958
959
960
961
962
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 953

class CreateEnvironmentTemplateVersionInput < Struct.new(
  :client_token,
  :description,
  :major_version,
  :source,
  :tags,
  :template_name)
  SENSITIVE = [:description]
  include Aws::Structure
end

#sourceTypes::TemplateVersionSourceInput

An object that includes the template bundle S3 bucket path and name for the new version of an template.



953
954
955
956
957
958
959
960
961
962
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 953

class CreateEnvironmentTemplateVersionInput < Struct.new(
  :client_token,
  :description,
  :major_version,
  :source,
  :tags,
  :template_name)
  SENSITIVE = [:description]
  include Aws::Structure
end

#tagsArray<Types::Tag>

An optional list of metadata items that you can associate with the Proton environment template version. A tag is a key-value pair.

For more information, see Proton resources and tagging in the Proton User Guide.

Returns:



953
954
955
956
957
958
959
960
961
962
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 953

class CreateEnvironmentTemplateVersionInput < Struct.new(
  :client_token,
  :description,
  :major_version,
  :source,
  :tags,
  :template_name)
  SENSITIVE = [:description]
  include Aws::Structure
end

#template_nameString

The name of the environment template.

Returns:

  • (String)


953
954
955
956
957
958
959
960
961
962
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 953

class CreateEnvironmentTemplateVersionInput < Struct.new(
  :client_token,
  :description,
  :major_version,
  :source,
  :tags,
  :template_name)
  SENSITIVE = [:description]
  include Aws::Structure
end