aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.iottwinmaker.getScene

Explore with Pulumi AI

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 object

A key-value pair of generated scene metadata for the scene.

SceneMetadata object

A key-value pair of scene metadata for the scene.

Tags object

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 interface{}

A key-value pair of generated scene metadata for the scene.

SceneMetadata interface{}

A key-value pair of scene metadata for the scene.

Tags interface{}

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 Object

A key-value pair of generated scene metadata for the scene.

sceneMetadata Object

A key-value pair of scene metadata for the scene.

tags Object

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 any

A key-value pair of generated scene metadata for the scene.

sceneMetadata any

A key-value pair of scene metadata for the scene.

tags any

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 Any

A key-value pair of generated scene metadata for the scene.

scene_metadata Any

A key-value pair of scene metadata for the scene.

tags Any

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 Any

A key-value pair of generated scene metadata for the scene.

sceneMetadata Any

A key-value pair of scene metadata for the scene.

tags Any

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