Show / Hide Table of Contents

Class CfnAssociation.EventChannelConfigurationProperty

Configuration for Event Channel integration.

Inheritance
object
CfnAssociation.EventChannelConfigurationProperty
Implements
CfnAssociation.IEventChannelConfigurationProperty
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.EventChannelConfigurationProperty : CfnAssociation.IEventChannelConfigurationProperty
Syntax (vb)
Public Class CfnAssociation.EventChannelConfigurationProperty Implements 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

Constructors

EventChannelConfigurationProperty()

Configuration for Event Channel integration.

Properties

EnableWebhookUpdates

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

Constructors

EventChannelConfigurationProperty()

Configuration for Event Channel integration.

public EventChannelConfigurationProperty()
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
             };

Properties

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

Type union: either bool or IResolvable

Implements

CfnAssociation.IEventChannelConfigurationProperty
Back to top Generated by DocFX