Interface CfnServicePropsMixin.MCPServerSplunkAuthorizationConfigProperty

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

@Stability(Stable) public static interface CfnServicePropsMixin.MCPServerSplunkAuthorizationConfigProperty extends software.amazon.jsii.JsiiSerializable
MCP server splunk authorization configuration.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.devopsagent.mixins.*;
 MCPServerSplunkAuthorizationConfigProperty mCPServerSplunkAuthorizationConfigProperty = MCPServerSplunkAuthorizationConfigProperty.builder()
         .bearerToken(BearerTokenDetailsProperty.builder()
                 .authorizationHeader("authorizationHeader")
                 .tokenName("tokenName")
                 .tokenValue("tokenValue")
                 .build())
         .build();
 

See Also: