Class: Aws::Glue::Types::IntegrationResourceProperty
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::IntegrationResourceProperty
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
A structure representing an integration resource property.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The connection ARN of the source, or the database ARN of the target.
-
#resource_property_arn ⇒ String
The resource ARN created through this create API.
-
#source_processing_properties ⇒ Types::SourceProcessingProperties
The resource properties associated with the integration source.
-
#target_processing_properties ⇒ Types::TargetProcessingProperties
The resource properties associated with the integration target.
Instance Attribute Details
#resource_arn ⇒ String
The connection ARN of the source, or the database ARN of the target.
17142 17143 17144 17145 17146 17147 17148 17149 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17142 class IntegrationResourceProperty < Struct.new( :resource_arn, :resource_property_arn, :source_processing_properties, :target_processing_properties) SENSITIVE = [] include Aws::Structure end |
#resource_property_arn ⇒ String
The resource ARN created through this create API. The format is something like arn:aws:glue:<region>:<account_id>:integrationresourceproperty/*
17142 17143 17144 17145 17146 17147 17148 17149 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17142 class IntegrationResourceProperty < Struct.new( :resource_arn, :resource_property_arn, :source_processing_properties, :target_processing_properties) SENSITIVE = [] include Aws::Structure end |
#source_processing_properties ⇒ Types::SourceProcessingProperties
The resource properties associated with the integration source.
17142 17143 17144 17145 17146 17147 17148 17149 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17142 class IntegrationResourceProperty < Struct.new( :resource_arn, :resource_property_arn, :source_processing_properties, :target_processing_properties) SENSITIVE = [] include Aws::Structure end |
#target_processing_properties ⇒ Types::TargetProcessingProperties
The resource properties associated with the integration target.
17142 17143 17144 17145 17146 17147 17148 17149 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17142 class IntegrationResourceProperty < Struct.new( :resource_arn, :resource_property_arn, :source_processing_properties, :target_processing_properties) SENSITIVE = [] include Aws::Structure end |