Class: Aws::Glue::Types::CreateIntegrationResourcePropertyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CreateIntegrationResourcePropertyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
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.
6283 6284 6285 6286 6287 6288 6289 6290 |
# File 'lib/aws-sdk-glue/types.rb', line 6283 class CreateIntegrationResourcePropertyResponse < 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/*
6283 6284 6285 6286 6287 6288 6289 6290 |
# File 'lib/aws-sdk-glue/types.rb', line 6283 class CreateIntegrationResourcePropertyResponse < 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.
6283 6284 6285 6286 6287 6288 6289 6290 |
# File 'lib/aws-sdk-glue/types.rb', line 6283 class CreateIntegrationResourcePropertyResponse < 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.
6283 6284 6285 6286 6287 6288 6289 6290 |
# File 'lib/aws-sdk-glue/types.rb', line 6283 class CreateIntegrationResourcePropertyResponse < Struct.new( :resource_arn, :resource_property_arn, :source_processing_properties, :target_processing_properties) SENSITIVE = [] include Aws::Structure end |