Show / Hide Table of Contents

Class CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty

The protocol configuration.

Inheritance
object
CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty
Implements
CfnGatewayPropsMixin.IGatewayProtocolConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty : CfnGatewayPropsMixin.IGatewayProtocolConfigurationProperty
Syntax (vb)
Public Class CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty Implements CfnGatewayPropsMixin.IGatewayProtocolConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-gatewayprotocolconfiguration.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.CfnPropertyMixins.AWS.BedrockAgentCore;

             var gatewayProtocolConfigurationProperty = new GatewayProtocolConfigurationProperty {
                 Mcp = new MCPGatewayConfigurationProperty {
                     Instructions = "instructions",
                     SearchType = "searchType",
                     SupportedVersions = new [] { "supportedVersions" }
                 }
             };

Synopsis

Constructors

GatewayProtocolConfigurationProperty()

The protocol configuration.

Properties

Mcp

The gateway protocol configuration for MCP.

Constructors

GatewayProtocolConfigurationProperty()

The protocol configuration.

public GatewayProtocolConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-gatewayprotocolconfiguration.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.CfnPropertyMixins.AWS.BedrockAgentCore;

             var gatewayProtocolConfigurationProperty = new GatewayProtocolConfigurationProperty {
                 Mcp = new MCPGatewayConfigurationProperty {
                     Instructions = "instructions",
                     SearchType = "searchType",
                     SupportedVersions = new [] { "supportedVersions" }
                 }
             };

Properties

Mcp

The gateway protocol configuration for MCP.

public object? Mcp { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-gatewayprotocolconfiguration.html#cfn-bedrockagentcore-gateway-gatewayprotocolconfiguration-mcp

Type union: either IResolvable or CfnGatewayPropsMixin.IMCPGatewayConfigurationProperty

Implements

CfnGatewayPropsMixin.IGatewayProtocolConfigurationProperty
Back to top Generated by DocFX