Taggable

aws.api.Taggable
See theTaggable companion object
final 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.

Value parameters

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.

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product