Class: Aws::Types::CreateConnectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity ⇒ Types::Capacity
Returns the value of attribute capacity.
-
#connector_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute connector_configuration.
-
#connector_description ⇒ ::String
Returns the value of attribute connector_description.
-
#connector_name ⇒ ::String
Returns the value of attribute connector_name.
-
#kafka_cluster ⇒ Types::KafkaCluster
Returns the value of attribute kafka_cluster.
-
#kafka_cluster_client_authentication ⇒ Types::KafkaClusterClientAuthentication
Returns the value of attribute kafka_cluster_client_authentication.
-
#kafka_cluster_encryption_in_transit ⇒ Types::KafkaClusterEncryptionInTransit
Returns the value of attribute kafka_cluster_encryption_in_transit.
-
#kafka_connect_version ⇒ ::String
Returns the value of attribute kafka_connect_version.
-
#log_delivery ⇒ Types::LogDelivery
Returns the value of attribute log_delivery.
-
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
-
#plugins ⇒ ::Array[Types::Plugin]
Returns the value of attribute plugins.
-
#service_execution_role_arn ⇒ ::String
Returns the value of attribute service_execution_role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#worker_configuration ⇒ Types::WorkerConfiguration
Returns the value of attribute worker_configuration.
Instance Attribute Details
#capacity ⇒ Types::Capacity
Returns the value of attribute capacity.
129 130 131 |
# File 'sig/types.rbs', line 129 def capacity @capacity end |
#connector_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute connector_configuration.
130 131 132 |
# File 'sig/types.rbs', line 130 def connector_configuration @connector_configuration end |
#connector_description ⇒ ::String
Returns the value of attribute connector_description.
131 132 133 |
# File 'sig/types.rbs', line 131 def connector_description @connector_description end |
#connector_name ⇒ ::String
Returns the value of attribute connector_name.
132 133 134 |
# File 'sig/types.rbs', line 132 def connector_name @connector_name end |
#kafka_cluster ⇒ Types::KafkaCluster
Returns the value of attribute kafka_cluster.
133 134 135 |
# File 'sig/types.rbs', line 133 def kafka_cluster @kafka_cluster end |
#kafka_cluster_client_authentication ⇒ Types::KafkaClusterClientAuthentication
Returns the value of attribute kafka_cluster_client_authentication.
134 135 136 |
# File 'sig/types.rbs', line 134 def kafka_cluster_client_authentication @kafka_cluster_client_authentication end |
#kafka_cluster_encryption_in_transit ⇒ Types::KafkaClusterEncryptionInTransit
Returns the value of attribute kafka_cluster_encryption_in_transit.
135 136 137 |
# File 'sig/types.rbs', line 135 def kafka_cluster_encryption_in_transit @kafka_cluster_encryption_in_transit end |
#kafka_connect_version ⇒ ::String
Returns the value of attribute kafka_connect_version.
136 137 138 |
# File 'sig/types.rbs', line 136 def kafka_connect_version @kafka_connect_version end |
#log_delivery ⇒ Types::LogDelivery
Returns the value of attribute log_delivery.
137 138 139 |
# File 'sig/types.rbs', line 137 def log_delivery @log_delivery end |
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
138 139 140 |
# File 'sig/types.rbs', line 138 def network_type @network_type end |
#plugins ⇒ ::Array[Types::Plugin]
Returns the value of attribute plugins.
139 140 141 |
# File 'sig/types.rbs', line 139 def plugins @plugins end |
#service_execution_role_arn ⇒ ::String
Returns the value of attribute service_execution_role_arn.
140 141 142 |
# File 'sig/types.rbs', line 140 def service_execution_role_arn @service_execution_role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
142 143 144 |
# File 'sig/types.rbs', line 142 def @tags end |
#worker_configuration ⇒ Types::WorkerConfiguration
Returns the value of attribute worker_configuration.
141 142 143 |
# File 'sig/types.rbs', line 141 def worker_configuration @worker_configuration end |