AWS Fundamentals Logo
AWS Fundamentals
L1 Construct

CfnStudioComponent

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

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnStudioComponentProps.

nameRequired
string
studioIdRequired
string
typeRequired
string
configurationOptional
IResolvable | StudioComponentConfigurationProperty
descriptionOptional
string
ec2SecurityGroupIdsOptional
string[]
initializationScriptsOptional
IResolvable | IResolvable | StudioComponentInitializationScriptProperty[]
scriptParametersOptional
IResolvable | IResolvable | ScriptParameterKeyValueProperty[]
subtypeOptional
string
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
Properties10

External Links