interface CfnStreamingImageProps
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.NimbleStudio.CfnStreamingImageProps | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnStreamingImageProps | 
|  Java | software.amazon.awscdk.services.nimblestudio.CfnStreamingImageProps | 
|  Python | aws_cdk.aws_nimblestudio.CfnStreamingImageProps | 
|  TypeScript | aws-cdk-lib»aws_nimblestudio»CfnStreamingImageProps | 
Properties for defining a CfnStreamingImage.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_nimblestudio as nimblestudio } from 'aws-cdk-lib';
const cfnStreamingImageProps: nimblestudio.CfnStreamingImageProps = {
  ec2ImageId: 'ec2ImageId',
  name: 'name',
  studioId: 'studioId',
  // the properties below are optional
  description: 'description',
  tags: {
    tagsKey: 'tags',
  },
};
Properties
| Name | Type | Description | 
|---|---|---|
| ec2 | string | |
| name | string | |
| studio | string | |
| description? | string | |
| tags? | { [string]: string } | 
ec2ImageId
Type:
string
name
Type:
string
studioId
Type:
string
description?
Type:
string
(optional)
tags?
Type:
{ [string]: string }
(optional)
