@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:55.230Z")
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.iotsitewise.*; CfnProjectProps cfnProjectProps = CfnProjectProps.builder() .portalId("portalId") .projectName("projectName") // the properties below are optional .assetIds(List.of("assetIds")) .projectDescription("projectDescription") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .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.util.List<java.lang.String> |
getAssetIds()
A list that contains the IDs of each asset associated with the project.
|
java.lang.String |
getPortalId()
The ID of the portal in which to create the project.
|
default java.lang.String |
getProjectDescription()
A description for the project.
|
java.lang.String |
getProjectName()
A friendly name for the project.
|
default java.util.List<CfnTag> |
getTags()
A list of key-value pairs that contain metadata for the project.
|
java.lang.String getPortalId()
java.lang.String getProjectName()
default java.util.List<java.lang.String> getAssetIds()
default java.lang.String getProjectDescription()
default java.util.List<CfnTag> getTags()
For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide .
static CfnProjectProps.Builder builder()
CfnProjectProps.Builder
of CfnProjectProps