ManagedintegrationsforIoTDeviceManagement / Client / get_event_log_configuration

get_event_log_configuration#

ManagedintegrationsforIoTDeviceManagement.Client.get_event_log_configuration(**kwargs)#

Get an event log configuration.

See also: AWS API Documentation

Request Syntax

response = client.get_event_log_configuration(
    Id='string'
)
Parameters:

Id (string) –

[REQUIRED]

The identifier of the event log configuration.

Return type:

dict

Returns:

Response Syntax

{
    'Id': 'string',
    'ResourceType': 'string',
    'ResourceId': 'string',
    'EventLogLevel': 'DEBUG'|'ERROR'|'INFO'|'WARN'
}

Response Structure

  • (dict) –

    • Id (string) –

      The identifier of the event log configuration.

    • ResourceType (string) –

      The type of resource for the event log configuration.

    • ResourceId (string) –

      The identifier of the resource for the event log configuration.

    • EventLogLevel (string) –

      The logging level for the event log configuration.

Exceptions