Interface CfnBucket.ISseKmsEncryptedObjectsProperty
A container for filter information for the selection of S3 objects encrypted with AWS KMS.
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISseKmsEncryptedObjectsProperty
Syntax (vb)
Public Interface 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
Properties
Status | Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service. |
Properties
Status
Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.
string Status { get; }
Property Value
System.String