/AWS1/CL_CRMPROTECTEDQUERYOUT¶
Contains details about the protected query output.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_s3 TYPE REF TO /AWS1/CL_CRMPROTECTEDQUERYS301 /AWS1/CL_CRMPROTECTEDQUERYS301¶
If present, the output for a protected query with an
S3output type.
it_memberlist TYPE /AWS1/CL_CRMPROTECTEDQUERYSI00=>TT_PROTECTEDQUERYMEMBEROUTLIST TT_PROTECTEDQUERYMEMBEROUTLIST¶
The list of member Amazon Web Services account(s) that received the results of the query.
io_distribute TYPE REF TO /AWS1/CL_CRMPROTECTEDQUERYDI02 /AWS1/CL_CRMPROTECTEDQUERYDI02¶
Contains output information for protected queries that use a
distributeoutput type. This output type lets you send query results to multiple locations - either to S3 or to collaboration members.You can only use the
distributeoutput type with the Spark analytics engine.
Queryable Attributes¶
s3¶
If present, the output for a protected query with an
S3output type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3() |
Getter for S3 |
memberList¶
The list of member Amazon Web Services account(s) that received the results of the query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEMBERLIST() |
Getter for MEMBERLIST, with configurable default |
ASK_MEMBERLIST() |
Getter for MEMBERLIST w/ exceptions if field has no value |
HAS_MEMBERLIST() |
Determine if MEMBERLIST has a value |
distribute¶
Contains output information for protected queries that use a
distributeoutput type. This output type lets you send query results to multiple locations - either to S3 or to collaboration members.You can only use the
distributeoutput type with the Spark analytics engine.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISTRIBUTE() |
Getter for DISTRIBUTE |