ResourceId

data class ResourceId(val value: String) : SyncResourceFilter

The sync resource filter resource ID.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited 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