AwsGlobalacceleratorFlowLogsArgs
interface AwsGlobalacceleratorFlowLogsArgs {
bucketName: Input<string>;
prefix: Input<string>;
}Optional S3 flow-log destination for the internet-facing accelerator.
Example
CODE
const flowLogs: AwsGlobalacceleratorFlowLogsArgs = { bucketName: 'central-flow-logs', prefix: 'global-accelerator' };Properties
bucketName: Input<string>
Existing S3 bucket name for flow logs.
prefix: Input<string>
Prefix inside the bucket used for flow logs.