Show / Hide Table of Contents

Class CfnWorkGroupPropsMixin.ManagedStorageEncryptionConfigurationProperty

Indicates the encryption configuration for Athena Managed Storage.

Inheritance
object
CfnWorkGroupPropsMixin.ManagedStorageEncryptionConfigurationProperty
Implements
CfnWorkGroupPropsMixin.IManagedStorageEncryptionConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Athena
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnWorkGroupPropsMixin.ManagedStorageEncryptionConfigurationProperty : CfnWorkGroupPropsMixin.IManagedStorageEncryptionConfigurationProperty
Syntax (vb)
Public Class CfnWorkGroupPropsMixin.ManagedStorageEncryptionConfigurationProperty Implements CfnWorkGroupPropsMixin.IManagedStorageEncryptionConfigurationProperty
Remarks

If not setting this field, Managed Storage will encrypt the query results with Athena's encryption key

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-managedstorageencryptionconfiguration.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.Athena;

             var managedStorageEncryptionConfigurationProperty = new ManagedStorageEncryptionConfigurationProperty {
                 KmsKey = "kmsKey"
             };

Synopsis

Constructors

ManagedStorageEncryptionConfigurationProperty()

Indicates the encryption configuration for Athena Managed Storage.

Properties

KmsKey

For SSE-KMS and CSE-KMS, this is the KMS key ARN or ID.

Constructors

ManagedStorageEncryptionConfigurationProperty()

Indicates the encryption configuration for Athena Managed Storage.

public ManagedStorageEncryptionConfigurationProperty()
Remarks

If not setting this field, Managed Storage will encrypt the query results with Athena's encryption key

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-managedstorageencryptionconfiguration.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.Athena;

             var managedStorageEncryptionConfigurationProperty = new ManagedStorageEncryptionConfigurationProperty {
                 KmsKey = "kmsKey"
             };

Properties

KmsKey

For SSE-KMS and CSE-KMS, this is the KMS key ARN or ID.

public string? KmsKey { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-managedstorageencryptionconfiguration.html#cfn-athena-workgroup-managedstorageencryptionconfiguration-kmskey

Implements

CfnWorkGroupPropsMixin.IManagedStorageEncryptionConfigurationProperty
Back to top Generated by DocFX