Interface CfnInstanceStorageConfig.IEncryptionConfigProperty
The encryption configuration.
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEncryptionConfigProperty
Syntax (vb)
Public Interface IEncryptionConfigProperty
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.Connect;
var encryptionConfigProperty = new EncryptionConfigProperty {
EncryptionType = "encryptionType",
KeyId = "keyId"
};
Synopsis
Properties
Encryption |
The type of encryption. |
Key |
The full ARN of the encryption key. |
Properties
EncryptionType
The type of encryption.
string EncryptionType { get; }
Property Value
System.
Remarks
KeyId
The full ARN of the encryption key.
string KeyId { get; }
Property Value
System.
Remarks
Be sure to provide the full ARN of the encryption key, not just the ID.
Amazon Connect supports only KMS keys with the default key spec of SYMMETRIC_DEFAULT
.