Interface CfnSecurityConfigurationPropsMixin.ICloudWatchEncryptionProperty
Specifies how Amazon CloudWatch data should be encrypted.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Glue.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnSecurityConfigurationPropsMixin.ICloudWatchEncryptionProperty
Syntax (vb)
Public Interface CfnSecurityConfigurationPropsMixin.ICloudWatchEncryptionProperty
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.Mixins.Preview.AWS.Glue.Mixins;
var cloudWatchEncryptionProperty = new CloudWatchEncryptionProperty {
CloudWatchEncryptionMode = "cloudWatchEncryptionMode",
KmsKeyArn = "kmsKeyArn"
};
Synopsis
Properties
| CloudWatchEncryptionMode | The encryption mode to use for CloudWatch data. |
| KmsKeyArn | The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data. |
Properties
CloudWatchEncryptionMode
The encryption mode to use for CloudWatch data.
string? CloudWatchEncryptionMode { get; }
Property Value
Remarks
KmsKeyArn
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
string? KmsKeyArn { get; }