Class CfnMailManagerRuleSetApplicationLogsLogGroupProps
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SES.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnMailManagerRuleSetApplicationLogsLogGroupProps : ICfnMailManagerRuleSetApplicationLogsLogGroupProps
Syntax (vb)
Public Class CfnMailManagerRuleSetApplicationLogsLogGroupProps Implements ICfnMailManagerRuleSetApplicationLogsLogGroupProps
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 cfnMailManagerRuleSetApplicationLogsLogGroupProps = new CfnMailManagerRuleSetApplicationLogsLogGroupProps {
OutputFormat = CfnMailManagerRuleSetApplicationLogsOutputFormat.LogGroup.PLAIN,
RecordFields = new [] { CfnMailManagerRuleSetApplicationLogsRecordFields.RULE_NAME }
};
Synopsis
Constructors
| CfnMailManagerRuleSetApplicationLogsLogGroupProps() |
Properties
| OutputFormat | (experimental) Format for log output, options are plain,json. |
| RecordFields | (experimental) Record fields that can be provided to a log delivery. |
Constructors
CfnMailManagerRuleSetApplicationLogsLogGroupProps()
public CfnMailManagerRuleSetApplicationLogsLogGroupProps()
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 cfnMailManagerRuleSetApplicationLogsLogGroupProps = new CfnMailManagerRuleSetApplicationLogsLogGroupProps {
OutputFormat = CfnMailManagerRuleSetApplicationLogsOutputFormat.LogGroup.PLAIN,
RecordFields = new [] { CfnMailManagerRuleSetApplicationLogsRecordFields.RULE_NAME }
};
Properties
OutputFormat
(experimental) Format for log output, options are plain,json.
public CfnMailManagerRuleSetApplicationLogsOutputFormat.LogGroup? OutputFormat { get; set; }
Property Value
CfnMailManagerRuleSetApplicationLogsOutputFormat.LogGroup?
Remarks
Stability: Experimental
RecordFields
(experimental) Record fields that can be provided to a log delivery.
public CfnMailManagerRuleSetApplicationLogsRecordFields[]? RecordFields { get; set; }
Property Value
CfnMailManagerRuleSetApplicationLogsRecordFields[]
Remarks
Stability: Experimental