Show / Hide Table of Contents

Class CfnMailManagerIngressPointTrafficPolicyDebugLogsS3Props

Inheritance
object
CfnMailManagerIngressPointTrafficPolicyDebugLogsS3Props
Implements
ICfnMailManagerIngressPointTrafficPolicyDebugLogsS3Props
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.SES.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnMailManagerIngressPointTrafficPolicyDebugLogsS3Props : ICfnMailManagerIngressPointTrafficPolicyDebugLogsS3Props
Syntax (vb)
Public Class CfnMailManagerIngressPointTrafficPolicyDebugLogsS3Props Implements ICfnMailManagerIngressPointTrafficPolicyDebugLogsS3Props
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.SES.Mixins;
             using Amazon.CDK.Interfaces.KMS;

             IKeyRef keyRef;

             var cfnMailManagerIngressPointTrafficPolicyDebugLogsS3Props = new CfnMailManagerIngressPointTrafficPolicyDebugLogsS3Props {
                 EncryptionKey = keyRef,
                 OutputFormat = CfnMailManagerIngressPointTrafficPolicyDebugLogsOutputFormat.S3.JSON,
                 RecordFields = new [] { CfnMailManagerIngressPointTrafficPolicyDebugLogsRecordFields.INGRESS_POINT_TYPE }
             };

Synopsis

Constructors

CfnMailManagerIngressPointTrafficPolicyDebugLogsS3Props()

Properties

EncryptionKey

(experimental) Encrpytion key for your delivery bucket.

OutputFormat

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

RecordFields

(experimental) Record fields that can be provided to a log delivery.

Constructors

CfnMailManagerIngressPointTrafficPolicyDebugLogsS3Props()

public CfnMailManagerIngressPointTrafficPolicyDebugLogsS3Props()
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.SES.Mixins;
             using Amazon.CDK.Interfaces.KMS;

             IKeyRef keyRef;

             var cfnMailManagerIngressPointTrafficPolicyDebugLogsS3Props = new CfnMailManagerIngressPointTrafficPolicyDebugLogsS3Props {
                 EncryptionKey = keyRef,
                 OutputFormat = CfnMailManagerIngressPointTrafficPolicyDebugLogsOutputFormat.S3.JSON,
                 RecordFields = new [] { CfnMailManagerIngressPointTrafficPolicyDebugLogsRecordFields.INGRESS_POINT_TYPE }
             };

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 CfnMailManagerIngressPointTrafficPolicyDebugLogsOutputFormat.S3? OutputFormat { get; set; }
Property Value

CfnMailManagerIngressPointTrafficPolicyDebugLogsOutputFormat.S3?

Remarks

Stability: Experimental

RecordFields

(experimental) Record fields that can be provided to a log delivery.

public CfnMailManagerIngressPointTrafficPolicyDebugLogsRecordFields[]? RecordFields { get; set; }
Property Value

CfnMailManagerIngressPointTrafficPolicyDebugLogsRecordFields[]

Remarks

Stability: Experimental

Implements

ICfnMailManagerIngressPointTrafficPolicyDebugLogsS3Props
Back to top Generated by DocFX