Show / Hide Table of Contents

Class CfnMembershipAnalysisLogsS3Props

Inheritance
object
CfnMembershipAnalysisLogsS3Props
Implements
ICfnMembershipAnalysisLogsS3Props
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.CleanRooms.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnMembershipAnalysisLogsS3Props : ICfnMembershipAnalysisLogsS3Props
Syntax (vb)
Public Class CfnMembershipAnalysisLogsS3Props Implements ICfnMembershipAnalysisLogsS3Props
Remarks

Stability: Experimental

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.Mixins.Preview.AWS.CleanRooms.Mixins;
             using Amazon.CDK.Interfaces.KMS;

             IKeyRef keyRef;

             var cfnMembershipAnalysisLogsS3Props = new CfnMembershipAnalysisLogsS3Props {
                 EncryptionKey = keyRef,
                 OutputFormat = CfnMembershipAnalysisLogsOutputFormat.S3.JSON
             };

Synopsis

Constructors

CfnMembershipAnalysisLogsS3Props()

Properties

EncryptionKey

(experimental) Encrpytion key for your delivery bucket.

OutputFormat

(experimental) Format for log output, options are json,plain,w3c,parquet.

Constructors

CfnMembershipAnalysisLogsS3Props()

public CfnMembershipAnalysisLogsS3Props()
Remarks

Stability: Experimental

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.Mixins.Preview.AWS.CleanRooms.Mixins;
             using Amazon.CDK.Interfaces.KMS;

             IKeyRef keyRef;

             var cfnMembershipAnalysisLogsS3Props = new CfnMembershipAnalysisLogsS3Props {
                 EncryptionKey = keyRef,
                 OutputFormat = CfnMembershipAnalysisLogsOutputFormat.S3.JSON
             };

Properties

EncryptionKey

(experimental) Encrpytion key for your delivery bucket.

public IKeyRef? EncryptionKey { get; set; }
Property Value

IKeyRef

Remarks

Stability: Experimental

OutputFormat

(experimental) Format for log output, options are json,plain,w3c,parquet.

public CfnMembershipAnalysisLogsOutputFormat.S3? OutputFormat { get; set; }
Property Value

CfnMembershipAnalysisLogsOutputFormat.S3?

Remarks

Stability: Experimental

Implements

ICfnMembershipAnalysisLogsS3Props
Back to top Generated by DocFX