TaggableApiConfig

aws.api.TaggableApiConfig
See theTaggableApiConfig companion object
final case class TaggableApiConfig(tagApi: TagOperationReference, untagApi: TagOperationReference, listTagsApi: TagOperationReference)

Structure representing the configuration of resource specific tagging APIs

Value parameters

listTagsApi

The listTagsApi property is a string value that references a non- instance operation which gets the current tags on the resource.

tagApi

The tagApi property is a string value that references a non-instance or create operation that creates or updates tags on the resource.

untagApi

The untagApi property is a string value that references a non-instance operation that removes tags on 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