Class CfnInstanceStorageConfig.EncryptionConfigProperty
The encryption configuration.
Inherited Members
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnInstanceStorageConfig.EncryptionConfigProperty : CfnInstanceStorageConfig.IEncryptionConfigProperty
Syntax (vb)
Public Class CfnInstanceStorageConfig.EncryptionConfigProperty Implements CfnInstanceStorageConfig.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
Constructors
| EncryptionConfigProperty() | The encryption configuration. |
Properties
| EncryptionType | The type of encryption. |
| KeyId | The full ARN of the encryption key. |
Constructors
EncryptionConfigProperty()
The encryption configuration.
public EncryptionConfigProperty()
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"
};
Properties
EncryptionType
The type of encryption.
public string EncryptionType { get; set; }
Property Value
Remarks
KeyId
The full ARN of the encryption key.
public string KeyId { get; set; }
Property Value
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 .