1. Packages
  2. Aviatrix
  3. API Docs
  4. getAviatrixAccount
Aviatrix v0.0.11 published on Saturday, Jun 17, 2023 by Aviatrix

aviatrix.getAviatrixAccount

Explore with Pulumi AI

aviatrix logo
Aviatrix v0.0.11 published on Saturday, Jun 17, 2023 by Aviatrix

    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 pulumi
    import pulumi_aviatrix as aviatrix
    
    foo = aviatrix.get_aviatrix_account(account_name="username")
    
    import * as pulumi from "@pulumi/pulumi";
    import * as aviatrix from "@pulumi/aviatrix";
    
    // Aviatrix Account Data Source
    const foo = pulumi.output(aviatrix.getAviatrixAccount({
        accountName: "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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aviatrix:index/getAviatrixAccount:getAviatrixAccount
      arguments:
        # arguments dictionary

    The 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
    AlicloudAccountId string
    Alibaba Cloud Account ID.
    ArmSubscriptionId string
    Azure ARM Subscription ID.
    AwsAccountNumber string
    AWS Account number.
    AwsCaCertPath string
    AWS Top Secret Region or Secret Region Custom Certificate Authority file name on the controller. Available as of provider R2.19.5+.
    AwsGatewayRoleApp string
    A separate AWS App role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
    AwsGatewayRoleEc2 string
    A separate AWS EC2 role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
    AwsRoleArn string
    AWS App role ARN.
    AwsRoleEc2 string
    AWS EC2 role ARN.
    AwschinaAccountNumber string
    AWSChina Account number. Available as of provider version R2.19+.
    AwschinaIam bool
    If enabled, awschina_role_app and awschina_role_ec2 will be set. Available as of provider version R2.19+.
    AwschinaRoleApp string
    AWSChina App role ARN. Available as of provider version R2.19+.
    AwschinaRoleEc2 string
    AWSChina EC2 role ARN. Available as of provider version R2.19+.
    AwsgovAccountNumber string
    AWSGov Account number.
    AwsgovIam bool
    If enabled, awsgov_role_app and awschina_role_ec2 will be set. Available as of provider version R2.19+.
    AwsgovRoleApp string
    AWSGov App role ARN. Available as of provider version R2.19+.
    AwsgovRoleEc2 string
    AWSGov EC2 role ARN. Available as of provider version R2.19+.
    AwssAccountNumber string
    AWS Secret Region Account Number. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    AwssCapAccountName string
    AWS Secret Region Account Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    AwssCapAgency string
    AWS Secret Region CAP Agency. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    AwssCapCertKeyPath string
    AWS Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
    AwssCapCertPath string
    AWS Secret Region CAP Certificate file name on the controller. Available as of provider R2.19.5+.
    AwssCapRoleName string
    AWS Secret Region Role Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    AwssCapUrl string
    AWS Secret Region CAP Url. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    AwstsAccountNumber string
    AWS Top Secret Region Account Number. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
    AwstsCapAgency string
    AWS Top Secret Region CAP Agency. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
    AwstsCapCertKeyPath string
    AWS Top Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
    AwstsCapCertPath string
    AwstsCapMission string
    AWS Top Secret Region Mission. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
    AwstsCapRoleName string
    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+.
    AwstsCapUrl string
    AWS Top Secret Region CAP Url. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
    AzurechinaSubscriptionId string
    AzureChina ARM Subscription ID. Available as of provider version R2.19+.
    AzuregovSubscriptionId string
    AzureGov ARM Subscription ID.
    CloudType int
    Type of cloud service provider.
    GcloudProjectId string
    GCloud Project ID.
    Id string
    The provider-assigned unique ID for this managed resource.
    AccountName string
    AlicloudAccountId string
    Alibaba Cloud Account ID.
    ArmSubscriptionId string
    Azure ARM Subscription ID.
    AwsAccountNumber string
    AWS Account number.
    AwsCaCertPath string
    AWS Top Secret Region or Secret Region Custom Certificate Authority file name on the controller. Available as of provider R2.19.5+.
    AwsGatewayRoleApp string
    A separate AWS App role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
    AwsGatewayRoleEc2 string
    A separate AWS EC2 role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
    AwsRoleArn string
    AWS App role ARN.
    AwsRoleEc2 string
    AWS EC2 role ARN.
    AwschinaAccountNumber string
    AWSChina Account number. Available as of provider version R2.19+.
    AwschinaIam bool
    If enabled, awschina_role_app and awschina_role_ec2 will be set. Available as of provider version R2.19+.
    AwschinaRoleApp string
    AWSChina App role ARN. Available as of provider version R2.19+.
    AwschinaRoleEc2 string
    AWSChina EC2 role ARN. Available as of provider version R2.19+.
    AwsgovAccountNumber string
    AWSGov Account number.
    AwsgovIam bool
    If enabled, awsgov_role_app and awschina_role_ec2 will be set. Available as of provider version R2.19+.
    AwsgovRoleApp string
    AWSGov App role ARN. Available as of provider version R2.19+.
    AwsgovRoleEc2 string
    AWSGov EC2 role ARN. Available as of provider version R2.19+.
    AwssAccountNumber string
    AWS Secret Region Account Number. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    AwssCapAccountName string
    AWS Secret Region Account Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    AwssCapAgency string
    AWS Secret Region CAP Agency. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    AwssCapCertKeyPath string
    AWS Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
    AwssCapCertPath string
    AWS Secret Region CAP Certificate file name on the controller. Available as of provider R2.19.5+.
    AwssCapRoleName string
    AWS Secret Region Role Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    AwssCapUrl string
    AWS Secret Region CAP Url. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    AwstsAccountNumber string
    AWS Top Secret Region Account Number. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
    AwstsCapAgency string
    AWS Top Secret Region CAP Agency. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
    AwstsCapCertKeyPath string
    AWS Top Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
    AwstsCapCertPath string
    AwstsCapMission string
    AWS Top Secret Region Mission. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
    AwstsCapRoleName string
    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+.
    AwstsCapUrl string
    AWS Top Secret Region CAP Url. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
    AzurechinaSubscriptionId string
    AzureChina ARM Subscription ID. Available as of provider version R2.19+.
    AzuregovSubscriptionId string
    AzureGov ARM Subscription ID.
    CloudType int
    Type of cloud service provider.
    GcloudProjectId string
    GCloud Project ID.
    Id string
    The provider-assigned unique ID for this managed resource.
    accountName String
    alicloudAccountId String
    Alibaba Cloud Account ID.
    armSubscriptionId String
    Azure ARM Subscription ID.
    awsAccountNumber String
    AWS Account number.
    awsCaCertPath String
    AWS Top Secret Region or Secret Region Custom Certificate Authority file name on the controller. Available as of provider R2.19.5+.
    awsGatewayRoleApp String
    A separate AWS App role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
    awsGatewayRoleEc2 String
    A separate AWS EC2 role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
    awsRoleArn String
    AWS App role ARN.
    awsRoleEc2 String
    AWS EC2 role ARN.
    awschinaAccountNumber String
    AWSChina Account number. Available as of provider version R2.19+.
    awschinaIam Boolean
    If enabled, awschina_role_app and awschina_role_ec2 will be set. Available as of provider version R2.19+.
    awschinaRoleApp String
    AWSChina App role ARN. Available as of provider version R2.19+.
    awschinaRoleEc2 String
    AWSChina EC2 role ARN. Available as of provider version R2.19+.
    awsgovAccountNumber String
    AWSGov Account number.
    awsgovIam Boolean
    If enabled, awsgov_role_app and awschina_role_ec2 will be set. Available as of provider version R2.19+.
    awsgovRoleApp String
    AWSGov App role ARN. Available as of provider version R2.19+.
    awsgovRoleEc2 String
    AWSGov EC2 role ARN. Available as of provider version R2.19+.
    awssAccountNumber String
    AWS Secret Region Account Number. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    awssCapAccountName String
    AWS Secret Region Account Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    awssCapAgency String
    AWS Secret Region CAP Agency. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    awssCapCertKeyPath String
    AWS Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
    awssCapCertPath String
    AWS Secret Region CAP Certificate file name on the controller. Available as of provider R2.19.5+.
    awssCapRoleName String
    AWS Secret Region Role Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    awssCapUrl String
    AWS Secret Region CAP Url. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    awstsAccountNumber String
    AWS Top Secret Region Account Number. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
    awstsCapAgency String
    AWS Top Secret Region CAP Agency. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
    awstsCapCertKeyPath String
    AWS Top Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
    awstsCapCertPath String
    awstsCapMission String
    AWS Top Secret Region Mission. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
    awstsCapRoleName String
    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+.
    awstsCapUrl String
    AWS Top Secret Region CAP Url. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
    azurechinaSubscriptionId String
    AzureChina ARM Subscription ID. Available as of provider version R2.19+.
    azuregovSubscriptionId String
    AzureGov ARM Subscription ID.
    cloudType Integer
    Type of cloud service provider.
    gcloudProjectId String
    GCloud Project ID.
    id String
    The provider-assigned unique ID for this managed resource.
    accountName string
    alicloudAccountId string
    Alibaba Cloud Account ID.
    armSubscriptionId string
    Azure ARM Subscription ID.
    awsAccountNumber string
    AWS Account number.
    awsCaCertPath string
    AWS Top Secret Region or Secret Region Custom Certificate Authority file name on the controller. Available as of provider R2.19.5+.
    awsGatewayRoleApp string
    A separate AWS App role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
    awsGatewayRoleEc2 string
    A separate AWS EC2 role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
    awsRoleArn string
    AWS App role ARN.
    awsRoleEc2 string
    AWS EC2 role ARN.
    awschinaAccountNumber string
    AWSChina Account number. Available as of provider version R2.19+.
    awschinaIam boolean
    If enabled, awschina_role_app and awschina_role_ec2 will be set. Available as of provider version R2.19+.
    awschinaRoleApp string
    AWSChina App role ARN. Available as of provider version R2.19+.
    awschinaRoleEc2 string
    AWSChina EC2 role ARN. Available as of provider version R2.19+.
    awsgovAccountNumber string
    AWSGov Account number.
    awsgovIam boolean
    If enabled, awsgov_role_app and awschina_role_ec2 will be set. Available as of provider version R2.19+.
    awsgovRoleApp string
    AWSGov App role ARN. Available as of provider version R2.19+.
    awsgovRoleEc2 string
    AWSGov EC2 role ARN. Available as of provider version R2.19+.
    awssAccountNumber string
    AWS Secret Region Account Number. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    awssCapAccountName string
    AWS Secret Region Account Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    awssCapAgency string
    AWS Secret Region CAP Agency. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    awssCapCertKeyPath string
    AWS Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
    awssCapCertPath string
    AWS Secret Region CAP Certificate file name on the controller. Available as of provider R2.19.5+.
    awssCapRoleName string
    AWS Secret Region Role Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    awssCapUrl string
    AWS Secret Region CAP Url. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    awstsAccountNumber string
    AWS Top Secret Region Account Number. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
    awstsCapAgency string
    AWS Top Secret Region CAP Agency. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
    awstsCapCertKeyPath string
    AWS Top Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
    awstsCapCertPath string
    awstsCapMission string
    AWS Top Secret Region Mission. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
    awstsCapRoleName string
    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+.
    awstsCapUrl string
    AWS Top Secret Region CAP Url. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
    azurechinaSubscriptionId string
    AzureChina ARM Subscription ID. Available as of provider version R2.19+.
    azuregovSubscriptionId string
    AzureGov ARM Subscription ID.
    cloudType number
    Type of cloud service provider.
    gcloudProjectId string
    GCloud Project ID.
    id string
    The provider-assigned unique ID for this managed resource.
    account_name str
    alicloud_account_id str
    Alibaba Cloud Account ID.
    arm_subscription_id str
    Azure ARM Subscription ID.
    aws_account_number str
    AWS Account number.
    aws_ca_cert_path str
    AWS Top Secret Region or Secret Region Custom Certificate Authority file name on the controller. Available as of provider R2.19.5+.
    aws_gateway_role_app str
    A separate AWS App role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
    aws_gateway_role_ec2 str
    A separate AWS EC2 role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
    aws_role_arn str
    AWS App role ARN.
    aws_role_ec2 str
    AWS EC2 role ARN.
    awschina_account_number str
    AWSChina Account number. Available as of provider version R2.19+.
    awschina_iam bool
    If enabled, awschina_role_app and awschina_role_ec2 will be set. Available as of provider version R2.19+.
    awschina_role_app str
    AWSChina App role ARN. Available as of provider version R2.19+.
    awschina_role_ec2 str
    AWSChina EC2 role ARN. Available as of provider version R2.19+.
    awsgov_account_number str
    AWSGov Account number.
    awsgov_iam bool
    If enabled, awsgov_role_app and awschina_role_ec2 will be set. Available as of provider version R2.19+.
    awsgov_role_app str
    AWSGov App role ARN. Available as of provider version R2.19+.
    awsgov_role_ec2 str
    AWSGov EC2 role ARN. Available as of provider version R2.19+.
    awss_account_number str
    AWS Secret Region Account Number. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    awss_cap_account_name str
    AWS Secret Region Account Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    awss_cap_agency str
    AWS Secret Region CAP Agency. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    awss_cap_cert_key_path str
    AWS Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
    awss_cap_cert_path str
    AWS Secret Region CAP Certificate file name on the controller. Available as of provider R2.19.5+.
    awss_cap_role_name str
    AWS Secret Region Role Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    awss_cap_url str
    AWS Secret Region CAP Url. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    awsts_account_number str
    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_agency str
    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_cert_key_path str
    AWS Top Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
    awsts_cap_cert_path str
    awsts_cap_mission str
    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_role_name str
    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_url str
    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_id str
    AzureChina ARM Subscription ID. Available as of provider version R2.19+.
    azuregov_subscription_id str
    AzureGov ARM Subscription ID.
    cloud_type int
    Type of cloud service provider.
    gcloud_project_id str
    GCloud Project ID.
    id str
    The provider-assigned unique ID for this managed resource.
    accountName String
    alicloudAccountId String
    Alibaba Cloud Account ID.
    armSubscriptionId String
    Azure ARM Subscription ID.
    awsAccountNumber String
    AWS Account number.
    awsCaCertPath String
    AWS Top Secret Region or Secret Region Custom Certificate Authority file name on the controller. Available as of provider R2.19.5+.
    awsGatewayRoleApp String
    A separate AWS App role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
    awsGatewayRoleEc2 String
    A separate AWS EC2 role ARN to assign to gateways created by the controller. Available as of provider version R2.19+.
    awsRoleArn String
    AWS App role ARN.
    awsRoleEc2 String
    AWS EC2 role ARN.
    awschinaAccountNumber String
    AWSChina Account number. Available as of provider version R2.19+.
    awschinaIam Boolean
    If enabled, awschina_role_app and awschina_role_ec2 will be set. Available as of provider version R2.19+.
    awschinaRoleApp String
    AWSChina App role ARN. Available as of provider version R2.19+.
    awschinaRoleEc2 String
    AWSChina EC2 role ARN. Available as of provider version R2.19+.
    awsgovAccountNumber String
    AWSGov Account number.
    awsgovIam Boolean
    If enabled, awsgov_role_app and awschina_role_ec2 will be set. Available as of provider version R2.19+.
    awsgovRoleApp String
    AWSGov App role ARN. Available as of provider version R2.19+.
    awsgovRoleEc2 String
    AWSGov EC2 role ARN. Available as of provider version R2.19+.
    awssAccountNumber String
    AWS Secret Region Account Number. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    awssCapAccountName String
    AWS Secret Region Account Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    awssCapAgency String
    AWS Secret Region CAP Agency. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    awssCapCertKeyPath String
    AWS Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
    awssCapCertPath String
    AWS Secret Region CAP Certificate file name on the controller. Available as of provider R2.19.5+.
    awssCapRoleName String
    AWS Secret Region Role Name. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    awssCapUrl String
    AWS Secret Region CAP Url. Required when creating an account in AWS Secret Region. Available as of provider version R2.19.5+.
    awstsAccountNumber String
    AWS Top Secret Region Account Number. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
    awstsCapAgency String
    AWS Top Secret Region CAP Agency. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
    awstsCapCertKeyPath String
    AWS Top Secret Region CAP Certificate Key file name on the controller. Available as of provider R2.19.5+.
    awstsCapCertPath String
    awstsCapMission String
    AWS Top Secret Region Mission. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
    awstsCapRoleName String
    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+.
    awstsCapUrl String
    AWS Top Secret Region CAP Url. Required when creating an account in AWS Top Secret Region. Available as of provider version R2.19.5+.
    azurechinaSubscriptionId String
    AzureChina ARM Subscription ID. Available as of provider version R2.19+.
    azuregovSubscriptionId String
    AzureGov ARM Subscription ID.
    cloudType Number
    Type of cloud service provider.
    gcloudProjectId String
    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 aviatrix Terraform Provider.
    aviatrix logo
    Aviatrix v0.0.11 published on Saturday, Jun 17, 2023 by Aviatrix