Class: Aws::Proton::Types::CreateEnvironmentTemplateInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:description, :display_name]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the environment template.

Returns:

  • (String)


886
887
888
889
890
891
892
893
894
895
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 886

class CreateEnvironmentTemplateInput < Struct.new(
  :description,
  :display_name,
  :encryption_key,
  :name,
  :provisioning,
  :tags)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end

#display_nameString

The environment template name as displayed in the developer interface.

Returns:

  • (String)


886
887
888
889
890
891
892
893
894
895
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 886

class CreateEnvironmentTemplateInput < Struct.new(
  :description,
  :display_name,
  :encryption_key,
  :name,
  :provisioning,
  :tags)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end

#encryption_keyString

A customer provided encryption key that Proton uses to encrypt data.

Returns:

  • (String)


886
887
888
889
890
891
892
893
894
895
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 886

class CreateEnvironmentTemplateInput < Struct.new(
  :description,
  :display_name,
  :encryption_key,
  :name,
  :provisioning,
  :tags)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end

#nameString

The name of the environment template.

Returns:

  • (String)


886
887
888
889
890
891
892
893
894
895
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 886

class CreateEnvironmentTemplateInput < Struct.new(
  :description,
  :display_name,
  :encryption_key,
  :name,
  :provisioning,
  :tags)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end

#provisioningString

When included, indicates that the environment template is for customer provisioned and managed infrastructure.

Returns:

  • (String)


886
887
888
889
890
891
892
893
894
895
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 886

class CreateEnvironmentTemplateInput < Struct.new(
  :description,
  :display_name,
  :encryption_key,
  :name,
  :provisioning,
  :tags)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end

#tagsArray<Types::Tag>

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

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

Returns:



886
887
888
889
890
891
892
893
894
895
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 886

class CreateEnvironmentTemplateInput < Struct.new(
  :description,
  :display_name,
  :encryption_key,
  :name,
  :provisioning,
  :tags)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end