interface EventChannelConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DevOpsAgent.CfnAssociationPropsMixin.EventChannelConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdevopsagent#CfnAssociationPropsMixin_EventChannelConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.devopsagent.CfnAssociationPropsMixin.EventChannelConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_devopsagent.CfnAssociationPropsMixin.EventChannelConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_devopsagent » CfnAssociationPropsMixin » EventChannelConfigurationProperty |
Configuration for Event Channel integration.
Defines webhook update settings to enable the Agent Space to receive real-time event notifications from event channel integrations.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_devopsagent as devopsagent } from '@aws-cdk/cfn-property-mixins';
const eventChannelConfigurationProperty: devopsagent.CfnAssociationPropsMixin.EventChannelConfigurationProperty = {
enableWebhookUpdates: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| enable | boolean | IResolvable | When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service. |
enableWebhookUpdates?
Type:
boolean | IResolvable
(optional)
When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service.

.NET
Go
Java
Python
TypeScript