| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default FlowLogDestination |
FlowLogOptions.getDestination()
Specifies the type of destination to which the flow log data is to be published.
|
FlowLogDestination |
FlowLogOptions.Jsii$Proxy.getDestination() |
FlowLogDestination |
FlowLogProps.Jsii$Proxy.getDestination() |
static FlowLogDestination |
FlowLogDestination.toCloudWatchLogs()
Use CloudWatch logs as the destination.
|
static FlowLogDestination |
FlowLogDestination.toCloudWatchLogs(ILogGroup logGroup)
Use CloudWatch logs as the destination.
|
static FlowLogDestination |
FlowLogDestination.toCloudWatchLogs(ILogGroup logGroup,
IRole iamRole)
Use CloudWatch logs as the destination.
|
static FlowLogDestination |
FlowLogDestination.toS3()
Use S3 as the destination.
|
static FlowLogDestination |
FlowLogDestination.toS3(IBucket bucket)
Use S3 as the destination.
|
static FlowLogDestination |
FlowLogDestination.toS3(IBucket bucket,
String keyPrefix)
Use S3 as the destination.
|
static FlowLogDestination |
FlowLogDestination.toS3(IBucket bucket,
String keyPrefix,
S3DestinationOptions options)
Use S3 as the destination.
|
| Modifier and Type | Method and Description |
|---|---|
FlowLogOptions.Builder |
FlowLogOptions.Builder.destination(FlowLogDestination destination)
Sets the value of
FlowLogOptions.getDestination() |
FlowLogProps.Builder |
FlowLogProps.Builder.destination(FlowLogDestination destination)
Sets the value of
FlowLogOptions.getDestination() |
FlowLog.Builder |
FlowLog.Builder.destination(FlowLogDestination destination)
Specifies the type of destination to which the flow log data is to be published.
|
Copyright © 2022. All rights reserved.