Class CfnNotificationChannelPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.fms.CfnNotificationChannelPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNotificationChannelPropsMixin>
- Enclosing class:
CfnNotificationChannelPropsMixin
@Stability(Stable)
public static final class CfnNotificationChannelPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNotificationChannelPropsMixin>
A fluent builder for
CfnNotificationChannelPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) snsRoleName(String snsRoleName) The Amazon Resource Name (ARN) of the IAM role that allows Amazon to record AWS Firewall Manager activity.snsTopicArn(String snsTopicArn) The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
-
Method Details
-
create
@Stability(Stable) public static CfnNotificationChannelPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnNotificationChannelPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnNotificationChannelPropsMixin.Builder.
-
snsRoleName
The Amazon Resource Name (ARN) of the IAM role that allows Amazon to record AWS Firewall Manager activity.- Parameters:
snsRoleName- The Amazon Resource Name (ARN) of the IAM role that allows Amazon to record AWS Firewall Manager activity. This parameter is required.- Returns:
this- See Also:
-
snsTopicArn
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .- Parameters:
snsTopicArn- The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager . This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNotificationChannelPropsMixin>- Returns:
- a newly built instance of
CfnNotificationChannelPropsMixin.
-