http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studio.html.
import { CfnStudio } from 'aws-cdk-lib/aws-nimblestudio';Or use the module namespace:
import * as nimblestudio from 'aws-cdk-lib/aws-nimblestudio';
// nimblestudio.CfnStudioConfiguration passed to the constructor as CfnStudioProps.
adminRoleArnRequiredstring | IRoleRef<p>The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.</p>.
displayNameRequiredstring<p>A friendly name for the studio.</p>.
studioNameRequiredstring<p>The studio name that is used in the URL of the Nimble Studio portal when accessed by Nimble Studio users.</p>.
userRoleArnRequiredstring | IRoleRef<p>The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.</p>.
studioEncryptionConfigurationOptionalIResolvable | StudioEncryptionConfigurationProperty<p>Configuration of the encryption method that is used for the studio.</p>.
tagsOptional{ [key: string]: string }Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-nimblestudio