Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-streamingimage-streamingimageencryptionconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-streamingimage-streamingimageencryptionconfiguration.html#cfn-nimblestudio-streamingimage-streamingimageencryptionconfiguration-keyarn

KeyType

string KeyType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-streamingimage-streamingimageencryptionconfiguration.html#cfn-nimblestudio-streamingimage-streamingimageencryptionconfiguration-keytype

Back to top Generated by DocFX