@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.921Z") @Stability(value=Stable) public interface CfnPlacementProps 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.iot1click.*;
Object associatedDevices;
Object attributes;
CfnPlacementProps cfnPlacementProps = CfnPlacementProps.builder()
.projectName("projectName")
// the properties below are optional
.associatedDevices(associatedDevices)
.attributes(attributes)
.placementName("placementName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPlacementProps.Builder
A builder for
CfnPlacementProps |
static class |
CfnPlacementProps.Jsii$Proxy
An implementation for
CfnPlacementProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPlacementProps.Builder |
builder() |
default Object |
getAssociatedDevices()
The devices to associate with the placement, as defined by a mapping of zero or more key-value pairs wherein the key is a template name and the value is a device ID.
|
default Object |
getAttributes()
The user-defined attributes associated with the placement.
|
default String |
getPlacementName()
The name of the placement.
|
String |
getProjectName()
The name of the project containing the placement.
|
@Stability(value=Stable) @NotNull String getProjectName()
@Stability(value=Stable) @Nullable default Object getAssociatedDevices()
@Stability(value=Stable) @Nullable default Object getAttributes()
@Stability(value=Stable) @Nullable default String getPlacementName()
@Stability(value=Stable) static CfnPlacementProps.Builder builder()
CfnPlacementProps.Builder of CfnPlacementPropsCopyright © 2022. All rights reserved.