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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnServicePropsMixin.MCPServerSplunkAuthorizationConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBearerToken
Bearer token authentication details.Returns union: either
IResolvableorCfnServicePropsMixin.BearerTokenDetailsProperty- See Also:
-
builder
@Stability(Stable) static CfnServicePropsMixin.MCPServerSplunkAuthorizationConfigProperty.Builder builder()
-