AWS SDK for C++
1.9.1
AWS SDK for C++
|
#include <CreateFlowLogsRequest.h>
Protected Member Functions | |
void | DumpBodyToUrl (Aws::Http::URI &uri) const override |
![]() | |
virtual Aws::Http::HeaderValueCollection | GetRequestSpecificHeaders () const |
Definition at line 26 of file CreateFlowLogsRequest.h.
Aws::EC2::Model::CreateFlowLogsRequest::CreateFlowLogsRequest | ( | ) |
|
inline |
The ID of the subnet, network interface, or VPC for which you want to create a flow log.
Constraints: Maximum of 1000 resources
Definition at line 318 of file CreateFlowLogsRequest.h.
|
inline |
The ID of the subnet, network interface, or VPC for which you want to create a flow log.
Constraints: Maximum of 1000 resources
Definition at line 312 of file CreateFlowLogsRequest.h.
|
inline |
The ID of the subnet, network interface, or VPC for which you want to create a flow log.
Constraints: Maximum of 1000 resources
Definition at line 324 of file CreateFlowLogsRequest.h.
|
inline |
The tags to apply to the flow logs.
Definition at line 765 of file CreateFlowLogsRequest.h.
|
inline |
The tags to apply to the flow logs.
Definition at line 770 of file CreateFlowLogsRequest.h.
|
inline |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
Definition at line 91 of file CreateFlowLogsRequest.h.
|
inline |
The ARN for the IAM role that permits Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account.
If you specify LogDestinationType
as s3
, do not specify DeliverLogsPermissionArn
or LogGroupName
.
Definition at line 156 of file CreateFlowLogsRequest.h.
|
inline |
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
Definition at line 58 of file CreateFlowLogsRequest.h.
|
overrideprotectedvirtual |
Default does nothing. Override this to convert what would otherwise be the payload of the request to a query string format.
Reimplemented from Aws::AmazonWebServiceRequest.
|
inline |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
Definition at line 83 of file CreateFlowLogsRequest.h.
|
inline |
The ARN for the IAM role that permits Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account.
If you specify LogDestinationType
as s3
, do not specify DeliverLogsPermissionArn
or LogGroupName
.
Definition at line 148 of file CreateFlowLogsRequest.h.
|
inline |
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
Definition at line 50 of file CreateFlowLogsRequest.h.
|
inline |
Specifies the destination to which the flow log data is to be published. Flow log data can be published to a CloudWatch Logs log group or an Amazon S3 bucket. The value specified for this parameter depends on the value specified for LogDestinationType
.
If LogDestinationType
is not specified or cloud-watch-logs
, specify the Amazon Resource Name (ARN) of the CloudWatch Logs log group. For example, to publish to a log group called my-logs
, specify arn:aws:logs:us-east-1:123456789012:log-group:my-logs
. Alternatively, use LogGroupName
instead.
If LogDestinationType is s3
, specify the ARN of the Amazon S3 bucket. You can also specify a subfolder in the bucket. To specify a subfolder in the bucket, use the following ARN format: bucket_ARN/subfolder_name/
. For example, to specify a subfolder named my-logs
in a bucket named my-bucket
, use the following ARN: arn:aws:s3:::my-bucket/my-logs/
. You cannot use AWSLogs
as a subfolder name. This is a reserved term.
Definition at line 492 of file CreateFlowLogsRequest.h.
|
inline |
Specifies the type of destination to which the flow log data is to be published. Flow log data can be published to CloudWatch Logs or Amazon S3. To publish flow log data to CloudWatch Logs, specify cloud-watch-logs
. To publish flow log data to Amazon S3, specify s3
.
If you specify LogDestinationType
as s3
, do not specify DeliverLogsPermissionArn
or LogGroupName
.
Default: cloud-watch-logs
Definition at line 416 of file CreateFlowLogsRequest.h.
|
inline |
The fields to include in the flow log record, in the order in which they should appear. For a list of available fields, see Flow Log Records. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must specify at least one field.
Specify the fields using the ${field-id}
format, separated by spaces. For the AWS CLI, use single quotation marks (' ') to surround the parameter value.
Definition at line 645 of file CreateFlowLogsRequest.h.
|
inline |
The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.
If you specify LogDestinationType
as s3
, do not specify DeliverLogsPermissionArn
or LogGroupName
.
Definition at line 213 of file CreateFlowLogsRequest.h.
|
inline |
The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record. You can specify 60 seconds (1 minute) or 600 seconds (10 minutes).
When a network interface is attached to a Nitro-based instance, the aggregation interval is always 60 seconds or less, regardless of the value that you specify.
Default: 600
Definition at line 781 of file CreateFlowLogsRequest.h.
|
inline |
The ID of the subnet, network interface, or VPC for which you want to create a flow log.
Constraints: Maximum of 1000 resources
Definition at line 276 of file CreateFlowLogsRequest.h.
|
inline |
The type of resource for which to create the flow log. For example, if you specified a VPC ID for the ResourceId
property, specify VPC
for this property.
Definition at line 332 of file CreateFlowLogsRequest.h.
|
inlineoverridevirtual |
Implements Aws::AmazonWebServiceRequest.
Definition at line 35 of file CreateFlowLogsRequest.h.
|
inline |
The tags to apply to the flow logs.
Definition at line 735 of file CreateFlowLogsRequest.h.
|
inline |
The type of traffic to log. You can log traffic that the resource accepts or rejects, or all traffic.
Definition at line 374 of file CreateFlowLogsRequest.h.
|
inline |
Specifies the destination to which the flow log data is to be published. Flow log data can be published to a CloudWatch Logs log group or an Amazon S3 bucket. The value specified for this parameter depends on the value specified for LogDestinationType
.
If LogDestinationType
is not specified or cloud-watch-logs
, specify the Amazon Resource Name (ARN) of the CloudWatch Logs log group. For example, to publish to a log group called my-logs
, specify arn:aws:logs:us-east-1:123456789012:log-group:my-logs
. Alternatively, use LogGroupName
instead.
If LogDestinationType is s3
, specify the ARN of the Amazon S3 bucket. You can also specify a subfolder in the bucket. To specify a subfolder in the bucket, use the following ARN format: bucket_ARN/subfolder_name/
. For example, to specify a subfolder named my-logs
in a bucket named my-bucket
, use the following ARN: arn:aws:s3:::my-bucket/my-logs/
. You cannot use AWSLogs
as a subfolder name. This is a reserved term.
Definition at line 512 of file CreateFlowLogsRequest.h.
|
inline |
Specifies the type of destination to which the flow log data is to be published. Flow log data can be published to CloudWatch Logs or Amazon S3. To publish flow log data to CloudWatch Logs, specify cloud-watch-logs
. To publish flow log data to Amazon S3, specify s3
.
If you specify LogDestinationType
as s3
, do not specify DeliverLogsPermissionArn
or LogGroupName
.
Default: cloud-watch-logs
Definition at line 427 of file CreateFlowLogsRequest.h.
|
inline |
The fields to include in the flow log record, in the order in which they should appear. For a list of available fields, see Flow Log Records. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must specify at least one field.
Specify the fields using the ${field-id}
format, separated by spaces. For the AWS CLI, use single quotation marks (' ') to surround the parameter value.
Definition at line 657 of file CreateFlowLogsRequest.h.
|
inline |
The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.
If you specify LogDestinationType
as s3
, do not specify DeliverLogsPermissionArn
or LogGroupName
.
Definition at line 221 of file CreateFlowLogsRequest.h.
|
inline |
The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record. You can specify 60 seconds (1 minute) or 600 seconds (10 minutes).
When a network interface is attached to a Nitro-based instance, the aggregation interval is always 60 seconds or less, regardless of the value that you specify.
Default: 600
Definition at line 791 of file CreateFlowLogsRequest.h.
|
inline |
The ID of the subnet, network interface, or VPC for which you want to create a flow log.
Constraints: Maximum of 1000 resources
Definition at line 282 of file CreateFlowLogsRequest.h.
|
inline |
The type of resource for which to create the flow log. For example, if you specified a VPC ID for the ResourceId
property, specify VPC
for this property.
Definition at line 339 of file CreateFlowLogsRequest.h.
|
overridevirtual |
Convert payload into String.
Implements Aws::AmazonSerializableWebServiceRequest.
|
inline |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
Definition at line 107 of file CreateFlowLogsRequest.h.
|
inline |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
Definition at line 99 of file CreateFlowLogsRequest.h.
|
inline |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
Definition at line 115 of file CreateFlowLogsRequest.h.
|
inline |
The ARN for the IAM role that permits Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account.
If you specify LogDestinationType
as s3
, do not specify DeliverLogsPermissionArn
or LogGroupName
.
Definition at line 172 of file CreateFlowLogsRequest.h.
|
inline |
The ARN for the IAM role that permits Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account.
If you specify LogDestinationType
as s3
, do not specify DeliverLogsPermissionArn
or LogGroupName
.
Definition at line 164 of file CreateFlowLogsRequest.h.
|
inline |
The ARN for the IAM role that permits Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account.
If you specify LogDestinationType
as s3
, do not specify DeliverLogsPermissionArn
or LogGroupName
.
Definition at line 180 of file CreateFlowLogsRequest.h.
|
inline |
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
Definition at line 66 of file CreateFlowLogsRequest.h.
|
inline |
Specifies the destination to which the flow log data is to be published. Flow log data can be published to a CloudWatch Logs log group or an Amazon S3 bucket. The value specified for this parameter depends on the value specified for LogDestinationType
.
If LogDestinationType
is not specified or cloud-watch-logs
, specify the Amazon Resource Name (ARN) of the CloudWatch Logs log group. For example, to publish to a log group called my-logs
, specify arn:aws:logs:us-east-1:123456789012:log-group:my-logs
. Alternatively, use LogGroupName
instead.
If LogDestinationType is s3
, specify the ARN of the Amazon S3 bucket. You can also specify a subfolder in the bucket. To specify a subfolder in the bucket, use the following ARN format: bucket_ARN/subfolder_name/
. For example, to specify a subfolder named my-logs
in a bucket named my-bucket
, use the following ARN: arn:aws:s3:::my-bucket/my-logs/
. You cannot use AWSLogs
as a subfolder name. This is a reserved term.
Definition at line 552 of file CreateFlowLogsRequest.h.
|
inline |
Specifies the destination to which the flow log data is to be published. Flow log data can be published to a CloudWatch Logs log group or an Amazon S3 bucket. The value specified for this parameter depends on the value specified for LogDestinationType
.
If LogDestinationType
is not specified or cloud-watch-logs
, specify the Amazon Resource Name (ARN) of the CloudWatch Logs log group. For example, to publish to a log group called my-logs
, specify arn:aws:logs:us-east-1:123456789012:log-group:my-logs
. Alternatively, use LogGroupName
instead.
If LogDestinationType is s3
, specify the ARN of the Amazon S3 bucket. You can also specify a subfolder in the bucket. To specify a subfolder in the bucket, use the following ARN format: bucket_ARN/subfolder_name/
. For example, to specify a subfolder named my-logs
in a bucket named my-bucket
, use the following ARN: arn:aws:s3:::my-bucket/my-logs/
. You cannot use AWSLogs
as a subfolder name. This is a reserved term.
Definition at line 532 of file CreateFlowLogsRequest.h.
|
inline |
Specifies the destination to which the flow log data is to be published. Flow log data can be published to a CloudWatch Logs log group or an Amazon S3 bucket. The value specified for this parameter depends on the value specified for LogDestinationType
.
If LogDestinationType
is not specified or cloud-watch-logs
, specify the Amazon Resource Name (ARN) of the CloudWatch Logs log group. For example, to publish to a log group called my-logs
, specify arn:aws:logs:us-east-1:123456789012:log-group:my-logs
. Alternatively, use LogGroupName
instead.
If LogDestinationType is s3
, specify the ARN of the Amazon S3 bucket. You can also specify a subfolder in the bucket. To specify a subfolder in the bucket, use the following ARN format: bucket_ARN/subfolder_name/
. For example, to specify a subfolder named my-logs
in a bucket named my-bucket
, use the following ARN: arn:aws:s3:::my-bucket/my-logs/
. You cannot use AWSLogs
as a subfolder name. This is a reserved term.
Definition at line 572 of file CreateFlowLogsRequest.h.
|
inline |
Specifies the type of destination to which the flow log data is to be published. Flow log data can be published to CloudWatch Logs or Amazon S3. To publish flow log data to CloudWatch Logs, specify cloud-watch-logs
. To publish flow log data to Amazon S3, specify s3
.
If you specify LogDestinationType
as s3
, do not specify DeliverLogsPermissionArn
or LogGroupName
.
Default: cloud-watch-logs
Definition at line 438 of file CreateFlowLogsRequest.h.
|
inline |
Specifies the type of destination to which the flow log data is to be published. Flow log data can be published to CloudWatch Logs or Amazon S3. To publish flow log data to CloudWatch Logs, specify cloud-watch-logs
. To publish flow log data to Amazon S3, specify s3
.
If you specify LogDestinationType
as s3
, do not specify DeliverLogsPermissionArn
or LogGroupName
.
Default: cloud-watch-logs
Definition at line 449 of file CreateFlowLogsRequest.h.
|
inline |
The fields to include in the flow log record, in the order in which they should appear. For a list of available fields, see Flow Log Records. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must specify at least one field.
Specify the fields using the ${field-id}
format, separated by spaces. For the AWS CLI, use single quotation marks (' ') to surround the parameter value.
Definition at line 681 of file CreateFlowLogsRequest.h.
|
inline |
The fields to include in the flow log record, in the order in which they should appear. For a list of available fields, see Flow Log Records. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must specify at least one field.
Specify the fields using the ${field-id}
format, separated by spaces. For the AWS CLI, use single quotation marks (' ') to surround the parameter value.
Definition at line 669 of file CreateFlowLogsRequest.h.
|
inline |
The fields to include in the flow log record, in the order in which they should appear. For a list of available fields, see Flow Log Records. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must specify at least one field.
Specify the fields using the ${field-id}
format, separated by spaces. For the AWS CLI, use single quotation marks (' ') to surround the parameter value.
Definition at line 693 of file CreateFlowLogsRequest.h.
|
inline |
The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.
If you specify LogDestinationType
as s3
, do not specify DeliverLogsPermissionArn
or LogGroupName
.
Definition at line 237 of file CreateFlowLogsRequest.h.
|
inline |
The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.
If you specify LogDestinationType
as s3
, do not specify DeliverLogsPermissionArn
or LogGroupName
.
Definition at line 229 of file CreateFlowLogsRequest.h.
|
inline |
The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.
If you specify LogDestinationType
as s3
, do not specify DeliverLogsPermissionArn
or LogGroupName
.
Definition at line 245 of file CreateFlowLogsRequest.h.
|
inline |
The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record. You can specify 60 seconds (1 minute) or 600 seconds (10 minutes).
When a network interface is attached to a Nitro-based instance, the aggregation interval is always 60 seconds or less, regardless of the value that you specify.
Default: 600
Definition at line 801 of file CreateFlowLogsRequest.h.
|
inline |
The ID of the subnet, network interface, or VPC for which you want to create a flow log.
Constraints: Maximum of 1000 resources
Definition at line 294 of file CreateFlowLogsRequest.h.
|
inline |
The ID of the subnet, network interface, or VPC for which you want to create a flow log.
Constraints: Maximum of 1000 resources
Definition at line 288 of file CreateFlowLogsRequest.h.
|
inline |
The type of resource for which to create the flow log. For example, if you specified a VPC ID for the ResourceId
property, specify VPC
for this property.
Definition at line 346 of file CreateFlowLogsRequest.h.
|
inline |
The type of resource for which to create the flow log. For example, if you specified a VPC ID for the ResourceId
property, specify VPC
for this property.
Definition at line 353 of file CreateFlowLogsRequest.h.
|
inline |
The tags to apply to the flow logs.
Definition at line 750 of file CreateFlowLogsRequest.h.
|
inline |
The tags to apply to the flow logs.
Definition at line 745 of file CreateFlowLogsRequest.h.
|
inline |
The type of traffic to log. You can log traffic that the resource accepts or rejects, or all traffic.
Definition at line 386 of file CreateFlowLogsRequest.h.
|
inline |
The type of traffic to log. You can log traffic that the resource accepts or rejects, or all traffic.
Definition at line 392 of file CreateFlowLogsRequest.h.
|
inline |
The tags to apply to the flow logs.
Definition at line 740 of file CreateFlowLogsRequest.h.
|
inline |
The type of traffic to log. You can log traffic that the resource accepts or rejects, or all traffic.
Definition at line 380 of file CreateFlowLogsRequest.h.
|
inline |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
Definition at line 131 of file CreateFlowLogsRequest.h.
|
inline |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
Definition at line 123 of file CreateFlowLogsRequest.h.
|
inline |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
Definition at line 139 of file CreateFlowLogsRequest.h.
|
inline |
The ARN for the IAM role that permits Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account.
If you specify LogDestinationType
as s3
, do not specify DeliverLogsPermissionArn
or LogGroupName
.
Definition at line 196 of file CreateFlowLogsRequest.h.
|
inline |
The ARN for the IAM role that permits Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account.
If you specify LogDestinationType
as s3
, do not specify DeliverLogsPermissionArn
or LogGroupName
.
Definition at line 188 of file CreateFlowLogsRequest.h.
|
inline |
The ARN for the IAM role that permits Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account.
If you specify LogDestinationType
as s3
, do not specify DeliverLogsPermissionArn
or LogGroupName
.
Definition at line 204 of file CreateFlowLogsRequest.h.
|
inline |
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
Definition at line 74 of file CreateFlowLogsRequest.h.
|
inline |
Specifies the destination to which the flow log data is to be published. Flow log data can be published to a CloudWatch Logs log group or an Amazon S3 bucket. The value specified for this parameter depends on the value specified for LogDestinationType
.
If LogDestinationType
is not specified or cloud-watch-logs
, specify the Amazon Resource Name (ARN) of the CloudWatch Logs log group. For example, to publish to a log group called my-logs
, specify arn:aws:logs:us-east-1:123456789012:log-group:my-logs
. Alternatively, use LogGroupName
instead.
If LogDestinationType is s3
, specify the ARN of the Amazon S3 bucket. You can also specify a subfolder in the bucket. To specify a subfolder in the bucket, use the following ARN format: bucket_ARN/subfolder_name/
. For example, to specify a subfolder named my-logs
in a bucket named my-bucket
, use the following ARN: arn:aws:s3:::my-bucket/my-logs/
. You cannot use AWSLogs
as a subfolder name. This is a reserved term.
Definition at line 612 of file CreateFlowLogsRequest.h.
|
inline |
Specifies the destination to which the flow log data is to be published. Flow log data can be published to a CloudWatch Logs log group or an Amazon S3 bucket. The value specified for this parameter depends on the value specified for LogDestinationType
.
If LogDestinationType
is not specified or cloud-watch-logs
, specify the Amazon Resource Name (ARN) of the CloudWatch Logs log group. For example, to publish to a log group called my-logs
, specify arn:aws:logs:us-east-1:123456789012:log-group:my-logs
. Alternatively, use LogGroupName
instead.
If LogDestinationType is s3
, specify the ARN of the Amazon S3 bucket. You can also specify a subfolder in the bucket. To specify a subfolder in the bucket, use the following ARN format: bucket_ARN/subfolder_name/
. For example, to specify a subfolder named my-logs
in a bucket named my-bucket
, use the following ARN: arn:aws:s3:::my-bucket/my-logs/
. You cannot use AWSLogs
as a subfolder name. This is a reserved term.
Definition at line 592 of file CreateFlowLogsRequest.h.
|
inline |
Specifies the destination to which the flow log data is to be published. Flow log data can be published to a CloudWatch Logs log group or an Amazon S3 bucket. The value specified for this parameter depends on the value specified for LogDestinationType
.
If LogDestinationType
is not specified or cloud-watch-logs
, specify the Amazon Resource Name (ARN) of the CloudWatch Logs log group. For example, to publish to a log group called my-logs
, specify arn:aws:logs:us-east-1:123456789012:log-group:my-logs
. Alternatively, use LogGroupName
instead.
If LogDestinationType is s3
, specify the ARN of the Amazon S3 bucket. You can also specify a subfolder in the bucket. To specify a subfolder in the bucket, use the following ARN format: bucket_ARN/subfolder_name/
. For example, to specify a subfolder named my-logs
in a bucket named my-bucket
, use the following ARN: arn:aws:s3:::my-bucket/my-logs/
. You cannot use AWSLogs
as a subfolder name. This is a reserved term.
Definition at line 632 of file CreateFlowLogsRequest.h.
|
inline |
Specifies the type of destination to which the flow log data is to be published. Flow log data can be published to CloudWatch Logs or Amazon S3. To publish flow log data to CloudWatch Logs, specify cloud-watch-logs
. To publish flow log data to Amazon S3, specify s3
.
If you specify LogDestinationType
as s3
, do not specify DeliverLogsPermissionArn
or LogGroupName
.
Default: cloud-watch-logs
Definition at line 460 of file CreateFlowLogsRequest.h.
|
inline |
Specifies the type of destination to which the flow log data is to be published. Flow log data can be published to CloudWatch Logs or Amazon S3. To publish flow log data to CloudWatch Logs, specify cloud-watch-logs
. To publish flow log data to Amazon S3, specify s3
.
If you specify LogDestinationType
as s3
, do not specify DeliverLogsPermissionArn
or LogGroupName
.
Default: cloud-watch-logs
Definition at line 471 of file CreateFlowLogsRequest.h.
|
inline |
The fields to include in the flow log record, in the order in which they should appear. For a list of available fields, see Flow Log Records. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must specify at least one field.
Specify the fields using the ${field-id}
format, separated by spaces. For the AWS CLI, use single quotation marks (' ') to surround the parameter value.
Definition at line 717 of file CreateFlowLogsRequest.h.
|
inline |
The fields to include in the flow log record, in the order in which they should appear. For a list of available fields, see Flow Log Records. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must specify at least one field.
Specify the fields using the ${field-id}
format, separated by spaces. For the AWS CLI, use single quotation marks (' ') to surround the parameter value.
Definition at line 705 of file CreateFlowLogsRequest.h.
|
inline |
The fields to include in the flow log record, in the order in which they should appear. For a list of available fields, see Flow Log Records. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must specify at least one field.
Specify the fields using the ${field-id}
format, separated by spaces. For the AWS CLI, use single quotation marks (' ') to surround the parameter value.
Definition at line 729 of file CreateFlowLogsRequest.h.
|
inline |
The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.
If you specify LogDestinationType
as s3
, do not specify DeliverLogsPermissionArn
or LogGroupName
.
Definition at line 261 of file CreateFlowLogsRequest.h.
|
inline |
The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.
If you specify LogDestinationType
as s3
, do not specify DeliverLogsPermissionArn
or LogGroupName
.
Definition at line 253 of file CreateFlowLogsRequest.h.
|
inline |
The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.
If you specify LogDestinationType
as s3
, do not specify DeliverLogsPermissionArn
or LogGroupName
.
Definition at line 269 of file CreateFlowLogsRequest.h.
|
inline |
The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record. You can specify 60 seconds (1 minute) or 600 seconds (10 minutes).
When a network interface is attached to a Nitro-based instance, the aggregation interval is always 60 seconds or less, regardless of the value that you specify.
Default: 600
Definition at line 811 of file CreateFlowLogsRequest.h.
|
inline |
The ID of the subnet, network interface, or VPC for which you want to create a flow log.
Constraints: Maximum of 1000 resources
Definition at line 306 of file CreateFlowLogsRequest.h.
|
inline |
The ID of the subnet, network interface, or VPC for which you want to create a flow log.
Constraints: Maximum of 1000 resources
Definition at line 300 of file CreateFlowLogsRequest.h.
|
inline |
The type of resource for which to create the flow log. For example, if you specified a VPC ID for the ResourceId
property, specify VPC
for this property.
Definition at line 360 of file CreateFlowLogsRequest.h.
|
inline |
The type of resource for which to create the flow log. For example, if you specified a VPC ID for the ResourceId
property, specify VPC
for this property.
Definition at line 367 of file CreateFlowLogsRequest.h.
|
inline |
The tags to apply to the flow logs.
Definition at line 760 of file CreateFlowLogsRequest.h.
|
inline |
The tags to apply to the flow logs.
Definition at line 755 of file CreateFlowLogsRequest.h.
|
inline |
The type of traffic to log. You can log traffic that the resource accepts or rejects, or all traffic.
Definition at line 398 of file CreateFlowLogsRequest.h.
|
inline |
The type of traffic to log. You can log traffic that the resource accepts or rejects, or all traffic.
Definition at line 404 of file CreateFlowLogsRequest.h.