Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationhub.html

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 NotificationHub Region.

Properties

Region

The NotificationHub Region.

string Region { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationhub.html#cfn-notifications-notificationhub-region

Back to top Generated by DocFX