@Stability(value=Stable)
public static interface CfnAlert.SNSConfigurationProperty
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.lookoutmetrics.*;
SNSConfigurationProperty sNSConfigurationProperty = SNSConfigurationProperty.builder()
.roleArn("roleArn")
.snsTopicArn("snsTopicArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAlert.SNSConfigurationProperty.Builder
A builder for
CfnAlert.SNSConfigurationProperty |
static class |
CfnAlert.SNSConfigurationProperty.Jsii$Proxy
An implementation for
CfnAlert.SNSConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAlert.SNSConfigurationProperty.Builder |
builder() |
String |
getRoleArn()
The ARN of the IAM role that has access to the target SNS topic.
|
String |
getSnsTopicArn()
The ARN of the target SNS topic.
|
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @NotNull String getSnsTopicArn()
@Stability(value=Stable) static CfnAlert.SNSConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.