Class CfnAgentAliasApplicationLogsFirehoseProps
Implements
Inherited Members
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