Interface CfnStreamingImage.StreamingImageEncryptionConfigurationProperty

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

@Stability(Stable) public static interface CfnStreamingImage.StreamingImageEncryptionConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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.nimblestudio.*;
 StreamingImageEncryptionConfigurationProperty streamingImageEncryptionConfigurationProperty = StreamingImageEncryptionConfigurationProperty.builder()
         .keyType("keyType")
         // the properties below are optional
         .keyArn("keyArn")
         .build();