Show / Hide Table of Contents

Class CfnClusterPcsJobcompLogsFirehoseProps

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

             var cfnClusterPcsJobcompLogsFirehoseProps = new CfnClusterPcsJobcompLogsFirehoseProps {
                 OutputFormat = CfnClusterPcsJobcompLogsOutputFormat.Firehose.JSON,
                 RecordFields = new [] { CfnClusterPcsJobcompLogsRecordFields.RESOURCE_ID }
             };

Synopsis

Constructors

CfnClusterPcsJobcompLogsFirehoseProps()

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

CfnClusterPcsJobcompLogsFirehoseProps()

public CfnClusterPcsJobcompLogsFirehoseProps()
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.PCS.Mixins;

             var cfnClusterPcsJobcompLogsFirehoseProps = new CfnClusterPcsJobcompLogsFirehoseProps {
                 OutputFormat = CfnClusterPcsJobcompLogsOutputFormat.Firehose.JSON,
                 RecordFields = new [] { CfnClusterPcsJobcompLogsRecordFields.RESOURCE_ID }
             };

Properties

OutputFormat

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

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

CfnClusterPcsJobcompLogsOutputFormat.Firehose?

Remarks

Stability: Experimental

RecordFields

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

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

CfnClusterPcsJobcompLogsRecordFields[]

Remarks

Stability: Experimental

Implements

ICfnClusterPcsJobcompLogsFirehoseProps
Back to top Generated by DocFX