Class: Aws::Glue::Types::TargetProcessingProperties

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

The resource properties associated with the integration target.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_nameString

The Glue network connection to configure the Glue job running in the customer VPC.

Returns:

  • (String)


25484
25485
25486
25487
25488
25489
25490
25491
# File 'lib/aws-sdk-glue/types.rb', line 25484

class TargetProcessingProperties < Struct.new(
  :role_arn,
  :kms_arn,
  :connection_name,
  :event_bus_arn)
  SENSITIVE = []
  include Aws::Structure
end

#event_bus_arnString

The ARN of an Eventbridge event bus to receive the integration status notification.

Returns:

  • (String)


25484
25485
25486
25487
25488
25489
25490
25491
# File 'lib/aws-sdk-glue/types.rb', line 25484

class TargetProcessingProperties < Struct.new(
  :role_arn,
  :kms_arn,
  :connection_name,
  :event_bus_arn)
  SENSITIVE = []
  include Aws::Structure
end

#kms_arnString

The ARN of the KMS key used for encryption.

Returns:

  • (String)


25484
25485
25486
25487
25488
25489
25490
25491
# File 'lib/aws-sdk-glue/types.rb', line 25484

class TargetProcessingProperties < Struct.new(
  :role_arn,
  :kms_arn,
  :connection_name,
  :event_bus_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The IAM role to access the Glue database.

Returns:

  • (String)


25484
25485
25486
25487
25488
25489
25490
25491
# File 'lib/aws-sdk-glue/types.rb', line 25484

class TargetProcessingProperties < Struct.new(
  :role_arn,
  :kms_arn,
  :connection_name,
  :event_bus_arn)
  SENSITIVE = []
  include Aws::Structure
end