Class CfnStreamingImage
The AWS::NimbleStudio::StreamingImage
resource creates a streaming image in a studio.
Inherited Members
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStreamingImage : CfnResource, IInspectable, ITaggable
Syntax (vb)
Public Class CfnStreamingImage
Inherits CfnResource
Implements IInspectable, ITaggable
Remarks
A streaming image defines the operating system and software to be used in an streaming session.
CloudformationResource: AWS::NimbleStudio::StreamingImage
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 cfnStreamingImage = new CfnStreamingImage(this, "MyCfnStreamingImage", new CfnStreamingImageProps {
Ec2ImageId = "ec2ImageId",
Name = "name",
StudioId = "studioId",
// the properties below are optional
Description = "description",
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
});
Synopsis
Constructors
CfnStreamingImage(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnStreamingImage(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnStreamingImage(Construct, String, ICfnStreamingImageProps) |
Properties
AttrEncryptionConfiguration | <p>TODO</p>. |
AttrEncryptionConfigurationKeyArn | |
AttrEncryptionConfigurationKeyType | |
AttrEulaIds | The list of IDs of EULAs that must be accepted before a streaming session can be started using this streaming image. |
AttrOwner | The owner of the streaming image, either the studioId that contains the streaming image or 'amazon' for images that are provided by . |
AttrPlatform | The platform of the streaming image, either WINDOWS or LINUX. |
AttrStreamingImageId | The unique identifier for the streaming image resource. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
Description | A human-readable description of the streaming image. |
Ec2ImageId | The ID of an EC2 machine image with which to create the streaming image. |
Name | A friendly name for a streaming image resource. |
StudioId | The unique identifier for a studio resource. |
Tags | Tag Manager which manages the tags for this resource. |
TagsRaw | An array of key-value pairs to apply to this resource. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnStreamingImage(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnStreamingImage(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnStreamingImage(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnStreamingImage(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CfnStreamingImage(Construct, String, ICfnStreamingImageProps)
public CfnStreamingImage(Construct scope, string id, ICfnStreamingImageProps props)
Parameters
- scope Constructs.Construct
Scope in which this resource is defined.
- id System.String
Construct identifier for this resource (unique in its scope).
- props ICfnStreamingImageProps
Resource properties.
Properties
AttrEncryptionConfiguration
<p>TODO</p>.
public virtual IResolvable AttrEncryptionConfiguration { get; }
Property Value
Remarks
CloudformationAttribute: EncryptionConfiguration
AttrEncryptionConfigurationKeyArn
public virtual string AttrEncryptionConfigurationKeyArn { get; }
Property Value
System.String
Remarks
CloudformationAttribute: EncryptionConfiguration.KeyArn
AttrEncryptionConfigurationKeyType
public virtual string AttrEncryptionConfigurationKeyType { get; }
Property Value
System.String
Remarks
CloudformationAttribute: EncryptionConfiguration.KeyType
AttrEulaIds
The list of IDs of EULAs that must be accepted before a streaming session can be started using this streaming image.
public virtual string[] AttrEulaIds { get; }
Property Value
System.String[]
Remarks
CloudformationAttribute: EulaIds
AttrOwner
The owner of the streaming image, either the studioId that contains the streaming image or 'amazon' for images that are provided by .
public virtual string AttrOwner { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Owner
AttrPlatform
The platform of the streaming image, either WINDOWS or LINUX.
public virtual string AttrPlatform { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Platform
AttrStreamingImageId
The unique identifier for the streaming image resource.
public virtual string AttrStreamingImageId { get; }
Property Value
System.String
Remarks
CloudformationAttribute: StreamingImageId
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.String
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
Description
A human-readable description of the streaming image.
public virtual string Description { get; set; }
Property Value
System.String
Ec2ImageId
The ID of an EC2 machine image with which to create the streaming image.
public virtual string Ec2ImageId { get; set; }
Property Value
System.String
Name
A friendly name for a streaming image resource.
public virtual string Name { get; set; }
Property Value
System.String
StudioId
The unique identifier for a studio resource.
public virtual string StudioId { get; set; }
Property Value
System.String
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
TagsRaw
An array of key-value pairs to apply to this resource.
public virtual IDictionary<string, string> TagsRaw { get; set; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.String>
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>