Class: Aws::KafkaConnect::Types::CreateWorkerConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::CreateWorkerConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:properties_file_content]
Instance Attribute Summary collapse
-
#description ⇒ String
A summary description of the worker configuration.
-
#name ⇒ String
The name of the worker configuration.
-
#properties_file_content ⇒ String
Base64 encoded contents of connect-distributed.properties file.
-
#tags ⇒ Hash<String,String>
The tags you want to attach to the worker configuration.
Instance Attribute Details
#description ⇒ String
A summary description of the worker configuration.
564 565 566 567 568 569 570 571 |
# File '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 |
#name ⇒ String
The name of the worker configuration.
564 565 566 567 568 569 570 571 |
# File '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_content ⇒ String
Base64 encoded contents of connect-distributed.properties file.
564 565 566 567 568 569 570 571 |
# File '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 |
#tags ⇒ Hash<String,String>
The tags you want to attach to the worker configuration.
564 565 566 567 568 569 570 571 |
# File '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 |