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
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
Remarks
KeyType
<p>The type of KMS key that is used to encrypt studio data.</p>.
string KeyType { get; }