Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.nimblestudio.CfnStudioPropsMixin.Builder
Packages that use CfnStudioPropsMixin.Builder
-
Uses of CfnStudioPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.nimblestudio
Methods in software.amazon.awscdk.cfnpropertymixins.services.nimblestudio that return CfnStudioPropsMixin.BuilderModifier and TypeMethodDescriptionCfnStudioPropsMixin.Builder.adminRoleArn(String adminRoleArn) The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.CfnStudioPropsMixin.Builder.adminRoleArn(IRoleRef adminRoleArn) The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.static CfnStudioPropsMixin.BuilderCfnStudioPropsMixin.Builder.create()static CfnStudioPropsMixin.BuilderCfnStudioPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnStudioPropsMixin.Builder.displayName(String displayName) A friendly name for the studio.CfnStudioPropsMixin.Builder.studioEncryptionConfiguration(CfnStudioPropsMixin.StudioEncryptionConfigurationProperty studioEncryptionConfiguration) Configuration of the encryption method that is used for the studio.CfnStudioPropsMixin.Builder.studioEncryptionConfiguration(IResolvable studioEncryptionConfiguration) Configuration of the encryption method that is used for the studio.CfnStudioPropsMixin.Builder.studioName(String studioName) The studio name that is used in the URL of the Nimble Studio portal when accessed by Nimble Studio users.CfnStudioPropsMixin.Builder.userRoleArn(String userRoleArn) The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.CfnStudioPropsMixin.Builder.userRoleArn(IRoleRef userRoleArn) The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.