Show / Hide Table of Contents

Class CfnKnowledgeBaseTracesXRayProps

Inheritance
object
CfnKnowledgeBaseTracesXRayProps
Implements
ICfnKnowledgeBaseTracesXRayProps
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 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

Implements

ICfnKnowledgeBaseTracesXRayProps
Back to top Generated by DocFX