Class CfnStreamingImage.StreamingImageEncryptionConfigurationProperty
Inherited Members
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStreamingImage.StreamingImageEncryptionConfigurationProperty : CfnStreamingImage.IStreamingImageEncryptionConfigurationProperty
Syntax (vb)
Public Class CfnStreamingImage.StreamingImageEncryptionConfigurationProperty Implements 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
Constructors
StreamingImageEncryptionConfigurationProperty() |
Properties
KeyArn | |
KeyType |
Constructors
StreamingImageEncryptionConfigurationProperty()
public StreamingImageEncryptionConfigurationProperty()
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"
};
Properties
KeyArn
public string? KeyArn { get; set; }
Property Value
Remarks
KeyType
public string KeyType { get; set; }