@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:32.825Z") @Stability(value=Stable) public interface CfnWorkspaceProps 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.iottwinmaker.*;
CfnWorkspaceProps cfnWorkspaceProps = CfnWorkspaceProps.builder()
.role("role")
.s3Location("s3Location")
.workspaceId("workspaceId")
// the properties below are optional
.description("description")
.tags(Map.of(
"tagsKey", "tags"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWorkspaceProps.Builder
A builder for
CfnWorkspaceProps |
static class |
CfnWorkspaceProps.Jsii$Proxy
An implementation for
CfnWorkspaceProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnWorkspaceProps.Builder |
builder() |
default String |
getDescription()
`AWS::IoTTwinMaker::Workspace.Description`.
|
String |
getRole()
`AWS::IoTTwinMaker::Workspace.Role`.
|
String |
getS3Location()
`AWS::IoTTwinMaker::Workspace.S3Location`.
|
default Map<String,String> |
getTags()
`AWS::IoTTwinMaker::Workspace.Tags`.
|
String |
getWorkspaceId()
`AWS::IoTTwinMaker::Workspace.WorkspaceId`.
|
@Stability(value=Stable) @NotNull String getRole()
@Stability(value=Stable) @NotNull String getS3Location()
@Stability(value=Stable) @NotNull String getWorkspaceId()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Map<String,String> getTags()
@Stability(value=Stable) static CfnWorkspaceProps.Builder builder()
CfnWorkspaceProps.Builder of CfnWorkspacePropsCopyright © 2022. All rights reserved.