public static interface CfnAccessPolicy.ProjectProperty
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.*; ProjectProperty projectProperty = ProjectProperty.builder() .id("id") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAccessPolicy.ProjectProperty.Builder
A builder for
CfnAccessPolicy.ProjectProperty |
static class |
CfnAccessPolicy.ProjectProperty.Jsii$Proxy
An implementation for
CfnAccessPolicy.ProjectProperty |
Modifier and Type | Method and Description |
---|---|
static CfnAccessPolicy.ProjectProperty.Builder |
builder() |
default java.lang.String |
getId()
The ID of the project.
|
default java.lang.String getId()
static CfnAccessPolicy.ProjectProperty.Builder builder()