@Stability(value=Stable)
public static interface CfnRule.PlacementConstraintProperty
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.events.*;
PlacementConstraintProperty placementConstraintProperty = PlacementConstraintProperty.builder()
.expression("expression")
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRule.PlacementConstraintProperty.Builder
A builder for
CfnRule.PlacementConstraintProperty |
static class |
CfnRule.PlacementConstraintProperty.Jsii$Proxy
An implementation for
CfnRule.PlacementConstraintProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRule.PlacementConstraintProperty.Builder |
builder() |
default String |
getExpression()
`CfnRule.PlacementConstraintProperty.Expression`.
|
default String |
getType()
`CfnRule.PlacementConstraintProperty.Type`.
|
@Stability(value=Stable) @Nullable default String getExpression()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) static CfnRule.PlacementConstraintProperty.Builder builder()
Copyright © 2021. All rights reserved.