Skip to main content

UnityExternalLocation

Properties

PropertyTypeAttributesDescription
credentialNamestringRequiredThe name of the credential used to access the external location.
namestringRequiredThe name of the external location.
urlstringRequiredURL of the external location.
browseOnlyboolRead-onlyWhether this external location can only be browsed.
commentstringUser-provided free-form text description.
createdAtintRead-onlyTime at which this external location was created, in epoch milliseconds.
createdBystringRead-onlyUsername of external location creator.
credentialIdstringRead-onlyUnique identifier of the credential used to access the external location.
enableFileEventsboolIndicates whether file events are enabled for this external location.
fallbackboolIndicates whether this location will be used as a fallback location.
fileEventQueueFileEventQueueConfiguration for file event queue.
isolationMode'ISOLATION_MODE_OPEN' | 'ISOLATION_MODE_ISOLATED'Read-onlyWhether isolation mode is enabled for this external location.
metastoreIdstringRead-onlyUnique identifier of the metastore for the external location.
ownerstringUsername of current owner of external location.
readOnlyboolWhether the external location is read-only.
skipValidationboolSuppress validation errors.
updatedAtintRead-onlyTime at which this external location was last modified, in epoch milliseconds.
updatedBystringRead-onlyUsername of user who last modified external location.

FileEventQueue

PropertyTypeAttributesDescription
managedAqsManagedAqsManaged Azure Queue Storage configuration.
managedPubsubManagedPubSubManaged Google Pub/Sub configuration.
managedSqsManagedSqsManaged Amazon SQS configuration.
providedAqsProvidedAqsProvided Azure Queue Storage configuration.
providedPubsubProvidedPubSubProvided Google Pub/Sub configuration.
providedSqsProvidedSqsProvided Amazon SQS configuration.

ManagedAqs

PropertyTypeAttributesDescription
resourceGroupstringRequiredThe resource group.
subscriptionIdstringRequiredThe subscription ID.
managedResourceIdstringRead-onlyThe managed resource ID.
queueUrlstringThe queue URL.

ManagedPubSub

PropertyTypeAttributesDescription
managedResourceIdstringRead-onlyThe managed resource ID.
subscriptionNamestringThe subscription name.

ManagedSqs

PropertyTypeAttributesDescription
managedResourceIdstringRead-onlyThe managed resource ID.
queueUrlstringThe queue URL.

ProvidedAqs

PropertyTypeAttributesDescription
queueUrlstringRequiredThe queue URL.
managedResourceIdstringRead-onlyThe managed resource ID.
resourceGroupstringThe resource group.
subscriptionIdstringThe subscription ID.

ProvidedPubSub

PropertyTypeAttributesDescription
subscriptionNamestringRequiredThe subscription name.
managedResourceIdstringRead-onlyThe managed resource ID.

ProvidedSqs

PropertyTypeAttributesDescription
queueUrlstringRequiredThe queue URL.
managedResourceIdstringRead-onlyThe managed resource ID.