Class: Aws::Glue::Types::CreateIntegrationResourcePropertyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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.

Returns:

  • (String)


6233
6234
6235
6236
6237
6238
6239
6240
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6233

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

#source_processing_propertiesTypes::SourceProcessingProperties

The resource properties associated with the integration source.



6233
6234
6235
6236
6237
6238
6239
6240
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6233

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

#tagsArray<Types::Tag>

Metadata assigned to the resource consisting of a list of key-value pairs.

Returns:



6233
6234
6235
6236
6237
6238
6239
6240
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6233

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

#target_processing_propertiesTypes::TargetProcessingProperties

The resource properties associated with the integration target.



6233
6234
6235
6236
6237
6238
6239
6240
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6233

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