/AWS1/CL_ATHQUERYRSSS3ACCGRA00¶
Specifies whether Amazon S3 access grants are enabled for query results.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_enables3accessgrants TYPE /AWS1/ATHBOXEDBOOLEAN /AWS1/ATHBOXEDBOOLEAN¶
Specifies whether Amazon S3 access grants are enabled for query results.
iv_authenticationtype TYPE /AWS1/ATHAUTHENTICATIONTYPE /AWS1/ATHAUTHENTICATIONTYPE¶
The authentication type used for Amazon S3 access grants. Currently, only
DIRECTORY_IDENTITYis supported.
Optional arguments:¶
iv_createuserlevelprefix TYPE /AWS1/ATHBOXEDBOOLEAN /AWS1/ATHBOXEDBOOLEAN¶
When enabled, appends the user ID as an Amazon S3 path prefix to the query result output location.
Queryable Attributes¶
EnableS3AccessGrants¶
Specifies whether Amazon S3 access grants are enabled for query results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLES3ACCESSGRANTS() |
Getter for ENABLES3ACCESSGRANTS, with configurable default |
ASK_ENABLES3ACCESSGRANTS() |
Getter for ENABLES3ACCESSGRANTS w/ exceptions if field has n |
HAS_ENABLES3ACCESSGRANTS() |
Determine if ENABLES3ACCESSGRANTS has a value |
CreateUserLevelPrefix¶
When enabled, appends the user ID as an Amazon S3 path prefix to the query result output location.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEUSERLEVELPREFIX() |
Getter for CREATEUSERLEVELPREFIX, with configurable default |
ASK_CREATEUSERLEVELPREFIX() |
Getter for CREATEUSERLEVELPREFIX w/ exceptions if field has |
HAS_CREATEUSERLEVELPREFIX() |
Determine if CREATEUSERLEVELPREFIX has a value |
AuthenticationType¶
The authentication type used for Amazon S3 access grants. Currently, only
DIRECTORY_IDENTITYis supported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHENTICATIONTYPE() |
Getter for AUTHENTICATIONTYPE, with configurable default |
ASK_AUTHENTICATIONTYPE() |
Getter for AUTHENTICATIONTYPE w/ exceptions if field has no |
HAS_AUTHENTICATIONTYPE() |
Determine if AUTHENTICATIONTYPE has a value |