interface IEventDestination
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppConfig.IEventDestination |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappconfig#IEventDestination |
![]() | software.amazon.awscdk.services.appconfig.IEventDestination |
![]() | aws_cdk.aws_appconfig.IEventDestination |
![]() | 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.