public static interface CfnAlert.ActionProperty
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 java.lang.Object |
getLambdaConfiguration()
A configuration for an AWS Lambda channel.
|
default java.lang.Object |
getSnsConfiguration()
A configuration for an Amazon SNS channel.
|
default java.lang.Object getLambdaConfiguration()
default java.lang.Object getSnsConfiguration()
static CfnAlert.ActionProperty.Builder builder()
CfnAlert.ActionProperty.Builder
of CfnAlert.ActionProperty