AWS Fundamentals Logo
AWS Fundamentals
L1 Construct

CfnLaunchProfile

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

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnLaunchProfileProps.

ec2SubnetIdsRequired
string[]
launchProfileProtocolVersionsRequired
string[]
nameRequired
string
streamConfigurationRequired
IResolvable | StreamConfigurationProperty
studioComponentIdsRequired
string[]
studioIdRequired
string
descriptionOptional
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
Properties8

External Links