Class: Aws::KafkaConnect::Types::CreateCustomPluginRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeString

The type of the plugin file.

Returns:

  • (String)


561
562
563
564
565
566
567
568
569
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 561

class CreateCustomPluginRequest < Struct.new(
  :content_type,
  :description,
  :location,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A summary description of the custom plugin.

Returns:

  • (String)


561
562
563
564
565
566
567
568
569
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 561

class CreateCustomPluginRequest < Struct.new(
  :content_type,
  :description,
  :location,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#locationTypes::CustomPluginLocation

Information about the location of a custom plugin.



561
562
563
564
565
566
567
568
569
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 561

class CreateCustomPluginRequest < Struct.new(
  :content_type,
  :description,
  :location,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the custom plugin.

Returns:

  • (String)


561
562
563
564
565
566
567
568
569
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 561

class CreateCustomPluginRequest < Struct.new(
  :content_type,
  :description,
  :location,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags you want to attach to the custom plugin.

Returns:

  • (Hash<String,String>)


561
562
563
564
565
566
567
568
569
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 561

class CreateCustomPluginRequest < Struct.new(
  :content_type,
  :description,
  :location,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end