1. Packages
  2. Vantage
  3. API Docs
  4. getAwsProviderInfo
Vantage v0.0.3 published on Wednesday, Jan 31, 2024 by lbrlabs

vantage.getAwsProviderInfo

Explore with Pulumi AI

vantage logo
Vantage v0.0.3 published on Wednesday, Jan 31, 2024 by lbrlabs

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: vantage:index/getAwsProviderInfo:getAwsProviderInfo
      arguments:
        # arguments dictionary

    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 lbrlabs/pulumi-vantage
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the vantage Terraform Provider.
    vantage logo
    Vantage v0.0.3 published on Wednesday, Jan 31, 2024 by lbrlabs