Show / Hide Table of Contents

Interface CfnS3TableIntegration.IEncryptionConfigProperty

Encryption configuration for the S3 Table Integration.

Namespace: Amazon.CDK.AWS.ObservabilityAdmin
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnS3TableIntegration.IEncryptionConfigProperty
Syntax (vb)
Public Interface CfnS3TableIntegration.IEncryptionConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-s3tableintegration-encryptionconfig.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.AWS.ObservabilityAdmin;

             var encryptionConfigProperty = new EncryptionConfigProperty {
                 SseAlgorithm = "sseAlgorithm",

                 // the properties below are optional
                 KmsKeyArn = "kmsKeyArn"
             };

Synopsis

Properties

KmsKeyArn

The ARN of the KMS key used to encrypt the S3 Table Integration.

SseAlgorithm

The server-side encryption algorithm used to encrypt the S3 Table(s) data.

Properties

KmsKeyArn

The ARN of the KMS key used to encrypt the S3 Table Integration.

string? KmsKeyArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-s3tableintegration-encryptionconfig.html#cfn-observabilityadmin-s3tableintegration-encryptionconfig-kmskeyarn

SseAlgorithm

The server-side encryption algorithm used to encrypt the S3 Table(s) data.

string SseAlgorithm { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-s3tableintegration-encryptionconfig.html#cfn-observabilityadmin-s3tableintegration-encryptionconfig-ssealgorithm

Back to top Generated by DocFX