Struct rusoto_athena::EncryptionConfiguration [] [src]

pub struct EncryptionConfiguration {
    pub encryption_option: String,
    pub kms_key: Option<String>,
}

If query results are encrypted in Amazon S3, indicates the Amazon S3 encryption option used.

Fields

Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (SSE-S3), server-side encryption with KMS-managed keys (SSE-KMS), or client-side encryption with KMS-managed keys (CSE-KMS) is used.

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

Trait Implementations

impl Default for EncryptionConfiguration
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for EncryptionConfiguration
[src]

[src]

Formats the value using the given formatter.

impl Clone for EncryptionConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more