@Stability(value=Stable)
public static interface CfnAlert.ActionProperty
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.*;
ActionProperty actionProperty = ActionProperty.builder()
.lambdaConfiguration(LambdaConfigurationProperty.builder()
.lambdaArn("lambdaArn")
.roleArn("roleArn")
.build())
.snsConfiguration(SNSConfigurationProperty.builder()
.roleArn("roleArn")
.snsTopicArn("snsTopicArn")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAlert.ActionProperty.Builder
A builder for
CfnAlert.ActionProperty |
static class |
CfnAlert.ActionProperty.Jsii$Proxy
An implementation for
CfnAlert.ActionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAlert.ActionProperty.Builder |
builder() |
default Object |
getLambdaConfiguration()
A configuration for an AWS Lambda channel.
|
default Object |
getSnsConfiguration()
A configuration for an Amazon SNS channel.
|
@Stability(value=Stable) @Nullable default Object getLambdaConfiguration()
@Stability(value=Stable) @Nullable default Object getSnsConfiguration()
@Stability(value=Stable) static CfnAlert.ActionProperty.Builder builder()
CfnAlert.ActionProperty.Builder of CfnAlert.ActionPropertyCopyright © 2022. All rights reserved.