@Stability(value=Stable) public static final class CfnNotificationChannel.Builder extends Object implements software.amazon.jsii.Builder<CfnNotificationChannel>
CfnNotificationChannel.| Modifier and Type | Method and Description |
|---|---|
CfnNotificationChannel |
build() |
static CfnNotificationChannel.Builder |
create(software.constructs.Construct scope,
String id) |
CfnNotificationChannel.Builder |
snsRoleName(String snsRoleName)
`AWS::FMS::NotificationChannel.SnsRoleName`.
|
CfnNotificationChannel.Builder |
snsTopicArn(String snsTopicArn)
`AWS::FMS::NotificationChannel.SnsTopicArn`.
|
@Stability(value=Stable) public static CfnNotificationChannel.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnNotificationChannel.Builder.@Stability(value=Stable) public CfnNotificationChannel.Builder snsRoleName(String snsRoleName)
snsRoleName - `AWS::FMS::NotificationChannel.SnsRoleName`. This parameter is required.this@Stability(value=Stable) public CfnNotificationChannel.Builder snsTopicArn(String snsTopicArn)
snsTopicArn - `AWS::FMS::NotificationChannel.SnsTopicArn`. This parameter is required.this@Stability(value=Stable) public CfnNotificationChannel build()
build in interface software.amazon.jsii.Builder<CfnNotificationChannel>Copyright © 2021. All rights reserved.