Aviatrix v0.0.11 published on Saturday, Jun 17, 2023 by Aviatrix
aviatrix.getAviatrixAccount
The aviatrix_account data source provides details about a specific cloud account created by the Aviatrix Controller.
This data source can prove useful when a module accepts an account’s detail as an input variable.
Example Usage
using System.Collections.Generic;
using Pulumi;
using Aviatrix = Pulumi.Aviatrix;
return await Deployment.RunAsync(() => 
{
    var foo = Aviatrix.GetAviatrixAccount.Invoke(new()
    {
        AccountName = "username",
    });
});
package main
import (
	"github.com/astipkovits/pulumi-aviatrix/sdk/go/aviatrix"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err = aviatrix.LookupAviatrixAccount(ctx, &GetAviatrixAccountArgs{
			AccountName: "username",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aviatrix.AviatrixFunctions;
import com.pulumi.aviatrix.inputs.GetAviatrixAccountArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var foo = AviatrixFunctions.getAviatrixAccount(GetAviatrixAccountArgs.builder()
            .accountName("username")
            .build());
    }
}
import * as pulumi from "@pulumi/pulumi";
import * as aviatrix from "@pulumi/aviatrix";
// Aviatrix Account Data Source
const foo = pulumi.output(aviatrix.getAviatrixAccount({
    accountName: "username",
}));
import pulumi
import pulumi_aviatrix as aviatrix
foo = aviatrix.get_aviatrix_account(account_name="username")
variables:
  foo:
    fn::invoke:
      Function: aviatrix:getAviatrixAccount
      Arguments:
        accountName: username
Using getAviatrixAccount
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 getAviatrixAccount(args: GetAviatrixAccountArgs, opts?: InvokeOptions): Promise<GetAviatrixAccountResult>
function getAviatrixAccountOutput(args: GetAviatrixAccountOutputArgs, opts?: InvokeOptions): Output<GetAviatrixAccountResult>def get_aviatrix_account(account_name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetAviatrixAccountResult
def get_aviatrix_account_output(account_name: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetAviatrixAccountResult]func LookupAviatrixAccount(ctx *Context, args *LookupAviatrixAccountArgs, opts ...InvokeOption) (*LookupAviatrixAccountResult, error)
func LookupAviatrixAccountOutput(ctx *Context, args *LookupAviatrixAccountOutputArgs, opts ...InvokeOption) LookupAviatrixAccountResultOutput> Note: This function is named LookupAviatrixAccount in the Go SDK.
public static class GetAviatrixAccount 
{
    public static Task<GetAviatrixAccountResult> InvokeAsync(GetAviatrixAccountArgs args, InvokeOptions? opts = null)
    public static Output<GetAviatrixAccountResult> Invoke(GetAviatrixAccountInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAviatrixAccountResult> getAviatrixAccount(GetAviatrixAccountArgs args, InvokeOptions options)
public static Output<GetAviatrixAccountResult> getAviatrixAccount(GetAviatrixAccountArgs args, InvokeOptions options)
fn::invoke:
  function: aviatrix:index/getAviatrixAccount:getAviatrixAccount
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountName string
- Account name. This can be used for logging in to CloudN console or UserConnect controller.
- AccountName string
- Account name. This can be used for logging in to CloudN console or UserConnect controller.
- accountName String
- Account name. This can be used for logging in to CloudN console or UserConnect controller.
- accountName string
- Account name. This can be used for logging in to CloudN console or UserConnect controller.
- account_name str
- Account name. This can be used for logging in to CloudN console or UserConnect controller.
- accountName String
- Account name. This can be used for logging in to CloudN console or UserConnect controller.
getAviatrixAccount Result
The following output properties are available:
- AccountName string
- AlicloudAccount stringId 
- Alibaba Cloud Account ID.
- ArmSubscription stringId 
- Azure ARM Subscription ID.
- AwsAccount stringNumber 
- AWS Account number.
- AwsCa stringCert Path 
- AWS Top Secret Region or Secret Region Custom Certificate Authority file name on the controller. Available as of provider R2.19.5+.
- AwsGateway stringRole App 
- A separate AWS App role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
- AwsGateway stringRole Ec2 
- A separate AWS EC2 role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
- AwsRole stringArn 
- AWS App role ARN.
- AwsRole stringEc2 
- AWS EC2 role ARN.
- AwschinaAccount stringNumber 
- AWSChina Account number. Available as of provider version R2.19+.
- AwschinaIam bool
- If enabled, awschina_role_appandawschina_role_ec2will be set. Available as of provider version R2.19+.
- AwschinaRole stringApp 
- AWSChina App role ARN. Available as of provider version R2.19+.
- AwschinaRole stringEc2 
- AWSChina EC2 role ARN. Available as of provider version R2.19+.
- AwsgovAccount stringNumber 
- AWSGov Account number.
- AwsgovIam bool
- If enabled, awsgov_role_appandawschina_role_ec2will be set. Available as of provider version R2.19+.
- AwsgovRole stringApp 
- AWSGov App role ARN. Available as of provider version R2.19+.
- AwsgovRole stringEc2 
- AWSGov EC2 role ARN. Available as of provider version R2.19+.
- AwssAccount stringNumber 
- AWS Secret Region Account Number. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- AwssCap stringAccount Name 
- AWS Secret Region Account Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- AwssCap stringAgency 
- AWS Secret Region CAP Agency. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- AwssCap stringCert Key Path 
- AWS Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
- AwssCap stringCert Path 
- AWS Secret Region CAP Certificate file name on the controller. Available as of provider R2.19.5+.
- AwssCap stringRole Name 
- AWS Secret Region Role Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- AwssCap stringUrl 
- AWS Secret Region CAP Url. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- AwstsAccount stringNumber 
- AWS Top Secret Region Account Number. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- AwstsCap stringAgency 
- AWS Top Secret Region CAP Agency. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- AwstsCap stringCert Key Path 
- AWS Top Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
- AwstsCap stringCert Path 
- AwstsCap stringMission 
- AWS Top Secret Region Mission. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- AwstsCap stringRole Name 
- AWS Top Secret Region Role Name. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
awsts_cap_cert_path- AWS Top Secret Region CAP Certificate file name on the controller. Available as of provider R2.19.5+.
- AwstsCap stringUrl 
- AWS Top Secret Region CAP Url. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- AzurechinaSubscription stringId 
- AzureChina ARM Subscription ID. Available as of provider version R2.19+.
- AzuregovSubscription stringId 
- AzureGov ARM Subscription ID.
- CloudType int
- Type of cloud service provider.
- GcloudProject stringId 
- GCloud Project ID.
- Id string
- The provider-assigned unique ID for this managed resource.
- AccountName string
- AlicloudAccount stringId 
- Alibaba Cloud Account ID.
- ArmSubscription stringId 
- Azure ARM Subscription ID.
- AwsAccount stringNumber 
- AWS Account number.
- AwsCa stringCert Path 
- AWS Top Secret Region or Secret Region Custom Certificate Authority file name on the controller. Available as of provider R2.19.5+.
- AwsGateway stringRole App 
- A separate AWS App role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
- AwsGateway stringRole Ec2 
- A separate AWS EC2 role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
- AwsRole stringArn 
- AWS App role ARN.
- AwsRole stringEc2 
- AWS EC2 role ARN.
- AwschinaAccount stringNumber 
- AWSChina Account number. Available as of provider version R2.19+.
- AwschinaIam bool
- If enabled, awschina_role_appandawschina_role_ec2will be set. Available as of provider version R2.19+.
- AwschinaRole stringApp 
- AWSChina App role ARN. Available as of provider version R2.19+.
- AwschinaRole stringEc2 
- AWSChina EC2 role ARN. Available as of provider version R2.19+.
- AwsgovAccount stringNumber 
- AWSGov Account number.
- AwsgovIam bool
- If enabled, awsgov_role_appandawschina_role_ec2will be set. Available as of provider version R2.19+.
- AwsgovRole stringApp 
- AWSGov App role ARN. Available as of provider version R2.19+.
- AwsgovRole stringEc2 
- AWSGov EC2 role ARN. Available as of provider version R2.19+.
- AwssAccount stringNumber 
- AWS Secret Region Account Number. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- AwssCap stringAccount Name 
- AWS Secret Region Account Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- AwssCap stringAgency 
- AWS Secret Region CAP Agency. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- AwssCap stringCert Key Path 
- AWS Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
- AwssCap stringCert Path 
- AWS Secret Region CAP Certificate file name on the controller. Available as of provider R2.19.5+.
- AwssCap stringRole Name 
- AWS Secret Region Role Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- AwssCap stringUrl 
- AWS Secret Region CAP Url. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- AwstsAccount stringNumber 
- AWS Top Secret Region Account Number. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- AwstsCap stringAgency 
- AWS Top Secret Region CAP Agency. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- AwstsCap stringCert Key Path 
- AWS Top Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
- AwstsCap stringCert Path 
- AwstsCap stringMission 
- AWS Top Secret Region Mission. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- AwstsCap stringRole Name 
- AWS Top Secret Region Role Name. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
awsts_cap_cert_path- AWS Top Secret Region CAP Certificate file name on the controller. Available as of provider R2.19.5+.
- AwstsCap stringUrl 
- AWS Top Secret Region CAP Url. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- AzurechinaSubscription stringId 
- AzureChina ARM Subscription ID. Available as of provider version R2.19+.
- AzuregovSubscription stringId 
- AzureGov ARM Subscription ID.
- CloudType int
- Type of cloud service provider.
- GcloudProject stringId 
- GCloud Project ID.
- Id string
- The provider-assigned unique ID for this managed resource.
- accountName String
- alicloudAccount StringId 
- Alibaba Cloud Account ID.
- armSubscription StringId 
- Azure ARM Subscription ID.
- awsAccount StringNumber 
- AWS Account number.
- awsCa StringCert Path 
- AWS Top Secret Region or Secret Region Custom Certificate Authority file name on the controller. Available as of provider R2.19.5+.
- awsGateway StringRole App 
- A separate AWS App role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
- awsGateway StringRole Ec2 
- A separate AWS EC2 role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
- awsRole StringArn 
- AWS App role ARN.
- awsRole StringEc2 
- AWS EC2 role ARN.
- awschinaAccount StringNumber 
- AWSChina Account number. Available as of provider version R2.19+.
- awschinaIam Boolean
- If enabled, awschina_role_appandawschina_role_ec2will be set. Available as of provider version R2.19+.
- awschinaRole StringApp 
- AWSChina App role ARN. Available as of provider version R2.19+.
- awschinaRole StringEc2 
- AWSChina EC2 role ARN. Available as of provider version R2.19+.
- awsgovAccount StringNumber 
- AWSGov Account number.
- awsgovIam Boolean
- If enabled, awsgov_role_appandawschina_role_ec2will be set. Available as of provider version R2.19+.
- awsgovRole StringApp 
- AWSGov App role ARN. Available as of provider version R2.19+.
- awsgovRole StringEc2 
- AWSGov EC2 role ARN. Available as of provider version R2.19+.
- awssAccount StringNumber 
- AWS Secret Region Account Number. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- awssCap StringAccount Name 
- AWS Secret Region Account Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- awssCap StringAgency 
- AWS Secret Region CAP Agency. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- awssCap StringCert Key Path 
- AWS Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
- awssCap StringCert Path 
- AWS Secret Region CAP Certificate file name on the controller. Available as of provider R2.19.5+.
- awssCap StringRole Name 
- AWS Secret Region Role Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- awssCap StringUrl 
- AWS Secret Region CAP Url. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- awstsAccount StringNumber 
- AWS Top Secret Region Account Number. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- awstsCap StringAgency 
- AWS Top Secret Region CAP Agency. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- awstsCap StringCert Key Path 
- AWS Top Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
- awstsCap StringCert Path 
- awstsCap StringMission 
- AWS Top Secret Region Mission. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- awstsCap StringRole Name 
- AWS Top Secret Region Role Name. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
awsts_cap_cert_path- AWS Top Secret Region CAP Certificate file name on the controller. Available as of provider R2.19.5+.
- awstsCap StringUrl 
- AWS Top Secret Region CAP Url. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- azurechinaSubscription StringId 
- AzureChina ARM Subscription ID. Available as of provider version R2.19+.
- azuregovSubscription StringId 
- AzureGov ARM Subscription ID.
- cloudType Integer
- Type of cloud service provider.
- gcloudProject StringId 
- GCloud Project ID.
- id String
- The provider-assigned unique ID for this managed resource.
- accountName string
- alicloudAccount stringId 
- Alibaba Cloud Account ID.
- armSubscription stringId 
- Azure ARM Subscription ID.
- awsAccount stringNumber 
- AWS Account number.
- awsCa stringCert Path 
- AWS Top Secret Region or Secret Region Custom Certificate Authority file name on the controller. Available as of provider R2.19.5+.
- awsGateway stringRole App 
- A separate AWS App role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
- awsGateway stringRole Ec2 
- A separate AWS EC2 role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
- awsRole stringArn 
- AWS App role ARN.
- awsRole stringEc2 
- AWS EC2 role ARN.
- awschinaAccount stringNumber 
- AWSChina Account number. Available as of provider version R2.19+.
- awschinaIam boolean
- If enabled, awschina_role_appandawschina_role_ec2will be set. Available as of provider version R2.19+.
- awschinaRole stringApp 
- AWSChina App role ARN. Available as of provider version R2.19+.
- awschinaRole stringEc2 
- AWSChina EC2 role ARN. Available as of provider version R2.19+.
- awsgovAccount stringNumber 
- AWSGov Account number.
- awsgovIam boolean
- If enabled, awsgov_role_appandawschina_role_ec2will be set. Available as of provider version R2.19+.
- awsgovRole stringApp 
- AWSGov App role ARN. Available as of provider version R2.19+.
- awsgovRole stringEc2 
- AWSGov EC2 role ARN. Available as of provider version R2.19+.
- awssAccount stringNumber 
- AWS Secret Region Account Number. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- awssCap stringAccount Name 
- AWS Secret Region Account Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- awssCap stringAgency 
- AWS Secret Region CAP Agency. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- awssCap stringCert Key Path 
- AWS Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
- awssCap stringCert Path 
- AWS Secret Region CAP Certificate file name on the controller. Available as of provider R2.19.5+.
- awssCap stringRole Name 
- AWS Secret Region Role Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- awssCap stringUrl 
- AWS Secret Region CAP Url. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- awstsAccount stringNumber 
- AWS Top Secret Region Account Number. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- awstsCap stringAgency 
- AWS Top Secret Region CAP Agency. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- awstsCap stringCert Key Path 
- AWS Top Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
- awstsCap stringCert Path 
- awstsCap stringMission 
- AWS Top Secret Region Mission. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- awstsCap stringRole Name 
- AWS Top Secret Region Role Name. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
awsts_cap_cert_path- AWS Top Secret Region CAP Certificate file name on the controller. Available as of provider R2.19.5+.
- awstsCap stringUrl 
- AWS Top Secret Region CAP Url. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- azurechinaSubscription stringId 
- AzureChina ARM Subscription ID. Available as of provider version R2.19+.
- azuregovSubscription stringId 
- AzureGov ARM Subscription ID.
- cloudType number
- Type of cloud service provider.
- gcloudProject stringId 
- GCloud Project ID.
- id string
- The provider-assigned unique ID for this managed resource.
- account_name str
- alicloud_account_ strid 
- Alibaba Cloud Account ID.
- arm_subscription_ strid 
- Azure ARM Subscription ID.
- aws_account_ strnumber 
- AWS Account number.
- aws_ca_ strcert_ path 
- AWS Top Secret Region or Secret Region Custom Certificate Authority file name on the controller. Available as of provider R2.19.5+.
- aws_gateway_ strrole_ app 
- A separate AWS App role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
- aws_gateway_ strrole_ ec2 
- A separate AWS EC2 role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
- aws_role_ strarn 
- AWS App role ARN.
- aws_role_ strec2 
- AWS EC2 role ARN.
- awschina_account_ strnumber 
- AWSChina Account number. Available as of provider version R2.19+.
- awschina_iam bool
- If enabled, awschina_role_appandawschina_role_ec2will be set. Available as of provider version R2.19+.
- awschina_role_ strapp 
- AWSChina App role ARN. Available as of provider version R2.19+.
- awschina_role_ strec2 
- AWSChina EC2 role ARN. Available as of provider version R2.19+.
- awsgov_account_ strnumber 
- AWSGov Account number.
- awsgov_iam bool
- If enabled, awsgov_role_appandawschina_role_ec2will be set. Available as of provider version R2.19+.
- awsgov_role_ strapp 
- AWSGov App role ARN. Available as of provider version R2.19+.
- awsgov_role_ strec2 
- AWSGov EC2 role ARN. Available as of provider version R2.19+.
- awss_account_ strnumber 
- AWS Secret Region Account Number. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- awss_cap_ straccount_ name 
- AWS Secret Region Account Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- awss_cap_ stragency 
- AWS Secret Region CAP Agency. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- awss_cap_ strcert_ key_ path 
- AWS Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
- awss_cap_ strcert_ path 
- AWS Secret Region CAP Certificate file name on the controller. Available as of provider R2.19.5+.
- awss_cap_ strrole_ name 
- AWS Secret Region Role Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- awss_cap_ strurl 
- AWS Secret Region CAP Url. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- awsts_account_ strnumber 
- AWS Top Secret Region Account Number. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- awsts_cap_ stragency 
- AWS Top Secret Region CAP Agency. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- awsts_cap_ strcert_ key_ path 
- AWS Top Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
- awsts_cap_ strcert_ path 
- awsts_cap_ strmission 
- AWS Top Secret Region Mission. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- awsts_cap_ strrole_ name 
- AWS Top Secret Region Role Name. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
awsts_cap_cert_path- AWS Top Secret Region CAP Certificate file name on the controller. Available as of provider R2.19.5+.
- awsts_cap_ strurl 
- AWS Top Secret Region CAP Url. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- azurechina_subscription_ strid 
- AzureChina ARM Subscription ID. Available as of provider version R2.19+.
- azuregov_subscription_ strid 
- AzureGov ARM Subscription ID.
- cloud_type int
- Type of cloud service provider.
- gcloud_project_ strid 
- GCloud Project ID.
- id str
- The provider-assigned unique ID for this managed resource.
- accountName String
- alicloudAccount StringId 
- Alibaba Cloud Account ID.
- armSubscription StringId 
- Azure ARM Subscription ID.
- awsAccount StringNumber 
- AWS Account number.
- awsCa StringCert Path 
- AWS Top Secret Region or Secret Region Custom Certificate Authority file name on the controller. Available as of provider R2.19.5+.
- awsGateway StringRole App 
- A separate AWS App role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
- awsGateway StringRole Ec2 
- A separate AWS EC2 role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
- awsRole StringArn 
- AWS App role ARN.
- awsRole StringEc2 
- AWS EC2 role ARN.
- awschinaAccount StringNumber 
- AWSChina Account number. Available as of provider version R2.19+.
- awschinaIam Boolean
- If enabled, awschina_role_appandawschina_role_ec2will be set. Available as of provider version R2.19+.
- awschinaRole StringApp 
- AWSChina App role ARN. Available as of provider version R2.19+.
- awschinaRole StringEc2 
- AWSChina EC2 role ARN. Available as of provider version R2.19+.
- awsgovAccount StringNumber 
- AWSGov Account number.
- awsgovIam Boolean
- If enabled, awsgov_role_appandawschina_role_ec2will be set. Available as of provider version R2.19+.
- awsgovRole StringApp 
- AWSGov App role ARN. Available as of provider version R2.19+.
- awsgovRole StringEc2 
- AWSGov EC2 role ARN. Available as of provider version R2.19+.
- awssAccount StringNumber 
- AWS Secret Region Account Number. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- awssCap StringAccount Name 
- AWS Secret Region Account Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- awssCap StringAgency 
- AWS Secret Region CAP Agency. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- awssCap StringCert Key Path 
- AWS Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
- awssCap StringCert Path 
- AWS Secret Region CAP Certificate file name on the controller. Available as of provider R2.19.5+.
- awssCap StringRole Name 
- AWS Secret Region Role Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- awssCap StringUrl 
- AWS Secret Region CAP Url. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
- awstsAccount StringNumber 
- AWS Top Secret Region Account Number. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- awstsCap StringAgency 
- AWS Top Secret Region CAP Agency. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- awstsCap StringCert Key Path 
- AWS Top Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
- awstsCap StringCert Path 
- awstsCap StringMission 
- AWS Top Secret Region Mission. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- awstsCap StringRole Name 
- AWS Top Secret Region Role Name. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
awsts_cap_cert_path- AWS Top Secret Region CAP Certificate file name on the controller. Available as of provider R2.19.5+.
- awstsCap StringUrl 
- AWS Top Secret Region CAP Url. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
- azurechinaSubscription StringId 
- AzureChina ARM Subscription ID. Available as of provider version R2.19+.
- azuregovSubscription StringId 
- AzureGov ARM Subscription ID.
- cloudType Number
- Type of cloud service provider.
- gcloudProject StringId 
- GCloud Project ID.
- id String
- The provider-assigned unique ID for this managed resource.
Package Details
- Repository
- aviatrix astipkovits/pulumi-aviatrix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the aviatrixTerraform Provider.
