Class BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault
Inheritance
System.Object
BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault
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 BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault
Fields
View SourceKmsMasterKeyId
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 readonly string KmsMasterKeyId
Field Value
| Type | Description |
|---|---|
| System.String |
SseAlgorithm
The server-side encryption algorithm to use. Valid values are AES256 and aws:kms
Declaration
public readonly string SseAlgorithm
Field Value
| Type | Description |
|---|---|
| System.String |