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
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
Remarks
SnsTopicArn
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
string? SnsTopicArn { get; }