@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:34.954Z") @Stability(value=Stable) public interface CfnNotificationChannelProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.fms.*;
CfnNotificationChannelProps cfnNotificationChannelProps = CfnNotificationChannelProps.builder()
.snsRoleName("snsRoleName")
.snsTopicArn("snsTopicArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNotificationChannelProps.Builder
A builder for
CfnNotificationChannelProps |
static class |
CfnNotificationChannelProps.Jsii$Proxy
An implementation for
CfnNotificationChannelProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnNotificationChannelProps.Builder |
builder() |
String |
getSnsRoleName()
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
|
String |
getSnsTopicArn()
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
|
@Stability(value=Stable) @NotNull String getSnsRoleName()
@Stability(value=Stable) @NotNull String getSnsTopicArn()
@Stability(value=Stable) static CfnNotificationChannelProps.Builder builder()
Copyright © 2022. All rights reserved.