@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.519Z") @Stability(value=Stable) public interface CfnProjectProps extends software.amazon.jsii.JsiiSerializable
| 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() |
String |
getPortalId()
`AWS::IoTSiteWise::Project.PortalId`.
|
default String |
getProjectDescription()
`AWS::IoTSiteWise::Project.ProjectDescription`.
|
String |
getProjectName()
`AWS::IoTSiteWise::Project.ProjectName`.
|
default List<CfnTag> |
getTags()
`AWS::IoTSiteWise::Project.Tags`.
|
@Stability(value=Stable) @NotNull String getPortalId()
@Stability(value=Stable) @NotNull String getProjectName()
@Stability(value=Stable) @Nullable default String getProjectDescription()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnProjectProps.Builder builder()
CfnProjectProps.Builder of CfnProjectPropsCopyright © 2021. All rights reserved.