| Package | Description |
|---|---|
| software.amazon.awscdk.services.nimblestudio |
AWS::NimbleStudio Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnStudio.Builder |
CfnStudio.Builder.adminRoleArn(String adminRoleArn)
The IAM role that studio admins assume when logging in to the Nimble Studio portal.
|
static CfnStudio.Builder |
CfnStudio.Builder.create(software.constructs.Construct scope,
String id) |
CfnStudio.Builder |
CfnStudio.Builder.displayName(String displayName)
A friendly name for the studio.
|
CfnStudio.Builder |
CfnStudio.Builder.studioEncryptionConfiguration(CfnStudio.StudioEncryptionConfigurationProperty studioEncryptionConfiguration)
Configuration of the encryption method that is used for the studio.
|
CfnStudio.Builder |
CfnStudio.Builder.studioEncryptionConfiguration(IResolvable studioEncryptionConfiguration)
Configuration of the encryption method that is used for the studio.
|
CfnStudio.Builder |
CfnStudio.Builder.studioName(String studioName)
The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
|
CfnStudio.Builder |
CfnStudio.Builder.tags(Map<String,String> tags)
An array of key-value pairs to apply to this resource.
|
CfnStudio.Builder |
CfnStudio.Builder.userRoleArn(String userRoleArn)
The IAM role that studio users assume when logging in to the Nimble Studio portal.
|
Copyright © 2022. All rights reserved.