vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh
vantage.getAwsProviderInfo
Explore with Pulumi AI
vantage 0.1.48 published on Tuesday, Mar 18, 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>def get_aws_provider_info(opts: Optional[InvokeOptions] = None) -> GetAwsProviderInfoResult
def get_aws_provider_info_output(opts: Optional[InvokeOptions] = None) -> Output[GetAwsProviderInfoResult]func GetAwsProviderInfo(ctx *Context, opts ...InvokeOption) (*GetAwsProviderInfoResult, error)
func GetAwsProviderInfoOutput(ctx *Context, opts ...InvokeOption) GetAwsProviderInfoResultOutput> 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)
}public static CompletableFuture<GetAwsProviderInfoResult> getAwsProviderInfo(InvokeOptions options)
public static Output<GetAwsProviderInfoResult> getAwsProviderInfo(InvokeOptions options)
fn::invoke:
  function: vantage:index/getAwsProviderInfo:getAwsProviderInfo
  arguments:
    # arguments dictionarygetAwsProviderInfo Result
The following output properties are available:
- AdditionalResources stringPolicy 
- The policy that allows Vantage to list and describe resources from your AWS account.
- AutopilotPolicy string
- The policy that allows Vantage to manage autopilot.
- CloudwatchMetrics stringPolicy 
- The policy that allows Vantage to retrieve cloudwatch metrics from your AWS account.
- ExternalId string
- The Vantage external ID to authenticate your account.
- IamRole stringArn 
- 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.
- AdditionalResources stringPolicy 
- The policy that allows Vantage to list and describe resources from your AWS account.
- AutopilotPolicy string
- The policy that allows Vantage to manage autopilot.
- CloudwatchMetrics stringPolicy 
- The policy that allows Vantage to retrieve cloudwatch metrics from your AWS account.
- ExternalId string
- The Vantage external ID to authenticate your account.
- IamRole stringArn 
- 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.
- additionalResources StringPolicy 
- The policy that allows Vantage to list and describe resources from your AWS account.
- autopilotPolicy String
- The policy that allows Vantage to manage autopilot.
- cloudwatchMetrics StringPolicy 
- The policy that allows Vantage to retrieve cloudwatch metrics from your AWS account.
- externalId String
- The Vantage external ID to authenticate your account.
- iamRole StringArn 
- 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.
- additionalResources stringPolicy 
- The policy that allows Vantage to list and describe resources from your AWS account.
- autopilotPolicy string
- The policy that allows Vantage to manage autopilot.
- cloudwatchMetrics stringPolicy 
- The policy that allows Vantage to retrieve cloudwatch metrics from your AWS account.
- externalId string
- The Vantage external ID to authenticate your account.
- iamRole stringArn 
- 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_ strpolicy 
- 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_ strpolicy 
- 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_ strarn 
- 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.
- additionalResources StringPolicy 
- The policy that allows Vantage to list and describe resources from your AWS account.
- autopilotPolicy String
- The policy that allows Vantage to manage autopilot.
- cloudwatchMetrics StringPolicy 
- The policy that allows Vantage to retrieve cloudwatch metrics from your AWS account.
- externalId String
- The Vantage external ID to authenticate your account.
- iamRole StringArn 
- 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 vantageTerraform Provider.
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh