Interface CfnFlowLog.DestinationOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFlowLog.DestinationOptionsProperty.Jsii$Proxy
Enclosing class:
CfnFlowLog

@Stability(Stable) public static interface CfnFlowLog.DestinationOptionsProperty extends software.amazon.jsii.JsiiSerializable
Describes the destination options for a flow log.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ec2.*;
 DestinationOptionsProperty destinationOptionsProperty = DestinationOptionsProperty.builder()
         .fileFormat("fileFormat")
         .hiveCompatiblePartitions(false)
         .perHourPartition(false)
         .build();
 
  • Method Details