@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.706Z") @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()
`AWS::FMS::NotificationChannel.SnsRoleName`.
|
String |
getSnsTopicArn()
`AWS::FMS::NotificationChannel.SnsTopicArn`.
|
@Stability(value=Stable) @NotNull String getSnsRoleName()
@Stability(value=Stable) @NotNull String getSnsTopicArn()
@Stability(value=Stable) static CfnNotificationChannelProps.Builder builder()
Copyright © 2021. All rights reserved.