@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-09T19:16:33.125Z")
public interface CfnProjectProps
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 java.lang.String |
getDescription()
The description of the project.
|
java.lang.Object |
getPlacementTemplate()
An object describing the project's placement specifications.
|
default java.lang.String |
getProjectName()
The name of the project from which to obtain information.
|
java.lang.Object getPlacementTemplate()
default java.lang.String getDescription()
default java.lang.String getProjectName()
static CfnProjectProps.Builder builder()
CfnProjectProps.Builder
of CfnProjectProps