Uses of Interface
software.amazon.awscdk.services.ec2.S3DestinationOptions
Packages that use S3DestinationOptions
-
Uses of S3DestinationOptions in software.amazon.awscdk.services.ec2
Subinterfaces of S3DestinationOptions in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptioninterfaceOptions for writing logs to a destination.Classes in software.amazon.awscdk.services.ec2 that implement S3DestinationOptionsModifier and TypeClassDescriptionstatic final classAn implementation forDestinationOptionsstatic final classAn implementation forS3DestinationOptionsMethods in software.amazon.awscdk.services.ec2 that return S3DestinationOptionsModifier and TypeMethodDescriptionS3DestinationOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.ec2 with parameters of type S3DestinationOptionsModifier and TypeMethodDescriptionstatic FlowLogDestinationFlowLogDestination.toS3(IBucket bucket, String keyPrefix, S3DestinationOptions options) Use S3 as the destination.