Interface ICfnNotificationHubProps
Properties for defining a CfnNotificationHub.
Namespace: Amazon.CDK.AWS.Notifications
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnNotificationHubProps
Syntax (vb)
Public Interface ICfnNotificationHubProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Notifications;
var cfnNotificationHubProps = new CfnNotificationHubProps {
Region = "region"
};
Synopsis
Properties
| Region | The |
Properties
Region
The NotificationHub Region.
string Region { get; }