@Stability(value=Stable)
public static interface CfnSafetyRule.AssertionRuleProperty
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.*;
AssertionRuleProperty assertionRuleProperty = AssertionRuleProperty.builder()
.assertedControls(List.of("assertedControls"))
.waitPeriodMs(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSafetyRule.AssertionRuleProperty.Builder
A builder for
CfnSafetyRule.AssertionRuleProperty |
static class |
CfnSafetyRule.AssertionRuleProperty.Jsii$Proxy
An implementation for
CfnSafetyRule.AssertionRuleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSafetyRule.AssertionRuleProperty.Builder |
builder() |
List<String> |
getAssertedControls()
`CfnSafetyRule.AssertionRuleProperty.AssertedControls`.
|
Number |
getWaitPeriodMs()
`CfnSafetyRule.AssertionRuleProperty.WaitPeriodMs`.
|
@Stability(value=Stable) @NotNull List<String> getAssertedControls()
@Stability(value=Stable) @NotNull Number getWaitPeriodMs()
@Stability(value=Stable) static CfnSafetyRule.AssertionRuleProperty.Builder builder()
Copyright © 2021. All rights reserved.