Method: Aws::Glue::Types::TargetProcessingProperties#connection_name
- Defined in:
- lib/aws-sdk-glue/types.rb
#connection_name ⇒ String
The Glue network connection to configure the Glue job running in the customer VPC.
27281 27282 27283 27284 27285 27286 27287 27288 |
# File 'lib/aws-sdk-glue/types.rb', line 27281 class TargetProcessingProperties < Struct.new( :role_arn, :kms_arn, :connection_name, :event_bus_arn) SENSITIVE = [] include Aws::Structure end |