/AWS1/CL_SLKCUSTOMLOGSRCATTRS¶
The attributes of a third-party custom source.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_CRAWLERARN
TYPE /AWS1/SLKAMAZONRESOURCENAME
/AWS1/SLKAMAZONRESOURCENAME
¶
The ARN of the Glue crawler.
IV_DATABASEARN
TYPE /AWS1/SLKAMAZONRESOURCENAME
/AWS1/SLKAMAZONRESOURCENAME
¶
The ARN of the Glue database where results are written, such as:
arn:aws:daylight:us-east-1::database/sometable/*
.
IV_TABLEARN
TYPE /AWS1/SLKAMAZONRESOURCENAME
/AWS1/SLKAMAZONRESOURCENAME
¶
The ARN of the Glue table.
Queryable Attributes¶
crawlerArn¶
The ARN of the Glue crawler.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CRAWLERARN() |
Getter for CRAWLERARN, with configurable default |
ASK_CRAWLERARN() |
Getter for CRAWLERARN w/ exceptions if field has no value |
HAS_CRAWLERARN() |
Determine if CRAWLERARN has a value |
databaseArn¶
The ARN of the Glue database where results are written, such as:
arn:aws:daylight:us-east-1::database/sometable/*
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATABASEARN() |
Getter for DATABASEARN, with configurable default |
ASK_DATABASEARN() |
Getter for DATABASEARN w/ exceptions if field has no value |
HAS_DATABASEARN() |
Determine if DATABASEARN has a value |
tableArn¶
The ARN of the Glue table.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TABLEARN() |
Getter for TABLEARN, with configurable default |
ASK_TABLEARN() |
Getter for TABLEARN w/ exceptions if field has no value |
HAS_TABLEARN() |
Determine if TABLEARN has a value |