Show / Hide Table of Contents

Class CfnAgentAliasApplicationLogsFirehoseProps

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

             var cfnAgentAliasApplicationLogsFirehoseProps = new CfnAgentAliasApplicationLogsFirehoseProps {
                 OutputFormat = CfnAgentAliasApplicationLogsOutputFormat.Firehose.PLAIN,
                 RecordFields = new [] { CfnAgentAliasApplicationLogsRecordFields.TIMESTAMP }
             };

Synopsis

Constructors

CfnAgentAliasApplicationLogsFirehoseProps()

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

CfnAgentAliasApplicationLogsFirehoseProps()

public CfnAgentAliasApplicationLogsFirehoseProps()
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.Bedrock.Mixins;

             var cfnAgentAliasApplicationLogsFirehoseProps = new CfnAgentAliasApplicationLogsFirehoseProps {
                 OutputFormat = CfnAgentAliasApplicationLogsOutputFormat.Firehose.PLAIN,
                 RecordFields = new [] { CfnAgentAliasApplicationLogsRecordFields.TIMESTAMP }
             };

Properties

OutputFormat

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

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

CfnAgentAliasApplicationLogsOutputFormat.Firehose?

Remarks

Stability: Experimental

RecordFields

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

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

CfnAgentAliasApplicationLogsRecordFields[]

Remarks

Stability: Experimental

Implements

ICfnAgentAliasApplicationLogsFirehoseProps
Back to top Generated by DocFX