AWS Native v0.63.0, May 25 23
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:
- 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 objectMetadata A key-value pair of generated scene metadata for the scene.
- Scene
Metadata object A key-value pair of scene metadata for the scene.
- object
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 interface{}Metadata A key-value pair of generated scene metadata for the scene.
- Scene
Metadata interface{} A key-value pair of scene metadata for the scene.
- interface{}
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 ObjectMetadata A key-value pair of generated scene metadata for the scene.
- scene
Metadata Object A key-value pair of scene metadata for the scene.
- Object
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 anyMetadata A key-value pair of generated scene metadata for the scene.
- scene
Metadata any A key-value pair of scene metadata for the scene.
- any
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_ Anymetadata A key-value pair of generated scene metadata for the scene.
- scene_
metadata Any A key-value pair of scene metadata for the scene.
- Any
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 AnyMetadata A key-value pair of generated scene metadata for the scene.
- scene
Metadata Any A key-value pair of scene metadata for the scene.
- Any
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