@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.856Z") @Stability(value=Stable) public interface CfnProjectProps 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 callbackOverrides;
Object defaultAttributes;
CfnProjectProps cfnProjectProps = CfnProjectProps.builder()
.placementTemplate(PlacementTemplateProperty.builder()
.defaultAttributes(defaultAttributes)
.deviceTemplates(Map.of(
"deviceTemplatesKey", DeviceTemplateProperty.builder()
.callbackOverrides(callbackOverrides)
.deviceType("deviceType")
.build()))
.build())
// the properties below are optional
.description("description")
.projectName("projectName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnProjectProps.Builder
A builder for
CfnProjectProps |
static class |
CfnProjectProps.Jsii$Proxy
An implementation for
CfnProjectProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnProjectProps.Builder |
builder() |
default String |
getDescription()
`AWS::IoT1Click::Project.Description`.
|
Object |
getPlacementTemplate()
`AWS::IoT1Click::Project.PlacementTemplate`.
|
default String |
getProjectName()
`AWS::IoT1Click::Project.ProjectName`.
|
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull Object getPlacementTemplate()
@Stability(value=Stable) @Nullable default String getProjectName()
@Stability(value=Stable) static CfnProjectProps.Builder builder()
CfnProjectProps.Builder of CfnProjectPropsCopyright © 2021. All rights reserved.