@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:49.324Z")
public interface CfnStudioProps
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.nimblestudio.*; CfnStudioProps cfnStudioProps = CfnStudioProps.builder() .adminRoleArn("adminRoleArn") .displayName("displayName") .studioName("studioName") .userRoleArn("userRoleArn") // the properties below are optional .studioEncryptionConfiguration(StudioEncryptionConfigurationProperty.builder() .keyType("keyType") // the properties below are optional .keyArn("keyArn") .build()) .tags(Map.of( "tagsKey", "tags")) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnStudioProps.Builder
A builder for
CfnStudioProps |
static class |
CfnStudioProps.Jsii$Proxy
An implementation for
CfnStudioProps |
Modifier and Type | Method and Description |
---|---|
static CfnStudioProps.Builder |
builder() |
java.lang.String |
getAdminRoleArn()
The IAM role that studio admins assume when logging in to the Nimble Studio portal.
|
java.lang.String |
getDisplayName()
A friendly name for the studio.
|
default java.lang.Object |
getStudioEncryptionConfiguration()
Configuration of the encryption method that is used for the studio.
|
java.lang.String |
getStudioName()
The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
|
default java.util.Map<java.lang.String,java.lang.String> |
getTags()
An array of key-value pairs to apply to this resource.
|
java.lang.String |
getUserRoleArn()
The IAM role that studio users assume when logging in to the Nimble Studio portal.
|
java.lang.String getAdminRoleArn()
java.lang.String getDisplayName()
java.lang.String getStudioName()
java.lang.String getUserRoleArn()
default java.lang.Object getStudioEncryptionConfiguration()
default java.util.Map<java.lang.String,java.lang.String> getTags()
For more information, see Tag .
static CfnStudioProps.Builder builder()
CfnStudioProps.Builder
of CfnStudioProps