AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.iottwinmaker.Scene
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Resource schema for AWS::IoTTwinMaker::Scene
Create Scene Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Scene(name: string, args: SceneArgs, opts?: CustomResourceOptions);
@overload
def Scene(resource_name: str,
args: SceneArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Scene(resource_name: str,
opts: Optional[ResourceOptions] = None,
content_location: Optional[str] = None,
scene_id: Optional[str] = None,
workspace_id: Optional[str] = None,
capabilities: Optional[Sequence[str]] = None,
description: Optional[str] = None,
scene_metadata: Optional[Mapping[str, str]] = None,
tags: Optional[Mapping[str, str]] = 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.
Parameters
- 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 Dictionary<string, string> - A key-value pair of scene metadata for the scene.
- Dictionary<string, string>
- 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 map[string]string - A key-value pair of scene metadata for the scene.
- map[string]string
- 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 Map<String,String> - A key-value pair of scene metadata for the scene.
- Map<String,String>
- 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 {[key: string]: string} - A key-value pair of scene metadata for the scene.
- {[key: string]: string}
- 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 Mapping[str, str] - A key-value pair of scene metadata for the scene.
- Mapping[str, str]
- 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 Map<String> - A key-value pair of scene metadata for the scene.
- Map<String>
- 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 Dictionary<string, string>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 map[string]stringMetadata - 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 Map<String,String>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 {[key: string]: string}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 str
- The ARN of the scene.
- creation_
date_ strtime - The date and time when the scene was created.
- generated_
scene_ Mapping[str, str]metadata - 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 Map<String>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.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi