AWS Native is in preview. AWS Classic is fully supported.
aws-native.iottwinmaker.Scene
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
Resource schema for AWS::IoTTwinMaker::Scene
Create Scene Resource
new Scene(name: string, args: SceneArgs, opts?: CustomResourceOptions);
@overload
def Scene(resource_name: str,
opts: Optional[ResourceOptions] = None,
capabilities: Optional[Sequence[str]] = None,
content_location: Optional[str] = None,
description: Optional[str] = None,
scene_id: Optional[str] = None,
scene_metadata: Optional[Any] = None,
tags: Optional[Any] = None,
workspace_id: Optional[str] = None)
@overload
def Scene(resource_name: str,
args: SceneArgs,
opts: Optional[ResourceOptions] = None)
func NewScene(ctx *Context, name string, args SceneArgs, opts ...ResourceOption) (*Scene, error)
public Scene(string name, SceneArgs args, CustomResourceOptions? opts = null)
type: aws-native:iottwinmaker:Scene
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SceneArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SceneArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SceneArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SceneArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SceneArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Scene Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Scene resource accepts the following input properties:
- Content
Location string The relative path that specifies the location of the content definition file.
- Scene
Id string The ID of the scene.
- Workspace
Id string The ID of the scene.
- Capabilities List<string>
A list of capabilities that the scene uses to render.
- Description string
The description of the scene.
- Scene
Metadata object A key-value pair of scene metadata for the scene.
- object
A key-value pair to associate with a resource.
- Content
Location string The relative path that specifies the location of the content definition file.
- Scene
Id string The ID of the scene.
- Workspace
Id string The ID of the scene.
- Capabilities []string
A list of capabilities that the scene uses to render.
- Description string
The description of the scene.
- Scene
Metadata interface{} A key-value pair of scene metadata for the scene.
- interface{}
A key-value pair to associate with a resource.
- content
Location String The relative path that specifies the location of the content definition file.
- scene
Id String The ID of the scene.
- workspace
Id String The ID of the scene.
- capabilities List<String>
A list of capabilities that the scene uses to render.
- description String
The description of the scene.
- scene
Metadata Object A key-value pair of scene metadata for the scene.
- Object
A key-value pair to associate with a resource.
- content
Location string The relative path that specifies the location of the content definition file.
- scene
Id string The ID of the scene.
- workspace
Id string The ID of the scene.
- capabilities string[]
A list of capabilities that the scene uses to render.
- description string
The description of the scene.
- scene
Metadata any A key-value pair of scene metadata for the scene.
- any
A key-value pair to associate with a resource.
- content_
location str The relative path that specifies the location of the content definition file.
- scene_
id str The ID of the scene.
- workspace_
id str The ID of the scene.
- capabilities Sequence[str]
A list of capabilities that the scene uses to render.
- description str
The description of the scene.
- scene_
metadata Any A key-value pair of scene metadata for the scene.
- Any
A key-value pair to associate with a resource.
- content
Location String The relative path that specifies the location of the content definition file.
- scene
Id String The ID of the scene.
- workspace
Id String The ID of the scene.
- capabilities List<String>
A list of capabilities that the scene uses to render.
- description String
The description of the scene.
- scene
Metadata Any A key-value pair of scene metadata for the scene.
- Any
A key-value pair to associate with a resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the Scene resource produces the following output properties:
- Arn string
The ARN of the scene.
- Creation
Date stringTime The date and time when the scene was created.
- Generated
Scene objectMetadata A key-value pair of generated scene metadata for the scene.
- Id string
The provider-assigned unique ID for this managed resource.
- Update
Date stringTime The date and time of the current update.
- Arn string
The ARN of the scene.
- Creation
Date stringTime The date and time when the scene was created.
- Generated
Scene interface{}Metadata A key-value pair of generated scene metadata for the scene.
- Id string
The provider-assigned unique ID for this managed resource.
- Update
Date stringTime The date and time of the current update.
- arn String
The ARN of the scene.
- creation
Date StringTime The date and time when the scene was created.
- generated
Scene ObjectMetadata A key-value pair of generated scene metadata for the scene.
- id String
The provider-assigned unique ID for this managed resource.
- update
Date StringTime The date and time of the current update.
- arn string
The ARN of the scene.
- creation
Date stringTime The date and time when the scene was created.
- generated
Scene anyMetadata A key-value pair of generated scene metadata for the scene.
- id string
The provider-assigned unique ID for this managed resource.
- update
Date stringTime The date and time of the current update.
- arn str
The ARN of the scene.
- creation_
date_ strtime The date and time when the scene was created.
- generated_
scene_ Anymetadata A key-value pair of generated scene metadata for the scene.
- id str
The provider-assigned unique ID for this managed resource.
- update_
date_ strtime The date and time of the current update.
- arn String
The ARN of the scene.
- creation
Date StringTime The date and time when the scene was created.
- generated
Scene AnyMetadata A key-value pair of generated scene metadata for the scene.
- id String
The provider-assigned unique ID for this managed resource.
- update
Date StringTime The date and time of the current update.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.