Show / Hide Table of Contents

Class CfnGatewayTraces

Builder for CfnGatewayLogsMixin to generate TRACES for CfnGateway.

Inheritance
object
CfnGatewayTraces
Namespace: Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnGatewayTraces : DeputyBase
Syntax (vb)
Public Class CfnGatewayTraces Inherits DeputyBase
Remarks

CloudformationResource: AWS::BedrockAgentCore::Gateway

LogType: TRACES

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.BedrockAgentCore.Mixins;

             var cfnGatewayTraces = new CfnGatewayTraces();

Synopsis

Constructors

CfnGatewayTraces()

Builder for CfnGatewayLogsMixin to generate TRACES for CfnGateway.

Methods

ToXRay()

Send traces to X-Ray.

Constructors

CfnGatewayTraces()

Builder for CfnGatewayLogsMixin to generate TRACES for CfnGateway.

public CfnGatewayTraces()
Remarks

Stability: Experimental

Methods

ToXRay()

Send traces to X-Ray.

public virtual CfnGatewayLogsMixin ToXRay()
Returns

CfnGatewayLogsMixin

Remarks

CloudformationResource: AWS::BedrockAgentCore::Gateway

LogType: TRACES

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX