View a markdown version of this page

RegisteredMCPServerSigV4Details - AWS DevOps Agent

RegisteredMCPServerSigV4Details

Details specific to a registered SigV4-authenticated MCP server.

Contents

endpoint

MCP server endpoint URL.

Type: String

Pattern: https://[a-zA-Z0-9.-]+(?::[0-9]+)?(?:/.*)?

Required: Yes

name

MCP server name.

Type: String

Pattern: [a-zA-Z0-9_-]+

Required: Yes

region

AWS region for SigV4 signing. Use '*' for SigV4a multi-region signing.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 50.

Pattern: (\*|[a-z]{2,4}(-[a-z]+)+-\d+)

Required: Yes

roleArn

IAM role ARN to assume for SigV4 signing.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: arn:aws:iam::\d{12}:role/[a-zA-Z0-9+=,.@_/-]+

Required: Yes

service

AWS service name for SigV4 signing.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Required: Yes

customHeaders

Custom headers for the SigV4 MCP server.

Type: String to string map

Map Entries: Minimum number of 0 items. Maximum number of 10 items.

Key Length Constraints: Minimum length of 1. Maximum length of 256.

Key Pattern: [a-zA-Z0-9-_]+

Value Length Constraints: Minimum length of 1. Maximum length of 4096.

Value Pattern: [!-~]([ \t]*[!-~])*

Required: No

description

Optional description for the MCP server.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 500.

Pattern: [\p{L}\p{N}\p{P}\p{S}\p{Z}]+

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: