folder

Description

Venue

Equivalent Concept(s)

Describes a named group of resources that defines a unique namespace in which enclosed objects can be found by name. Within this namespace all objects of the same type must have different names. This allows organizations to share a single AWS account or Azure subscription.

Required Properties

The region containing this folder.

Optional Properties

This object has no optional properties.

Common Properties

name (string)

The name of this folder. The name can be different than the blueprint object name. When the name property is not present we apply automatic naming strategies to make resources easier to identify in each venue's management console. When the name property is specified we will use it exactly as specified.

readonly (boolean)

Indicates whether or not this folder is read-only. If so, we verify only the existence and correctness of this folder to its specification rather than creating or modifying it.

The default value if not specified is false.

tags (dict)

The tags to place on this folder. Tags are metadata stored in (key = value, ...) form. Consumers are not allowed to use tags that begin with _tuono as those are reserved.

Discovered Properties

These properties are populated and available in the inventory following a successful apply.

id (string)

The venue-specific identifier of this folder.

Examples

Define a folder:

location:
  folder:
    example-folder:
      region: example-region
  region:
    example-region:
      area: west
      country: USA

Define another folder:

location:
  folder:
    other-folder:
      region: example-region
  region:
    example-region:
      area: west
      country: USA

Last updated

Was this helpful?