Uses of Class
software.amazon.awscdk.services.ec2.FlowLogDestination
Packages that use FlowLogDestination
-
Uses of FlowLogDestination in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return FlowLogDestinationModifier and TypeMethodDescriptiondefault FlowLogDestinationFlowLogOptions.getDestination()Specifies the type of destination to which the flow log data is to be published.final FlowLogDestinationFlowLogOptions.Jsii$Proxy.getDestination()final FlowLogDestinationFlowLogProps.Jsii$Proxy.getDestination()static FlowLogDestinationFlowLogDestination.toCloudWatchLogs()Use CloudWatch logs as the destination.static FlowLogDestinationFlowLogDestination.toCloudWatchLogs(ILogGroup logGroup) Use CloudWatch logs as the destination.static FlowLogDestinationFlowLogDestination.toCloudWatchLogs(ILogGroup logGroup, IRole iamRole) Use CloudWatch logs as the destination.static FlowLogDestinationFlowLogDestination.toS3()Use S3 as the destination.static FlowLogDestinationUse S3 as the destination.static FlowLogDestinationUse S3 as the destination.Methods in software.amazon.awscdk.services.ec2 with parameters of type FlowLogDestinationModifier and TypeMethodDescriptionFlowLog.Builder.destination(FlowLogDestination destination) Specifies the type of destination to which the flow log data is to be published.FlowLogOptions.Builder.destination(FlowLogDestination destination) Sets the value ofFlowLogOptions.getDestination()FlowLogProps.Builder.destination(FlowLogDestination destination) Sets the value ofFlowLogOptions.getDestination()