Show / Hide Table of Contents

Class InventoryDestinationBucketEncryption

Inheritance
System.Object
InventoryDestinationBucketEncryption
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.S3.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class InventoryDestinationBucketEncryption

Fields

View Source

SseKms

Specifies to use server-side encryption with AWS KMS-managed keys to encrypt the inventory file (documented below).

Declaration
public readonly InventoryDestinationBucketEncryptionSseKms SseKms
Field Value
Type Description
InventoryDestinationBucketEncryptionSseKms
View Source

SseS3

Specifies to use server-side encryption with Amazon S3-managed keys (SSE-S3) to encrypt the inventory file.

Declaration
public readonly InventoryDestinationBucketEncryptionSseS3 SseS3
Field Value
Type Description
InventoryDestinationBucketEncryptionSseS3
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.