Class: Aws::AppConfig::Types::CreateExtensionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsHash<String,Array<Types::Action>>

The actions defined in the extension.

Returns:



754
755
756
757
758
759
760
761
762
763
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 754

class CreateExtensionRequest < Struct.new(
  :name,
  :description,
  :actions,
  :parameters,
  :tags,
  :latest_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Information about the extension.

Returns:

  • (String)


754
755
756
757
758
759
760
761
762
763
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 754

class CreateExtensionRequest < Struct.new(
  :name,
  :description,
  :actions,
  :parameters,
  :tags,
  :latest_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#latest_version_numberInteger

You can omit this field when you create an extension. When you create a new version, specify the most recent current version number. For example, you create version 3, enter 2 for this field.

Returns:

  • (Integer)


754
755
756
757
758
759
760
761
762
763
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 754

class CreateExtensionRequest < Struct.new(
  :name,
  :description,
  :actions,
  :parameters,
  :tags,
  :latest_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for the extension. Each extension name in your account must be unique. Extension versions use the same name.

Returns:

  • (String)


754
755
756
757
758
759
760
761
762
763
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 754

class CreateExtensionRequest < Struct.new(
  :name,
  :description,
  :actions,
  :parameters,
  :tags,
  :latest_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#parametersHash<String,Types::Parameter>

The parameters accepted by the extension. You specify parameter values when you associate the extension to an AppConfig resource by using the CreateExtensionAssociation API action. For Lambda extension actions, these parameters are included in the Lambda request object.

Returns:



754
755
756
757
758
759
760
761
762
763
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 754

class CreateExtensionRequest < Struct.new(
  :name,
  :description,
  :actions,
  :parameters,
  :tags,
  :latest_version_number)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Adds one or more tags for the specified extension. 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>)


754
755
756
757
758
759
760
761
762
763
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 754

class CreateExtensionRequest < Struct.new(
  :name,
  :description,
  :actions,
  :parameters,
  :tags,
  :latest_version_number)
  SENSITIVE = []
  include Aws::Structure
end