Taggable

aws.api.Taggable
See theTaggable companion object
case class Taggable(property: Option[String], apiConfig: Option[TaggableApiConfig], disableSystemTags: Option[Boolean])

Indicates a resource supports CRUD operations for tags. Either through resource lifecycle or instance operations or tagging operations on the service.

Attributes

apiConfig

Specifies configuration for resource specific tagging APIs if the resource has them.

disableSystemTags

Flag indicating if the resource is not able to carry AWS system level. Used by service principals. Default value is false

property

The property property is a string value that identifies which resource property represents tags for the resource.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product