Show / Hide Table of Contents

Class CfnStreamingImageProps

Properties for defining a CfnStreamingImage.

Inheritance
object
CfnStreamingImageProps
Implements
ICfnStreamingImageProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStreamingImageProps : ICfnStreamingImageProps
Syntax (vb)
Public Class CfnStreamingImageProps Implements ICfnStreamingImageProps
Remarks

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

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 CfnStreamingImage.

Properties

Description

Properties for defining a CfnStreamingImage.

Ec2ImageId

Properties for defining a CfnStreamingImage.

Name

Properties for defining a CfnStreamingImage.

StudioId

Properties for defining a CfnStreamingImage.

Tags

Properties for defining a CfnStreamingImage.

Constructors

CfnStreamingImageProps()

Properties for defining a CfnStreamingImage.

public CfnStreamingImageProps()
Remarks

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

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

string

Remarks

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

Ec2ImageId

Properties for defining a CfnStreamingImage.

public string Ec2ImageId { get; set; }
Property Value

string

Remarks

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

Name

Properties for defining a CfnStreamingImage.

public string Name { get; set; }
Property Value

string

Remarks

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

StudioId

Properties for defining a CfnStreamingImage.

public string StudioId { get; set; }
Property Value

string

Remarks

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

Tags

Properties for defining a CfnStreamingImage.

public IDictionary<string, string>? Tags { get; set; }
Property Value

IDictionary<string, string>

Remarks

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

Implements

ICfnStreamingImageProps
Back to top Generated by DocFX