Interface CfnStreamingImagePropsMixin.StreamingImageEncryptionConfigurationProperty

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

@Stability(Stable) public static interface CfnStreamingImagePropsMixin.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.cfnpropertymixins.services.nimblestudio.*;
 StreamingImageEncryptionConfigurationProperty streamingImageEncryptionConfigurationProperty = StreamingImageEncryptionConfigurationProperty.builder()
         .keyArn("keyArn")
         .keyType("keyType")
         .build();
 

See Also: