ApiSchemaConfiguration

Configuration for API schema.

Inheritors

Types

Link copied to clipboard

The inline payload containing the API schema definition.

Link copied to clipboard
data class S3(val value: S3Configuration) : ApiSchemaConfiguration

The Amazon S3 configuration for a gateway. This structure defines how the gateway accesses files in Amazon S3.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this ApiSchemaConfiguration as a InlinePayload and retrieves its kotlin.String value. Throws an exception if the ApiSchemaConfiguration is not a InlinePayload.

Link copied to clipboard

Casts this ApiSchemaConfiguration as a InlinePayload and retrieves its kotlin.String value. Returns null if the ApiSchemaConfiguration is not a InlinePayload.

Link copied to clipboard
Link copied to clipboard