| Modifier and Type | Method and Description |
|---|---|
CfnStudio.Builder |
adminRoleArn(String adminRoleArn)
The IAM role that studio admins assume when logging in to the Nimble Studio portal.
|
CfnStudio |
build() |
static CfnStudio.Builder |
create(software.constructs.Construct scope,
String id) |
CfnStudio.Builder |
displayName(String displayName)
A friendly name for the studio.
|
CfnStudio.Builder |
studioEncryptionConfiguration(CfnStudio.StudioEncryptionConfigurationProperty studioEncryptionConfiguration)
Configuration of the encryption method that is used for the studio.
|
CfnStudio.Builder |
studioEncryptionConfiguration(IResolvable studioEncryptionConfiguration)
Configuration of the encryption method that is used for the studio.
|
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 |
tags(Map<String,String> tags)
An array of key-value pairs to apply to this resource.
|
CfnStudio.Builder |
userRoleArn(String userRoleArn)
The IAM role that studio users assume when logging in to the Nimble Studio portal.
|
@Stability(value=Stable) public static CfnStudio.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnStudio.StudioEncryptionConfigurationProperty.Builder.@Stability(value=Stable) public CfnStudio.Builder adminRoleArn(String adminRoleArn)
adminRoleArn - The IAM role that studio admins assume when logging in to the Nimble Studio portal. This parameter is required.this@Stability(value=Stable) public CfnStudio.Builder displayName(String displayName)
displayName - A friendly name for the studio. This parameter is required.this@Stability(value=Stable) public CfnStudio.Builder studioName(String studioName)
studioName - The name of the studio, as included in the URL when accessing it in the Nimble Studio portal. This parameter is required.this@Stability(value=Stable) public CfnStudio.Builder userRoleArn(String userRoleArn)
userRoleArn - The IAM role that studio users assume when logging in to the Nimble Studio portal. This parameter is required.this@Stability(value=Stable) public CfnStudio.Builder studioEncryptionConfiguration(CfnStudio.StudioEncryptionConfigurationProperty studioEncryptionConfiguration)
studioEncryptionConfiguration - Configuration of the encryption method that is used for the studio. This parameter is required.this@Stability(value=Stable) public CfnStudio.Builder studioEncryptionConfiguration(IResolvable studioEncryptionConfiguration)
studioEncryptionConfiguration - Configuration of the encryption method that is used for the studio. This parameter is required.this@Stability(value=Stable) public CfnStudio.Builder tags(Map<String,String> tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.thisCopyright © 2022. All rights reserved.