Class: Aws::AppConfig::Types::CreateExtensionAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::CreateExtensionAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#extension_identifier ⇒ String
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
-
#extension_version_number ⇒ Integer
The version number of the extension.
-
#parameters ⇒ Hash<String,String>
The parameter names and values defined in the extensions.
-
#resource_identifier ⇒ String
The ARN of an application, configuration profile, or environment.
-
#tags ⇒ Hash<String,String>
Adds one or more tags for the specified extension association.
Instance Attribute Details
#extension_identifier ⇒ String
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
710 711 712 713 714 715 716 717 718 |
# File 'lib/aws-sdk-appconfig/types.rb', line 710 class CreateExtensionAssociationRequest < Struct.new( :extension_identifier, :extension_version_number, :resource_identifier, :parameters, :tags) SENSITIVE = [] include Aws::Structure end |
#extension_version_number ⇒ Integer
The version number of the extension. If not specified, AppConfig uses the maximum version of the extension.
710 711 712 713 714 715 716 717 718 |
# File 'lib/aws-sdk-appconfig/types.rb', line 710 class CreateExtensionAssociationRequest < Struct.new( :extension_identifier, :extension_version_number, :resource_identifier, :parameters, :tags) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,String>
The parameter names and values defined in the extensions. Extension parameters marked ‘Required` must be entered for this field.
710 711 712 713 714 715 716 717 718 |
# File 'lib/aws-sdk-appconfig/types.rb', line 710 class CreateExtensionAssociationRequest < Struct.new( :extension_identifier, :extension_version_number, :resource_identifier, :parameters, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_identifier ⇒ String
The ARN of an application, configuration profile, or environment.
710 711 712 713 714 715 716 717 718 |
# File 'lib/aws-sdk-appconfig/types.rb', line 710 class CreateExtensionAssociationRequest < Struct.new( :extension_identifier, :extension_version_number, :resource_identifier, :parameters, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Adds one or more tags for the specified extension association. Tags are metadata that help you categorize resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define.
710 711 712 713 714 715 716 717 718 |
# File 'lib/aws-sdk-appconfig/types.rb', line 710 class CreateExtensionAssociationRequest < Struct.new( :extension_identifier, :extension_version_number, :resource_identifier, :parameters, :tags) SENSITIVE = [] include Aws::Structure end |