interface VPCFlowLogParametersProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_observabilityadmin.CfnOrganizationTelemetryRule.VPCFlowLogParametersProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsobservabilityadmin#CfnOrganizationTelemetryRule_VPCFlowLogParametersProperty |
![]() | software.amazon.awscdk.services.observabilityadmin.CfnOrganizationTelemetryRule.VPCFlowLogParametersProperty |
![]() | aws_cdk.aws_observabilityadmin.CfnOrganizationTelemetryRule.VPCFlowLogParametersProperty |
![]() | aws-cdk-lib » aws_observabilityadmin » CfnOrganizationTelemetryRule » VPCFlowLogParametersProperty |
Telemetry parameters for VPC Flow logs.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_observabilityadmin as observabilityadmin } from 'aws-cdk-lib';
const vPCFlowLogParametersProperty: observabilityadmin.CfnOrganizationTelemetryRule.VPCFlowLogParametersProperty = {
logFormat: 'logFormat',
maxAggregationInterval: 123,
trafficType: 'trafficType',
};
Properties
Name | Type | Description |
---|---|---|
log | string | The fields to include in the flow log record. |
max | number | The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record. |
traffic | string | The type of traffic captured for the flow log. |
logFormat?
Type:
string
(optional)
The fields to include in the flow log record.
If you omit this parameter, the flow log is created using the default format.
maxAggregationInterval?
Type:
number
(optional)
The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record.
Default is 600s.
trafficType?
Type:
string
(optional)
The type of traffic captured for the flow log.
Default is ALL