@Stability(value=Stable)
public static interface CfnSafetyRule.RuleConfigProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.route53recoverycontrol.*;
RuleConfigProperty ruleConfigProperty = RuleConfigProperty.builder()
.inverted(false)
.threshold(123)
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSafetyRule.RuleConfigProperty.Builder
A builder for
CfnSafetyRule.RuleConfigProperty |
static class |
CfnSafetyRule.RuleConfigProperty.Jsii$Proxy
An implementation for
CfnSafetyRule.RuleConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSafetyRule.RuleConfigProperty.Builder |
builder() |
Object |
getInverted()
`CfnSafetyRule.RuleConfigProperty.Inverted`.
|
Number |
getThreshold()
`CfnSafetyRule.RuleConfigProperty.Threshold`.
|
String |
getType()
`CfnSafetyRule.RuleConfigProperty.Type`.
|
@Stability(value=Stable) @NotNull Object getInverted()
@Stability(value=Stable) @NotNull Number getThreshold()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnSafetyRule.RuleConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.