interface ManagedNotificationAdditionalChannelAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_notifications.ManagedNotificationAdditionalChannelAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnotifications#ManagedNotificationAdditionalChannelAssociationReference |
![]() | software.amazon.awscdk.services.notifications.ManagedNotificationAdditionalChannelAssociationReference |
![]() | aws_cdk.aws_notifications.ManagedNotificationAdditionalChannelAssociationReference |
![]() | aws-cdk-lib » aws_notifications » ManagedNotificationAdditionalChannelAssociationReference |
A reference to a ManagedNotificationAdditionalChannelAssociation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_notifications as notifications } from 'aws-cdk-lib';
const managedNotificationAdditionalChannelAssociationReference: notifications.ManagedNotificationAdditionalChannelAssociationReference = {
channelArn: 'channelArn',
managedNotificationConfigurationArn: 'managedNotificationConfigurationArn',
};
Properties
Name | Type | Description |
---|---|---|
channel | string | The ChannelArn of the ManagedNotificationAdditionalChannelAssociation resource. |
managed | string | The ManagedNotificationConfigurationArn of the ManagedNotificationAdditionalChannelAssociation resource. |
channelArn
Type:
string
The ChannelArn of the ManagedNotificationAdditionalChannelAssociation resource.
managedNotificationConfigurationArn
Type:
string
The ManagedNotificationConfigurationArn of the ManagedNotificationAdditionalChannelAssociation resource.