1. Packages
  2. AWS Native
  3. API Docs
  4. iottwinmaker
  5. getScene

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.iottwinmaker.getScene

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 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 dictionary

    The following arguments are supported:

    SceneId string
    The ID of the scene.
    WorkspaceId string
    The ID of the scene.
    SceneId string
    The ID of the scene.
    WorkspaceId string
    The ID of the scene.
    sceneId String
    The ID of the scene.
    workspaceId String
    The ID of the scene.
    sceneId string
    The ID of the scene.
    workspaceId string
    The ID of the scene.
    scene_id str
    The ID of the scene.
    workspace_id str
    The ID of the scene.
    sceneId String
    The ID of the scene.
    workspaceId 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.
    ContentLocation string
    The relative path that specifies the location of the content definition file.
    CreationDateTime string
    The date and time when the scene was created.
    Description string
    The description of the scene.
    GeneratedSceneMetadata Dictionary<string, string>
    A key-value pair of generated scene metadata for the scene.
    SceneMetadata Dictionary<string, string>
    A key-value pair of scene metadata for the scene.
    Tags Dictionary<string, string>
    A key-value pair to associate with a resource.
    UpdateDateTime string
    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.
    ContentLocation string
    The relative path that specifies the location of the content definition file.
    CreationDateTime string
    The date and time when the scene was created.
    Description string
    The description of the scene.
    GeneratedSceneMetadata map[string]string
    A key-value pair of generated scene metadata for the scene.
    SceneMetadata map[string]string
    A key-value pair of scene metadata for the scene.
    Tags map[string]string
    A key-value pair to associate with a resource.
    UpdateDateTime string
    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.
    contentLocation String
    The relative path that specifies the location of the content definition file.
    creationDateTime String
    The date and time when the scene was created.
    description String
    The description of the scene.
    generatedSceneMetadata Map<String,String>
    A key-value pair of generated scene metadata for the scene.
    sceneMetadata Map<String,String>
    A key-value pair of scene metadata for the scene.
    tags Map<String,String>
    A key-value pair to associate with a resource.
    updateDateTime String
    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.
    contentLocation string
    The relative path that specifies the location of the content definition file.
    creationDateTime string
    The date and time when the scene was created.
    description string
    The description of the scene.
    generatedSceneMetadata {[key: string]: string}
    A key-value pair of generated scene metadata for the scene.
    sceneMetadata {[key: string]: string}
    A key-value pair of scene metadata for the scene.
    tags {[key: string]: string}
    A key-value pair to associate with a resource.
    updateDateTime string
    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_time str
    The date and time when the scene was created.
    description str
    The description of the scene.
    generated_scene_metadata Mapping[str, str]
    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.
    tags Mapping[str, str]
    A key-value pair to associate with a resource.
    update_date_time str
    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.
    contentLocation String
    The relative path that specifies the location of the content definition file.
    creationDateTime String
    The date and time when the scene was created.
    description String
    The description of the scene.
    generatedSceneMetadata Map<String>
    A key-value pair of generated scene metadata for the scene.
    sceneMetadata Map<String>
    A key-value pair of scene metadata for the scene.
    tags Map<String>
    A key-value pair to associate with a resource.
    updateDateTime String
    The date and time of the current update.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi