CreateFacetRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The attributes that are associated with the Facet.

Link copied to clipboard

There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

Link copied to clipboard
val name: String?

The name of the Facet, which is unique for a given schema.

Link copied to clipboard

Specifies whether a given object created from this facet is of type node, leaf node, policy or index.

Link copied to clipboard

The schema ARN in which the new Facet will be created. For more information, see arns.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String