Show / Hide Table of Contents

Interface CfnGatewayTarget.IMcpServerTargetConfigurationProperty

Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnGatewayTarget.IMcpServerTargetConfigurationProperty
Syntax (vb)
Public Interface CfnGatewayTarget.IMcpServerTargetConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-mcpservertargetconfiguration.html

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

             var mcpServerTargetConfigurationProperty = new McpServerTargetConfigurationProperty {
                 Endpoint = "endpoint"
             };

Synopsis

Properties

Endpoint

Properties

Endpoint

string Endpoint { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-mcpservertargetconfiguration.html#cfn-bedrockagentcore-gatewaytarget-mcpservertargetconfiguration-endpoint

Back to top Generated by DocFX