| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
FlowLogDestination |
FlowLogProps.Jsii$Proxy.getDestination() |
default FlowLogDestination |
FlowLogOptions.getDestination()
(experimental) Specifies the type of destination to which the flow log data is to be published.
|
FlowLogDestination |
FlowLogOptions.Jsii$Proxy.getDestination() |
static FlowLogDestination |
FlowLogDestination.toCloudWatchLogs()
(experimental) Use CloudWatch logs as the destination.
|
static FlowLogDestination |
FlowLogDestination.toCloudWatchLogs(ILogGroup logGroup)
(experimental) Use CloudWatch logs as the destination.
|
static FlowLogDestination |
FlowLogDestination.toCloudWatchLogs(ILogGroup logGroup,
IRole iamRole)
(experimental) Use CloudWatch logs as the destination.
|
static FlowLogDestination |
FlowLogDestination.toS3()
(experimental) Use S3 as the destination.
|
static FlowLogDestination |
FlowLogDestination.toS3(IBucket bucket)
(experimental) Use S3 as the destination.
|
static FlowLogDestination |
FlowLogDestination.toS3(IBucket bucket,
String keyPrefix)
(experimental) Use S3 as the destination.
|
| Modifier and Type | Method and Description |
|---|---|
FlowLogProps.Builder |
FlowLogProps.Builder.destination(FlowLogDestination destination)
Sets the value of
FlowLogOptions.getDestination() |
FlowLogOptions.Builder |
FlowLogOptions.Builder.destination(FlowLogDestination destination)
Sets the value of
FlowLogOptions.getDestination() |
FlowLog.Builder |
FlowLog.Builder.destination(FlowLogDestination destination)
(experimental) Specifies the type of destination to which the flow log data is to be published.
|
| Constructor and Description |
|---|
Jsii$Proxy(FlowLogDestination destination,
FlowLogTrafficType trafficType)
Constructor that initializes the object based on literal property values passed by the
FlowLogOptions.Builder. |
Jsii$Proxy(FlowLogResourceType resourceType,
String flowLogName,
FlowLogDestination destination,
FlowLogTrafficType trafficType)
Constructor that initializes the object based on literal property values passed by the
FlowLogProps.Builder. |
Copyright © 2021. All rights reserved.