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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnServicePropsMixin.MCPServerSigV4AuthorizationConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCustomHeaders
Custom headers for the SigV4 MCP server.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- See Also:
-
getRegion
AWS region for SigV4 signing.Use '*' for SigV4a multi-region signing.
- See Also:
-
getRoleArn
IAM role ARN to assume for SigV4 signing.- See Also:
-
getService
AWS service name for SigV4 signing.- See Also:
-
builder
@Stability(Stable) static CfnServicePropsMixin.MCPServerSigV4AuthorizationConfigProperty.Builder builder()
-