Class: Aws::AppConfig::Types::CreateExtensionAssociationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#extension_identifierString

The name, the ID, or the Amazon Resource Name (ARN) of the extension.

Returns:

  • (String)


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_numberInteger

The version number of the extension. If not specified, AppConfig uses the maximum version of the extension.

Returns:

  • (Integer)


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

#parametersHash<String,String>

The parameter names and values defined in the extensions. Extension parameters marked ‘Required` must be entered for this field.

Returns:

  • (Hash<String,String>)


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_identifierString

The ARN of an application, configuration profile, or environment.

Returns:

  • (String)


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

#tagsHash<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.

Returns:

  • (Hash<String,String>)


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