Show / Hide Table of Contents

Interface CfnAssociation.IEventChannelConfigurationProperty

Configuration for Event Channel integration.

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

Defines webhook update settings to enable the Agent Space to receive real-time event notifications from event channel integrations.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-eventchannelconfiguration.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 eventChannelConfigurationProperty = new EventChannelConfigurationProperty {
                 EnableWebhookUpdates = false
             };

Synopsis

Properties

EnableWebhookUpdates

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

Properties

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-eventchannelconfiguration.html#cfn-devopsagent-association-eventchannelconfiguration-enablewebhookupdates

Type union: either bool or IResolvable

Back to top Generated by DocFX