1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. ListDiscoveredStackResourcesResponse

ListDiscoveredStackResourcesResponse

    Response for listing resources in a discovered stack.

    Properties

    • resources array[DiscoveredResourceInfo] required
      The list of discovered resources in this page.
    • resource Resource required
      The resource, using the same shape as regular stack resources.
    • name string optional
      A human-friendly resource name derived from the cloud provider
    • originType string optional
      The native cloud resource type (e.g. ‘AWS::S3::Bucket’, ‘Microsoft.Storage/storageAccounts’).
    • managedBy string optional
      The orchestrator or tool that manages this resource (e.g. ‘CloudFormation’, ‘ARM’, ‘Pulumi’).
    • providerType string optional
      The mapped Pulumi provider type token (e.g. ‘aws:s3/bucket:Bucket’). Omitted when the resource has not been mapped to a Pulumi type.
    • virtualState map[string]object optional
      The Pulumi-compatible state, if available.
    • migrationStatus enum optional
      Migration status of the resource relative to the comparison stack.
      Values: Migrated, PulumiOnly, Ready, Pending, Unmapped, NotApplicable
    • annotation ResourceMigrationAnnotation optional
      User-created migration annotation, if any.
    • continuationToken string optional
      Opaque token for fetching the next page of resources.