We recommend new projects start with resources from the AWS provider.
aws-native.iottwinmaker.Scene
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Scene resource accepts the following input properties:
- ContentLocation string
- The relative path that specifies the location of the content definition file.
- SceneId string
- The ID of the scene.
- WorkspaceId 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.
- SceneMetadata 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.
- ContentLocation string
- The relative path that specifies the location of the content definition file.
- SceneId string
- The ID of the scene.
- WorkspaceId 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.
- SceneMetadata 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.
- contentLocation String
- The relative path that specifies the location of the content definition file.
- sceneId String
- The ID of the scene.
- workspaceId 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.
- sceneMetadata 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.
- contentLocation string
- The relative path that specifies the location of the content definition file.
- sceneId string
- The ID of the scene.
- workspaceId 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.
- sceneMetadata {[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.
- contentLocation String
- The relative path that specifies the location of the content definition file.
- sceneId String
- The ID of the scene.
- workspaceId 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.
- sceneMetadata 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.
- CreationDate stringTime 
- The date and time when the scene was created.
- GeneratedScene 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.
- UpdateDate stringTime 
- The date and time of the current update.
- Arn string
- The ARN of the scene.
- CreationDate stringTime 
- The date and time when the scene was created.
- GeneratedScene 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.
- UpdateDate stringTime 
- The date and time of the current update.
- arn String
- The ARN of the scene.
- creationDate StringTime 
- The date and time when the scene was created.
- generatedScene 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.
- updateDate StringTime 
- The date and time of the current update.
- arn string
- The ARN of the scene.
- creationDate stringTime 
- The date and time when the scene was created.
- generatedScene {[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.
- updateDate 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.
- creationDate StringTime 
- The date and time when the scene was created.
- generatedScene 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.
- updateDate StringTime 
- The date and time of the current update.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.