Class: Aws::Proton::Types::CreateEnvironmentTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::CreateEnvironmentTemplateInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :display_name]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the environment template.
-
#display_name ⇒ String
The environment template name as displayed in the developer interface.
-
#encryption_key ⇒ String
A customer provided encryption key that Proton uses to encrypt data.
-
#name ⇒ String
The name of the environment template.
-
#provisioning ⇒ String
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
-
#tags ⇒ Array<Types::Tag>
An optional list of metadata items that you can associate with the Proton environment template.
Instance Attribute Details
#description ⇒ String
A description of the environment template.
886 887 888 889 890 891 892 893 894 895 |
# File '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_name ⇒ String
The environment template name as displayed in the developer interface.
886 887 888 889 890 891 892 893 894 895 |
# File '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_key ⇒ String
A customer provided encryption key that Proton uses to encrypt data.
886 887 888 889 890 891 892 893 894 895 |
# File '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 |
#name ⇒ String
The name of the environment template.
886 887 888 889 890 891 892 893 894 895 |
# File '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 |
#provisioning ⇒ String
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
886 887 888 889 890 891 892 893 894 895 |
# File '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 |
#tags ⇒ Array<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*.
[1]: docs.aws.amazon.com/proton/latest/userguide/resources.html
886 887 888 889 890 891 892 893 894 895 |
# File '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 |