AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
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.

Namespace: Amazon.EC2
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual CreateFlowLogsResponse CreateFlowLogs(
         CreateFlowLogsRequest request
)

Parameters

request
Type: Amazon.EC2.Model.CreateFlowLogsRequest

Container for the necessary parameters to execute the CreateFlowLogs service method.

Return Value
Type: Amazon.EC2.Model.CreateFlowLogsResponse
The response from the CreateFlowLogs service method, as returned by EC2.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5