Interface CfnHarness.HarnessRemoteMcpConfigProperty

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

@Stability(Stable) public static interface CfnHarness.HarnessRemoteMcpConfigProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.bedrockagentcore.*;
 HarnessRemoteMcpConfigProperty harnessRemoteMcpConfigProperty = HarnessRemoteMcpConfigProperty.builder()
         .url("url")
         // the properties below are optional
         .headers(Map.of(
                 "headersKey", "headers"))
         .build();
 

See Also: