Interface CfnSecurityConfiguration.IS3EncryptionProperty
Specifies how Amazon Simple Storage Service (Amazon S3) data should be encrypted.
Namespace: Amazon.CDK.AWS.Glue
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IS3EncryptionProperty
Syntax (vb)
Public Interface IS3EncryptionProperty
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.Glue;
var s3EncryptionProperty = new S3EncryptionProperty {
KmsKeyArn = "kmsKeyArn",
S3EncryptionMode = "s3EncryptionMode"
};
Synopsis
Properties
Kms |
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data. |
S3Encryption |
The encryption mode to use for Amazon S3 data. |
Properties
KmsKeyArn
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
virtual string KmsKeyArn { get; }
Property Value
System.
Remarks
S3EncryptionMode
The encryption mode to use for Amazon S3 data.
virtual string S3EncryptionMode { get; }
Property Value
System.