Show / Hide Table of Contents

Interface ICfnStreamingImageProps

Properties for defining a CfnStreamingImage.

Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnStreamingImageProps
Syntax (vb)
Public Interface 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

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.

Properties

Description

Properties for defining a CfnStreamingImage.

string? Description { get; }
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.

string Ec2ImageId { get; }
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.

string Name { get; }
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.

string StudioId { get; }
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.

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

IDictionary<string, string>

Remarks

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

Back to top Generated by DocFX