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.getScene
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
Using getScene
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getScene(args: GetSceneArgs, opts?: InvokeOptions): Promise<GetSceneResult>
function getSceneOutput(args: GetSceneOutputArgs, opts?: InvokeOptions): Output<GetSceneResult>def get_scene(scene_id: Optional[str] = None,
              workspace_id: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetSceneResult
def get_scene_output(scene_id: Optional[pulumi.Input[str]] = None,
              workspace_id: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetSceneResult]func LookupScene(ctx *Context, args *LookupSceneArgs, opts ...InvokeOption) (*LookupSceneResult, error)
func LookupSceneOutput(ctx *Context, args *LookupSceneOutputArgs, opts ...InvokeOption) LookupSceneResultOutput> Note: This function is named LookupScene in the Go SDK.
public static class GetScene 
{
    public static Task<GetSceneResult> InvokeAsync(GetSceneArgs args, InvokeOptions? opts = null)
    public static Output<GetSceneResult> Invoke(GetSceneInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSceneResult> getScene(GetSceneArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:iottwinmaker:getScene
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Scene
Id string - The ID of the scene.
 - Workspace
Id string - The ID of the scene.
 
- Scene
Id string - The ID of the scene.
 - Workspace
Id string - The ID of the scene.
 
- scene
Id String - The ID of the scene.
 - workspace
Id String - The ID of the scene.
 
- scene
Id string - The ID of the scene.
 - workspace
Id string - The ID of the scene.
 
- scene_
id str - The ID of the scene.
 - workspace_
id str - The ID of the scene.
 
- scene
Id String - The ID of the scene.
 - workspace
Id String - The ID of the scene.
 
getScene Result
The following output properties are available:
- Arn string
 - The ARN of the scene.
 - Capabilities List<string>
 - A list of capabilities that the scene uses to render.
 - Content
Location string - The relative path that specifies the location of the content definition file.
 - Creation
Date stringTime  - The date and time when the scene was created.
 - Description string
 - The description of the scene.
 - Generated
Scene Dictionary<string, string>Metadata  - A key-value pair of generated scene metadata for 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.
 - Update
Date stringTime  - The date and time of the current update.
 
- Arn string
 - The ARN of the scene.
 - Capabilities []string
 - A list of capabilities that the scene uses to render.
 - Content
Location string - The relative path that specifies the location of the content definition file.
 - Creation
Date stringTime  - The date and time when the scene was created.
 - Description string
 - The description of the scene.
 - Generated
Scene map[string]stringMetadata  - A key-value pair of generated scene metadata for 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.
 - Update
Date stringTime  - The date and time of the current update.
 
- arn String
 - The ARN of the scene.
 - capabilities List<String>
 - A list of capabilities that the scene uses to render.
 - content
Location String - The relative path that specifies the location of the content definition file.
 - creation
Date StringTime  - The date and time when the scene was created.
 - description String
 - The description of the scene.
 - generated
Scene Map<String,String>Metadata  - A key-value pair of generated scene metadata for 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.
 - update
Date StringTime  - The date and time of the current update.
 
- arn string
 - The ARN of the scene.
 - capabilities string[]
 - A list of capabilities that the scene uses to render.
 - content
Location string - The relative path that specifies the location of the content definition file.
 - creation
Date stringTime  - The date and time when the scene was created.
 - description string
 - The description of the scene.
 - generated
Scene {[key: string]: string}Metadata  - A key-value pair of generated scene metadata for 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.
 - update
Date stringTime  - The date and time of the current update.
 
- arn str
 - The ARN of the scene.
 - capabilities Sequence[str]
 - A list of capabilities that the scene uses to render.
 - content_
location str - The relative path that specifies the location of the content definition file.
 - creation_
date_ strtime  - The date and time when the scene was created.
 - description str
 - The description of the scene.
 - generated_
scene_ Mapping[str, str]metadata  - A key-value pair of generated scene metadata for 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.
 - update_
date_ strtime  - The date and time of the current update.
 
- arn String
 - The ARN of the scene.
 - capabilities List<String>
 - A list of capabilities that the scene uses to render.
 - content
Location String - The relative path that specifies the location of the content definition file.
 - creation
Date StringTime  - The date and time when the scene was created.
 - description String
 - The description of the scene.
 - generated
Scene Map<String>Metadata  - A key-value pair of generated scene metadata for 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.
 - 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