Show / Hide Table of Contents

Interface ICfnNotificationChannelMixinProps

Properties for CfnNotificationChannelPropsMixin.

Namespace: Amazon.CDK.Mixins.Preview.AWS.FMS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnNotificationChannelMixinProps
Syntax (vb)
Public Interface ICfnNotificationChannelMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.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.Mixins.Preview.AWS.FMS.Mixins;

             var cfnNotificationChannelMixinProps = new CfnNotificationChannelMixinProps {
                 SnsRoleName = "snsRoleName",
                 SnsTopicArn = "snsTopicArn"
             };

Synopsis

Properties

SnsRoleName

The Amazon Resource Name (ARN) of the IAM role that allows Amazon to record AWS Firewall Manager activity.

SnsTopicArn

The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .

Properties

SnsRoleName

The Amazon Resource Name (ARN) of the IAM role that allows Amazon to record AWS Firewall Manager activity.

string? SnsRoleName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename

SnsTopicArn

The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .

string? SnsTopicArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn

Back to top Generated by DocFX