ContextContent

Typed content structure for a context. Contains application-specific fields that describe the environment used during recommendation generation.

Types

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

Properties

Link copied to clipboard

The Amazon Web Services account IDs associated with this application context.

Link copied to clipboard

Additional context not captured by other fields.

Link copied to clipboard

A free-form overview of the application.

Link copied to clipboard

The type of the application.

Link copied to clipboard

A free-form description of the application architecture.

Link copied to clipboard

The Amazon Web Services services used by this application.

Link copied to clipboard

The business criticality of the application.

Link copied to clipboard

The industry vertical for this application.

Link copied to clipboard

The Amazon Web Services Regions where this application operates.

Link copied to clipboard

Resource tags used to scope this application context.

Link copied to clipboard

The Amazon Web Services resource types relevant to this application.

Functions

Link copied to clipboard
inline fun copy(block: ContextContent.Builder.() -> Unit = {}): ContextContent
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