Class: Aws::Types::CreateConnectorRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:connector_configuration])

Instance Attribute Summary collapse

Instance Attribute Details

#capacityTypes::Capacity

Returns the value of attribute capacity.

Returns:



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.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def connector_name
  @connector_name
end

#kafka_clusterTypes::KafkaCluster

Returns the value of attribute kafka_cluster.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def kafka_cluster
  @kafka_cluster
end

#kafka_cluster_client_authenticationTypes::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_transitTypes::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.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def kafka_connect_version
  @kafka_connect_version
end

#log_deliveryTypes::LogDelivery

Returns the value of attribute log_delivery.

Returns:



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.

Returns:

  • ("IPV4", "DUAL")


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


142
143
144
# File 'sig/types.rbs', line 142

def tags
  @tags
end

#worker_configurationTypes::WorkerConfiguration

Returns the value of attribute worker_configuration.



141
142
143
# File 'sig/types.rbs', line 141

def worker_configuration
  @worker_configuration
end