@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias DeploymentResourceResult

    A deployed Resource.

    type DeploymentResourceResult = {
        resourceId: string;
        resourceKey: ResourceKey;
        resourceName: string;
        tenantId: TenantId;
        version: number;
    }
    Index

    Properties

    resourceId: string

    The resource id of the deployed resource.

    resourceKey: ResourceKey

    The assigned key, which acts as a unique identifier for this Resource.

    resourceName: string

    The name of the deployed resource.

    tenantId: TenantId
    version: number

    The description of the deployed resource.