Show / Hide Table of Contents

Class CfnFirewallAllowLogsFirehoseProps

Inheritance
object
CfnFirewallAllowLogsFirehoseProps
Implements
ICfnFirewallAllowLogsFirehoseProps
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.NetworkFirewall.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnFirewallAllowLogsFirehoseProps : ICfnFirewallAllowLogsFirehoseProps
Syntax (vb)
Public Class CfnFirewallAllowLogsFirehoseProps Implements ICfnFirewallAllowLogsFirehoseProps
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.NetworkFirewall.Mixins;

             var cfnFirewallAllowLogsFirehoseProps = new CfnFirewallAllowLogsFirehoseProps {
                 OutputFormat = CfnFirewallAllowLogsOutputFormat.Firehose.PLAIN,
                 RecordFields = new [] { CfnFirewallAllowLogsRecordFields.TIMESTAMP }
             };

Synopsis

Constructors

CfnFirewallAllowLogsFirehoseProps()

Properties

OutputFormat

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

RecordFields

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

Constructors

CfnFirewallAllowLogsFirehoseProps()

public CfnFirewallAllowLogsFirehoseProps()
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.NetworkFirewall.Mixins;

             var cfnFirewallAllowLogsFirehoseProps = new CfnFirewallAllowLogsFirehoseProps {
                 OutputFormat = CfnFirewallAllowLogsOutputFormat.Firehose.PLAIN,
                 RecordFields = new [] { CfnFirewallAllowLogsRecordFields.TIMESTAMP }
             };

Properties

OutputFormat

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

public CfnFirewallAllowLogsOutputFormat.Firehose? OutputFormat { get; set; }
Property Value

CfnFirewallAllowLogsOutputFormat.Firehose?

Remarks

Stability: Experimental

RecordFields

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

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

CfnFirewallAllowLogsRecordFields[]

Remarks

Stability: Experimental

Implements

ICfnFirewallAllowLogsFirehoseProps
Back to top Generated by DocFX