Class CfnStreamingImageProps
Properties for defining a CfnStreamingImage
.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStreamingImageProps : ICfnStreamingImageProps
Syntax (vb)
Public Class CfnStreamingImageProps 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
CfnStreamingImageProps() | Properties for defining a |
Properties
Description | Properties for defining a |
Ec2ImageId | Properties for defining a |
Name | Properties for defining a |
StudioId | Properties for defining a |
Tags | Properties for defining a |
Constructors
CfnStreamingImageProps()
Properties for defining a CfnStreamingImage
.
public CfnStreamingImageProps()
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" }
}
};
Properties
Description
Properties for defining a CfnStreamingImage
.
public string? Description { get; set; }
Property Value
Remarks
Ec2ImageId
Properties for defining a CfnStreamingImage
.
public string Ec2ImageId { get; set; }
Property Value
Remarks
Name
Properties for defining a CfnStreamingImage
.
public string Name { get; set; }
Property Value
Remarks
StudioId
Properties for defining a CfnStreamingImage
.
public string StudioId { get; set; }
Property Value
Remarks
Tags
Properties for defining a CfnStreamingImage
.
public IDictionary<string, string>? Tags { get; set; }