Uses of Class
software.amazon.awscdk.services.ec2.FlowLogResourceType
Packages that use FlowLogResourceType
-
Uses of FlowLogResourceType in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return FlowLogResourceTypeModifier and TypeMethodDescriptionstatic FlowLogResourceTypeFlowLogResourceType.fromNetworkInterfaceId(String id) The Network Interface to attach the Flow Log to.static FlowLogResourceTypeFlowLogResourceType.fromSubnet(ISubnet subnet) The subnet to attach the Flow Log to.static FlowLogResourceTypeFlowLogResourceType.fromTransitGatewayAttachmentId(String id) The Transit Gateway Attachment to attach the Flow Log to.static FlowLogResourceTypeFlowLogResourceType.fromTransitGatewayId(String id) The Transit Gateway to attach the Flow Log to.static FlowLogResourceTypeThe VPC to attach the Flow Log to.FlowLogProps.getResourceType()The type of resource for which to create the flow log.final FlowLogResourceTypeFlowLogProps.Jsii$Proxy.getResourceType()Methods in software.amazon.awscdk.services.ec2 with parameters of type FlowLogResourceTypeModifier and TypeMethodDescriptionFlowLog.Builder.resourceType(FlowLogResourceType resourceType) The type of resource for which to create the flow log.FlowLogProps.Builder.resourceType(FlowLogResourceType resourceType) Sets the value ofFlowLogProps.getResourceType()