Class BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefaultArgs
Inheritance
System.Object
BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefaultArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefaultArgs : ResourceArgs
Constructors
View SourceBucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefaultArgs()
Declaration
public BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefaultArgs()
Properties
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 Input<string> KmsMasterKeyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |