Interface CfnDeviceFleet.EdgeOutputConfigProperty

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

@Stability(Stable) public static interface CfnDeviceFleet.EdgeOutputConfigProperty extends software.amazon.jsii.JsiiSerializable
The output configuration for storing sample data collected by the fleet.

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.sagemaker.*;
 EdgeOutputConfigProperty edgeOutputConfigProperty = EdgeOutputConfigProperty.builder()
         .s3OutputLocation("s3OutputLocation")
         // the properties below are optional
         .kmsKeyId("kmsKeyId")
         .build();
 

See Also: