1. Packages
  2. Vantage Provider
  3. API Docs
  4. getAwsProviderInfo
vantage 0.1.50 published on Monday, Apr 7, 2025 by vantage-sh

vantage.getAwsProviderInfo

Explore with Pulumi AI

vantage 0.1.50 published on Monday, Apr 7, 2025 by vantage-sh

Using getAwsProviderInfo

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 getAwsProviderInfo(opts?: InvokeOptions): Promise<GetAwsProviderInfoResult>
function getAwsProviderInfoOutput(opts?: InvokeOptions): Output<GetAwsProviderInfoResult>
Copy
def get_aws_provider_info(opts: Optional[InvokeOptions] = None) -> GetAwsProviderInfoResult
def get_aws_provider_info_output(opts: Optional[InvokeOptions] = None) -> Output[GetAwsProviderInfoResult]
Copy
func GetAwsProviderInfo(ctx *Context, opts ...InvokeOption) (*GetAwsProviderInfoResult, error)
func GetAwsProviderInfoOutput(ctx *Context, opts ...InvokeOption) GetAwsProviderInfoResultOutput
Copy

> Note: This function is named GetAwsProviderInfo in the Go SDK.

public static class GetAwsProviderInfo 
{
    public static Task<GetAwsProviderInfoResult> InvokeAsync(InvokeOptions? opts = null)
    public static Output<GetAwsProviderInfoResult> Invoke(InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAwsProviderInfoResult> getAwsProviderInfo(InvokeOptions options)
public static Output<GetAwsProviderInfoResult> getAwsProviderInfo(InvokeOptions options)
Copy
fn::invoke:
  function: vantage:index/getAwsProviderInfo:getAwsProviderInfo
  arguments:
    # arguments dictionary
Copy

getAwsProviderInfo Result

The following output properties are available:

AdditionalResourcesPolicy string
The policy that allows Vantage to list and describe resources from your AWS account.
AutopilotPolicy string
The policy that allows Vantage to manage autopilot.
CloudwatchMetricsPolicy string
The policy that allows Vantage to retrieve cloudwatch metrics from your AWS account.
ExternalId string
The Vantage external ID to authenticate your account.
IamRoleArn string
The IAM role that Vantage assumes into your account.
Id string
The provider-assigned unique ID for this managed resource.
RootPolicy string
The policy that allows Vantage to manage autopilot.
AdditionalResourcesPolicy string
The policy that allows Vantage to list and describe resources from your AWS account.
AutopilotPolicy string
The policy that allows Vantage to manage autopilot.
CloudwatchMetricsPolicy string
The policy that allows Vantage to retrieve cloudwatch metrics from your AWS account.
ExternalId string
The Vantage external ID to authenticate your account.
IamRoleArn string
The IAM role that Vantage assumes into your account.
Id string
The provider-assigned unique ID for this managed resource.
RootPolicy string
The policy that allows Vantage to manage autopilot.
additionalResourcesPolicy String
The policy that allows Vantage to list and describe resources from your AWS account.
autopilotPolicy String
The policy that allows Vantage to manage autopilot.
cloudwatchMetricsPolicy String
The policy that allows Vantage to retrieve cloudwatch metrics from your AWS account.
externalId String
The Vantage external ID to authenticate your account.
iamRoleArn String
The IAM role that Vantage assumes into your account.
id String
The provider-assigned unique ID for this managed resource.
rootPolicy String
The policy that allows Vantage to manage autopilot.
additionalResourcesPolicy string
The policy that allows Vantage to list and describe resources from your AWS account.
autopilotPolicy string
The policy that allows Vantage to manage autopilot.
cloudwatchMetricsPolicy string
The policy that allows Vantage to retrieve cloudwatch metrics from your AWS account.
externalId string
The Vantage external ID to authenticate your account.
iamRoleArn string
The IAM role that Vantage assumes into your account.
id string
The provider-assigned unique ID for this managed resource.
rootPolicy string
The policy that allows Vantage to manage autopilot.
additional_resources_policy str
The policy that allows Vantage to list and describe resources from your AWS account.
autopilot_policy str
The policy that allows Vantage to manage autopilot.
cloudwatch_metrics_policy str
The policy that allows Vantage to retrieve cloudwatch metrics from your AWS account.
external_id str
The Vantage external ID to authenticate your account.
iam_role_arn str
The IAM role that Vantage assumes into your account.
id str
The provider-assigned unique ID for this managed resource.
root_policy str
The policy that allows Vantage to manage autopilot.
additionalResourcesPolicy String
The policy that allows Vantage to list and describe resources from your AWS account.
autopilotPolicy String
The policy that allows Vantage to manage autopilot.
cloudwatchMetricsPolicy String
The policy that allows Vantage to retrieve cloudwatch metrics from your AWS account.
externalId String
The Vantage external ID to authenticate your account.
iamRoleArn String
The IAM role that Vantage assumes into your account.
id String
The provider-assigned unique ID for this managed resource.
rootPolicy String
The policy that allows Vantage to manage autopilot.

Package Details

Repository
vantage vantage-sh/terraform-provider-vantage
License
Notes
This Pulumi package is based on the vantage Terraform Provider.
vantage 0.1.50 published on Monday, Apr 7, 2025 by vantage-sh