Class CfnServicePropsMixin.MCPServerSigV4DetailsProperty
SigV4-authenticated MCP server configuration.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.DevOpsAgent
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnServicePropsMixin.MCPServerSigV4DetailsProperty : CfnServicePropsMixin.IMCPServerSigV4DetailsProperty
Syntax (vb)
Public Class CfnServicePropsMixin.MCPServerSigV4DetailsProperty Implements CfnServicePropsMixin.IMCPServerSigV4DetailsProperty
Remarks
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.DevOpsAgent;
var mCPServerSigV4DetailsProperty = new MCPServerSigV4DetailsProperty {
AuthorizationConfig = new MCPServerSigV4AuthorizationConfigProperty {
CustomHeaders = new Dictionary<string, string> {
{ "customHeadersKey", "customHeaders" }
},
Region = "region",
RoleArn = "roleArn",
Service = "service"
},
Description = "description",
Endpoint = "endpoint",
Name = "name"
};
Synopsis
Constructors
| MCPServerSigV4DetailsProperty() | SigV4-authenticated MCP server configuration. |
Properties
| AuthorizationConfig | SigV4 authorization configuration for MCP server. |
| Description | Optional description for the MCP server. |
| Endpoint | MCP server endpoint URL. |
| Name | MCP server name. |
Constructors
MCPServerSigV4DetailsProperty()
SigV4-authenticated MCP server configuration.
public MCPServerSigV4DetailsProperty()
Remarks
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.DevOpsAgent;
var mCPServerSigV4DetailsProperty = new MCPServerSigV4DetailsProperty {
AuthorizationConfig = new MCPServerSigV4AuthorizationConfigProperty {
CustomHeaders = new Dictionary<string, string> {
{ "customHeadersKey", "customHeaders" }
},
Region = "region",
RoleArn = "roleArn",
Service = "service"
},
Description = "description",
Endpoint = "endpoint",
Name = "name"
};
Properties
AuthorizationConfig
SigV4 authorization configuration for MCP server.
public object? AuthorizationConfig { get; set; }
Property Value
Remarks
Description
Optional description for the MCP server.
public string? Description { get; set; }
Property Value
Remarks
Endpoint
MCP server endpoint URL.
public string? Endpoint { get; set; }
Property Value
Remarks
Name
MCP server name.
public string? Name { get; set; }