interface EventTriggerReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CustomerProfiles.EventTriggerReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#EventTriggerReference |
![]() | software.amazon.awscdk.services.customerprofiles.EventTriggerReference |
![]() | aws_cdk.aws_customerprofiles.EventTriggerReference |
![]() | aws-cdk-lib » aws_customerprofiles » EventTriggerReference |
A reference to a EventTrigger resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_customerprofiles as customerprofiles } from 'aws-cdk-lib';
const eventTriggerReference: customerprofiles.EventTriggerReference = {
domainName: 'domainName',
eventTriggerName: 'eventTriggerName',
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The DomainName of the EventTrigger resource. |
event | string | The EventTriggerName of the EventTrigger resource. |
domainName
Type:
string
The DomainName of the EventTrigger resource.
eventTriggerName
Type:
string
The EventTriggerName of the EventTrigger resource.