Class CfnStreamingImageProps
Properties for defining a CfnStreamingImage
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStreamingImageProps : Object, ICfnStreamingImageProps
Syntax (vb)
Public Class CfnStreamingImageProps
Inherits Object
Implements ICfnStreamingImageProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.NimbleStudio;
var cfnStreamingImageProps = new CfnStreamingImageProps {
Ec2ImageId = "ec2ImageId",
Name = "name",
StudioId = "studioId",
// the properties below are optional
Description = "description",
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
};
Synopsis
Constructors
Cfn |
Properties
Description | A human-readable description of the streaming image. |
Ec2Image |
The ID of an EC2 machine image with which to create the streaming image. |
Name | A friendly name for a streaming image resource. |
Studio |
The unique identifier for a studio resource. |
Tags | An array of key-value pairs to apply to this resource. |
Constructors
CfnStreamingImageProps()
public CfnStreamingImageProps()
Properties
Description
A human-readable description of the streaming image.
public string Description { get; set; }
Property Value
System.
Remarks
Ec2ImageId
The ID of an EC2 machine image with which to create the streaming image.
public string Ec2ImageId { get; set; }
Property Value
System.
Remarks
Name
A friendly name for a streaming image resource.
public string Name { get; set; }
Property Value
System.
Remarks
StudioId
The unique identifier for a studio resource.
public string StudioId { get; set; }
Property Value
System.
Remarks
In Nimble Studio, all other resources are contained in a studio resource.
Tags
An array of key-value pairs to apply to this resource.
public IDictionary<string, string> Tags { get; set; }
Property Value
System.