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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnStreamingImage.StreamingImageEncryptionConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKeyType
CfnStreamingImage.StreamingImageEncryptionConfigurationProperty.KeyType. -
getKeyArn
CfnStreamingImage.StreamingImageEncryptionConfigurationProperty.KeyArn. -
builder
@Stability(Stable) static CfnStreamingImage.StreamingImageEncryptionConfigurationProperty.Builder builder()
-