Uses of Class
software.amazon.awscdk.services.nimblestudio.CfnStudio.Builder
Package
Description
AWS::NimbleStudio Construct Library
-
Uses of CfnStudio.Builder in software.amazon.awscdk.services.nimblestudio
Modifier and TypeMethodDescriptionCfnStudio.Builder.adminRoleArn
(String adminRoleArn) The IAM role that studio admins assume when logging in to the Nimble Studio portal.static CfnStudio.Builder
CfnStudio.Builder.displayName
(String displayName) A friendly name for the studio.CfnStudio.Builder.studioEncryptionConfiguration
(IResolvable studioEncryptionConfiguration) Configuration of the encryption method that is used for the studio.CfnStudio.Builder.studioEncryptionConfiguration
(CfnStudio.StudioEncryptionConfigurationProperty 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.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.