@Stability(value=Stable) public static final class CfnSafetyRule.Builder extends Object implements software.amazon.jsii.Builder<CfnSafetyRule>
CfnSafetyRule.| Modifier and Type | Method and Description |
|---|---|
CfnSafetyRule.Builder |
assertionRule(CfnSafetyRule.AssertionRuleProperty assertionRule)
`AWS::Route53RecoveryControl::SafetyRule.AssertionRule`.
|
CfnSafetyRule.Builder |
assertionRule(IResolvable assertionRule)
`AWS::Route53RecoveryControl::SafetyRule.AssertionRule`.
|
CfnSafetyRule |
build() |
CfnSafetyRule.Builder |
controlPanelArn(String controlPanelArn)
`AWS::Route53RecoveryControl::SafetyRule.ControlPanelArn`.
|
static CfnSafetyRule.Builder |
create(Construct scope,
String id) |
CfnSafetyRule.Builder |
gatingRule(CfnSafetyRule.GatingRuleProperty gatingRule)
`AWS::Route53RecoveryControl::SafetyRule.GatingRule`.
|
CfnSafetyRule.Builder |
gatingRule(IResolvable gatingRule)
`AWS::Route53RecoveryControl::SafetyRule.GatingRule`.
|
CfnSafetyRule.Builder |
name(String name)
`AWS::Route53RecoveryControl::SafetyRule.Name`.
|
CfnSafetyRule.Builder |
ruleConfig(CfnSafetyRule.RuleConfigProperty ruleConfig)
`AWS::Route53RecoveryControl::SafetyRule.RuleConfig`.
|
CfnSafetyRule.Builder |
ruleConfig(IResolvable ruleConfig)
`AWS::Route53RecoveryControl::SafetyRule.RuleConfig`.
|
@Stability(value=Stable) public static CfnSafetyRule.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnSafetyRule.AssertionRuleProperty.Builder.@Stability(value=Stable) public CfnSafetyRule.Builder controlPanelArn(String controlPanelArn)
controlPanelArn - `AWS::Route53RecoveryControl::SafetyRule.ControlPanelArn`. This parameter is required.this@Stability(value=Stable) public CfnSafetyRule.Builder name(String name)
name - `AWS::Route53RecoveryControl::SafetyRule.Name`. This parameter is required.this@Stability(value=Stable) public CfnSafetyRule.Builder ruleConfig(CfnSafetyRule.RuleConfigProperty ruleConfig)
ruleConfig - `AWS::Route53RecoveryControl::SafetyRule.RuleConfig`. This parameter is required.this@Stability(value=Stable) public CfnSafetyRule.Builder ruleConfig(IResolvable ruleConfig)
ruleConfig - `AWS::Route53RecoveryControl::SafetyRule.RuleConfig`. This parameter is required.this@Stability(value=Stable) public CfnSafetyRule.Builder assertionRule(IResolvable assertionRule)
assertionRule - `AWS::Route53RecoveryControl::SafetyRule.AssertionRule`. This parameter is required.this@Stability(value=Stable) public CfnSafetyRule.Builder assertionRule(CfnSafetyRule.AssertionRuleProperty assertionRule)
assertionRule - `AWS::Route53RecoveryControl::SafetyRule.AssertionRule`. This parameter is required.this@Stability(value=Stable) public CfnSafetyRule.Builder gatingRule(IResolvable gatingRule)
gatingRule - `AWS::Route53RecoveryControl::SafetyRule.GatingRule`. This parameter is required.this@Stability(value=Stable) public CfnSafetyRule.Builder gatingRule(CfnSafetyRule.GatingRuleProperty gatingRule)
gatingRule - `AWS::Route53RecoveryControl::SafetyRule.GatingRule`. This parameter is required.this@Stability(value=Stable) public CfnSafetyRule build()
build in interface software.amazon.jsii.Builder<CfnSafetyRule>Copyright © 2021. All rights reserved.