Class CfnBucket.SseKmsEncryptedObjectsProperty
A container for filter information for the selection of S3 objects encrypted with AWS KMS.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SseKmsEncryptedObjectsProperty : Object, CfnBucket.ISseKmsEncryptedObjectsProperty
Syntax (vb)
Public Class SseKmsEncryptedObjectsProperty
Inherits Object
Implements CfnBucket.ISseKmsEncryptedObjectsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.S3;
var sseKmsEncryptedObjectsProperty = new SseKmsEncryptedObjectsProperty {
Status = "status"
};
Synopsis
Constructors
Sse |
Properties
Status | Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service. |
Constructors
SseKmsEncryptedObjectsProperty()
public SseKmsEncryptedObjectsProperty()
Properties
Status
Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.
public string Status { get; set; }
Property Value
System.