Show / Hide Table of Contents

Class BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefaultArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefaultArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefaultArgs : ResourceArgs

Constructors

View Source

BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefaultArgs()

Declaration
public BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefaultArgs()

Properties

View Source

KmsMasterKeyId

The AWS KMS master key ID used for the SSE-KMS encryption. This can only be used when you set the value of sse_algorithm as aws:kms. The default aws/s3 AWS KMS master key is used if this element is absent while the sse_algorithm is aws:kms.

Declaration
public Input<string> KmsMasterKeyId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SseAlgorithm

The server-side encryption algorithm to use. Valid values are AES256 and aws:kms

Declaration
public Input<string> SseAlgorithm { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.