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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafkaconnect/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)


508
509
510
511
512
513
514
515
516
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 508

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)


508
509
510
511
512
513
514
515
516
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 508

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.



508
509
510
511
512
513
514
515
516
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 508

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

#nameString

The name of the custom plugin.

Returns:

  • (String)


508
509
510
511
512
513
514
515
516
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 508

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>)


508
509
510
511
512
513
514
515
516
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 508

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