interface IEventDestination
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.AppConfig.IEventDestination |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsappconfig#IEventDestination |
Java | software.amazon.awscdk.services.appconfig.IEventDestination |
Python | aws_cdk.aws_appconfig.IEventDestination |
TypeScript (source) | aws-cdk-lib » aws_appconfig » IEventDestination |
Implemented by
Event, Lambda, Sns, Sqs
Implemented by allowed extension event destinations.
Properties
| Name | Type | Description |
|---|---|---|
| extension | string | The URI of the extension event destination. |
| type | Source | The type of the extension event destination. |
| policy | Policy | The IAM policy document to invoke the event destination. |
extensionUri
Type:
string
The URI of the extension event destination.
type
Type:
Source
The type of the extension event destination.
policyDocument?
Type:
Policy
(optional)
The IAM policy document to invoke the event destination.

.NET
Go
Java
Python
TypeScript (