Show / Hide Table of Contents

Class CfnBucket.SseKmsEncryptedObjectsProperty

A container for filter information for the selection of S3 objects encrypted with AWS KMS.

Inheritance
object
CfnBucket.SseKmsEncryptedObjectsProperty
Implements
CfnBucket.ISseKmsEncryptedObjectsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnBucket.SseKmsEncryptedObjectsProperty : CfnBucket.ISseKmsEncryptedObjectsProperty
Syntax (vb)
Public Class CfnBucket.SseKmsEncryptedObjectsProperty Implements CfnBucket.ISseKmsEncryptedObjectsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-ssekmsencryptedobjects.html

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

SseKmsEncryptedObjectsProperty()

A container for filter information for the selection of S3 objects encrypted with AWS KMS.

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()

A container for filter information for the selection of S3 objects encrypted with AWS KMS.

public SseKmsEncryptedObjectsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-ssekmsencryptedobjects.html

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"
             };

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-ssekmsencryptedobjects.html#cfn-s3-bucket-ssekmsencryptedobjects-status

Implements

CfnBucket.ISseKmsEncryptedObjectsProperty
Back to top Generated by DocFX