Show / Hide Table of Contents

Interface CfnAssociation.IMCPServerSplunkConfigurationProperty

Configuration for Splunk MCP server integration.

Namespace: Amazon.CDK.AWS.DevOpsAgent
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAssociation.IMCPServerSplunkConfigurationProperty
Syntax (vb)
Public Interface CfnAssociation.IMCPServerSplunkConfigurationProperty
Remarks

Defines the server name, endpoint URL, optional description, and webhook update settings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-mcpserversplunkconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.DevOpsAgent;

             var mCPServerSplunkConfigurationProperty = new MCPServerSplunkConfigurationProperty {
                 Endpoint = "endpoint",
                 Name = "name",

                 // the properties below are optional
                 Description = "description",
                 EnableWebhookUpdates = false
             };

Synopsis

Properties

Description

The description of the MCP server.

EnableWebhookUpdates

When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service.

Endpoint

MCP server endpoint URL.

Name

The name of the MCP server.

Properties

Description

The description of the MCP server.

string? Description { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-mcpserversplunkconfiguration.html#cfn-devopsagent-association-mcpserversplunkconfiguration-description

EnableWebhookUpdates

When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service.

object? EnableWebhookUpdates { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-mcpserversplunkconfiguration.html#cfn-devopsagent-association-mcpserversplunkconfiguration-enablewebhookupdates

Type union: either bool or IResolvable

Endpoint

MCP server endpoint URL.

string Endpoint { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-mcpserversplunkconfiguration.html#cfn-devopsagent-association-mcpserversplunkconfiguration-endpoint

Name

The name of the MCP server.

string Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-mcpserversplunkconfiguration.html#cfn-devopsagent-association-mcpserversplunkconfiguration-name

Back to top Generated by DocFX