konnect.CloudGatewayTransitGateway
Explore with Pulumi AI
CloudGatewayTransitGateway Resource
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.konnect.CloudGatewayTransitGateway;
import com.pulumi.konnect.CloudGatewayTransitGatewayArgs;
import com.pulumi.konnect.inputs.CloudGatewayTransitGatewayAwsTransitGatewayArgs;
import com.pulumi.konnect.inputs.CloudGatewayTransitGatewayAwsVpcPeeringGatewayArgs;
import com.pulumi.konnect.inputs.CloudGatewayTransitGatewayAzureTransitGatewayArgs;
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) {
var myCloudgatewaytransitgateway = new CloudGatewayTransitGateway("myCloudgatewaytransitgateway", CloudGatewayTransitGatewayArgs.builder()
.awsTransitGateway(CloudGatewayTransitGatewayAwsTransitGatewayArgs.builder()
.cidr_blocks("...")
.dns_config(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.name("us-east-2 transit gateway")
.transit_gateway_attachment_config(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build())
.awsVpcPeeringGateway(CloudGatewayTransitGatewayAwsVpcPeeringGatewayArgs.builder()
.cidr_blocks("...")
.dns_config(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.name("us-east-2 transit gateway")
.transit_gateway_attachment_config(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build())
.azureTransitGateway(CloudGatewayTransitGatewayAzureTransitGatewayArgs.builder()
.dns_config(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.name("us-east-2 transit gateway")
.transit_gateway_attachment_config(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build())
.networkId("36ae63d3-efd1-4bec-b246-62aa5d3f5695")
.build());
}
}
resources:
myCloudgatewaytransitgateway:
type: konnect:CloudGatewayTransitGateway
properties:
awsTransitGateway:
cidr_blocks:
- '...'
dns_config:
- domainProxyList:
- '...'
remoteDnsServerIpAddresses:
- '...'
name: us-east-2 transit gateway
transit_gateway_attachment_config:
kind: aws-transit-gateway-attachment
ramShareArn: '...my_ram_share_arn...'
transitGatewayId: '...my_transit_gateway_id...'
awsVpcPeeringGateway:
cidr_blocks:
- '...'
dns_config:
- domainProxyList:
- '...'
remoteDnsServerIpAddresses:
- '...'
name: us-east-2 transit gateway
transit_gateway_attachment_config:
kind: aws-vpc-peering-attachment
peerAccountId: '...my_peer_account_id...'
peerVpcId: '...my_peer_vpc_id...'
peerVpcRegion: '...my_peer_vpc_region...'
azureTransitGateway:
dns_config:
- domainProxyList:
- '...'
remoteDnsServerIpAddresses:
- '...'
name: us-east-2 transit gateway
transit_gateway_attachment_config:
kind: azure-vnet-peering-attachment
resourceGroupName: '...my_resource_group_name...'
subscriptionId: '...my_subscription_id...'
tenantId: '...my_tenant_id...'
vnetName: '...my_vnet_name...'
networkId: 36ae63d3-efd1-4bec-b246-62aa5d3f5695
Create CloudGatewayTransitGateway Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CloudGatewayTransitGateway(name: string, args: CloudGatewayTransitGatewayArgs, opts?: CustomResourceOptions);
@overload
def CloudGatewayTransitGateway(resource_name: str,
args: CloudGatewayTransitGatewayArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CloudGatewayTransitGateway(resource_name: str,
opts: Optional[ResourceOptions] = None,
network_id: Optional[str] = None,
aws_transit_gateway: Optional[CloudGatewayTransitGatewayAwsTransitGatewayArgs] = None,
aws_vpc_peering_gateway: Optional[CloudGatewayTransitGatewayAwsVpcPeeringGatewayArgs] = None,
azure_transit_gateway: Optional[CloudGatewayTransitGatewayAzureTransitGatewayArgs] = None)
func NewCloudGatewayTransitGateway(ctx *Context, name string, args CloudGatewayTransitGatewayArgs, opts ...ResourceOption) (*CloudGatewayTransitGateway, error)
public CloudGatewayTransitGateway(string name, CloudGatewayTransitGatewayArgs args, CustomResourceOptions? opts = null)
public CloudGatewayTransitGateway(String name, CloudGatewayTransitGatewayArgs args)
public CloudGatewayTransitGateway(String name, CloudGatewayTransitGatewayArgs args, CustomResourceOptions options)
type: konnect:CloudGatewayTransitGateway
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args CloudGatewayTransitGatewayArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args CloudGatewayTransitGatewayArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CloudGatewayTransitGatewayArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CloudGatewayTransitGatewayArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CloudGatewayTransitGatewayArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var cloudGatewayTransitGatewayResource = new Konnect.CloudGatewayTransitGateway("cloudGatewayTransitGatewayResource", new()
{
NetworkId = "string",
AwsTransitGateway = new Konnect.Inputs.CloudGatewayTransitGatewayAwsTransitGatewayArgs
{
CidrBlocks = new[]
{
"string",
},
Name = "string",
TransitGatewayAttachmentConfig = new Konnect.Inputs.CloudGatewayTransitGatewayAwsTransitGatewayTransitGatewayAttachmentConfigArgs
{
Kind = "string",
RamShareArn = "string",
TransitGatewayId = "string",
},
DnsConfigs = new[]
{
new Konnect.Inputs.CloudGatewayTransitGatewayAwsTransitGatewayDnsConfigArgs
{
DomainProxyLists = new[]
{
"string",
},
RemoteDnsServerIpAddresses = new[]
{
"string",
},
},
},
},
AwsVpcPeeringGateway = new Konnect.Inputs.CloudGatewayTransitGatewayAwsVpcPeeringGatewayArgs
{
CidrBlocks = new[]
{
"string",
},
Name = "string",
TransitGatewayAttachmentConfig = new Konnect.Inputs.CloudGatewayTransitGatewayAwsVpcPeeringGatewayTransitGatewayAttachmentConfigArgs
{
Kind = "string",
PeerAccountId = "string",
PeerVpcId = "string",
PeerVpcRegion = "string",
},
DnsConfigs = new[]
{
new Konnect.Inputs.CloudGatewayTransitGatewayAwsVpcPeeringGatewayDnsConfigArgs
{
DomainProxyLists = new[]
{
"string",
},
RemoteDnsServerIpAddresses = new[]
{
"string",
},
},
},
},
AzureTransitGateway = new Konnect.Inputs.CloudGatewayTransitGatewayAzureTransitGatewayArgs
{
Name = "string",
TransitGatewayAttachmentConfig = new Konnect.Inputs.CloudGatewayTransitGatewayAzureTransitGatewayTransitGatewayAttachmentConfigArgs
{
Kind = "string",
ResourceGroupName = "string",
SubscriptionId = "string",
TenantId = "string",
VnetName = "string",
},
DnsConfigs = new[]
{
new Konnect.Inputs.CloudGatewayTransitGatewayAzureTransitGatewayDnsConfigArgs
{
DomainProxyLists = new[]
{
"string",
},
RemoteDnsServerIpAddresses = new[]
{
"string",
},
},
},
},
});
example, err := konnect.NewCloudGatewayTransitGateway(ctx, "cloudGatewayTransitGatewayResource", &konnect.CloudGatewayTransitGatewayArgs{
NetworkId: pulumi.String("string"),
AwsTransitGateway: &.CloudGatewayTransitGatewayAwsTransitGatewayArgs{
CidrBlocks: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
TransitGatewayAttachmentConfig: &.CloudGatewayTransitGatewayAwsTransitGatewayTransitGatewayAttachmentConfigArgs{
Kind: pulumi.String("string"),
RamShareArn: pulumi.String("string"),
TransitGatewayId: pulumi.String("string"),
},
DnsConfigs: .CloudGatewayTransitGatewayAwsTransitGatewayDnsConfigArray{
&.CloudGatewayTransitGatewayAwsTransitGatewayDnsConfigArgs{
DomainProxyLists: pulumi.StringArray{
pulumi.String("string"),
},
RemoteDnsServerIpAddresses: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
AwsVpcPeeringGateway: &.CloudGatewayTransitGatewayAwsVpcPeeringGatewayArgs{
CidrBlocks: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
TransitGatewayAttachmentConfig: &.CloudGatewayTransitGatewayAwsVpcPeeringGatewayTransitGatewayAttachmentConfigArgs{
Kind: pulumi.String("string"),
PeerAccountId: pulumi.String("string"),
PeerVpcId: pulumi.String("string"),
PeerVpcRegion: pulumi.String("string"),
},
DnsConfigs: .CloudGatewayTransitGatewayAwsVpcPeeringGatewayDnsConfigArray{
&.CloudGatewayTransitGatewayAwsVpcPeeringGatewayDnsConfigArgs{
DomainProxyLists: pulumi.StringArray{
pulumi.String("string"),
},
RemoteDnsServerIpAddresses: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
AzureTransitGateway: &.CloudGatewayTransitGatewayAzureTransitGatewayArgs{
Name: pulumi.String("string"),
TransitGatewayAttachmentConfig: &.CloudGatewayTransitGatewayAzureTransitGatewayTransitGatewayAttachmentConfigArgs{
Kind: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
SubscriptionId: pulumi.String("string"),
TenantId: pulumi.String("string"),
VnetName: pulumi.String("string"),
},
DnsConfigs: .CloudGatewayTransitGatewayAzureTransitGatewayDnsConfigArray{
&.CloudGatewayTransitGatewayAzureTransitGatewayDnsConfigArgs{
DomainProxyLists: pulumi.StringArray{
pulumi.String("string"),
},
RemoteDnsServerIpAddresses: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
})
var cloudGatewayTransitGatewayResource = new CloudGatewayTransitGateway("cloudGatewayTransitGatewayResource", CloudGatewayTransitGatewayArgs.builder()
.networkId("string")
.awsTransitGateway(CloudGatewayTransitGatewayAwsTransitGatewayArgs.builder()
.cidrBlocks("string")
.name("string")
.transitGatewayAttachmentConfig(CloudGatewayTransitGatewayAwsTransitGatewayTransitGatewayAttachmentConfigArgs.builder()
.kind("string")
.ramShareArn("string")
.transitGatewayId("string")
.build())
.dnsConfigs(CloudGatewayTransitGatewayAwsTransitGatewayDnsConfigArgs.builder()
.domainProxyLists("string")
.remoteDnsServerIpAddresses("string")
.build())
.build())
.awsVpcPeeringGateway(CloudGatewayTransitGatewayAwsVpcPeeringGatewayArgs.builder()
.cidrBlocks("string")
.name("string")
.transitGatewayAttachmentConfig(CloudGatewayTransitGatewayAwsVpcPeeringGatewayTransitGatewayAttachmentConfigArgs.builder()
.kind("string")
.peerAccountId("string")
.peerVpcId("string")
.peerVpcRegion("string")
.build())
.dnsConfigs(CloudGatewayTransitGatewayAwsVpcPeeringGatewayDnsConfigArgs.builder()
.domainProxyLists("string")
.remoteDnsServerIpAddresses("string")
.build())
.build())
.azureTransitGateway(CloudGatewayTransitGatewayAzureTransitGatewayArgs.builder()
.name("string")
.transitGatewayAttachmentConfig(CloudGatewayTransitGatewayAzureTransitGatewayTransitGatewayAttachmentConfigArgs.builder()
.kind("string")
.resourceGroupName("string")
.subscriptionId("string")
.tenantId("string")
.vnetName("string")
.build())
.dnsConfigs(CloudGatewayTransitGatewayAzureTransitGatewayDnsConfigArgs.builder()
.domainProxyLists("string")
.remoteDnsServerIpAddresses("string")
.build())
.build())
.build());
cloud_gateway_transit_gateway_resource = konnect.CloudGatewayTransitGateway("cloudGatewayTransitGatewayResource",
network_id="string",
aws_transit_gateway={
"cidr_blocks": ["string"],
"name": "string",
"transit_gateway_attachment_config": {
"kind": "string",
"ram_share_arn": "string",
"transit_gateway_id": "string",
},
"dns_configs": [{
"domain_proxy_lists": ["string"],
"remote_dns_server_ip_addresses": ["string"],
}],
},
aws_vpc_peering_gateway={
"cidr_blocks": ["string"],
"name": "string",
"transit_gateway_attachment_config": {
"kind": "string",
"peer_account_id": "string",
"peer_vpc_id": "string",
"peer_vpc_region": "string",
},
"dns_configs": [{
"domain_proxy_lists": ["string"],
"remote_dns_server_ip_addresses": ["string"],
}],
},
azure_transit_gateway={
"name": "string",
"transit_gateway_attachment_config": {
"kind": "string",
"resource_group_name": "string",
"subscription_id": "string",
"tenant_id": "string",
"vnet_name": "string",
},
"dns_configs": [{
"domain_proxy_lists": ["string"],
"remote_dns_server_ip_addresses": ["string"],
}],
})
const cloudGatewayTransitGatewayResource = new konnect.CloudGatewayTransitGateway("cloudGatewayTransitGatewayResource", {
networkId: "string",
awsTransitGateway: {
cidrBlocks: ["string"],
name: "string",
transitGatewayAttachmentConfig: {
kind: "string",
ramShareArn: "string",
transitGatewayId: "string",
},
dnsConfigs: [{
domainProxyLists: ["string"],
remoteDnsServerIpAddresses: ["string"],
}],
},
awsVpcPeeringGateway: {
cidrBlocks: ["string"],
name: "string",
transitGatewayAttachmentConfig: {
kind: "string",
peerAccountId: "string",
peerVpcId: "string",
peerVpcRegion: "string",
},
dnsConfigs: [{
domainProxyLists: ["string"],
remoteDnsServerIpAddresses: ["string"],
}],
},
azureTransitGateway: {
name: "string",
transitGatewayAttachmentConfig: {
kind: "string",
resourceGroupName: "string",
subscriptionId: "string",
tenantId: "string",
vnetName: "string",
},
dnsConfigs: [{
domainProxyLists: ["string"],
remoteDnsServerIpAddresses: ["string"],
}],
},
});
type: konnect:CloudGatewayTransitGateway
properties:
awsTransitGateway:
cidrBlocks:
- string
dnsConfigs:
- domainProxyLists:
- string
remoteDnsServerIpAddresses:
- string
name: string
transitGatewayAttachmentConfig:
kind: string
ramShareArn: string
transitGatewayId: string
awsVpcPeeringGateway:
cidrBlocks:
- string
dnsConfigs:
- domainProxyLists:
- string
remoteDnsServerIpAddresses:
- string
name: string
transitGatewayAttachmentConfig:
kind: string
peerAccountId: string
peerVpcId: string
peerVpcRegion: string
azureTransitGateway:
dnsConfigs:
- domainProxyLists:
- string
remoteDnsServerIpAddresses:
- string
name: string
transitGatewayAttachmentConfig:
kind: string
resourceGroupName: string
subscriptionId: string
tenantId: string
vnetName: string
networkId: string
CloudGatewayTransitGateway Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The CloudGatewayTransitGateway resource accepts the following input properties:
- Network
Id string - The network to operate on. Requires replacement if changed.
- Aws
Transit CloudGateway Gateway Transit Gateway Aws Transit Gateway - Requires replacement if changed.
- Aws
Vpc CloudPeering Gateway Gateway Transit Gateway Aws Vpc Peering Gateway - Requires replacement if changed.
- Azure
Transit CloudGateway Gateway Transit Gateway Azure Transit Gateway - Requires replacement if changed.
- Network
Id string - The network to operate on. Requires replacement if changed.
- Aws
Transit CloudGateway Gateway Transit Gateway Aws Transit Gateway Args - Requires replacement if changed.
- Aws
Vpc CloudPeering Gateway Gateway Transit Gateway Aws Vpc Peering Gateway Args - Requires replacement if changed.
- Azure
Transit CloudGateway Gateway Transit Gateway Azure Transit Gateway Args - Requires replacement if changed.
- network
Id String - The network to operate on. Requires replacement if changed.
- aws
Transit CloudGateway Gateway Transit Gateway Aws Transit Gateway - Requires replacement if changed.
- aws
Vpc CloudPeering Gateway Gateway Transit Gateway Aws Vpc Peering Gateway - Requires replacement if changed.
- azure
Transit CloudGateway Gateway Transit Gateway Azure Transit Gateway - Requires replacement if changed.
- network
Id string - The network to operate on. Requires replacement if changed.
- aws
Transit CloudGateway Gateway Transit Gateway Aws Transit Gateway - Requires replacement if changed.
- aws
Vpc CloudPeering Gateway Gateway Transit Gateway Aws Vpc Peering Gateway - Requires replacement if changed.
- azure
Transit CloudGateway Gateway Transit Gateway Azure Transit Gateway - Requires replacement if changed.
- network_
id str - The network to operate on. Requires replacement if changed.
- aws_
transit_ Cloudgateway Gateway Transit Gateway Aws Transit Gateway Args - Requires replacement if changed.
- aws_
vpc_ Cloudpeering_ gateway Gateway Transit Gateway Aws Vpc Peering Gateway Args - Requires replacement if changed.
- azure_
transit_ Cloudgateway Gateway Transit Gateway Azure Transit Gateway Args - Requires replacement if changed.
- network
Id String - The network to operate on. Requires replacement if changed.
- aws
Transit Property MapGateway - Requires replacement if changed.
- aws
Vpc Property MapPeering Gateway - Requires replacement if changed.
- azure
Transit Property MapGateway - Requires replacement if changed.
Outputs
All input properties are implicitly available as output properties. Additionally, the CloudGatewayTransitGateway resource produces the following output properties:
- Aws
Transit CloudGateway Response Gateway Transit Gateway Aws Transit Gateway Response - Aws
Vpc CloudPeering Gateway Response Gateway Transit Gateway Aws Vpc Peering Gateway Response - Azure
Transit CloudGateway Response Gateway Transit Gateway Azure Transit Gateway Response - Entity
Version double - Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Human-readable name of the transit gateway.
- Aws
Transit CloudGateway Response Gateway Transit Gateway Aws Transit Gateway Response - Aws
Vpc CloudPeering Gateway Response Gateway Transit Gateway Aws Vpc Peering Gateway Response - Azure
Transit CloudGateway Response Gateway Transit Gateway Azure Transit Gateway Response - Entity
Version float64 - Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Human-readable name of the transit gateway.
- aws
Transit CloudGateway Response Gateway Transit Gateway Aws Transit Gateway Response - aws
Vpc CloudPeering Gateway Response Gateway Transit Gateway Aws Vpc Peering Gateway Response - azure
Transit CloudGateway Response Gateway Transit Gateway Azure Transit Gateway Response - entity
Version Double - Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Human-readable name of the transit gateway.
- aws
Transit CloudGateway Response Gateway Transit Gateway Aws Transit Gateway Response - aws
Vpc CloudPeering Gateway Response Gateway Transit Gateway Aws Vpc Peering Gateway Response - azure
Transit CloudGateway Response Gateway Transit Gateway Azure Transit Gateway Response - entity
Version number - Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Human-readable name of the transit gateway.
- aws_
transit_ Cloudgateway_ response Gateway Transit Gateway Aws Transit Gateway Response - aws_
vpc_ Cloudpeering_ gateway_ response Gateway Transit Gateway Aws Vpc Peering Gateway Response - azure_
transit_ Cloudgateway_ response Gateway Transit Gateway Azure Transit Gateway Response - entity_
version float - Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Human-readable name of the transit gateway.
- aws
Transit Property MapGateway Response - aws
Vpc Property MapPeering Gateway Response - azure
Transit Property MapGateway Response - entity
Version Number - Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Human-readable name of the transit gateway.
Look up Existing CloudGatewayTransitGateway Resource
Get an existing CloudGatewayTransitGateway resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: CloudGatewayTransitGatewayState, opts?: CustomResourceOptions): CloudGatewayTransitGateway
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
aws_transit_gateway: Optional[CloudGatewayTransitGatewayAwsTransitGatewayArgs] = None,
aws_transit_gateway_response: Optional[CloudGatewayTransitGatewayAwsTransitGatewayResponseArgs] = None,
aws_vpc_peering_gateway: Optional[CloudGatewayTransitGatewayAwsVpcPeeringGatewayArgs] = None,
aws_vpc_peering_gateway_response: Optional[CloudGatewayTransitGatewayAwsVpcPeeringGatewayResponseArgs] = None,
azure_transit_gateway: Optional[CloudGatewayTransitGatewayAzureTransitGatewayArgs] = None,
azure_transit_gateway_response: Optional[CloudGatewayTransitGatewayAzureTransitGatewayResponseArgs] = None,
entity_version: Optional[float] = None,
name: Optional[str] = None,
network_id: Optional[str] = None) -> CloudGatewayTransitGateway
func GetCloudGatewayTransitGateway(ctx *Context, name string, id IDInput, state *CloudGatewayTransitGatewayState, opts ...ResourceOption) (*CloudGatewayTransitGateway, error)
public static CloudGatewayTransitGateway Get(string name, Input<string> id, CloudGatewayTransitGatewayState? state, CustomResourceOptions? opts = null)
public static CloudGatewayTransitGateway get(String name, Output<String> id, CloudGatewayTransitGatewayState state, CustomResourceOptions options)
resources: _: type: konnect:CloudGatewayTransitGateway get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Aws
Transit CloudGateway Gateway Transit Gateway Aws Transit Gateway - Requires replacement if changed.
- Aws
Transit CloudGateway Response Gateway Transit Gateway Aws Transit Gateway Response - Aws
Vpc CloudPeering Gateway Gateway Transit Gateway Aws Vpc Peering Gateway - Requires replacement if changed.
- Aws
Vpc CloudPeering Gateway Response Gateway Transit Gateway Aws Vpc Peering Gateway Response - Azure
Transit CloudGateway Gateway Transit Gateway Azure Transit Gateway - Requires replacement if changed.
- Azure
Transit CloudGateway Response Gateway Transit Gateway Azure Transit Gateway Response - Entity
Version double - Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
- Name string
- Human-readable name of the transit gateway.
- Network
Id string - The network to operate on. Requires replacement if changed.
- Aws
Transit CloudGateway Gateway Transit Gateway Aws Transit Gateway Args - Requires replacement if changed.
- Aws
Transit CloudGateway Response Gateway Transit Gateway Aws Transit Gateway Response Args - Aws
Vpc CloudPeering Gateway Gateway Transit Gateway Aws Vpc Peering Gateway Args - Requires replacement if changed.
- Aws
Vpc CloudPeering Gateway Response Gateway Transit Gateway Aws Vpc Peering Gateway Response Args - Azure
Transit CloudGateway Gateway Transit Gateway Azure Transit Gateway Args - Requires replacement if changed.
- Azure
Transit CloudGateway Response Gateway Transit Gateway Azure Transit Gateway Response Args - Entity
Version float64 - Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
- Name string
- Human-readable name of the transit gateway.
- Network
Id string - The network to operate on. Requires replacement if changed.
- aws
Transit CloudGateway Gateway Transit Gateway Aws Transit Gateway - Requires replacement if changed.
- aws
Transit CloudGateway Response Gateway Transit Gateway Aws Transit Gateway Response - aws
Vpc CloudPeering Gateway Gateway Transit Gateway Aws Vpc Peering Gateway - Requires replacement if changed.
- aws
Vpc CloudPeering Gateway Response Gateway Transit Gateway Aws Vpc Peering Gateway Response - azure
Transit CloudGateway Gateway Transit Gateway Azure Transit Gateway - Requires replacement if changed.
- azure
Transit CloudGateway Response Gateway Transit Gateway Azure Transit Gateway Response - entity
Version Double - Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
- name String
- Human-readable name of the transit gateway.
- network
Id String - The network to operate on. Requires replacement if changed.
- aws
Transit CloudGateway Gateway Transit Gateway Aws Transit Gateway - Requires replacement if changed.
- aws
Transit CloudGateway Response Gateway Transit Gateway Aws Transit Gateway Response - aws
Vpc CloudPeering Gateway Gateway Transit Gateway Aws Vpc Peering Gateway - Requires replacement if changed.
- aws
Vpc CloudPeering Gateway Response Gateway Transit Gateway Aws Vpc Peering Gateway Response - azure
Transit CloudGateway Gateway Transit Gateway Azure Transit Gateway - Requires replacement if changed.
- azure
Transit CloudGateway Response Gateway Transit Gateway Azure Transit Gateway Response - entity
Version number - Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
- name string
- Human-readable name of the transit gateway.
- network
Id string - The network to operate on. Requires replacement if changed.
- aws_
transit_ Cloudgateway Gateway Transit Gateway Aws Transit Gateway Args - Requires replacement if changed.
- aws_
transit_ Cloudgateway_ response Gateway Transit Gateway Aws Transit Gateway Response Args - aws_
vpc_ Cloudpeering_ gateway Gateway Transit Gateway Aws Vpc Peering Gateway Args - Requires replacement if changed.
- aws_
vpc_ Cloudpeering_ gateway_ response Gateway Transit Gateway Aws Vpc Peering Gateway Response Args - azure_
transit_ Cloudgateway Gateway Transit Gateway Azure Transit Gateway Args - Requires replacement if changed.
- azure_
transit_ Cloudgateway_ response Gateway Transit Gateway Azure Transit Gateway Response Args - entity_
version float - Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
- name str
- Human-readable name of the transit gateway.
- network_
id str - The network to operate on. Requires replacement if changed.
- aws
Transit Property MapGateway - Requires replacement if changed.
- aws
Transit Property MapGateway Response - aws
Vpc Property MapPeering Gateway - Requires replacement if changed.
- aws
Vpc Property MapPeering Gateway Response - azure
Transit Property MapGateway - Requires replacement if changed.
- azure
Transit Property MapGateway Response - entity
Version Number - Monotonically-increasing version count of the transit gateway, to indicate the order of updates to the transit gateway.
- name String
- Human-readable name of the transit gateway.
- network
Id String - The network to operate on. Requires replacement if changed.
Supporting Types
CloudGatewayTransitGatewayAwsTransitGateway, CloudGatewayTransitGatewayAwsTransitGatewayArgs
- Cidr
Blocks List<string> - CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network. Requires replacement if changed.
- Name string
- Human-readable name of the transit gateway. Requires replacement if changed.
- Transit
Gateway CloudAttachment Config Gateway Transit Gateway Aws Transit Gateway Transit Gateway Attachment Config - Requires replacement if changed.
- Dns
Configs List<CloudGateway Transit Gateway Aws Transit Gateway Dns Config> - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment. Requires replacement if changed.
- Cidr
Blocks []string - CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network. Requires replacement if changed.
- Name string
- Human-readable name of the transit gateway. Requires replacement if changed.
- Transit
Gateway CloudAttachment Config Gateway Transit Gateway Aws Transit Gateway Transit Gateway Attachment Config - Requires replacement if changed.
- Dns
Configs []CloudGateway Transit Gateway Aws Transit Gateway Dns Config - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment. Requires replacement if changed.
- cidr
Blocks List<String> - CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network. Requires replacement if changed.
- name String
- Human-readable name of the transit gateway. Requires replacement if changed.
- transit
Gateway CloudAttachment Config Gateway Transit Gateway Aws Transit Gateway Transit Gateway Attachment Config - Requires replacement if changed.
- dns
Configs List<CloudGateway Transit Gateway Aws Transit Gateway Dns Config> - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment. Requires replacement if changed.
- cidr
Blocks string[] - CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network. Requires replacement if changed.
- name string
- Human-readable name of the transit gateway. Requires replacement if changed.
- transit
Gateway CloudAttachment Config Gateway Transit Gateway Aws Transit Gateway Transit Gateway Attachment Config - Requires replacement if changed.
- dns
Configs CloudGateway Transit Gateway Aws Transit Gateway Dns Config[] - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment. Requires replacement if changed.
- cidr_
blocks Sequence[str] - CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network. Requires replacement if changed.
- name str
- Human-readable name of the transit gateway. Requires replacement if changed.
- transit_
gateway_ Cloudattachment_ config Gateway Transit Gateway Aws Transit Gateway Transit Gateway Attachment Config - Requires replacement if changed.
- dns_
configs Sequence[CloudGateway Transit Gateway Aws Transit Gateway Dns Config] - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment. Requires replacement if changed.
- cidr
Blocks List<String> - CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network. Requires replacement if changed.
- name String
- Human-readable name of the transit gateway. Requires replacement if changed.
- transit
Gateway Property MapAttachment Config - Requires replacement if changed.
- dns
Configs List<Property Map> - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment. Requires replacement if changed.
CloudGatewayTransitGatewayAwsTransitGatewayDnsConfig, CloudGatewayTransitGatewayAwsTransitGatewayDnsConfigArgs
- Domain
Proxy List<string>Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway. Requires replacement if changed.
- Remote
Dns List<string>Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway. Requires replacement if changed.
- Domain
Proxy []stringLists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway. Requires replacement if changed.
- Remote
Dns []stringServer Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway. Requires replacement if changed.
- domain
Proxy List<String>Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway. Requires replacement if changed.
- remote
Dns List<String>Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway. Requires replacement if changed.
- domain
Proxy string[]Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway. Requires replacement if changed.
- remote
Dns string[]Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway. Requires replacement if changed.
- domain_
proxy_ Sequence[str]lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway. Requires replacement if changed.
- remote_
dns_ Sequence[str]server_ ip_ addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway. Requires replacement if changed.
- domain
Proxy List<String>Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway. Requires replacement if changed.
- remote
Dns List<String>Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway. Requires replacement if changed.
CloudGatewayTransitGatewayAwsTransitGatewayResponse, CloudGatewayTransitGatewayAwsTransitGatewayResponseArgs
- Cidr
Blocks List<string> - CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.
- Created
At string - An RFC-3339 timestamp representation of transit gateway creation date.
- Dns
Configs List<CloudGateway Transit Gateway Aws Transit Gateway Response Dns Config> - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
- Entity
Version 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. must be one of ["created", "initializing", "ready", "terminating", "terminated"]
- Transit
Gateway CloudAttachment Config Gateway Transit Gateway Aws Transit Gateway Response Transit Gateway Attachment Config - Updated
At string - An RFC-3339 timestamp representation of transit gateway update date.
- Cidr
Blocks []string - CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.
- Created
At string - An RFC-3339 timestamp representation of transit gateway creation date.
- Dns
Configs []CloudGateway Transit Gateway Aws Transit Gateway Response Dns Config - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
- Entity
Version 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. must be one of ["created", "initializing", "ready", "terminating", "terminated"]
- Transit
Gateway CloudAttachment Config Gateway Transit Gateway Aws Transit Gateway Response Transit Gateway Attachment Config - Updated
At string - An RFC-3339 timestamp representation of transit gateway update date.
- cidr
Blocks List<String> - CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.
- created
At String - An RFC-3339 timestamp representation of transit gateway creation date.
- dns
Configs List<CloudGateway Transit Gateway Aws Transit Gateway Response Dns Config> - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
- entity
Version 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. must be one of ["created", "initializing", "ready", "terminating", "terminated"]
- transit
Gateway CloudAttachment Config Gateway Transit Gateway Aws Transit Gateway Response Transit Gateway Attachment Config - updated
At String - An RFC-3339 timestamp representation of transit gateway update date.
- cidr
Blocks string[] - CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.
- created
At string - An RFC-3339 timestamp representation of transit gateway creation date.
- dns
Configs CloudGateway Transit Gateway Aws Transit Gateway Response Dns Config[] - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
- entity
Version 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. must be one of ["created", "initializing", "ready", "terminating", "terminated"]
- transit
Gateway CloudAttachment Config Gateway Transit Gateway Aws Transit Gateway Response Transit Gateway Attachment Config - updated
At 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[CloudGateway Transit Gateway Aws Transit Gateway Response Dns Config] - 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. must be one of ["created", "initializing", "ready", "terminating", "terminated"]
- transit_
gateway_ Cloudattachment_ config Gateway Transit Gateway Aws Transit Gateway Response Transit Gateway Attachment Config - updated_
at str - An RFC-3339 timestamp representation of transit gateway update date.
- cidr
Blocks List<String> - CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.
- created
At String - An RFC-3339 timestamp representation of transit gateway creation date.
- dns
Configs List<Property Map> - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
- entity
Version 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. must be one of ["created", "initializing", "ready", "terminating", "terminated"]
- transit
Gateway Property MapAttachment Config - updated
At String - An RFC-3339 timestamp representation of transit gateway update date.
CloudGatewayTransitGatewayAwsTransitGatewayResponseDnsConfig, CloudGatewayTransitGatewayAwsTransitGatewayResponseDnsConfigArgs
- Domain
Proxy List<string>Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
- Remote
Dns List<string>Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
- Domain
Proxy []stringLists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
- Remote
Dns []stringServer Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
- domain
Proxy List<String>Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
- remote
Dns List<String>Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
- domain
Proxy string[]Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
- remote
Dns string[]Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
- domain_
proxy_ Sequence[str]lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
- remote_
dns_ Sequence[str]server_ ip_ addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
- domain
Proxy List<String>Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
- remote
Dns List<String>Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
CloudGatewayTransitGatewayAwsTransitGatewayResponseTransitGatewayAttachmentConfig, CloudGatewayTransitGatewayAwsTransitGatewayResponseTransitGatewayAttachmentConfigArgs
- Kind string
- must be "aws-transit-gateway-attachment"
- string
- Resource Share ARN to verify request to create transit gateway attachment.
- Transit
Gateway stringId - AWS Transit Gateway ID to create attachment to.
- Kind string
- must be "aws-transit-gateway-attachment"
- string
- Resource Share ARN to verify request to create transit gateway attachment.
- Transit
Gateway stringId - AWS Transit Gateway ID to create attachment to.
- kind String
- must be "aws-transit-gateway-attachment"
- String
- Resource Share ARN to verify request to create transit gateway attachment.
- transit
Gateway StringId - AWS Transit Gateway ID to create attachment to.
- kind string
- must be "aws-transit-gateway-attachment"
- string
- Resource Share ARN to verify request to create transit gateway attachment.
- transit
Gateway stringId - AWS Transit Gateway ID to create attachment to.
- kind str
- must be "aws-transit-gateway-attachment"
- str
- Resource Share ARN to verify request to create transit gateway attachment.
- transit_
gateway_ strid - AWS Transit Gateway ID to create attachment to.
- kind String
- must be "aws-transit-gateway-attachment"
- String
- Resource Share ARN to verify request to create transit gateway attachment.
- transit
Gateway StringId - AWS Transit Gateway ID to create attachment to.
CloudGatewayTransitGatewayAwsTransitGatewayTransitGatewayAttachmentConfig, CloudGatewayTransitGatewayAwsTransitGatewayTransitGatewayAttachmentConfigArgs
- Kind string
- must be "aws-transit-gateway-attachment"; Requires replacement if changed.
- string
- Resource Share ARN to verify request to create transit gateway attachment. Requires replacement if changed.
- Transit
Gateway stringId - AWS Transit Gateway ID to create attachment to. Requires replacement if changed.
- Kind string
- must be "aws-transit-gateway-attachment"; Requires replacement if changed.
- string
- Resource Share ARN to verify request to create transit gateway attachment. Requires replacement if changed.
- Transit
Gateway stringId - AWS Transit Gateway ID to create attachment to. Requires replacement if changed.
- kind String
- must be "aws-transit-gateway-attachment"; Requires replacement if changed.
- String
- Resource Share ARN to verify request to create transit gateway attachment. Requires replacement if changed.
- transit
Gateway StringId - AWS Transit Gateway ID to create attachment to. Requires replacement if changed.
- kind string
- must be "aws-transit-gateway-attachment"; Requires replacement if changed.
- string
- Resource Share ARN to verify request to create transit gateway attachment. Requires replacement if changed.
- transit
Gateway stringId - AWS Transit Gateway ID to create attachment to. Requires replacement if changed.
- kind str
- must be "aws-transit-gateway-attachment"; Requires replacement if changed.
- str
- Resource Share ARN to verify request to create transit gateway attachment. Requires replacement if changed.
- transit_
gateway_ strid - AWS Transit Gateway ID to create attachment to. Requires replacement if changed.
- kind String
- must be "aws-transit-gateway-attachment"; Requires replacement if changed.
- String
- Resource Share ARN to verify request to create transit gateway attachment. Requires replacement if changed.
- transit
Gateway StringId - AWS Transit Gateway ID to create attachment to. Requires replacement if changed.
CloudGatewayTransitGatewayAwsVpcPeeringGateway, CloudGatewayTransitGatewayAwsVpcPeeringGatewayArgs
- Cidr
Blocks List<string> - CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network. Requires replacement if changed.
- Name string
- Human-readable name of the transit gateway. Requires replacement if changed.
- Transit
Gateway CloudAttachment Config Gateway Transit Gateway Aws Vpc Peering Gateway Transit Gateway Attachment Config - Requires replacement if changed.
- Dns
Configs List<CloudGateway Transit Gateway Aws Vpc Peering Gateway Dns Config> - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment. Requires replacement if changed.
- Cidr
Blocks []string - CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network. Requires replacement if changed.
- Name string
- Human-readable name of the transit gateway. Requires replacement if changed.
- Transit
Gateway CloudAttachment Config Gateway Transit Gateway Aws Vpc Peering Gateway Transit Gateway Attachment Config - Requires replacement if changed.
- Dns
Configs []CloudGateway Transit Gateway Aws Vpc Peering Gateway Dns Config - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment. Requires replacement if changed.
- cidr
Blocks List<String> - CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network. Requires replacement if changed.
- name String
- Human-readable name of the transit gateway. Requires replacement if changed.
- transit
Gateway CloudAttachment Config Gateway Transit Gateway Aws Vpc Peering Gateway Transit Gateway Attachment Config - Requires replacement if changed.
- dns
Configs List<CloudGateway Transit Gateway Aws Vpc Peering Gateway Dns Config> - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment. Requires replacement if changed.
- cidr
Blocks string[] - CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network. Requires replacement if changed.
- name string
- Human-readable name of the transit gateway. Requires replacement if changed.
- transit
Gateway CloudAttachment Config Gateway Transit Gateway Aws Vpc Peering Gateway Transit Gateway Attachment Config - Requires replacement if changed.
- dns
Configs CloudGateway Transit Gateway Aws Vpc Peering Gateway Dns Config[] - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment. Requires replacement if changed.
- cidr_
blocks Sequence[str] - CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network. Requires replacement if changed.
- name str
- Human-readable name of the transit gateway. Requires replacement if changed.
- transit_
gateway_ Cloudattachment_ config Gateway Transit Gateway Aws Vpc Peering Gateway Transit Gateway Attachment Config - Requires replacement if changed.
- dns_
configs Sequence[CloudGateway Transit Gateway Aws Vpc Peering Gateway Dns Config] - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment. Requires replacement if changed.
- cidr
Blocks List<String> - CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network. Requires replacement if changed.
- name String
- Human-readable name of the transit gateway. Requires replacement if changed.
- transit
Gateway Property MapAttachment Config - Requires replacement if changed.
- dns
Configs List<Property Map> - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment. Requires replacement if changed.
CloudGatewayTransitGatewayAwsVpcPeeringGatewayDnsConfig, CloudGatewayTransitGatewayAwsVpcPeeringGatewayDnsConfigArgs
- Domain
Proxy List<string>Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway. Requires replacement if changed.
- Remote
Dns List<string>Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway. Requires replacement if changed.
- Domain
Proxy []stringLists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway. Requires replacement if changed.
- Remote
Dns []stringServer Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway. Requires replacement if changed.
- domain
Proxy List<String>Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway. Requires replacement if changed.
- remote
Dns List<String>Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway. Requires replacement if changed.
- domain
Proxy string[]Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway. Requires replacement if changed.
- remote
Dns string[]Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway. Requires replacement if changed.
- domain_
proxy_ Sequence[str]lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway. Requires replacement if changed.
- remote_
dns_ Sequence[str]server_ ip_ addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway. Requires replacement if changed.
- domain
Proxy List<String>Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway. Requires replacement if changed.
- remote
Dns List<String>Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway. Requires replacement if changed.
CloudGatewayTransitGatewayAwsVpcPeeringGatewayResponse, CloudGatewayTransitGatewayAwsVpcPeeringGatewayResponseArgs
- Cidr
Blocks List<string> - CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.
- Created
At string - An RFC-3339 timestamp representation of transit gateway creation date.
- Dns
Configs List<CloudGateway Transit Gateway Aws Vpc Peering Gateway Response Dns Config> - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
- Entity
Version 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. must be one of ["created", "initializing", "ready", "terminating", "terminated"]
- Transit
Gateway CloudAttachment Config Gateway Transit Gateway Aws Vpc Peering Gateway Response Transit Gateway Attachment Config - Updated
At string - An RFC-3339 timestamp representation of transit gateway update date.
- Cidr
Blocks []string - CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.
- Created
At string - An RFC-3339 timestamp representation of transit gateway creation date.
- Dns
Configs []CloudGateway Transit Gateway Aws Vpc Peering Gateway Response Dns Config - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
- Entity
Version 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. must be one of ["created", "initializing", "ready", "terminating", "terminated"]
- Transit
Gateway CloudAttachment Config Gateway Transit Gateway Aws Vpc Peering Gateway Response Transit Gateway Attachment Config - Updated
At string - An RFC-3339 timestamp representation of transit gateway update date.
- cidr
Blocks List<String> - CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.
- created
At String - An RFC-3339 timestamp representation of transit gateway creation date.
- dns
Configs List<CloudGateway Transit Gateway Aws Vpc Peering Gateway Response Dns Config> - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
- entity
Version 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. must be one of ["created", "initializing", "ready", "terminating", "terminated"]
- transit
Gateway CloudAttachment Config Gateway Transit Gateway Aws Vpc Peering Gateway Response Transit Gateway Attachment Config - updated
At String - An RFC-3339 timestamp representation of transit gateway update date.
- cidr
Blocks string[] - CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.
- created
At string - An RFC-3339 timestamp representation of transit gateway creation date.
- dns
Configs CloudGateway Transit Gateway Aws Vpc Peering Gateway Response Dns Config[] - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
- entity
Version 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. must be one of ["created", "initializing", "ready", "terminating", "terminated"]
- transit
Gateway CloudAttachment Config Gateway Transit Gateway Aws Vpc Peering Gateway Response Transit Gateway Attachment Config - updated
At 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[CloudGateway Transit Gateway Aws Vpc Peering Gateway Response Dns Config] - 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. must be one of ["created", "initializing", "ready", "terminating", "terminated"]
- transit_
gateway_ Cloudattachment_ config Gateway Transit Gateway Aws Vpc Peering Gateway Response Transit Gateway Attachment Config - updated_
at str - An RFC-3339 timestamp representation of transit gateway update date.
- cidr
Blocks List<String> - CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning network.
- created
At String - An RFC-3339 timestamp representation of transit gateway creation date.
- dns
Configs List<Property Map> - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
- entity
Version 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. must be one of ["created", "initializing", "ready", "terminating", "terminated"]
- transit
Gateway Property MapAttachment Config - updated
At String - An RFC-3339 timestamp representation of transit gateway update date.
CloudGatewayTransitGatewayAwsVpcPeeringGatewayResponseDnsConfig, CloudGatewayTransitGatewayAwsVpcPeeringGatewayResponseDnsConfigArgs
- Domain
Proxy List<string>Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
- Remote
Dns List<string>Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
- Domain
Proxy []stringLists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
- Remote
Dns []stringServer Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
- domain
Proxy List<String>Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
- remote
Dns List<String>Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
- domain
Proxy string[]Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
- remote
Dns string[]Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
- domain_
proxy_ Sequence[str]lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
- remote_
dns_ Sequence[str]server_ ip_ addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
- domain
Proxy List<String>Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
- remote
Dns List<String>Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
CloudGatewayTransitGatewayAwsVpcPeeringGatewayResponseTransitGatewayAttachmentConfig, CloudGatewayTransitGatewayAwsVpcPeeringGatewayResponseTransitGatewayAttachmentConfigArgs
- Kind string
- must be "aws-vpc-peering-attachment"
- Peer
Account stringId - Peer
Vpc stringId - Peer
Vpc stringRegion
- Kind string
- must be "aws-vpc-peering-attachment"
- Peer
Account stringId - Peer
Vpc stringId - Peer
Vpc stringRegion
- kind String
- must be "aws-vpc-peering-attachment"
- peer
Account StringId - peer
Vpc StringId - peer
Vpc StringRegion
- kind string
- must be "aws-vpc-peering-attachment"
- peer
Account stringId - peer
Vpc stringId - peer
Vpc stringRegion
- kind str
- must be "aws-vpc-peering-attachment"
- peer_
account_ strid - peer_
vpc_ strid - peer_
vpc_ strregion
- kind String
- must be "aws-vpc-peering-attachment"
- peer
Account StringId - peer
Vpc StringId - peer
Vpc StringRegion
CloudGatewayTransitGatewayAwsVpcPeeringGatewayTransitGatewayAttachmentConfig, CloudGatewayTransitGatewayAwsVpcPeeringGatewayTransitGatewayAttachmentConfigArgs
- Kind string
- must be "aws-vpc-peering-attachment"; Requires replacement if changed.
- Peer
Account stringId - Requires replacement if changed.
- Peer
Vpc stringId - Requires replacement if changed.
- Peer
Vpc stringRegion - Requires replacement if changed.
- Kind string
- must be "aws-vpc-peering-attachment"; Requires replacement if changed.
- Peer
Account stringId - Requires replacement if changed.
- Peer
Vpc stringId - Requires replacement if changed.
- Peer
Vpc stringRegion - Requires replacement if changed.
- kind String
- must be "aws-vpc-peering-attachment"; Requires replacement if changed.
- peer
Account StringId - Requires replacement if changed.
- peer
Vpc StringId - Requires replacement if changed.
- peer
Vpc StringRegion - Requires replacement if changed.
- kind string
- must be "aws-vpc-peering-attachment"; Requires replacement if changed.
- peer
Account stringId - Requires replacement if changed.
- peer
Vpc stringId - Requires replacement if changed.
- peer
Vpc stringRegion - Requires replacement if changed.
- kind str
- must be "aws-vpc-peering-attachment"; Requires replacement if changed.
- peer_
account_ strid - Requires replacement if changed.
- peer_
vpc_ strid - Requires replacement if changed.
- peer_
vpc_ strregion - Requires replacement if changed.
- kind String
- must be "aws-vpc-peering-attachment"; Requires replacement if changed.
- peer
Account StringId - Requires replacement if changed.
- peer
Vpc StringId - Requires replacement if changed.
- peer
Vpc StringRegion - Requires replacement if changed.
CloudGatewayTransitGatewayAzureTransitGateway, CloudGatewayTransitGatewayAzureTransitGatewayArgs
- Name string
- Human-readable name of the transit gateway. Requires replacement if changed.
- Transit
Gateway CloudAttachment Config Gateway Transit Gateway Azure Transit Gateway Transit Gateway Attachment Config - Requires replacement if changed.
- Dns
Configs List<CloudGateway Transit Gateway Azure Transit Gateway Dns Config> - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment. Requires replacement if changed.
- Name string
- Human-readable name of the transit gateway. Requires replacement if changed.
- Transit
Gateway CloudAttachment Config Gateway Transit Gateway Azure Transit Gateway Transit Gateway Attachment Config - Requires replacement if changed.
- Dns
Configs []CloudGateway Transit Gateway Azure Transit Gateway Dns Config - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment. Requires replacement if changed.
- name String
- Human-readable name of the transit gateway. Requires replacement if changed.
- transit
Gateway CloudAttachment Config Gateway Transit Gateway Azure Transit Gateway Transit Gateway Attachment Config - Requires replacement if changed.
- dns
Configs List<CloudGateway Transit Gateway Azure Transit Gateway Dns Config> - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment. Requires replacement if changed.
- name string
- Human-readable name of the transit gateway. Requires replacement if changed.
- transit
Gateway CloudAttachment Config Gateway Transit Gateway Azure Transit Gateway Transit Gateway Attachment Config - Requires replacement if changed.
- dns
Configs CloudGateway Transit Gateway Azure Transit Gateway Dns Config[] - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment. Requires replacement if changed.
- name str
- Human-readable name of the transit gateway. Requires replacement if changed.
- transit_
gateway_ Cloudattachment_ config Gateway Transit Gateway Azure Transit Gateway Transit Gateway Attachment Config - Requires replacement if changed.
- dns_
configs Sequence[CloudGateway Transit Gateway Azure Transit Gateway Dns Config] - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment. Requires replacement if changed.
- name String
- Human-readable name of the transit gateway. Requires replacement if changed.
- transit
Gateway Property MapAttachment Config - Requires replacement if changed.
- dns
Configs List<Property Map> - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment. Requires replacement if changed.
CloudGatewayTransitGatewayAzureTransitGatewayDnsConfig, CloudGatewayTransitGatewayAzureTransitGatewayDnsConfigArgs
- Domain
Proxy List<string>Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway. Requires replacement if changed.
- Remote
Dns List<string>Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway. Requires replacement if changed.
- Domain
Proxy []stringLists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway. Requires replacement if changed.
- Remote
Dns []stringServer Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway. Requires replacement if changed.
- domain
Proxy List<String>Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway. Requires replacement if changed.
- remote
Dns List<String>Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway. Requires replacement if changed.
- domain
Proxy string[]Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway. Requires replacement if changed.
- remote
Dns string[]Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway. Requires replacement if changed.
- domain_
proxy_ Sequence[str]lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway. Requires replacement if changed.
- remote_
dns_ Sequence[str]server_ ip_ addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway. Requires replacement if changed.
- domain
Proxy List<String>Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway. Requires replacement if changed.
- remote
Dns List<String>Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway. Requires replacement if changed.
CloudGatewayTransitGatewayAzureTransitGatewayResponse, CloudGatewayTransitGatewayAzureTransitGatewayResponseArgs
- Created
At string - An RFC-3339 timestamp representation of transit gateway creation date.
- Dns
Configs List<CloudGateway Transit Gateway Azure Transit Gateway Response Dns Config> - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
- Entity
Version 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. must be one of ["created", "initializing", "ready", "terminating", "terminated"]
- Transit
Gateway CloudAttachment Config Gateway Transit Gateway Azure Transit Gateway Response Transit Gateway Attachment Config - Updated
At string - An RFC-3339 timestamp representation of transit gateway update date.
- Created
At string - An RFC-3339 timestamp representation of transit gateway creation date.
- Dns
Configs []CloudGateway Transit Gateway Azure Transit Gateway Response Dns Config - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
- Entity
Version 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. must be one of ["created", "initializing", "ready", "terminating", "terminated"]
- Transit
Gateway CloudAttachment Config Gateway Transit Gateway Azure Transit Gateway Response Transit Gateway Attachment Config - Updated
At string - An RFC-3339 timestamp representation of transit gateway update date.
- created
At String - An RFC-3339 timestamp representation of transit gateway creation date.
- dns
Configs List<CloudGateway Transit Gateway Azure Transit Gateway Response Dns Config> - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
- entity
Version 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. must be one of ["created", "initializing", "ready", "terminating", "terminated"]
- transit
Gateway CloudAttachment Config Gateway Transit Gateway Azure Transit Gateway Response Transit Gateway Attachment Config - updated
At String - An RFC-3339 timestamp representation of transit gateway update date.
- created
At string - An RFC-3339 timestamp representation of transit gateway creation date.
- dns
Configs CloudGateway Transit Gateway Azure Transit Gateway Response Dns Config[] - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
- entity
Version 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. must be one of ["created", "initializing", "ready", "terminating", "terminated"]
- transit
Gateway CloudAttachment Config Gateway Transit Gateway Azure Transit Gateway Response Transit Gateway Attachment Config - updated
At 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[CloudGateway Transit Gateway Azure Transit Gateway Response Dns Config] - 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. must be one of ["created", "initializing", "ready", "terminating", "terminated"]
- transit_
gateway_ Cloudattachment_ config Gateway Transit Gateway Azure Transit Gateway Response Transit Gateway Attachment Config - updated_
at str - An RFC-3339 timestamp representation of transit gateway update date.
- created
At String - An RFC-3339 timestamp representation of transit gateway creation date.
- dns
Configs List<Property Map> - List of mappings from remote DNS server IP address sets to proxied internal domains, for a transit gateway attachment.
- entity
Version 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. must be one of ["created", "initializing", "ready", "terminating", "terminated"]
- transit
Gateway Property MapAttachment Config - updated
At String - An RFC-3339 timestamp representation of transit gateway update date.
CloudGatewayTransitGatewayAzureTransitGatewayResponseDnsConfig, CloudGatewayTransitGatewayAzureTransitGatewayResponseDnsConfigArgs
- Domain
Proxy List<string>Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
- Remote
Dns List<string>Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
- Domain
Proxy []stringLists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
- Remote
Dns []stringServer Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
- domain
Proxy List<String>Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
- remote
Dns List<String>Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
- domain
Proxy string[]Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
- remote
Dns string[]Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
- domain_
proxy_ Sequence[str]lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
- remote_
dns_ Sequence[str]server_ ip_ addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
- domain
Proxy List<String>Lists - Internal domain names to proxy for DNS resolution from the listed remote DNS server IP addresses, for a transit gateway.
- remote
Dns List<String>Server Ip Addresses - Remote DNS Server IP Addresses to connect to for resolving internal DNS via a transit gateway.
CloudGatewayTransitGatewayAzureTransitGatewayResponseTransitGatewayAttachmentConfig, CloudGatewayTransitGatewayAzureTransitGatewayResponseTransitGatewayAttachmentConfigArgs
- Kind string
- must be "azure-vnet-peering-attachment"
- Resource
Group stringName - Resource Group Name for the Azure VNET Peering attachment.
- Subscription
Id string - Subscription ID for the Azure VNET Peering attachment.
- Tenant
Id string - Tenant ID for the Azure VNET Peering attachment.
- Vnet
Name string - VNET Name for the Azure VNET Peering attachment.
- Kind string
- must be "azure-vnet-peering-attachment"
- Resource
Group stringName - Resource Group Name for the Azure VNET Peering attachment.
- Subscription
Id string - Subscription ID for the Azure VNET Peering attachment.
- Tenant
Id string - Tenant ID for the Azure VNET Peering attachment.
- Vnet
Name string - VNET Name for the Azure VNET Peering attachment.
- kind String
- must be "azure-vnet-peering-attachment"
- resource
Group StringName - Resource Group Name for the Azure VNET Peering attachment.
- subscription
Id String - Subscription ID for the Azure VNET Peering attachment.
- tenant
Id String - Tenant ID for the Azure VNET Peering attachment.
- vnet
Name String - VNET Name for the Azure VNET Peering attachment.
- kind string
- must be "azure-vnet-peering-attachment"
- resource
Group stringName - Resource Group Name for the Azure VNET Peering attachment.
- subscription
Id string - Subscription ID for the Azure VNET Peering attachment.
- tenant
Id string - Tenant ID for the Azure VNET Peering attachment.
- vnet
Name string - VNET Name for the Azure VNET Peering attachment.
- kind str
- must be "azure-vnet-peering-attachment"
- resource_
group_ strname - 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
- must be "azure-vnet-peering-attachment"
- resource
Group StringName - Resource Group Name for the Azure VNET Peering attachment.
- subscription
Id String - Subscription ID for the Azure VNET Peering attachment.
- tenant
Id String - Tenant ID for the Azure VNET Peering attachment.
- vnet
Name String - VNET Name for the Azure VNET Peering attachment.
CloudGatewayTransitGatewayAzureTransitGatewayTransitGatewayAttachmentConfig, CloudGatewayTransitGatewayAzureTransitGatewayTransitGatewayAttachmentConfigArgs
- Kind string
- must be "azure-vnet-peering-attachment"; Requires replacement if changed.
- Resource
Group stringName - Resource Group Name for the Azure VNET Peering attachment. Requires replacement if changed.
- Subscription
Id string - Subscription ID for the Azure VNET Peering attachment. Requires replacement if changed.
- Tenant
Id string - Tenant ID for the Azure VNET Peering attachment. Requires replacement if changed.
- Vnet
Name string - VNET Name for the Azure VNET Peering attachment. Requires replacement if changed.
- Kind string
- must be "azure-vnet-peering-attachment"; Requires replacement if changed.
- Resource
Group stringName - Resource Group Name for the Azure VNET Peering attachment. Requires replacement if changed.
- Subscription
Id string - Subscription ID for the Azure VNET Peering attachment. Requires replacement if changed.
- Tenant
Id string - Tenant ID for the Azure VNET Peering attachment. Requires replacement if changed.
- Vnet
Name string - VNET Name for the Azure VNET Peering attachment. Requires replacement if changed.
- kind String
- must be "azure-vnet-peering-attachment"; Requires replacement if changed.
- resource
Group StringName - Resource Group Name for the Azure VNET Peering attachment. Requires replacement if changed.
- subscription
Id String - Subscription ID for the Azure VNET Peering attachment. Requires replacement if changed.
- tenant
Id String - Tenant ID for the Azure VNET Peering attachment. Requires replacement if changed.
- vnet
Name String - VNET Name for the Azure VNET Peering attachment. Requires replacement if changed.
- kind string
- must be "azure-vnet-peering-attachment"; Requires replacement if changed.
- resource
Group stringName - Resource Group Name for the Azure VNET Peering attachment. Requires replacement if changed.
- subscription
Id string - Subscription ID for the Azure VNET Peering attachment. Requires replacement if changed.
- tenant
Id string - Tenant ID for the Azure VNET Peering attachment. Requires replacement if changed.
- vnet
Name string - VNET Name for the Azure VNET Peering attachment. Requires replacement if changed.
- kind str
- must be "azure-vnet-peering-attachment"; Requires replacement if changed.
- resource_
group_ strname - Resource Group Name for the Azure VNET Peering attachment. Requires replacement if changed.
- subscription_
id str - Subscription ID for the Azure VNET Peering attachment. Requires replacement if changed.
- tenant_
id str - Tenant ID for the Azure VNET Peering attachment. Requires replacement if changed.
- vnet_
name str - VNET Name for the Azure VNET Peering attachment. Requires replacement if changed.
- kind String
- must be "azure-vnet-peering-attachment"; Requires replacement if changed.
- resource
Group StringName - Resource Group Name for the Azure VNET Peering attachment. Requires replacement if changed.
- subscription
Id String - Subscription ID for the Azure VNET Peering attachment. Requires replacement if changed.
- tenant
Id String - Tenant ID for the Azure VNET Peering attachment. Requires replacement if changed.
- vnet
Name String - VNET Name for the Azure VNET Peering attachment. Requires replacement if changed.
Import
$ pulumi import konnect:index/cloudGatewayTransitGateway:CloudGatewayTransitGateway my_konnect_cloud_gateway_transit_gateway "{ \"network_id\": \"36ae63d3-efd1-4bec-b246-62aa5d3f5695\", \"transit_gateway_id\": \"0850820b-d153-4a2a-b9be-7d2204779139\"}"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.