vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh
vantage.getResourceReports
Explore with Pulumi AI
vantage 0.1.48 published on Tuesday, Mar 18, 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 dictionary
getResourceReports Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Reports List<GetResource Reports Resource Report>
- Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Reports []GetResource Reports Resource Report
- id String
- The provider-assigned unique ID for this managed resource.
- resource
Reports List<GetResource Reports Resource Report>
- id string
- The provider-assigned unique ID for this managed resource.
- resource
Reports 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.
- resource
Reports List<Property Map>
Supporting Types
GetResourceReportsResourceReport
- Created
At string - Title string
- Token string
- User
Token string - Workspace
Token string
- Created
At string - Title string
- Token string
- User
Token string - Workspace
Token string
- created
At String - title String
- token String
- user
Token String - workspace
Token String
- created
At string - title string
- token string
- user
Token string - workspace
Token string
- created_
at str - title str
- token str
- user_
token str - workspace_
token str
- created
At String - title String
- token String
- user
Token String - workspace
Token String
Package Details
- Repository
- vantage vantage-sh/terraform-provider-vantage
- License
- Notes
- This Pulumi package is based on the
vantage
Terraform Provider.
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh