@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-09T19:16:33.234Z")
public interface CfnWorkspaceProps
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 java.lang.String |
getDescription()
The description of the workspace.
|
java.lang.String |
getRole()
The ARN of the execution role associated with the workspace.
|
java.lang.String |
getS3Location()
The ARN of the S3 bucket where resources associated with the workspace are stored.
|
default java.util.Map<java.lang.String,java.lang.String> |
getTags()
Metadata that you can use to manage the workspace.
|
java.lang.String |
getWorkspaceId()
The ID of the workspace.
|
java.lang.String getRole()
java.lang.String getS3Location()
java.lang.String getWorkspaceId()
default java.lang.String getDescription()
default java.util.Map<java.lang.String,java.lang.String> getTags()
static CfnWorkspaceProps.Builder builder()
CfnWorkspaceProps.Builder
of CfnWorkspaceProps