@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-22T22:36:21.391Z") @Stability(value=Stable) public interface CfnPlacementGroupProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
CfnPlacementGroupProps cfnPlacementGroupProps = CfnPlacementGroupProps.builder()
.strategy("strategy")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPlacementGroupProps.Builder
A builder for
CfnPlacementGroupProps |
static class |
CfnPlacementGroupProps.Jsii$Proxy
An implementation for
CfnPlacementGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPlacementGroupProps.Builder |
builder() |
default String |
getStrategy()
The placement strategy.
|
@Stability(value=Stable) @Nullable default String getStrategy()
@Stability(value=Stable) static CfnPlacementGroupProps.Builder builder()
CfnPlacementGroupProps.Builder of CfnPlacementGroupPropsCopyright © 2022. All rights reserved.