Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.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.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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-cloudwatchencryptionmode

KmsKeyArn

The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

string? KmsKeyArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-securityconfiguration-cloudwatchencryption.html#cfn-glue-securityconfiguration-cloudwatchencryption-kmskeyarn

Back to top Generated by DocFX