Interface CfnAssociation.IEventChannelConfigurationProperty
EventChannelconfiguration.
Namespace: Amazon.CDK.AWS.DevOpsAgent
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAssociation.IEventChannelConfigurationProperty
Syntax (vb)
Public Interface 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
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; }