Show / Hide Table of Contents

Class CfnMailManagerRuleSetApplicationLogsDestProps

Inheritance
object
CfnMailManagerRuleSetApplicationLogsDestProps
Implements
ICfnMailManagerRuleSetApplicationLogsDestProps
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 CfnMailManagerRuleSetApplicationLogsDestProps : ICfnMailManagerRuleSetApplicationLogsDestProps
Syntax (vb)
Public Class CfnMailManagerRuleSetApplicationLogsDestProps Implements ICfnMailManagerRuleSetApplicationLogsDestProps
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;

             var cfnMailManagerRuleSetApplicationLogsDestProps = new CfnMailManagerRuleSetApplicationLogsDestProps {
                 RecordFields = new [] { CfnMailManagerRuleSetApplicationLogsRecordFields.RULE_NAME }
             };

Synopsis

Constructors

CfnMailManagerRuleSetApplicationLogsDestProps()

Properties

RecordFields

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

Constructors

CfnMailManagerRuleSetApplicationLogsDestProps()

public CfnMailManagerRuleSetApplicationLogsDestProps()
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;

             var cfnMailManagerRuleSetApplicationLogsDestProps = new CfnMailManagerRuleSetApplicationLogsDestProps {
                 RecordFields = new [] { CfnMailManagerRuleSetApplicationLogsRecordFields.RULE_NAME }
             };

Properties

RecordFields

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

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

CfnMailManagerRuleSetApplicationLogsRecordFields[]

Remarks

Stability: Experimental

Implements

ICfnMailManagerRuleSetApplicationLogsDestProps
Back to top Generated by DocFX