Show / Hide Table of Contents

Interface ICfnPipeExecutionLogsFirehoseProps

Namespace: Amazon.CDK.Mixins.Preview.AWS.Pipes.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnPipeExecutionLogsFirehoseProps
Syntax (vb)
Public Interface ICfnPipeExecutionLogsFirehoseProps
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.Pipes.Mixins;

             var cfnPipeExecutionLogsFirehoseProps = new CfnPipeExecutionLogsFirehoseProps {
                 OutputFormat = CfnPipeExecutionLogsOutputFormat.Firehose.JSON
             };

Synopsis

Properties

OutputFormat

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

Properties

OutputFormat

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

CfnPipeExecutionLogsOutputFormat.Firehose? OutputFormat { get; }
Property Value

CfnPipeExecutionLogsOutputFormat.Firehose?

Remarks

Stability: Experimental

Back to top Generated by DocFX