Show / Hide Table of Contents

Class CfnStreamingImage.StreamingImageEncryptionConfigurationProperty

Inheritance
object
CfnStreamingImage.StreamingImageEncryptionConfigurationProperty
Implements
CfnStreamingImage.IStreamingImageEncryptionConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

Constructors

StreamingImageEncryptionConfigurationProperty()

Properties

KeyArn
KeyType

Constructors

StreamingImageEncryptionConfigurationProperty()

public StreamingImageEncryptionConfigurationProperty()
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"
             };

Properties

KeyArn

public string? KeyArn { get; set; }
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

public string KeyType { get; set; }
Property Value

string

Remarks

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

Implements

CfnStreamingImage.IStreamingImageEncryptionConfigurationProperty
Back to top Generated by DocFX