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()
{
'eventConfigurations': {
'string': {
'Enabled': True|False
}
},
'creationDate': datetime(2015, 1, 1),
'lastModifiedDate': datetime(2015, 1, 1)
}
Response Structure
The event configurations.
Configuration.
True to enable the configuration.
The creation date of the event configuration.
The date the event configurations were last modified.
Exceptions
IoT.Client.exceptions.InternalFailureException
IoT.Client.exceptions.ThrottlingException