Show / Hide Table of Contents

Interface CfnStudio.IStudioEncryptionConfigurationProperty

<p>Configuration of the encryption method that is used for the studio.</p>.

Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnStudio.IStudioEncryptionConfigurationProperty
Syntax (vb)
Public Interface CfnStudio.IStudioEncryptionConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studio-studioencryptionconfiguration.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 studioEncryptionConfigurationProperty = new StudioEncryptionConfigurationProperty {
                 KeyType = "keyType",

                 // the properties below are optional
                 KeyArn = "keyArn"
             };

Synopsis

Properties

KeyArn

<p>The ARN for a KMS key that is used to encrypt studio data.</p>.

KeyType

<p>The type of KMS key that is used to encrypt studio data.</p>.

Properties

KeyArn

<p>The ARN for a KMS key that is used to encrypt studio data.</p>.

string? KeyArn { get; }
Property Value

string

Remarks

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

KeyType

<p>The type of KMS key that is used to encrypt studio data.</p>.

string KeyType { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX