Class CfnKnowledgeBaseTracesXRayProps
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnKnowledgeBaseTracesXRayProps : ICfnKnowledgeBaseTracesXRayProps
Syntax (vb)
Public Class CfnKnowledgeBaseTracesXRayProps Implements ICfnKnowledgeBaseTracesXRayProps
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 cfnKnowledgeBaseTracesXRayProps = new CfnKnowledgeBaseTracesXRayProps {
RecordFields = new [] { CfnKnowledgeBaseTracesRecordFields.TRACE }
};
Synopsis
Constructors
| CfnKnowledgeBaseTracesXRayProps() |
Properties
| RecordFields | (experimental) Record fields that can be provided to a log delivery. |
Constructors
CfnKnowledgeBaseTracesXRayProps()
public CfnKnowledgeBaseTracesXRayProps()
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 cfnKnowledgeBaseTracesXRayProps = new CfnKnowledgeBaseTracesXRayProps {
RecordFields = new [] { CfnKnowledgeBaseTracesRecordFields.TRACE }
};
Properties
RecordFields
(experimental) Record fields that can be provided to a log delivery.
public CfnKnowledgeBaseTracesRecordFields[]? RecordFields { get; set; }
Property Value
CfnKnowledgeBaseTracesRecordFields[]
Remarks
Stability: Experimental