LogDeliveryConfiguration
Returns the destination, format and type of the logs.
Contents
Note
In the following list, the required parameters are described first.
- DestinationDetails
-
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
Type: DestinationDetails object
Required: No
- DestinationType
-
Returns the destination type, either
cloudwatch-logs
orkinesis-firehose
.Type: String
Valid Values:
cloudwatch-logs | kinesis-firehose
Required: No
- LogFormat
-
Returns the log format, either JSON or TEXT.
Type: String
Valid Values:
text | json
Required: No
- LogType
-
Refers to slow-log
or engine-log. Type: String
Valid Values:
slow-log | engine-log
Required: No
- Message
-
Returns an error message for the log delivery configuration.
Type: String
Required: No
- Status
-
Returns the log delivery configuration status. Values are one of
enabling
|disabling
|modifying
|active
|error
Type: String
Valid Values:
active | enabling | modifying | disabling | error
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: