interface MCPServerSplunkAuthorizationConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.DevOpsAgent.CfnService.MCPServerSplunkAuthorizationConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdevopsagent#CfnService_MCPServerSplunkAuthorizationConfigProperty |
Java | software.amazon.awscdk.services.devopsagent.CfnService.MCPServerSplunkAuthorizationConfigProperty |
Python | aws_cdk.aws_devopsagent.CfnService.MCPServerSplunkAuthorizationConfigProperty |
TypeScript | aws-cdk-lib » aws_devopsagent » CfnService » MCPServerSplunkAuthorizationConfigProperty |
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 { aws_devopsagent as devopsagent } from 'aws-cdk-lib';
const mCPServerSplunkAuthorizationConfigProperty: devopsagent.CfnService.MCPServerSplunkAuthorizationConfigProperty = {
bearerToken: {
tokenName: 'tokenName',
tokenValue: 'tokenValue',
// the properties below are optional
authorizationHeader: 'authorizationHeader',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| bearer | IResolvable | Bearer | Bearer token authentication details. |
bearerToken
Type:
IResolvable | Bearer
Bearer token authentication details.

.NET
Go
Java
Python
TypeScript