@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.075Z") @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()
The description of the workspace.
|
String |
getRole()
The ARN of the execution role associated with the workspace.
|
String |
getS3Location()
The ARN of the S3 bucket where resources associated with the workspace are stored.
|
default Map<String,String> |
getTags()
Metadata that you can use to manage the workspace.
|
String |
getWorkspaceId()
The ID of the workspace.
|
@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.