Class CfnAssociation.EventChannelConfigurationProperty
EventChannelconfiguration.
Implements
Inherited Members
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
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
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; }