AWS Fundamentals Logo
AWS Fundamentals
L1 Construct

CfnStreamingImage

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

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnStreamingImageProps.

ec2ImageIdRequired
string
nameRequired
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
Properties5

External Links