We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.iottwinmaker.getScene
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 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)
public static Output<GetSceneResult> getScene(GetSceneArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:iottwinmaker:getScene
  arguments:
    # arguments dictionaryThe 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.
- CreationDate stringTime 
- The date and time when the scene was created.
- Description string
- The description of the scene.
- GeneratedScene Dictionary<string, string>Metadata 
- 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.
- Dictionary<string, string>
- A key-value pair to associate with a resource.
- UpdateDate 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.
- ContentLocation string
- The relative path that specifies the location of the content definition file.
- CreationDate stringTime 
- The date and time when the scene was created.
- Description string
- The description of the scene.
- GeneratedScene map[string]stringMetadata 
- 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.
- map[string]string
- A key-value pair to associate with a resource.
- UpdateDate 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.
- contentLocation String
- The relative path that specifies the location of the content definition file.
- creationDate StringTime 
- The date and time when the scene was created.
- description String
- The description of the scene.
- generatedScene Map<String,String>Metadata 
- 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.
- Map<String,String>
- A key-value pair to associate with a resource.
- updateDate 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.
- contentLocation string
- The relative path that specifies the location of the content definition file.
- creationDate stringTime 
- The date and time when the scene was created.
- description string
- The description of the scene.
- generatedScene {[key: string]: string}Metadata 
- 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.
- {[key: string]: string}
- A key-value pair to associate with a resource.
- updateDate 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.
- contentLocation String
- The relative path that specifies the location of the content definition file.
- creationDate StringTime 
- The date and time when the scene was created.
- description String
- The description of the scene.
- generatedScene Map<String>Metadata 
- A key-value pair of generated scene metadata for 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.
- 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.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi