interface ManagedNotificationConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.UserNotifications.ManagedNotificationConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsusernotifications#ManagedNotificationConfigurationReference |
Java | software.amazon.awscdk.interfaces.usernotifications.ManagedNotificationConfigurationReference |
Python | aws_cdk.interfaces.aws_usernotifications.ManagedNotificationConfigurationReference |
TypeScript | aws-cdk-lib » interfaces » aws_usernotifications » ManagedNotificationConfigurationReference |
A reference to a ManagedNotificationConfiguration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_usernotifications as interfaces_usernotifications } from 'aws-cdk-lib/interfaces';
const managedNotificationConfigurationReference: interfaces_usernotifications.ManagedNotificationConfigurationReference = {
managedNotificationConfigurationArn: 'managedNotificationConfigurationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| managed | string | The Arn of the ManagedNotificationConfiguration resource. |
managedNotificationConfigurationArn
Type:
string
The Arn of the ManagedNotificationConfiguration resource.

.NET
Go
Java
Python
TypeScript