Show / Hide Table of Contents

Class CfnServicePropsMixin.MCPServerSigV4DetailsProperty

SigV4-authenticated MCP server configuration.

Inheritance
object
CfnServicePropsMixin.MCPServerSigV4DetailsProperty
Implements
CfnServicePropsMixin.IMCPServerSigV4DetailsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.DevOpsAgent
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnServicePropsMixin.MCPServerSigV4DetailsProperty : CfnServicePropsMixin.IMCPServerSigV4DetailsProperty
Syntax (vb)
Public Class CfnServicePropsMixin.MCPServerSigV4DetailsProperty Implements CfnServicePropsMixin.IMCPServerSigV4DetailsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-service-mcpserversigv4details.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.CfnPropertyMixins.AWS.DevOpsAgent;

             var mCPServerSigV4DetailsProperty = new MCPServerSigV4DetailsProperty {
                 AuthorizationConfig = new MCPServerSigV4AuthorizationConfigProperty {
                     CustomHeaders = new Dictionary<string, string> {
                         { "customHeadersKey", "customHeaders" }
                     },
                     Region = "region",
                     RoleArn = "roleArn",
                     Service = "service"
                 },
                 Description = "description",
                 Endpoint = "endpoint",
                 Name = "name"
             };

Synopsis

Constructors

MCPServerSigV4DetailsProperty()

SigV4-authenticated MCP server configuration.

Properties

AuthorizationConfig

SigV4 authorization configuration for MCP server.

Description

Optional description for the MCP server.

Endpoint

MCP server endpoint URL.

Name

MCP server name.

Constructors

MCPServerSigV4DetailsProperty()

SigV4-authenticated MCP server configuration.

public MCPServerSigV4DetailsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-service-mcpserversigv4details.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.CfnPropertyMixins.AWS.DevOpsAgent;

             var mCPServerSigV4DetailsProperty = new MCPServerSigV4DetailsProperty {
                 AuthorizationConfig = new MCPServerSigV4AuthorizationConfigProperty {
                     CustomHeaders = new Dictionary<string, string> {
                         { "customHeadersKey", "customHeaders" }
                     },
                     Region = "region",
                     RoleArn = "roleArn",
                     Service = "service"
                 },
                 Description = "description",
                 Endpoint = "endpoint",
                 Name = "name"
             };

Properties

AuthorizationConfig

SigV4 authorization configuration for MCP server.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-service-mcpserversigv4details.html#cfn-devopsagent-service-mcpserversigv4details-authorizationconfig

Type union: either IResolvable or CfnServicePropsMixin.IMCPServerSigV4AuthorizationConfigProperty

Description

Optional description for the MCP server.

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

string

Remarks

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

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-service-mcpserversigv4details.html#cfn-devopsagent-service-mcpserversigv4details-endpoint

Name

MCP server name.

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

string

Remarks

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

Implements

CfnServicePropsMixin.IMCPServerSigV4DetailsProperty
Back to top Generated by DocFX