Show / Hide Table of Contents

Interface CfnDataLakePropsMixin.IEncryptionConfigurationProperty

Provides encryption details of the Amazon Security Lake object.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SecurityLake
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDataLakePropsMixin.IEncryptionConfigurationProperty
Syntax (vb)
Public Interface CfnDataLakePropsMixin.IEncryptionConfigurationProperty
Remarks

The AWS shared responsibility model applies to data protection in Amazon Security Lake . As described in this model, AWS is responsible for protecting the global infrastructure that runs all of the AWS Cloud. You are responsible for maintaining control over your content that is hosted on this infrastructure. For more details, see Data protection in the Amazon Security Lake User Guide.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securitylake-datalake-encryptionconfiguration.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.CfnPropertyMixins.AWS.SecurityLake;

             var encryptionConfigurationProperty = new EncryptionConfigurationProperty {
                 KmsKeyId = "kmsKeyId"
             };

Synopsis

Properties

KmsKeyId

The ID of KMS encryption key used by Amazon Security Lake to encrypt the Security Lake object.

Properties

KmsKeyId

The ID of KMS encryption key used by Amazon Security Lake to encrypt the Security Lake object.

string? KmsKeyId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securitylake-datalake-encryptionconfiguration.html#cfn-securitylake-datalake-encryptionconfiguration-kmskeyid

Back to top Generated by DocFX