interface MCPServerSigV4ConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.DevOpsAgent.CfnAssociation.MCPServerSigV4ConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdevopsagent#CfnAssociation_MCPServerSigV4ConfigurationProperty |
Java | software.amazon.awscdk.services.devopsagent.CfnAssociation.MCPServerSigV4ConfigurationProperty |
Python | aws_cdk.aws_devopsagent.CfnAssociation.MCPServerSigV4ConfigurationProperty |
TypeScript | aws-cdk-lib » aws_devopsagent » CfnAssociation » MCPServerSigV4ConfigurationProperty |
SigV4-authenticated MCP server configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_devopsagent as devopsagent } from 'aws-cdk-lib';
const mCPServerSigV4ConfigurationProperty: devopsagent.CfnAssociation.MCPServerSigV4ConfigurationProperty = {
tools: ['tools'],
};
Properties
| Name | Type | Description |
|---|---|---|
| tools | string[] | List of MCP tools available for the association. |
tools
Type:
string[]
List of MCP tools available for the association.

.NET
Go
Java
Python
TypeScript