AWSVPCFlowLog
No description
type AWSVPCFlowLog {
region: AWSRegion!
createdAt: DateTime!
deliverCrossAccountRole: String!
deliverLogsErrorMessage: String!
deliverLogsPermissionArn: String!
deliverLogsStatus: AWSVPCFlowLogDeliverLogsStatusType!
destinationOptions: AWSVPCFlowLogDestinationOptions!
id: String!
status: AWSVPCFlowLogStatusType!
destination: String!
destinationType: AWSVPCFlowLogDestinationType!
format: String!
groupName: String!
maximumAggregationInterval: Int!
logResourceId: String!
tags: [AWSTag!]!
trafficType: AWSVPCFlowLogTrafficType!
}
Fields
AWSVPCFlowLog.region ● AWSRegion! non-null scalar
The region the log is in
AWSVPCFlowLog.createdAt ● DateTime! non-null scalar
The date and time the flow log was created
AWSVPCFlowLog.deliverCrossAccountRole ● String! non-null scalar
The ARN of the IAM role that allows the service to publish flow logs across accounts
AWSVPCFlowLog.deliverLogsErrorMessage ● String! non-null scalar
Information about the error that occurred
AWSVPCFlowLog.deliverLogsPermissionArn ● String! non-null scalar
The ARN of the IAM role allows the service to publish logs to CloudWatch Logs
AWSVPCFlowLog.deliverLogsStatus ● AWSVPCFlowLogDeliverLogsStatusType! non-null enum
The status of the logs delivery
AWSVPCFlowLog.destinationOptions ● AWSVPCFlowLogDestinationOptions! non-null object
The destination options
AWSVPCFlowLog.id ● String! non-null scalar
The ID of the flow log
AWSVPCFlowLog.status ● AWSVPCFlowLogStatusType! non-null enum
The status of the flow log
AWSVPCFlowLog.destination ● String! non-null scalar
The Amazon Resource Name (ARN) of the destination for the flow log data
AWSVPCFlowLog.destinationType ● AWSVPCFlowLogDestinationType! non-null enum
The type of destination for the flow log data
AWSVPCFlowLog.format ● String! non-null scalar
The format of the flow log record
AWSVPCFlowLog.groupName ● String! non-null scalar
The name of the flow log group
AWSVPCFlowLog.maximumAggregationInterval ● Int! non-null scalar
The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record. When a network interface is attached to a Nitro-based instance The valid values: 60 | 600
AWSVPCFlowLog.logResourceId ● String! non-null scalar
The ID of the resource being monitored
AWSVPCFlowLog.tags ● [AWSTag!]! non-null object
The tags for the flow log
AWSVPCFlowLog.trafficType ● AWSVPCFlowLogTrafficType! non-null enum
The type of traffic captured for the flow log
Member of
AWSVPC object