Class: Aws::Glue::Types::TargetProcessingProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::TargetProcessingProperties
- 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
-
#connection_name ⇒ String
The Glue network connection to configure the Glue job running in the customer VPC.
-
#event_bus_arn ⇒ String
The ARN of an Eventbridge event bus to receive the integration status notification.
-
#kms_arn ⇒ String
The ARN of the KMS key used for encryption.
-
#role_arn ⇒ String
The IAM role to access the Glue database.
Instance Attribute Details
#connection_name ⇒ String
The Glue network connection to configure the Glue job running in the customer VPC.
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_arn ⇒ String
The ARN of an Eventbridge event bus to receive the integration status notification.
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_arn ⇒ String
The ARN of the KMS key used for encryption.
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_arn ⇒ String
The IAM role to access the Glue database.
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 |