| 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 |
|---|---|
FlowLog.Builder |
FlowLog.Builder.resourceType(FlowLogResourceType resourceType)
(experimental) The type of resource for which to create the flow log.
|
FlowLogProps.Builder |
FlowLogProps.Builder.resourceType(FlowLogResourceType resourceType)
Sets the value of
FlowLogProps.getResourceType() |
Copyright © 2022. All rights reserved.