IntegrationFilter

sealed class IntegrationFilter

A filter for listing integrations. This is a union type where you can filter by provider or provider type.

Inheritors

Types

Link copied to clipboard
data class Provider(val value: Provider) : IntegrationFilter

Filter integrations by provider.

Link copied to clipboard

Filter integrations by provider type.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this IntegrationFilter as a Provider and retrieves its aws.sdk.kotlin.services.securityagent.model.Provider value. Throws an exception if the IntegrationFilter is not a Provider.

Link copied to clipboard

Casts this IntegrationFilter as a Provider and retrieves its aws.sdk.kotlin.services.securityagent.model.Provider value. Returns null if the IntegrationFilter is not a Provider.

Link copied to clipboard
Link copied to clipboard