Class CfnGatewayTraces
Builder for CfnGatewayLogsMixin to generate TRACES for CfnGateway.
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
Remarks
CloudformationResource: AWS::BedrockAgentCore::Gateway
LogType: TRACES
ExampleMetadata: fixture=_generated