| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static FlowLogResourceType |
FlowLogResourceType.fromNetworkInterfaceId(String id)
The Network Interface to attach the Flow Log to.
|
static FlowLogResourceType |
FlowLogResourceType.fromSubnet(ISubnet subnet)
The subnet to attach the Flow Log to.
|
static FlowLogResourceType |
FlowLogResourceType.fromVpc(IVpc vpc)
The VPC to attach the Flow Log to.
|
FlowLogResourceType |
FlowLogProps.getResourceType()
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)
The type of resource for which to create the flow log.
|
Copyright © 2022. All rights reserved.