Interface CfnServicePropsMixin.MCPServerSigV4AuthorizationConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnServicePropsMixin.MCPServerSigV4AuthorizationConfigProperty.Jsii$Proxy
Enclosing class:
CfnServicePropsMixin

@Stability(Stable) public static interface CfnServicePropsMixin.MCPServerSigV4AuthorizationConfigProperty extends software.amazon.jsii.JsiiSerializable
SigV4 authorization configuration for MCP server.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.devopsagent.*;
 MCPServerSigV4AuthorizationConfigProperty mCPServerSigV4AuthorizationConfigProperty = MCPServerSigV4AuthorizationConfigProperty.builder()
         .customHeaders(Map.of(
                 "customHeadersKey", "customHeaders"))
         .region("region")
         .roleArn("roleArn")
         .service("service")
         .build();
 

See Also: