flow_log#

Exec module for managing EC2 FlowLogs.

async idem_aws.exec.aws.ec2.flow_log.get(hub, ctx, name, resource_id: str = None, filters: List = None) Dict[source]#

Get a flow_log resource from AWS.

If more than one resource is found, the first resource returned from AWS will be used. The function returns None when no resource is found.

Parameters:
async idem_aws.exec.aws.ec2.flow_log.list_(hub, ctx, name: str = None, filters: List = None) Dict[source]#

Fetch a list of flow_logs from AWS.

The function returns empty list when no resource is found.

Parameters: