| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static FlowLogResourceType |
FlowLogResourceType.fromNetworkInterfaceId(String id)
(experimental) The Network Interface to attach the Flow Log to.
|
static FlowLogResourceType |
FlowLogResourceType.fromSubnet(ISubnet subnet)
(experimental) The subnet to attach the Flow Log to.
|
static FlowLogResourceType |
FlowLogResourceType.fromVpc(IVpc vpc)
(experimental) The VPC to attach the Flow Log to.
|
FlowLogResourceType |
FlowLogProps.getResourceType()
(experimental) The type of resource for which to create the flow log.
|
FlowLogResourceType |
FlowLogProps.Jsii$Proxy.getResourceType() |
| Modifier and Type | Method and Description |
|---|---|
FlowLogProps.Builder |
FlowLogProps.Builder.resourceType(FlowLogResourceType resourceType)
Sets the value of
FlowLogProps.getResourceType() |
FlowLog.Builder |
FlowLog.Builder.resourceType(FlowLogResourceType resourceType)
(experimental) The type of resource for which to create the flow log.
|
| Constructor and Description |
|---|
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.