Type Alias entity_Resource

entity_Resource: {
    attributes?: unknown;
    cloudResourceID?: string;
    creationTimestamp?: string;
    dependsOn?: string[];
    extensions?: unknown;
    iamResourceID?: string;
    id?: number;
    kusionResourceID?: string;
    labels?: string[];
    LastAppliedRevision?: string;
    LastAppliedTimestamp?: string;
    owners?: string[];
    provider?: string;
    resourceName?: string;
    resourcePlane?: string;
    resourceType?: string;
    stack?: entity_Stack;
    status?: string;
    updateTimestamp?: string;
}

Type declaration

  • Optionalattributes?: unknown

    Attributes is the attributes of the resource.

  • OptionalcloudResourceID?: string

    CloudResourceID is the id of the resource in the cloud.

  • OptionalcreationTimestamp?: string

    CreationTimestamp is the timestamp of the created for the resource.

  • OptionaldependsOn?: string[]

    DependsOn is the depends on of the resource.

  • Optionalextensions?: unknown

    Extensions is the extensions of the resource.

  • OptionaliamResourceID?: string

    IAMResourceID is the id of the resource in IAM.

  • Optionalid?: number

    ID is the id of the resource.

  • OptionalkusionResourceID?: string

    KusionResourceID is the id of the resource in Kusion.

  • Optionallabels?: string[]

    Labels are custom labels associated with the resource.

  • OptionalLastAppliedRevision?: string

    LastAppliedRevision is the revision of the last sync.

  • OptionalLastAppliedTimestamp?: string

    LastAppliedTimestamp is the timestamp of the last sync.

  • Optionalowners?: string[]

    Owners is a list of owners for the resource.

  • Optionalprovider?: string

    Provider is the provider of the resource.

  • OptionalresourceName?: string

    ResourceName is the name of the resource.

  • OptionalresourcePlane?: string

    ResourcePlane is the plane of the resource.

  • OptionalresourceType?: string

    ResourceType is the type of the resource.

  • Optionalstack?: entity_Stack

    Stack is the stack associated with the resource.

  • Optionalstatus?: string

    Status is the status of the resource.

  • OptionalupdateTimestamp?: string

    UpdateTimestamp is the timestamp of the updated for the resource.