Class: Aws::KafkaConnect::Types::CreateWorkerConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:properties_file_content]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A summary description of the worker configuration.

Returns:

  • (String)


564
565
566
567
568
569
570
571
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 564

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

#nameString

The name of the worker configuration.

Returns:

  • (String)


564
565
566
567
568
569
570
571
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 564

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

#properties_file_contentString

Base64 encoded contents of connect-distributed.properties file.

Returns:

  • (String)


564
565
566
567
568
569
570
571
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 564

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

#tagsHash<String,String>

The tags you want to attach to the worker configuration.

Returns:

  • (Hash<String,String>)


564
565
566
567
568
569
570
571
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 564

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