Class CfnScene
Use the AWS::IoTTwinMaker::Scene
resource to declare a scene.
Inherited Members
Namespace: Amazon.CDK.AWS.IoTTwinMaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnScene : CfnResource, IInspectable, ITaggable
Syntax (vb)
Public Class CfnScene
Inherits CfnResource
Implements IInspectable, ITaggable
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-scene.html
CloudformationResource: AWS::IoTTwinMaker::Scene
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.IoTTwinMaker;
var cfnScene = new CfnScene(this, "MyCfnScene", new CfnSceneProps {
ContentLocation = "contentLocation",
SceneId = "sceneId",
WorkspaceId = "workspaceId",
// the properties below are optional
Capabilities = new [] { "capabilities" },
Description = "description",
SceneMetadata = new Dictionary<string, string> {
{ "sceneMetadataKey", "sceneMetadata" }
},
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
});
Synopsis
Constructors
CfnScene(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnScene(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnScene(Construct, String, ICfnSceneProps) |
Properties
AttrArn | The scene ARN. |
AttrCreationDateTime | The date and time when the scene was created. |
AttrGeneratedSceneMetadata | A key-value pair of generated scene metadata for the scene. |
AttrUpdateDateTime | The scene the update time. |
Capabilities | A list of capabilities that the scene uses to render. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
ContentLocation | The relative path that specifies the location of the content definition file. |
Description | The description of this scene. |
SceneId | The ID of the scene. |
SceneMetadata | The scene metadata. |
Tags | Tag Manager which manages the tags for this resource. |
TagsRaw | The ComponentType tags. |
WorkspaceId | The ID of the workspace. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnScene(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnScene(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnScene(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnScene(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CfnScene(Construct, String, ICfnSceneProps)
public CfnScene(Construct scope, string id, ICfnSceneProps 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 ICfnSceneProps
Resource properties.
Properties
AttrArn
The scene ARN.
public virtual string AttrArn { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Arn
AttrCreationDateTime
The date and time when the scene was created.
public virtual string AttrCreationDateTime { get; }
Property Value
System.String
Remarks
CloudformationAttribute: CreationDateTime
AttrGeneratedSceneMetadata
A key-value pair of generated scene metadata for the scene.
public virtual IResolvable AttrGeneratedSceneMetadata { get; }
Property Value
Remarks
CloudformationAttribute: GeneratedSceneMetadata
AttrUpdateDateTime
The scene the update time.
public virtual string AttrUpdateDateTime { get; }
Property Value
System.String
Remarks
CloudformationAttribute: UpdateDateTime
Capabilities
A list of capabilities that the scene uses to render.
public virtual string[] Capabilities { get; set; }
Property Value
System.String[]
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
ContentLocation
The relative path that specifies the location of the content definition file.
public virtual string ContentLocation { get; set; }
Property Value
System.String
Description
The description of this scene.
public virtual string Description { get; set; }
Property Value
System.String
SceneId
The ID of the scene.
public virtual string SceneId { get; set; }
Property Value
System.String
SceneMetadata
The scene metadata.
public virtual object SceneMetadata { get; set; }
Property Value
System.Object
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
TagsRaw
The ComponentType tags.
public virtual IDictionary<string, string> TagsRaw { get; set; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.String>
WorkspaceId
The ID of the workspace.
public virtual string WorkspaceId { get; set; }
Property Value
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>