C# Class Amazon.EC2.Model.CreateFlowLogsRequest

Container for the parameters to the CreateFlowLogs operation. Creates one or more flow logs to capture IP traffic for a specific network interface, subnet, or VPC. Flow logs are delivered to a specified log group in Amazon CloudWatch Logs. If you specify a VPC or subnet in the request, a log stream is created in CloudWatch Logs for each network interface in the subnet or VPC. Log streams can include information about accepted and rejected traffic to a network interface. You can view the data in your log streams using Amazon CloudWatch Logs.

In your request, you must also specify an IAM role that has permission to publish logs to CloudWatch Logs.

Inheritance: AmazonEC2Request
Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetClientToken ( ) : bool
IsSetDeliverLogsPermissionArn ( ) : bool
IsSetLogGroupName ( ) : bool
IsSetResourceIds ( ) : bool
IsSetResourceType ( ) : bool
IsSetTrafficType ( ) : bool