Interface CfnStreamingImage.IStreamingImageEncryptionConfigurationProperty
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnStreamingImage.IStreamingImageEncryptionConfigurationProperty
Syntax (vb)
Public Interface CfnStreamingImage.IStreamingImageEncryptionConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.NimbleStudio;
var streamingImageEncryptionConfigurationProperty = new StreamingImageEncryptionConfigurationProperty {
KeyType = "keyType",
// the properties below are optional
KeyArn = "keyArn"
};
Synopsis
Properties
KeyArn | |
KeyType |
Properties
KeyArn
string? KeyArn { get; }