Class CfnMailManagerRuleSetApplicationLogsDestProps
Inherited Members
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