IoT / Client / describe_event_configurations

describe_event_configurations#

IoT.Client.describe_event_configurations()#

Describes event configurations.

Requires permission to access the DescribeEventConfigurations action.

See also: AWS API Documentation

Request Syntax

response = client.describe_event_configurations()
Return type:

dict

Returns:

Response Syntax

{
    'eventConfigurations': {
        'string': {
            'Enabled': True|False
        }
    },
    'creationDate': datetime(2015, 1, 1),
    'lastModifiedDate': datetime(2015, 1, 1)
}

Response Structure

  • (dict) –

    • eventConfigurations (dict) –

      The event configurations.

      • (string) –

        • (dict) –

          Configuration.

          • Enabled (boolean) –

            True to enable the configuration.

    • creationDate (datetime) –

      The creation date of the event configuration.

    • lastModifiedDate (datetime) –

      The date the event configurations were last modified.

Exceptions