| Package | Description |
|---|---|
| software.amazon.awscdk.services.iottwinmaker |
AWS::IoTTwinMaker Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnWorkspace.Builder |
CfnWorkspace.Builder.create(software.constructs.Construct scope,
String id) |
CfnWorkspace.Builder |
CfnWorkspace.Builder.description(String description)
The description of the workspace.
|
CfnWorkspace.Builder |
CfnWorkspace.Builder.role(String role)
The ARN of the execution role associated with the workspace.
|
CfnWorkspace.Builder |
CfnWorkspace.Builder.s3Location(String s3Location)
The ARN of the S3 bucket where resources associated with the workspace are stored.
|
CfnWorkspace.Builder |
CfnWorkspace.Builder.tags(Map<String,String> tags)
Metadata that you can use to manage the workspace.
|
CfnWorkspace.Builder |
CfnWorkspace.Builder.workspaceId(String workspaceId)
The ID of the workspace.
|
Copyright © 2022. All rights reserved.