Viewing docs for vantage 0.3.1
published on Monday, Mar 9, 2026 by vantage-sh
published on Monday, Mar 9, 2026 by vantage-sh
Viewing docs for vantage 0.3.1
published on Monday, Mar 9, 2026 by vantage-sh
published on Monday, Mar 9, 2026 by vantage-sh
Using getRecommendationViews
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 getRecommendationViews(opts?: InvokeOptions): Promise<GetRecommendationViewsResult>
function getRecommendationViewsOutput(opts?: InvokeOptions): Output<GetRecommendationViewsResult>def get_recommendation_views(opts: Optional[InvokeOptions] = None) -> GetRecommendationViewsResult
def get_recommendation_views_output(opts: Optional[InvokeOptions] = None) -> Output[GetRecommendationViewsResult]func GetRecommendationViews(ctx *Context, opts ...InvokeOption) (*GetRecommendationViewsResult, error)
func GetRecommendationViewsOutput(ctx *Context, opts ...InvokeOption) GetRecommendationViewsResultOutput> Note: This function is named GetRecommendationViews in the Go SDK.
public static class GetRecommendationViews
{
public static Task<GetRecommendationViewsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetRecommendationViewsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetRecommendationViewsResult> getRecommendationViews(InvokeOptions options)
public static Output<GetRecommendationViewsResult> getRecommendationViews(InvokeOptions options)
fn::invoke:
function: vantage:index/getRecommendationViews:getRecommendationViews
arguments:
# arguments dictionarygetRecommendationViews Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Recommendation
Views List<GetRecommendation Views Recommendation View>
- Id string
- The provider-assigned unique ID for this managed resource.
- Recommendation
Views []GetRecommendation Views Recommendation View
- id String
- The provider-assigned unique ID for this managed resource.
- recommendation
Views List<GetRecommendation Views Recommendation View>
- id string
- The provider-assigned unique ID for this managed resource.
- recommendation
Views GetRecommendation Views Recommendation View[]
- id str
- The provider-assigned unique ID for this managed resource.
- recommendation_
views Sequence[GetRecommendation Views Recommendation View]
- id String
- The provider-assigned unique ID for this managed resource.
- recommendation
Views List<Property Map>
Supporting Types
GetRecommendationViewsRecommendationView
- Account
Ids List<string> - Filter by cloud account identifiers.
- Billing
Account List<string>Ids - Filter by billing account identifiers.
- Created
At string - The date and time, in UTC, the view was created. ISO 8601 Formatted.
- Created
By string - The token for the Creator of this RecommendationView.
- End
Date string - Filter recommendations created on/before this YYYY-MM-DD date.
- Provider
Ids List<string> - Filter by one or more providers.
- Regions List<string>
- Filter by region slugs (e.g. us-east-1, eastus, asia-east1).
- Start
Date string - Filter recommendations created on/after this YYYY-MM-DD date.
- Tag
Key string - Filter by tag key (must be used with tag_value).
- Tag
Value string - Filter by tag value (requires tag_key).
- Title string
- The title of the RecommendationView.
- Token string
- The token of the RecommendationView.
- Workspace
Token string - The token for the Workspace the RecommendationView is a part of.
- Account
Ids []string - Filter by cloud account identifiers.
- Billing
Account []stringIds - Filter by billing account identifiers.
- Created
At string - The date and time, in UTC, the view was created. ISO 8601 Formatted.
- Created
By string - The token for the Creator of this RecommendationView.
- End
Date string - Filter recommendations created on/before this YYYY-MM-DD date.
- Provider
Ids []string - Filter by one or more providers.
- Regions []string
- Filter by region slugs (e.g. us-east-1, eastus, asia-east1).
- Start
Date string - Filter recommendations created on/after this YYYY-MM-DD date.
- Tag
Key string - Filter by tag key (must be used with tag_value).
- Tag
Value string - Filter by tag value (requires tag_key).
- Title string
- The title of the RecommendationView.
- Token string
- The token of the RecommendationView.
- Workspace
Token string - The token for the Workspace the RecommendationView is a part of.
- account
Ids List<String> - Filter by cloud account identifiers.
- billing
Account List<String>Ids - Filter by billing account identifiers.
- created
At String - The date and time, in UTC, the view was created. ISO 8601 Formatted.
- created
By String - The token for the Creator of this RecommendationView.
- end
Date String - Filter recommendations created on/before this YYYY-MM-DD date.
- provider
Ids List<String> - Filter by one or more providers.
- regions List<String>
- Filter by region slugs (e.g. us-east-1, eastus, asia-east1).
- start
Date String - Filter recommendations created on/after this YYYY-MM-DD date.
- tag
Key String - Filter by tag key (must be used with tag_value).
- tag
Value String - Filter by tag value (requires tag_key).
- title String
- The title of the RecommendationView.
- token String
- The token of the RecommendationView.
- workspace
Token String - The token for the Workspace the RecommendationView is a part of.
- account
Ids string[] - Filter by cloud account identifiers.
- billing
Account string[]Ids - Filter by billing account identifiers.
- created
At string - The date and time, in UTC, the view was created. ISO 8601 Formatted.
- created
By string - The token for the Creator of this RecommendationView.
- end
Date string - Filter recommendations created on/before this YYYY-MM-DD date.
- provider
Ids string[] - Filter by one or more providers.
- regions string[]
- Filter by region slugs (e.g. us-east-1, eastus, asia-east1).
- start
Date string - Filter recommendations created on/after this YYYY-MM-DD date.
- tag
Key string - Filter by tag key (must be used with tag_value).
- tag
Value string - Filter by tag value (requires tag_key).
- title string
- The title of the RecommendationView.
- token string
- The token of the RecommendationView.
- workspace
Token string - The token for the Workspace the RecommendationView is a part of.
- account_
ids Sequence[str] - Filter by cloud account identifiers.
- billing_
account_ Sequence[str]ids - Filter by billing account identifiers.
- created_
at str - The date and time, in UTC, the view was created. ISO 8601 Formatted.
- created_
by str - The token for the Creator of this RecommendationView.
- end_
date str - Filter recommendations created on/before this YYYY-MM-DD date.
- provider_
ids Sequence[str] - Filter by one or more providers.
- regions Sequence[str]
- Filter by region slugs (e.g. us-east-1, eastus, asia-east1).
- start_
date str - Filter recommendations created on/after this YYYY-MM-DD date.
- tag_
key str - Filter by tag key (must be used with tag_value).
- tag_
value str - Filter by tag value (requires tag_key).
- title str
- The title of the RecommendationView.
- token str
- The token of the RecommendationView.
- workspace_
token str - The token for the Workspace the RecommendationView is a part of.
- account
Ids List<String> - Filter by cloud account identifiers.
- billing
Account List<String>Ids - Filter by billing account identifiers.
- created
At String - The date and time, in UTC, the view was created. ISO 8601 Formatted.
- created
By String - The token for the Creator of this RecommendationView.
- end
Date String - Filter recommendations created on/before this YYYY-MM-DD date.
- provider
Ids List<String> - Filter by one or more providers.
- regions List<String>
- Filter by region slugs (e.g. us-east-1, eastus, asia-east1).
- start
Date String - Filter recommendations created on/after this YYYY-MM-DD date.
- tag
Key String - Filter by tag key (must be used with tag_value).
- tag
Value String - Filter by tag value (requires tag_key).
- title String
- The title of the RecommendationView.
- token String
- The token of the RecommendationView.
- workspace
Token String - The token for the Workspace the RecommendationView is a part of.
Package Details
- Repository
- vantage vantage-sh/terraform-provider-vantage
- License
- Notes
- This Pulumi package is based on the
vantageTerraform Provider.
Viewing docs for vantage 0.3.1
published on Monday, Mar 9, 2026 by vantage-sh
published on Monday, Mar 9, 2026 by vantage-sh
