Skip to content

/AWS1/CL_IVCLISTLOGCONFSRSP

ListLoggingConfigurationsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IT_LOGGINGCONFIGURATIONS TYPE /AWS1/CL_IVCLOGGINGCONFSUMMARY=>TT_LOGGINGCONFIGURATIONLIST TT_LOGGINGCONFIGURATIONLIST

List of the matching logging configurations (summary information only). There is only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/IVCPAGINATIONTOKEN /AWS1/IVCPAGINATIONTOKEN

If there are more logging configurations than maxResults, use nextToken in the request to get the next set.


Queryable Attributes

loggingConfigurations

List of the matching logging configurations (summary information only). There is only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.

Accessible with the following methods

Method Description
GET_LOGGINGCONFIGURATIONS() Getter for LOGGINGCONFIGURATIONS, with configurable default
ASK_LOGGINGCONFIGURATIONS() Getter for LOGGINGCONFIGURATIONS w/ exceptions if field has
HAS_LOGGINGCONFIGURATIONS() Determine if LOGGINGCONFIGURATIONS has a value

nextToken

If there are more logging configurations than maxResults, use nextToken in the request to get the next set.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value