Show / Hide Table of Contents

Class CfnAssociation.EventChannelConfigurationProperty

EventChannelconfiguration.

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

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()

EventChannelconfiguration.

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()

EventChannelconfiguration.

public EventChannelConfigurationProperty()
Remarks

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