Vantage v0.0.3 published on Wednesday, Jan 31, 2024 by lbrlabs
vantage.getAwsProviderInfo
Explore with Pulumi AI
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:
- Additional
Resources stringPolicy - The policy that allows Vantage to list and describe resources from your AWS account.
- Autopilot
Policy string - The policy that allows Vantage to manage autopilot.
- Cloudwatch
Metrics stringPolicy - The policy that allows Vantage to retrieve cloudwatch metrics from your AWS account.
- External
Id string - The Vantage external ID to authenticate your account.
- Iam
Role stringArn - The IAM role that Vantage assumes into your account.
- Id string
- The provider-assigned unique ID for this managed resource.
- Root
Policy string - The policy that allows Vantage to manage autopilot.
- Additional
Resources stringPolicy - The policy that allows Vantage to list and describe resources from your AWS account.
- Autopilot
Policy string - The policy that allows Vantage to manage autopilot.
- Cloudwatch
Metrics stringPolicy - The policy that allows Vantage to retrieve cloudwatch metrics from your AWS account.
- External
Id string - The Vantage external ID to authenticate your account.
- Iam
Role stringArn - The IAM role that Vantage assumes into your account.
- Id string
- The provider-assigned unique ID for this managed resource.
- Root
Policy string - The policy that allows Vantage to manage autopilot.
- additional
Resources StringPolicy - The policy that allows Vantage to list and describe resources from your AWS account.
- autopilot
Policy String - The policy that allows Vantage to manage autopilot.
- cloudwatch
Metrics StringPolicy - The policy that allows Vantage to retrieve cloudwatch metrics from your AWS account.
- external
Id String - The Vantage external ID to authenticate your account.
- iam
Role StringArn - The IAM role that Vantage assumes into your account.
- id String
- The provider-assigned unique ID for this managed resource.
- root
Policy String - The policy that allows Vantage to manage autopilot.
- additional
Resources stringPolicy - The policy that allows Vantage to list and describe resources from your AWS account.
- autopilot
Policy string - The policy that allows Vantage to manage autopilot.
- cloudwatch
Metrics stringPolicy - The policy that allows Vantage to retrieve cloudwatch metrics from your AWS account.
- external
Id string - The Vantage external ID to authenticate your account.
- iam
Role stringArn - The IAM role that Vantage assumes into your account.
- id string
- The provider-assigned unique ID for this managed resource.
- root
Policy 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.
- additional
Resources StringPolicy - The policy that allows Vantage to list and describe resources from your AWS account.
- autopilot
Policy String - The policy that allows Vantage to manage autopilot.
- cloudwatch
Metrics StringPolicy - The policy that allows Vantage to retrieve cloudwatch metrics from your AWS account.
- external
Id String - The Vantage external ID to authenticate your account.
- iam
Role StringArn - The IAM role that Vantage assumes into your account.
- id String
- The provider-assigned unique ID for this managed resource.
- root
Policy 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.