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

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

AWS Native v0.64.0 published on Friday, Jun 2, 2023 by Pulumi

aws-native.iottwinmaker.Scene

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.64.0 published on Friday, Jun 2, 2023 by Pulumi

    Resource schema for AWS::IoTTwinMaker::Scene

    Create Scene Resource

    new Scene(name: string, args: SceneArgs, opts?: CustomResourceOptions);
    @overload
    def Scene(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              capabilities: Optional[Sequence[str]] = None,
              content_location: Optional[str] = None,
              description: Optional[str] = None,
              scene_id: Optional[str] = None,
              scene_metadata: Optional[Any] = None,
              tags: Optional[Any] = None,
              workspace_id: Optional[str] = None)
    @overload
    def Scene(resource_name: str,
              args: SceneArgs,
              opts: Optional[ResourceOptions] = None)
    func NewScene(ctx *Context, name string, args SceneArgs, opts ...ResourceOption) (*Scene, error)
    public Scene(string name, SceneArgs args, CustomResourceOptions? opts = null)
    public Scene(String name, SceneArgs args)
    public Scene(String name, SceneArgs args, CustomResourceOptions options)
    
    type: aws-native:iottwinmaker:Scene
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args SceneArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args SceneArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args SceneArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SceneArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SceneArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Scene Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Scene resource accepts the following input properties:

    ContentLocation string

    The relative path that specifies the location of the content definition file.

    SceneId string

    The ID of the scene.

    WorkspaceId string

    The ID of the scene.

    Capabilities List<string>

    A list of capabilities that the scene uses to render.

    Description string

    The description of 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.

    ContentLocation string

    The relative path that specifies the location of the content definition file.

    SceneId string

    The ID of the scene.

    WorkspaceId string

    The ID of the scene.

    Capabilities []string

    A list of capabilities that the scene uses to render.

    Description string

    The description of 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.

    contentLocation String

    The relative path that specifies the location of the content definition file.

    sceneId String

    The ID of the scene.

    workspaceId String

    The ID of the scene.

    capabilities List<String>

    A list of capabilities that the scene uses to render.

    description String

    The description of 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.

    contentLocation string

    The relative path that specifies the location of the content definition file.

    sceneId string

    The ID of the scene.

    workspaceId string

    The ID of the scene.

    capabilities string[]

    A list of capabilities that the scene uses to render.

    description string

    The description of 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.

    content_location str

    The relative path that specifies the location of the content definition file.

    scene_id str

    The ID of the scene.

    workspace_id str

    The ID of the scene.

    capabilities Sequence[str]

    A list of capabilities that the scene uses to render.

    description str

    The description of 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.

    contentLocation String

    The relative path that specifies the location of the content definition file.

    sceneId String

    The ID of the scene.

    workspaceId String

    The ID of the scene.

    capabilities List<String>

    A list of capabilities that the scene uses to render.

    description String

    The description of 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.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Scene resource produces the following output properties:

    Arn string

    The ARN of the scene.

    CreationDateTime string

    The date and time when the scene was created.

    GeneratedSceneMetadata object

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

    Id string

    The provider-assigned unique ID for this managed resource.

    UpdateDateTime string

    The date and time of the current update.

    Arn string

    The ARN of the scene.

    CreationDateTime string

    The date and time when the scene was created.

    GeneratedSceneMetadata interface{}

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

    Id string

    The provider-assigned unique ID for this managed resource.

    UpdateDateTime string

    The date and time of the current update.

    arn String

    The ARN of the scene.

    creationDateTime String

    The date and time when the scene was created.

    generatedSceneMetadata Object

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

    id String

    The provider-assigned unique ID for this managed resource.

    updateDateTime String

    The date and time of the current update.

    arn string

    The ARN of the scene.

    creationDateTime string

    The date and time when the scene was created.

    generatedSceneMetadata any

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

    id string

    The provider-assigned unique ID for this managed resource.

    updateDateTime string

    The date and time of the current update.

    arn str

    The ARN of the scene.

    creation_date_time str

    The date and time when the scene was created.

    generated_scene_metadata Any

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

    id str

    The provider-assigned unique ID for this managed resource.

    update_date_time str

    The date and time of the current update.

    arn String

    The ARN of the scene.

    creationDateTime String

    The date and time when the scene was created.

    generatedSceneMetadata Any

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

    id String

    The provider-assigned unique ID for this managed 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.64.0 published on Friday, Jun 2, 2023 by Pulumi