Class: Aws::Glue::Types::CreateIntegrationResourcePropertyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The connection ARN of the source, or the database ARN of the target.



6023
6024
6025
6026
6027
6028
6029
6030
# File 'lib/aws-sdk-glue/types.rb', line 6023

class CreateIntegrationResourcePropertyResponse < Struct.new(
  :resource_arn,
  :resource_property_arn,
  :source_processing_properties,
  :target_processing_properties)
  SENSITIVE = []
  include Aws::Structure
end

#resource_property_arnString

The resource ARN created through this create API. The format is something like arn:aws:glue:&lt;region&gt;:&lt;account_id&gt;:integrationresourceproperty/*



6023
6024
6025
6026
6027
6028
6029
6030
# File 'lib/aws-sdk-glue/types.rb', line 6023

class CreateIntegrationResourcePropertyResponse < Struct.new(
  :resource_arn,
  :resource_property_arn,
  :source_processing_properties,
  :target_processing_properties)
  SENSITIVE = []
  include Aws::Structure
end

#source_processing_propertiesTypes::SourceProcessingProperties

The resource properties associated with the integration source.



6023
6024
6025
6026
6027
6028
6029
6030
# File 'lib/aws-sdk-glue/types.rb', line 6023

class CreateIntegrationResourcePropertyResponse < Struct.new(
  :resource_arn,
  :resource_property_arn,
  :source_processing_properties,
  :target_processing_properties)
  SENSITIVE = []
  include Aws::Structure
end

#target_processing_propertiesTypes::TargetProcessingProperties

The resource properties associated with the integration target.



6023
6024
6025
6026
6027
6028
6029
6030
# File 'lib/aws-sdk-glue/types.rb', line 6023

class CreateIntegrationResourcePropertyResponse < Struct.new(
  :resource_arn,
  :resource_property_arn,
  :source_processing_properties,
  :target_processing_properties)
  SENSITIVE = []
  include Aws::Structure
end