Show / Hide Table of Contents

Class CfnAssociationPropsMixin

The AWS::DevOpsAgent::Association resource specifies an association between an Agent Space and a service, defining how the Agent Space interacts with external services like GitHub, Slack, AWS accounts, and others.

Inheritance
object
Mixin
CfnAssociationPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.DevOpsAgent
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAssociationPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnAssociationPropsMixin Inherits Mixin Implements IMixin
Remarks

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

CloudformationResource: AWS::DevOpsAgent::Association

Mixin: true

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;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;
             var resourceMetadata;

             var cfnAssociationPropsMixin = new CfnAssociationPropsMixin(new CfnAssociationMixinProps {
                 AgentSpaceId = "agentSpaceId",
                 Configuration = new ServiceConfigurationProperty {
                     Aws = new AWSConfigurationProperty {
                         AccountId = "accountId",
                         AccountType = "accountType",
                         AssumableRoleArn = "assumableRoleArn",
                         Resources = new [] { new AWSResourceProperty {
                             ResourceArn = "resourceArn",
                             ResourceMetadata = resourceMetadata,
                             ResourceType = "resourceType"
                         } },
                         Tags = new [] { new KeyValuePairProperty {
                             Key = "key",
                             Value = "value"
                         } }
                     },
                     Dynatrace = new DynatraceConfigurationProperty {
                         EnableWebhookUpdates = false,
                         EnvId = "envId",
                         Resources = new [] { "resources" }
                     },
                     EventChannel = new EventChannelConfigurationProperty {
                         EnableWebhookUpdates = false
                     },
                     GitHub = new GitHubConfigurationProperty {
                         Owner = "owner",
                         OwnerType = "ownerType",
                         RepoId = "repoId",
                         RepoName = "repoName"
                     },
                     GitLab = new GitLabConfigurationProperty {
                         EnableWebhookUpdates = false,
                         InstanceIdentifier = "instanceIdentifier",
                         ProjectId = "projectId",
                         ProjectPath = "projectPath"
                     },
                     McpServer = new MCPServerConfigurationProperty {
                         Description = "description",
                         EnableWebhookUpdates = false,
                         Endpoint = "endpoint",
                         Name = "name",
                         Tools = new [] { "tools" }
                     },
                     McpServerDatadog = new MCPServerDatadogConfigurationProperty {
                         Description = "description",
                         EnableWebhookUpdates = false,
                         Endpoint = "endpoint",
                         Name = "name"
                     },
                     McpServerNewRelic = new MCPServerNewRelicConfigurationProperty {
                         AccountId = "accountId",
                         Endpoint = "endpoint"
                     },
                     McpServerSplunk = new MCPServerSplunkConfigurationProperty {
                         Description = "description",
                         EnableWebhookUpdates = false,
                         Endpoint = "endpoint",
                         Name = "name"
                     },
                     ServiceNow = new ServiceNowConfigurationProperty {
                         EnableWebhookUpdates = false,
                         InstanceId = "instanceId"
                     },
                     Slack = new SlackConfigurationProperty {
                         TransmissionTarget = new SlackTransmissionTargetProperty {
                             IncidentResponseTarget = new SlackChannelProperty {
                                 ChannelId = "channelId",
                                 ChannelName = "channelName"
                             }
                         },
                         WorkspaceId = "workspaceId",
                         WorkspaceName = "workspaceName"
                     },
                     SourceAws = new SourceAwsConfigurationProperty {
                         AccountId = "accountId",
                         AccountType = "accountType",
                         AssumableRoleArn = "assumableRoleArn",
                         Resources = new [] { new AWSResourceProperty {
                             ResourceArn = "resourceArn",
                             ResourceMetadata = resourceMetadata,
                             ResourceType = "resourceType"
                         } },
                         Tags = new [] { new KeyValuePairProperty {
                             Key = "key",
                             Value = "value"
                         } }
                     }
                 },
                 LinkedAssociationIds = new [] { "linkedAssociationIds" },
                 ServiceId = "serviceId"
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Synopsis

Constructors

CfnAssociationPropsMixin(ICfnAssociationMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::DevOpsAgent::Association.

Properties

CFN_PROPERTY_KEYS

The AWS::DevOpsAgent::Association resource specifies an association between an Agent Space and a service, defining how the Agent Space interacts with external services like GitHub, Slack, AWS accounts, and others.

Props

The AWS::DevOpsAgent::Association resource specifies an association between an Agent Space and a service, defining how the Agent Space interacts with external services like GitHub, Slack, AWS accounts, and others.

Strategy

The AWS::DevOpsAgent::Association resource specifies an association between an Agent Space and a service, defining how the Agent Space interacts with external services like GitHub, Slack, AWS accounts, and others.

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct.

Constructors

CfnAssociationPropsMixin(ICfnAssociationMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::DevOpsAgent::Association.

public CfnAssociationPropsMixin(ICfnAssociationMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnAssociationMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

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

CloudformationResource: AWS::DevOpsAgent::Association

Mixin: true

ExampleMetadata: fixture=_generated

Properties

CFN_PROPERTY_KEYS

The AWS::DevOpsAgent::Association resource specifies an association between an Agent Space and a service, defining how the Agent Space interacts with external services like GitHub, Slack, AWS accounts, and others.

protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value

string[]

Remarks

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

CloudformationResource: AWS::DevOpsAgent::Association

Mixin: true

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;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;
             var resourceMetadata;

             var cfnAssociationPropsMixin = new CfnAssociationPropsMixin(new CfnAssociationMixinProps {
                 AgentSpaceId = "agentSpaceId",
                 Configuration = new ServiceConfigurationProperty {
                     Aws = new AWSConfigurationProperty {
                         AccountId = "accountId",
                         AccountType = "accountType",
                         AssumableRoleArn = "assumableRoleArn",
                         Resources = new [] { new AWSResourceProperty {
                             ResourceArn = "resourceArn",
                             ResourceMetadata = resourceMetadata,
                             ResourceType = "resourceType"
                         } },
                         Tags = new [] { new KeyValuePairProperty {
                             Key = "key",
                             Value = "value"
                         } }
                     },
                     Dynatrace = new DynatraceConfigurationProperty {
                         EnableWebhookUpdates = false,
                         EnvId = "envId",
                         Resources = new [] { "resources" }
                     },
                     EventChannel = new EventChannelConfigurationProperty {
                         EnableWebhookUpdates = false
                     },
                     GitHub = new GitHubConfigurationProperty {
                         Owner = "owner",
                         OwnerType = "ownerType",
                         RepoId = "repoId",
                         RepoName = "repoName"
                     },
                     GitLab = new GitLabConfigurationProperty {
                         EnableWebhookUpdates = false,
                         InstanceIdentifier = "instanceIdentifier",
                         ProjectId = "projectId",
                         ProjectPath = "projectPath"
                     },
                     McpServer = new MCPServerConfigurationProperty {
                         Description = "description",
                         EnableWebhookUpdates = false,
                         Endpoint = "endpoint",
                         Name = "name",
                         Tools = new [] { "tools" }
                     },
                     McpServerDatadog = new MCPServerDatadogConfigurationProperty {
                         Description = "description",
                         EnableWebhookUpdates = false,
                         Endpoint = "endpoint",
                         Name = "name"
                     },
                     McpServerNewRelic = new MCPServerNewRelicConfigurationProperty {
                         AccountId = "accountId",
                         Endpoint = "endpoint"
                     },
                     McpServerSplunk = new MCPServerSplunkConfigurationProperty {
                         Description = "description",
                         EnableWebhookUpdates = false,
                         Endpoint = "endpoint",
                         Name = "name"
                     },
                     ServiceNow = new ServiceNowConfigurationProperty {
                         EnableWebhookUpdates = false,
                         InstanceId = "instanceId"
                     },
                     Slack = new SlackConfigurationProperty {
                         TransmissionTarget = new SlackTransmissionTargetProperty {
                             IncidentResponseTarget = new SlackChannelProperty {
                                 ChannelId = "channelId",
                                 ChannelName = "channelName"
                             }
                         },
                         WorkspaceId = "workspaceId",
                         WorkspaceName = "workspaceName"
                     },
                     SourceAws = new SourceAwsConfigurationProperty {
                         AccountId = "accountId",
                         AccountType = "accountType",
                         AssumableRoleArn = "assumableRoleArn",
                         Resources = new [] { new AWSResourceProperty {
                             ResourceArn = "resourceArn",
                             ResourceMetadata = resourceMetadata,
                             ResourceType = "resourceType"
                         } },
                         Tags = new [] { new KeyValuePairProperty {
                             Key = "key",
                             Value = "value"
                         } }
                     }
                 },
                 LinkedAssociationIds = new [] { "linkedAssociationIds" },
                 ServiceId = "serviceId"
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Props

The AWS::DevOpsAgent::Association resource specifies an association between an Agent Space and a service, defining how the Agent Space interacts with external services like GitHub, Slack, AWS accounts, and others.

protected virtual ICfnAssociationMixinProps Props { get; }
Property Value

ICfnAssociationMixinProps

Remarks

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

CloudformationResource: AWS::DevOpsAgent::Association

Mixin: true

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;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;
             var resourceMetadata;

             var cfnAssociationPropsMixin = new CfnAssociationPropsMixin(new CfnAssociationMixinProps {
                 AgentSpaceId = "agentSpaceId",
                 Configuration = new ServiceConfigurationProperty {
                     Aws = new AWSConfigurationProperty {
                         AccountId = "accountId",
                         AccountType = "accountType",
                         AssumableRoleArn = "assumableRoleArn",
                         Resources = new [] { new AWSResourceProperty {
                             ResourceArn = "resourceArn",
                             ResourceMetadata = resourceMetadata,
                             ResourceType = "resourceType"
                         } },
                         Tags = new [] { new KeyValuePairProperty {
                             Key = "key",
                             Value = "value"
                         } }
                     },
                     Dynatrace = new DynatraceConfigurationProperty {
                         EnableWebhookUpdates = false,
                         EnvId = "envId",
                         Resources = new [] { "resources" }
                     },
                     EventChannel = new EventChannelConfigurationProperty {
                         EnableWebhookUpdates = false
                     },
                     GitHub = new GitHubConfigurationProperty {
                         Owner = "owner",
                         OwnerType = "ownerType",
                         RepoId = "repoId",
                         RepoName = "repoName"
                     },
                     GitLab = new GitLabConfigurationProperty {
                         EnableWebhookUpdates = false,
                         InstanceIdentifier = "instanceIdentifier",
                         ProjectId = "projectId",
                         ProjectPath = "projectPath"
                     },
                     McpServer = new MCPServerConfigurationProperty {
                         Description = "description",
                         EnableWebhookUpdates = false,
                         Endpoint = "endpoint",
                         Name = "name",
                         Tools = new [] { "tools" }
                     },
                     McpServerDatadog = new MCPServerDatadogConfigurationProperty {
                         Description = "description",
                         EnableWebhookUpdates = false,
                         Endpoint = "endpoint",
                         Name = "name"
                     },
                     McpServerNewRelic = new MCPServerNewRelicConfigurationProperty {
                         AccountId = "accountId",
                         Endpoint = "endpoint"
                     },
                     McpServerSplunk = new MCPServerSplunkConfigurationProperty {
                         Description = "description",
                         EnableWebhookUpdates = false,
                         Endpoint = "endpoint",
                         Name = "name"
                     },
                     ServiceNow = new ServiceNowConfigurationProperty {
                         EnableWebhookUpdates = false,
                         InstanceId = "instanceId"
                     },
                     Slack = new SlackConfigurationProperty {
                         TransmissionTarget = new SlackTransmissionTargetProperty {
                             IncidentResponseTarget = new SlackChannelProperty {
                                 ChannelId = "channelId",
                                 ChannelName = "channelName"
                             }
                         },
                         WorkspaceId = "workspaceId",
                         WorkspaceName = "workspaceName"
                     },
                     SourceAws = new SourceAwsConfigurationProperty {
                         AccountId = "accountId",
                         AccountType = "accountType",
                         AssumableRoleArn = "assumableRoleArn",
                         Resources = new [] { new AWSResourceProperty {
                             ResourceArn = "resourceArn",
                             ResourceMetadata = resourceMetadata,
                             ResourceType = "resourceType"
                         } },
                         Tags = new [] { new KeyValuePairProperty {
                             Key = "key",
                             Value = "value"
                         } }
                     }
                 },
                 LinkedAssociationIds = new [] { "linkedAssociationIds" },
                 ServiceId = "serviceId"
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Strategy

The AWS::DevOpsAgent::Association resource specifies an association between an Agent Space and a service, defining how the Agent Space interacts with external services like GitHub, Slack, AWS accounts, and others.

protected virtual IMergeStrategy Strategy { get; }
Property Value

IMergeStrategy

Remarks

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

CloudformationResource: AWS::DevOpsAgent::Association

Mixin: true

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;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;
             var resourceMetadata;

             var cfnAssociationPropsMixin = new CfnAssociationPropsMixin(new CfnAssociationMixinProps {
                 AgentSpaceId = "agentSpaceId",
                 Configuration = new ServiceConfigurationProperty {
                     Aws = new AWSConfigurationProperty {
                         AccountId = "accountId",
                         AccountType = "accountType",
                         AssumableRoleArn = "assumableRoleArn",
                         Resources = new [] { new AWSResourceProperty {
                             ResourceArn = "resourceArn",
                             ResourceMetadata = resourceMetadata,
                             ResourceType = "resourceType"
                         } },
                         Tags = new [] { new KeyValuePairProperty {
                             Key = "key",
                             Value = "value"
                         } }
                     },
                     Dynatrace = new DynatraceConfigurationProperty {
                         EnableWebhookUpdates = false,
                         EnvId = "envId",
                         Resources = new [] { "resources" }
                     },
                     EventChannel = new EventChannelConfigurationProperty {
                         EnableWebhookUpdates = false
                     },
                     GitHub = new GitHubConfigurationProperty {
                         Owner = "owner",
                         OwnerType = "ownerType",
                         RepoId = "repoId",
                         RepoName = "repoName"
                     },
                     GitLab = new GitLabConfigurationProperty {
                         EnableWebhookUpdates = false,
                         InstanceIdentifier = "instanceIdentifier",
                         ProjectId = "projectId",
                         ProjectPath = "projectPath"
                     },
                     McpServer = new MCPServerConfigurationProperty {
                         Description = "description",
                         EnableWebhookUpdates = false,
                         Endpoint = "endpoint",
                         Name = "name",
                         Tools = new [] { "tools" }
                     },
                     McpServerDatadog = new MCPServerDatadogConfigurationProperty {
                         Description = "description",
                         EnableWebhookUpdates = false,
                         Endpoint = "endpoint",
                         Name = "name"
                     },
                     McpServerNewRelic = new MCPServerNewRelicConfigurationProperty {
                         AccountId = "accountId",
                         Endpoint = "endpoint"
                     },
                     McpServerSplunk = new MCPServerSplunkConfigurationProperty {
                         Description = "description",
                         EnableWebhookUpdates = false,
                         Endpoint = "endpoint",
                         Name = "name"
                     },
                     ServiceNow = new ServiceNowConfigurationProperty {
                         EnableWebhookUpdates = false,
                         InstanceId = "instanceId"
                     },
                     Slack = new SlackConfigurationProperty {
                         TransmissionTarget = new SlackTransmissionTargetProperty {
                             IncidentResponseTarget = new SlackChannelProperty {
                                 ChannelId = "channelId",
                                 ChannelName = "channelName"
                             }
                         },
                         WorkspaceId = "workspaceId",
                         WorkspaceName = "workspaceName"
                     },
                     SourceAws = new SourceAwsConfigurationProperty {
                         AccountId = "accountId",
                         AccountType = "accountType",
                         AssumableRoleArn = "assumableRoleArn",
                         Resources = new [] { new AWSResourceProperty {
                             ResourceArn = "resourceArn",
                             ResourceMetadata = resourceMetadata,
                             ResourceType = "resourceType"
                         } },
                         Tags = new [] { new KeyValuePairProperty {
                             Key = "key",
                             Value = "value"
                         } }
                     }
                 },
                 LinkedAssociationIds = new [] { "linkedAssociationIds" },
                 ServiceId = "serviceId"
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

public override void ApplyTo(IConstruct construct)
Parameters
construct IConstruct
Overrides
Mixin.ApplyTo(IConstruct)
Remarks

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

CloudformationResource: AWS::DevOpsAgent::Association

Mixin: true

ExampleMetadata: fixture=_generated

Supports(IConstruct)

Check if this mixin supports the given construct.

public override bool Supports(IConstruct construct)
Parameters
construct IConstruct
Returns

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

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

CloudformationResource: AWS::DevOpsAgent::Association

Mixin: true

ExampleMetadata: fixture=_generated

Implements

Constructs.IMixin
Back to top Generated by DocFX