Skip to content

/AWS1/CL_GLUINTGRESOURCEPRP

A structure representing an integration resource property.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_resourcearn TYPE /AWS1/GLUSTRING512 /AWS1/GLUSTRING512

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

Optional arguments:

iv_resourcepropertyarn TYPE /AWS1/GLUSTRING512 /AWS1/GLUSTRING512

The resource ARN created through this create API. The format is something like arn:aws:glue:::integrationresourceproperty/*

io_sourceprocessingprps TYPE REF TO /AWS1/CL_GLUSOURCEPROCINGPRPS /AWS1/CL_GLUSOURCEPROCINGPRPS

The resource properties associated with the integration source.

io_targetprocessingprps TYPE REF TO /AWS1/CL_GLUTARGETPROCINGPRPS /AWS1/CL_GLUTARGETPROCINGPRPS

The resource properties associated with the integration target.


Queryable Attributes

ResourceArn

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

Accessible with the following methods

Method Description
GET_RESOURCEARN() Getter for RESOURCEARN, with configurable default
ASK_RESOURCEARN() Getter for RESOURCEARN w/ exceptions if field has no value
HAS_RESOURCEARN() Determine if RESOURCEARN has a value

ResourcePropertyArn

The resource ARN created through this create API. The format is something like arn:aws:glue:::integrationresourceproperty/*

Accessible with the following methods

Method Description
GET_RESOURCEPROPERTYARN() Getter for RESOURCEPROPERTYARN, with configurable default
ASK_RESOURCEPROPERTYARN() Getter for RESOURCEPROPERTYARN w/ exceptions if field has no
HAS_RESOURCEPROPERTYARN() Determine if RESOURCEPROPERTYARN has a value

SourceProcessingProperties

The resource properties associated with the integration source.

Accessible with the following methods

Method Description
GET_SOURCEPROCESSINGPRPS() Getter for SOURCEPROCESSINGPROPERTIES

TargetProcessingProperties

The resource properties associated with the integration target.

Accessible with the following methods

Method Description
GET_TARGETPROCESSINGPRPS() Getter for TARGETPROCESSINGPROPERTIES

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_INTGRESOURCEPROPERTYLIST

TYPES TT_INTGRESOURCEPROPERTYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUINTGRESOURCEPRP WITH DEFAULT KEY
.