AWS Fundamentals Logo
AWS Fundamentals
L1 Construct

CfnStudio

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studio.html.

Import

import { CfnStudio } from 'aws-cdk-lib/aws-nimblestudio';

Or use the module namespace:

import * as nimblestudio from 'aws-cdk-lib/aws-nimblestudio';
// nimblestudio.CfnStudio

Properties

Configuration passed to the constructor as CfnStudioProps.

adminRoleArnRequired
string | IRoleRef

<p>The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.</p>.

displayNameRequired
string

<p>A friendly name for the studio.</p>.

studioNameRequired
string

<p>The studio name that is used in the URL of the Nimble Studio portal when accessed by Nimble Studio users.</p>.

userRoleArnRequired
string | IRoleRef

<p>The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.</p>.

studioEncryptionConfigurationOptional
IResolvable | StudioEncryptionConfigurationProperty

<p>Configuration of the encryption method that is used for the studio.</p>.

tagsOptional
{ [key: string]: string }

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-nimblestudio
Properties6

External Links