vantage 0.1.68 published on Friday, Oct 17, 2025 by vantage-sh
vantage.getResourceReports
vantage 0.1.68 published on Friday, Oct 17, 2025 by vantage-sh
Using getResourceReports
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getResourceReports(opts?: InvokeOptions): Promise<GetResourceReportsResult>
function getResourceReportsOutput(opts?: InvokeOptions): Output<GetResourceReportsResult>def get_resource_reports(opts: Optional[InvokeOptions] = None) -> GetResourceReportsResult
def get_resource_reports_output(opts: Optional[InvokeOptions] = None) -> Output[GetResourceReportsResult]func GetResourceReports(ctx *Context, opts ...InvokeOption) (*GetResourceReportsResult, error)
func GetResourceReportsOutput(ctx *Context, opts ...InvokeOption) GetResourceReportsResultOutput> Note: This function is named GetResourceReports in the Go SDK.
public static class GetResourceReports 
{
    public static Task<GetResourceReportsResult> InvokeAsync(InvokeOptions? opts = null)
    public static Output<GetResourceReportsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetResourceReportsResult> getResourceReports(InvokeOptions options)
public static Output<GetResourceReportsResult> getResourceReports(InvokeOptions options)
fn::invoke:
  function: vantage:index/getResourceReports:getResourceReports
  arguments:
    # arguments dictionarygetResourceReports Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- ResourceReports List<GetResource Reports Resource Report> 
- Id string
- The provider-assigned unique ID for this managed resource.
- ResourceReports []GetResource Reports Resource Report 
- id String
- The provider-assigned unique ID for this managed resource.
- resourceReports List<GetResource Reports Resource Report> 
- id string
- The provider-assigned unique ID for this managed resource.
- resourceReports GetResource Reports Resource Report[] 
- id str
- The provider-assigned unique ID for this managed resource.
- resource_reports Sequence[GetResource Reports Resource Report] 
- id String
- The provider-assigned unique ID for this managed resource.
- resourceReports List<Property Map>
Supporting Types
GetResourceReportsResourceReport    
- CreatedAt string
- Title string
- Token string
- UserToken string
- WorkspaceToken string
- CreatedAt string
- Title string
- Token string
- UserToken string
- WorkspaceToken string
- createdAt String
- title String
- token String
- userToken String
- workspaceToken String
- createdAt string
- title string
- token string
- userToken string
- workspaceToken string
- created_at str
- title str
- token str
- user_token str
- workspace_token str
- createdAt String
- title String
- token String
- userToken String
- workspaceToken String
Package Details
- Repository
- vantage vantage-sh/terraform-provider-vantage
- License
- Notes
- This Pulumi package is based on the vantageTerraform Provider.
vantage 0.1.68 published on Friday, Oct 17, 2025 by vantage-sh
