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.103.0 published on Monday, Apr 22, 2024 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.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Resource schema for AWS::IoTTwinMaker::Scene

    Create Scene Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Scene(name: string, args: SceneArgs, opts?: CustomResourceOptions);
    @overload
    def Scene(resource_name: str,
              args: SceneArgs,
              opts: Optional[ResourceOptions] = None)
    
    @overload
    def Scene(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              content_location: Optional[str] = None,
              scene_id: Optional[str] = None,
              workspace_id: Optional[str] = None,
              capabilities: Optional[Sequence[str]] = None,
              description: Optional[str] = None,
              scene_metadata: Optional[Mapping[str, str]] = None,
              tags: Optional[Mapping[str, str]] = 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.
    
    

    Parameters

    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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const sceneResource = new aws_native.iottwinmaker.Scene("sceneResource", {
        contentLocation: "string",
        sceneId: "string",
        workspaceId: "string",
        capabilities: ["string"],
        description: "string",
        sceneMetadata: {
            string: "string",
        },
        tags: {
            string: "string",
        },
    });
    
    Coming soon!
    

    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 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.
    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 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.
    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 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.
    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 {[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.
    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 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.
    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 Map<String>
    A key-value pair of scene metadata for the scene.
    tags Map<String>
    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 Dictionary<string, string>
    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 map[string]string
    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 Map<String,String>
    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 {[key: string]: string}
    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 Mapping[str, str]
    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 Map<String>
    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.103.0 published on Monday, Apr 22, 2024 by Pulumi