SyncResourceFilter

sealed class SyncResourceFilter

The sync resource filter.

Inheritors

Types

Link copied to clipboard
data class ExternalId(val value: String) : SyncResourceFilter

The external ID.

Link copied to clipboard
data class ResourceId(val value: String) : SyncResourceFilter

The sync resource filter resource ID.

Link copied to clipboard

The sync resource filter resource type

Link copied to clipboard
Link copied to clipboard
data class State(val value: SyncResourceState) : SyncResourceFilter

The sync resource filter's state.

Functions

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

Casts this SyncResourceFilter as a State and retrieves its aws.sdk.kotlin.services.iottwinmaker.model.SyncResourceState value. Throws an exception if the SyncResourceFilter is not a State.

Link copied to clipboard