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.
| 25582 25583 25584 25585 25586 25587 25588 25589 | # File 'lib/aws-sdk-glue/types.rb', line 25582 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.
| 25582 25583 25584 25585 25586 25587 25588 25589 | # File 'lib/aws-sdk-glue/types.rb', line 25582 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.
| 25582 25583 25584 25585 25586 25587 25588 25589 | # File 'lib/aws-sdk-glue/types.rb', line 25582 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.
| 25582 25583 25584 25585 25586 25587 25588 25589 | # File 'lib/aws-sdk-glue/types.rb', line 25582 class TargetProcessingProperties < Struct.new( :role_arn, :kms_arn, :connection_name, :event_bus_arn) SENSITIVE = [] include Aws::Structure end |