Class CfnGlobalResolverGlobalResolverLogsFirehoseProps
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Route53GlobalResolver.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnGlobalResolverGlobalResolverLogsFirehoseProps : ICfnGlobalResolverGlobalResolverLogsFirehoseProps
Syntax (vb)
Public Class CfnGlobalResolverGlobalResolverLogsFirehoseProps Implements ICfnGlobalResolverGlobalResolverLogsFirehoseProps
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.Route53GlobalResolver.Mixins;
var cfnGlobalResolverGlobalResolverLogsFirehoseProps = new CfnGlobalResolverGlobalResolverLogsFirehoseProps {
OutputFormat = CfnGlobalResolverGlobalResolverLogsOutputFormat.Firehose.JSON,
RecordFields = new [] { CfnGlobalResolverGlobalResolverLogsRecordFields.ACTION_NAME }
};
Synopsis
Constructors
| CfnGlobalResolverGlobalResolverLogsFirehoseProps() |
Properties
| OutputFormat | (experimental) Format for log output, options are json,plain,raw. |
| RecordFields | (experimental) Record fields that can be provided to a log delivery. |
Constructors
CfnGlobalResolverGlobalResolverLogsFirehoseProps()
public CfnGlobalResolverGlobalResolverLogsFirehoseProps()
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.Route53GlobalResolver.Mixins;
var cfnGlobalResolverGlobalResolverLogsFirehoseProps = new CfnGlobalResolverGlobalResolverLogsFirehoseProps {
OutputFormat = CfnGlobalResolverGlobalResolverLogsOutputFormat.Firehose.JSON,
RecordFields = new [] { CfnGlobalResolverGlobalResolverLogsRecordFields.ACTION_NAME }
};
Properties
OutputFormat
(experimental) Format for log output, options are json,plain,raw.
public CfnGlobalResolverGlobalResolverLogsOutputFormat.Firehose? OutputFormat { get; set; }
Property Value
CfnGlobalResolverGlobalResolverLogsOutputFormat.Firehose?
Remarks
Stability: Experimental
RecordFields
(experimental) Record fields that can be provided to a log delivery.
public CfnGlobalResolverGlobalResolverLogsRecordFields[]? RecordFields { get; set; }
Property Value
CfnGlobalResolverGlobalResolverLogsRecordFields[]
Remarks
Stability: Experimental