CreateFlowLogsRequest
import type { CreateFlowLogsRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";interface CreateFlowLogsRequest {
ClientToken?: string | null;
DeliverLogsPermissionArn?: string | null;
DryRun?: boolean | null;
LogDestination?: string | null;
LogDestinationType?: LogDestinationType | null;
LogFormat?: string | null;
LogGroupName?: string | null;
MaxAggregationInterval?: number | null;
ResourceIds: string[];
ResourceType: FlowLogsResourceType;
TagSpecifications?: TagSpecification[] | null;
TrafficType: TrafficType;
}§Properties
§
LogDestinationType?: LogDestinationType | null
[src]§
ResourceType: FlowLogsResourceType
[src]§
TagSpecifications?: TagSpecification[] | null
[src]§
TrafficType: TrafficType
[src]