@Stability(value=Stable)
public static interface CfnApp.CustomRuleProperty
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.amplify.*;
CustomRuleProperty customRuleProperty = CustomRuleProperty.builder()
.source("source")
.target("target")
// the properties below are optional
.condition("condition")
.status("status")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApp.CustomRuleProperty.Builder
A builder for
CfnApp.CustomRuleProperty |
static class |
CfnApp.CustomRuleProperty.Jsii$Proxy
An implementation for
CfnApp.CustomRuleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApp.CustomRuleProperty.Builder |
builder() |
default String |
getCondition()
`CfnApp.CustomRuleProperty.Condition`.
|
String |
getSource()
`CfnApp.CustomRuleProperty.Source`.
|
default String |
getStatus()
`CfnApp.CustomRuleProperty.Status`.
|
String |
getTarget()
`CfnApp.CustomRuleProperty.Target`.
|
@Stability(value=Stable) @Nullable default String getCondition()
@Stability(value=Stable) @NotNull String getSource()
@Stability(value=Stable) @Nullable default String getStatus()
@Stability(value=Stable) @NotNull String getTarget()
@Stability(value=Stable) static CfnApp.CustomRuleProperty.Builder builder()
CfnApp.CustomRuleProperty.Builder of CfnApp.CustomRulePropertyCopyright © 2021. All rights reserved.