1. Packages
  2. Konnect Provider
  3. API Docs
  4. getCloudGatewayTransitGateway
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.getCloudGatewayTransitGateway

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    Using getCloudGatewayTransitGateway

    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 getCloudGatewayTransitGateway(args: GetCloudGatewayTransitGatewayArgs, opts?: InvokeOptions): Promise<GetCloudGatewayTransitGatewayResult>
    function getCloudGatewayTransitGatewayOutput(args: GetCloudGatewayTransitGatewayOutputArgs, opts?: InvokeOptions): Output<GetCloudGatewayTransitGatewayResult>
    def get_cloud_gateway_transit_gateway(network_id: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetCloudGatewayTransitGatewayResult
    def get_cloud_gateway_transit_gateway_output(network_id: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetCloudGatewayTransitGatewayResult]
    func LookupCloudGatewayTransitGateway(ctx *Context, args *LookupCloudGatewayTransitGatewayArgs, opts ...InvokeOption) (*LookupCloudGatewayTransitGatewayResult, error)
    func LookupCloudGatewayTransitGatewayOutput(ctx *Context, args *LookupCloudGatewayTransitGatewayOutputArgs, opts ...InvokeOption) LookupCloudGatewayTransitGatewayResultOutput

    > Note: This function is named LookupCloudGatewayTransitGateway in the Go SDK.

    public static class GetCloudGatewayTransitGateway 
    {
        public static Task<GetCloudGatewayTransitGatewayResult> InvokeAsync(GetCloudGatewayTransitGatewayArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudGatewayTransitGatewayResult> Invoke(GetCloudGatewayTransitGatewayInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudGatewayTransitGatewayResult> getCloudGatewayTransitGateway(GetCloudGatewayTransitGatewayArgs args, InvokeOptions options)
    public static Output<GetCloudGatewayTransitGatewayResult> getCloudGatewayTransitGateway(GetCloudGatewayTransitGatewayArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getCloudGatewayTransitGateway:getCloudGatewayTransitGateway
      arguments:
        # arguments dictionary

    The following arguments are supported:

    NetworkId string
    NetworkId string
    networkId String
    networkId string
    networkId String

    getCloudGatewayTransitGateway Result

    The following output properties are available:

    Supporting Types

    GetCloudGatewayTransitGatewayAwsTransitGatewayResponse

    CidrBlocks List<string>
    CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.
    CreatedAt string
    An RFC-3339 timestamp representation of transit gateway creation date.
    DnsConfigs List<GetCloudGatewayTransitGatewayAwsTransitGatewayResponseDnsConfig>
    List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
    EntityVersion double
    Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
    Id string
    Name string
    Human-readable name of the transit gateway.
    State string
    State of the transit gateway.
    TransitGatewayAttachmentConfig GetCloudGatewayTransitGatewayAwsTransitGatewayResponseTransitGatewayAttachmentConfig
    UpdatedAt string
    An RFC-3339 timestamp representation of transit gateway update date.
    CidrBlocks []string
    CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.
    CreatedAt string
    An RFC-3339 timestamp representation of transit gateway creation date.
    DnsConfigs []GetCloudGatewayTransitGatewayAwsTransitGatewayResponseDnsConfig
    List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
    EntityVersion float64
    Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
    Id string
    Name string
    Human-readable name of the transit gateway.
    State string
    State of the transit gateway.
    TransitGatewayAttachmentConfig GetCloudGatewayTransitGatewayAwsTransitGatewayResponseTransitGatewayAttachmentConfig
    UpdatedAt string
    An RFC-3339 timestamp representation of transit gateway update date.
    cidrBlocks List<String>
    CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.
    createdAt String
    An RFC-3339 timestamp representation of transit gateway creation date.
    dnsConfigs List<GetCloudGatewayTransitGatewayAwsTransitGatewayResponseDnsConfig>
    List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
    entityVersion Double
    Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
    id String
    name String
    Human-readable name of the transit gateway.
    state String
    State of the transit gateway.
    transitGatewayAttachmentConfig GetCloudGatewayTransitGatewayAwsTransitGatewayResponseTransitGatewayAttachmentConfig
    updatedAt String
    An RFC-3339 timestamp representation of transit gateway update date.
    cidrBlocks string[]
    CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.
    createdAt string
    An RFC-3339 timestamp representation of transit gateway creation date.
    dnsConfigs GetCloudGatewayTransitGatewayAwsTransitGatewayResponseDnsConfig[]
    List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
    entityVersion number
    Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
    id string
    name string
    Human-readable name of the transit gateway.
    state string
    State of the transit gateway.
    transitGatewayAttachmentConfig GetCloudGatewayTransitGatewayAwsTransitGatewayResponseTransitGatewayAttachmentConfig
    updatedAt string
    An RFC-3339 timestamp representation of transit gateway update date.
    cidr_blocks Sequence[str]
    CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.
    created_at str
    An RFC-3339 timestamp representation of transit gateway creation date.
    dns_configs Sequence[GetCloudGatewayTransitGatewayAwsTransitGatewayResponseDnsConfig]
    List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
    entity_version float
    Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
    id str
    name str
    Human-readable name of the transit gateway.
    state str
    State of the transit gateway.
    transit_gateway_attachment_config GetCloudGatewayTransitGatewayAwsTransitGatewayResponseTransitGatewayAttachmentConfig
    updated_at str
    An RFC-3339 timestamp representation of transit gateway update date.
    cidrBlocks List<String>
    CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.
    createdAt String
    An RFC-3339 timestamp representation of transit gateway creation date.
    dnsConfigs List<Property Map>
    List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
    entityVersion Number
    Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
    id String
    name String
    Human-readable name of the transit gateway.
    state String
    State of the transit gateway.
    transitGatewayAttachmentConfig Property Map
    updatedAt String
    An RFC-3339 timestamp representation of transit gateway update date.

    GetCloudGatewayTransitGatewayAwsTransitGatewayResponseDnsConfig

    DomainProxyLists List<string>
    Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
    RemoteDnsServerIpAddresses List<string>
    Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
    DomainProxyLists []string
    Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
    RemoteDnsServerIpAddresses []string
    Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
    domainProxyLists List<String>
    Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
    remoteDnsServerIpAddresses List<String>
    Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
    domainProxyLists string[]
    Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
    remoteDnsServerIpAddresses string[]
    Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
    domain_proxy_lists Sequence[str]
    Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
    remote_dns_server_ip_addresses Sequence[str]
    Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
    domainProxyLists List<String>
    Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
    remoteDnsServerIpAddresses List<String>
    Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.

    GetCloudGatewayTransitGatewayAwsTransitGatewayResponseTransitGatewayAttachmentConfig

    Kind string
    RamShareArn string
    Resource Share ARN to verify request to create transit gateway attachment.
    TransitGatewayId string
    AWS Transit Gateway ID to create attachment to.
    Kind string
    RamShareArn string
    Resource Share ARN to verify request to create transit gateway attachment.
    TransitGatewayId string
    AWS Transit Gateway ID to create attachment to.
    kind String
    ramShareArn String
    Resource Share ARN to verify request to create transit gateway attachment.
    transitGatewayId String
    AWS Transit Gateway ID to create attachment to.
    kind string
    ramShareArn string
    Resource Share ARN to verify request to create transit gateway attachment.
    transitGatewayId string
    AWS Transit Gateway ID to create attachment to.
    kind str
    ram_share_arn str
    Resource Share ARN to verify request to create transit gateway attachment.
    transit_gateway_id str
    AWS Transit Gateway ID to create attachment to.
    kind String
    ramShareArn String
    Resource Share ARN to verify request to create transit gateway attachment.
    transitGatewayId String
    AWS Transit Gateway ID to create attachment to.

    GetCloudGatewayTransitGatewayAwsVpcPeeringGatewayResponse

    CidrBlocks List<string>
    CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.
    CreatedAt string
    An RFC-3339 timestamp representation of transit gateway creation date.
    DnsConfigs List<GetCloudGatewayTransitGatewayAwsVpcPeeringGatewayResponseDnsConfig>
    List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
    EntityVersion double
    Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
    Id string
    Name string
    Human-readable name of the transit gateway.
    State string
    State of the transit gateway.
    TransitGatewayAttachmentConfig GetCloudGatewayTransitGatewayAwsVpcPeeringGatewayResponseTransitGatewayAttachmentConfig
    UpdatedAt string
    An RFC-3339 timestamp representation of transit gateway update date.
    CidrBlocks []string
    CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.
    CreatedAt string
    An RFC-3339 timestamp representation of transit gateway creation date.
    DnsConfigs []GetCloudGatewayTransitGatewayAwsVpcPeeringGatewayResponseDnsConfig
    List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
    EntityVersion float64
    Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
    Id string
    Name string
    Human-readable name of the transit gateway.
    State string
    State of the transit gateway.
    TransitGatewayAttachmentConfig GetCloudGatewayTransitGatewayAwsVpcPeeringGatewayResponseTransitGatewayAttachmentConfig
    UpdatedAt string
    An RFC-3339 timestamp representation of transit gateway update date.
    cidrBlocks List<String>
    CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.
    createdAt String
    An RFC-3339 timestamp representation of transit gateway creation date.
    dnsConfigs List<GetCloudGatewayTransitGatewayAwsVpcPeeringGatewayResponseDnsConfig>
    List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
    entityVersion Double
    Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
    id String
    name String
    Human-readable name of the transit gateway.
    state String
    State of the transit gateway.
    transitGatewayAttachmentConfig GetCloudGatewayTransitGatewayAwsVpcPeeringGatewayResponseTransitGatewayAttachmentConfig
    updatedAt String
    An RFC-3339 timestamp representation of transit gateway update date.
    cidrBlocks string[]
    CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.
    createdAt string
    An RFC-3339 timestamp representation of transit gateway creation date.
    dnsConfigs GetCloudGatewayTransitGatewayAwsVpcPeeringGatewayResponseDnsConfig[]
    List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
    entityVersion number
    Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
    id string
    name string
    Human-readable name of the transit gateway.
    state string
    State of the transit gateway.
    transitGatewayAttachmentConfig GetCloudGatewayTransitGatewayAwsVpcPeeringGatewayResponseTransitGatewayAttachmentConfig
    updatedAt string
    An RFC-3339 timestamp representation of transit gateway update date.
    cidr_blocks Sequence[str]
    CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.
    created_at str
    An RFC-3339 timestamp representation of transit gateway creation date.
    dns_configs Sequence[GetCloudGatewayTransitGatewayAwsVpcPeeringGatewayResponseDnsConfig]
    List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
    entity_version float
    Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
    id str
    name str
    Human-readable name of the transit gateway.
    state str
    State of the transit gateway.
    transit_gateway_attachment_config GetCloudGatewayTransitGatewayAwsVpcPeeringGatewayResponseTransitGatewayAttachmentConfig
    updated_at str
    An RFC-3339 timestamp representation of transit gateway update date.
    cidrBlocks List<String>
    CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.
    createdAt String
    An RFC-3339 timestamp representation of transit gateway creation date.
    dnsConfigs List<Property Map>
    List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
    entityVersion Number
    Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
    id String
    name String
    Human-readable name of the transit gateway.
    state String
    State of the transit gateway.
    transitGatewayAttachmentConfig Property Map
    updatedAt String
    An RFC-3339 timestamp representation of transit gateway update date.

    GetCloudGatewayTransitGatewayAwsVpcPeeringGatewayResponseDnsConfig

    DomainProxyLists List<string>
    Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
    RemoteDnsServerIpAddresses List<string>
    Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
    DomainProxyLists []string
    Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
    RemoteDnsServerIpAddresses []string
    Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
    domainProxyLists List<String>
    Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
    remoteDnsServerIpAddresses List<String>
    Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
    domainProxyLists string[]
    Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
    remoteDnsServerIpAddresses string[]
    Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
    domain_proxy_lists Sequence[str]
    Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
    remote_dns_server_ip_addresses Sequence[str]
    Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
    domainProxyLists List<String>
    Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
    remoteDnsServerIpAddresses List<String>
    Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.

    GetCloudGatewayTransitGatewayAwsVpcPeeringGatewayResponseTransitGatewayAttachmentConfig

    Kind string
    PeerAccountId string
    PeerVpcId string
    PeerVpcRegion string
    Kind string
    PeerAccountId string
    PeerVpcId string
    PeerVpcRegion string
    kind String
    peerAccountId String
    peerVpcId String
    peerVpcRegion String
    kind string
    peerAccountId string
    peerVpcId string
    peerVpcRegion string
    kind String
    peerAccountId String
    peerVpcId String
    peerVpcRegion String

    GetCloudGatewayTransitGatewayAzureTransitGatewayResponse

    CreatedAt string
    An RFC-3339 timestamp representation of transit gateway creation date.
    DnsConfigs List<GetCloudGatewayTransitGatewayAzureTransitGatewayResponseDnsConfig>
    List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
    EntityVersion double
    Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
    Id string
    Name string
    Human-readable name of the transit gateway.
    State string
    State of the transit gateway.
    TransitGatewayAttachmentConfig GetCloudGatewayTransitGatewayAzureTransitGatewayResponseTransitGatewayAttachmentConfig
    UpdatedAt string
    An RFC-3339 timestamp representation of transit gateway update date.
    CreatedAt string
    An RFC-3339 timestamp representation of transit gateway creation date.
    DnsConfigs []GetCloudGatewayTransitGatewayAzureTransitGatewayResponseDnsConfig
    List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
    EntityVersion float64
    Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
    Id string
    Name string
    Human-readable name of the transit gateway.
    State string
    State of the transit gateway.
    TransitGatewayAttachmentConfig GetCloudGatewayTransitGatewayAzureTransitGatewayResponseTransitGatewayAttachmentConfig
    UpdatedAt string
    An RFC-3339 timestamp representation of transit gateway update date.
    createdAt String
    An RFC-3339 timestamp representation of transit gateway creation date.
    dnsConfigs List<GetCloudGatewayTransitGatewayAzureTransitGatewayResponseDnsConfig>
    List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
    entityVersion Double
    Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
    id String
    name String
    Human-readable name of the transit gateway.
    state String
    State of the transit gateway.
    transitGatewayAttachmentConfig GetCloudGatewayTransitGatewayAzureTransitGatewayResponseTransitGatewayAttachmentConfig
    updatedAt String
    An RFC-3339 timestamp representation of transit gateway update date.
    createdAt string
    An RFC-3339 timestamp representation of transit gateway creation date.
    dnsConfigs GetCloudGatewayTransitGatewayAzureTransitGatewayResponseDnsConfig[]
    List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
    entityVersion number
    Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
    id string
    name string
    Human-readable name of the transit gateway.
    state string
    State of the transit gateway.
    transitGatewayAttachmentConfig GetCloudGatewayTransitGatewayAzureTransitGatewayResponseTransitGatewayAttachmentConfig
    updatedAt string
    An RFC-3339 timestamp representation of transit gateway update date.
    created_at str
    An RFC-3339 timestamp representation of transit gateway creation date.
    dns_configs Sequence[GetCloudGatewayTransitGatewayAzureTransitGatewayResponseDnsConfig]
    List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
    entity_version float
    Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
    id str
    name str
    Human-readable name of the transit gateway.
    state str
    State of the transit gateway.
    transit_gateway_attachment_config GetCloudGatewayTransitGatewayAzureTransitGatewayResponseTransitGatewayAttachmentConfig
    updated_at str
    An RFC-3339 timestamp representation of transit gateway update date.
    createdAt String
    An RFC-3339 timestamp representation of transit gateway creation date.
    dnsConfigs List<Property Map>
    List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
    entityVersion Number
    Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
    id String
    name String
    Human-readable name of the transit gateway.
    state String
    State of the transit gateway.
    transitGatewayAttachmentConfig Property Map
    updatedAt String
    An RFC-3339 timestamp representation of transit gateway update date.

    GetCloudGatewayTransitGatewayAzureTransitGatewayResponseDnsConfig

    DomainProxyLists List<string>
    Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
    RemoteDnsServerIpAddresses List<string>
    Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
    DomainProxyLists []string
    Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
    RemoteDnsServerIpAddresses []string
    Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
    domainProxyLists List<String>
    Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
    remoteDnsServerIpAddresses List<String>
    Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
    domainProxyLists string[]
    Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
    remoteDnsServerIpAddresses string[]
    Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
    domain_proxy_lists Sequence[str]
    Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
    remote_dns_server_ip_addresses Sequence[str]
    Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
    domainProxyLists List<String>
    Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
    remoteDnsServerIpAddresses List<String>
    Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.

    GetCloudGatewayTransitGatewayAzureTransitGatewayResponseTransitGatewayAttachmentConfig

    Kind string
    ResourceGroupName string
    Resource Group Name for the Azure VNET Peering attachment.
    SubscriptionId string
    Subscription ID for the Azure VNET Peering attachment.
    TenantId string
    Tenant ID for the Azure VNET Peering attachment.
    VnetName string
    VNET Name for the Azure VNET Peering attachment.
    Kind string
    ResourceGroupName string
    Resource Group Name for the Azure VNET Peering attachment.
    SubscriptionId string
    Subscription ID for the Azure VNET Peering attachment.
    TenantId string
    Tenant ID for the Azure VNET Peering attachment.
    VnetName string
    VNET Name for the Azure VNET Peering attachment.
    kind String
    resourceGroupName String
    Resource Group Name for the Azure VNET Peering attachment.
    subscriptionId String
    Subscription ID for the Azure VNET Peering attachment.
    tenantId String
    Tenant ID for the Azure VNET Peering attachment.
    vnetName String
    VNET Name for the Azure VNET Peering attachment.
    kind string
    resourceGroupName string
    Resource Group Name for the Azure VNET Peering attachment.
    subscriptionId string
    Subscription ID for the Azure VNET Peering attachment.
    tenantId string
    Tenant ID for the Azure VNET Peering attachment.
    vnetName string
    VNET Name for the Azure VNET Peering attachment.
    kind str
    resource_group_name str
    Resource Group Name for the Azure VNET Peering attachment.
    subscription_id str
    Subscription ID for the Azure VNET Peering attachment.
    tenant_id str
    Tenant ID for the Azure VNET Peering attachment.
    vnet_name str
    VNET Name for the Azure VNET Peering attachment.
    kind String
    resourceGroupName String
    Resource Group Name for the Azure VNET Peering attachment.
    subscriptionId String
    Subscription ID for the Azure VNET Peering attachment.
    tenantId String
    Tenant ID for the Azure VNET Peering attachment.
    vnetName String
    VNET Name for the Azure VNET Peering attachment.

    Package Details

    Repository
    konnect kong/terraform-provider-konnect
    License
    Notes
    This Pulumi package is based on the konnect Terraform Provider.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong