@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:32.537Z")
public interface CfnPlacementGroupProps
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 java.lang.String |
getStrategy()
The placement strategy.
|
default java.lang.String getStrategy()
static CfnPlacementGroupProps.Builder builder()
CfnPlacementGroupProps.Builder
of CfnPlacementGroupProps