Show / Hide Table of Contents

Class CfnAssociation.MCPServerDatadogConfigurationProperty

Datadog MCP server configuration.

Inheritance
object
CfnAssociation.MCPServerDatadogConfigurationProperty
Implements
CfnAssociation.IMCPServerDatadogConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DevOpsAgent
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAssociation.MCPServerDatadogConfigurationProperty : CfnAssociation.IMCPServerDatadogConfigurationProperty
Syntax (vb)
Public Class CfnAssociation.MCPServerDatadogConfigurationProperty Implements CfnAssociation.IMCPServerDatadogConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-mcpserverdatadogconfiguration.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 mCPServerDatadogConfigurationProperty = new MCPServerDatadogConfigurationProperty {
                 Endpoint = "endpoint",
                 Name = "name",

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

Synopsis

Constructors

MCPServerDatadogConfigurationProperty()

Datadog MCP server configuration.

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.

Constructors

MCPServerDatadogConfigurationProperty()

Datadog MCP server configuration.

public MCPServerDatadogConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-mcpserverdatadogconfiguration.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 mCPServerDatadogConfigurationProperty = new MCPServerDatadogConfigurationProperty {
                 Endpoint = "endpoint",
                 Name = "name",

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

Properties

Description

The description of the MCP server.

public string? Description { get; set; }
Property Value

string

Remarks

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

EnableWebhookUpdates

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

public object? EnableWebhookUpdates { get; set; }
Property Value

object

Remarks

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

Type union: either bool or IResolvable

Endpoint

MCP server endpoint URL.

public string Endpoint { get; set; }
Property Value

string

Remarks

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

Name

The name of the MCP server.

public string Name { get; set; }
Property Value

string

Remarks

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

Implements

CfnAssociation.IMCPServerDatadogConfigurationProperty
Back to top Generated by DocFX