ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getIsVpcDnsResolutionBindings
Explore with Pulumi AI
Provides a read-only data source for VPCDNSResolutionBindings. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const isVpcDnsResolutionBindings = ibm.getIsVpcDnsResolutionBindings({
vpcId: "vpc_id",
});
import pulumi
import pulumi_ibm as ibm
is_vpc_dns_resolution_bindings = ibm.get_is_vpc_dns_resolution_bindings(vpc_id="vpc_id")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.GetIsVpcDnsResolutionBindings(ctx, &ibm.GetIsVpcDnsResolutionBindingsArgs{
VpcId: "vpc_id",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var isVpcDnsResolutionBindings = Ibm.GetIsVpcDnsResolutionBindings.Invoke(new()
{
VpcId = "vpc_id",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetIsVpcDnsResolutionBindingsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var isVpcDnsResolutionBindings = IbmFunctions.getIsVpcDnsResolutionBindings(GetIsVpcDnsResolutionBindingsArgs.builder()
.vpcId("vpc_id")
.build());
}
}
variables:
isVpcDnsResolutionBindings:
fn::invoke:
function: ibm:getIsVpcDnsResolutionBindings
arguments:
vpcId: vpc_id
Using getIsVpcDnsResolutionBindings
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 getIsVpcDnsResolutionBindings(args: GetIsVpcDnsResolutionBindingsArgs, opts?: InvokeOptions): Promise<GetIsVpcDnsResolutionBindingsResult>
function getIsVpcDnsResolutionBindingsOutput(args: GetIsVpcDnsResolutionBindingsOutputArgs, opts?: InvokeOptions): Output<GetIsVpcDnsResolutionBindingsResult>
def get_is_vpc_dns_resolution_bindings(id: Optional[str] = None,
vpc_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIsVpcDnsResolutionBindingsResult
def get_is_vpc_dns_resolution_bindings_output(id: Optional[pulumi.Input[str]] = None,
vpc_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIsVpcDnsResolutionBindingsResult]
func GetIsVpcDnsResolutionBindings(ctx *Context, args *GetIsVpcDnsResolutionBindingsArgs, opts ...InvokeOption) (*GetIsVpcDnsResolutionBindingsResult, error)
func GetIsVpcDnsResolutionBindingsOutput(ctx *Context, args *GetIsVpcDnsResolutionBindingsOutputArgs, opts ...InvokeOption) GetIsVpcDnsResolutionBindingsResultOutput
> Note: This function is named GetIsVpcDnsResolutionBindings
in the Go SDK.
public static class GetIsVpcDnsResolutionBindings
{
public static Task<GetIsVpcDnsResolutionBindingsResult> InvokeAsync(GetIsVpcDnsResolutionBindingsArgs args, InvokeOptions? opts = null)
public static Output<GetIsVpcDnsResolutionBindingsResult> Invoke(GetIsVpcDnsResolutionBindingsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIsVpcDnsResolutionBindingsResult> getIsVpcDnsResolutionBindings(GetIsVpcDnsResolutionBindingsArgs args, InvokeOptions options)
public static Output<GetIsVpcDnsResolutionBindingsResult> getIsVpcDnsResolutionBindings(GetIsVpcDnsResolutionBindingsArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIsVpcDnsResolutionBindings:getIsVpcDnsResolutionBindings
arguments:
# arguments dictionary
The following arguments are supported:
getIsVpcDnsResolutionBindings Result
The following output properties are available:
- Dns
Resolution List<GetBindings Is Vpc Dns Resolution Bindings Dns Resolution Binding> - (List) Collection of the dns_resolution_binding.
- Id string
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- Vpc
Id string
- Dns
Resolution []GetBindings Is Vpc Dns Resolution Bindings Dns Resolution Binding - (List) Collection of the dns_resolution_binding.
- Id string
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- Vpc
Id string
- dns
Resolution List<GetBindings Is Vpc Dns Resolution Bindings Dns Resolution Binding> - (List) Collection of the dns_resolution_binding.
- id String
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- vpc
Id String
- dns
Resolution GetBindings Is Vpc Dns Resolution Bindings Dns Resolution Binding[] - (List) Collection of the dns_resolution_binding.
- id string
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- vpc
Id string
- dns_
resolution_ Sequence[Getbindings Is Vpc Dns Resolution Bindings Dns Resolution Binding] - (List) Collection of the dns_resolution_binding.
- id str
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- vpc_
id str
- dns
Resolution List<Property Map>Bindings - (List) Collection of the dns_resolution_binding.
- id String
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- vpc
Id String
Supporting Types
GetIsVpcDnsResolutionBindingsDnsResolutionBinding
- Created
At string - (String) The date and time that the DNS resolution binding was created.
- Endpoint
Gateways List<GetIs Vpc Dns Resolution Bindings Dns Resolution Binding Endpoint Gateway> - (List) The endpoint gateways in the bound to VPC that are allowed to participate in this DNS resolution binding.The endpoint gateways may be remote and therefore may not be directly retrievable. Nested scheme for endpoint_gateways:
- Health
Reasons List<GetIs Vpc Dns Resolution Bindings Dns Resolution Binding Health Reason> - (List) The reasons for the current
health_state
(if any).The enumerated reason code values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected reason code was encountered. Nested schema for health_reasons: - Health
State string - (String) The health of this resource.-
ok
: No abnormal behavior detected-degraded
: Experiencing compromised performance, capacity, or connectivity-faulted
: Completely unreachable, inoperative, or otherwise entirely incapacitated-inapplicable
: The health state does not apply because of the current lifecycle state. A resource with a lifecycle state offailed
ordeleting
will have a health state ofinapplicable
. Apending
resource may also have this state. Constraints: Allowable values are:degraded
,faulted
,inapplicable
,ok
. - Href string
- (String) The URL for this region.
- Id string
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- Lifecycle
State string - (String) The lifecycle state of the DNS resolution binding.
- Constraints: Allowable values are:
deleting
,failed
,pending
,stable
,suspended
,updating
,waiting
.
- Constraints: Allowable values are:
- Name string
- (String) The globally unique name for this region.
- Resource
Type string - (String) The resource type.
- Vpcs
List<Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Vpc> - (List) The VPC bound to for DNS resolution.The VPC may be remote and therefore may not be directly retrievable. Nested scheme for vpc:
- Created
At string - (String) The date and time that the DNS resolution binding was created.
- Endpoint
Gateways []GetIs Vpc Dns Resolution Bindings Dns Resolution Binding Endpoint Gateway - (List) The endpoint gateways in the bound to VPC that are allowed to participate in this DNS resolution binding.The endpoint gateways may be remote and therefore may not be directly retrievable. Nested scheme for endpoint_gateways:
- Health
Reasons []GetIs Vpc Dns Resolution Bindings Dns Resolution Binding Health Reason - (List) The reasons for the current
health_state
(if any).The enumerated reason code values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected reason code was encountered. Nested schema for health_reasons: - Health
State string - (String) The health of this resource.-
ok
: No abnormal behavior detected-degraded
: Experiencing compromised performance, capacity, or connectivity-faulted
: Completely unreachable, inoperative, or otherwise entirely incapacitated-inapplicable
: The health state does not apply because of the current lifecycle state. A resource with a lifecycle state offailed
ordeleting
will have a health state ofinapplicable
. Apending
resource may also have this state. Constraints: Allowable values are:degraded
,faulted
,inapplicable
,ok
. - Href string
- (String) The URL for this region.
- Id string
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- Lifecycle
State string - (String) The lifecycle state of the DNS resolution binding.
- Constraints: Allowable values are:
deleting
,failed
,pending
,stable
,suspended
,updating
,waiting
.
- Constraints: Allowable values are:
- Name string
- (String) The globally unique name for this region.
- Resource
Type string - (String) The resource type.
- Vpcs
[]Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Vpc - (List) The VPC bound to for DNS resolution.The VPC may be remote and therefore may not be directly retrievable. Nested scheme for vpc:
- created
At String - (String) The date and time that the DNS resolution binding was created.
- endpoint
Gateways List<GetIs Vpc Dns Resolution Bindings Dns Resolution Binding Endpoint Gateway> - (List) The endpoint gateways in the bound to VPC that are allowed to participate in this DNS resolution binding.The endpoint gateways may be remote and therefore may not be directly retrievable. Nested scheme for endpoint_gateways:
- health
Reasons List<GetIs Vpc Dns Resolution Bindings Dns Resolution Binding Health Reason> - (List) The reasons for the current
health_state
(if any).The enumerated reason code values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected reason code was encountered. Nested schema for health_reasons: - health
State String - (String) The health of this resource.-
ok
: No abnormal behavior detected-degraded
: Experiencing compromised performance, capacity, or connectivity-faulted
: Completely unreachable, inoperative, or otherwise entirely incapacitated-inapplicable
: The health state does not apply because of the current lifecycle state. A resource with a lifecycle state offailed
ordeleting
will have a health state ofinapplicable
. Apending
resource may also have this state. Constraints: Allowable values are:degraded
,faulted
,inapplicable
,ok
. - href String
- (String) The URL for this region.
- id String
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- lifecycle
State String - (String) The lifecycle state of the DNS resolution binding.
- Constraints: Allowable values are:
deleting
,failed
,pending
,stable
,suspended
,updating
,waiting
.
- Constraints: Allowable values are:
- name String
- (String) The globally unique name for this region.
- resource
Type String - (String) The resource type.
- vpcs
List<Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Vpc> - (List) The VPC bound to for DNS resolution.The VPC may be remote and therefore may not be directly retrievable. Nested scheme for vpc:
- created
At string - (String) The date and time that the DNS resolution binding was created.
- endpoint
Gateways GetIs Vpc Dns Resolution Bindings Dns Resolution Binding Endpoint Gateway[] - (List) The endpoint gateways in the bound to VPC that are allowed to participate in this DNS resolution binding.The endpoint gateways may be remote and therefore may not be directly retrievable. Nested scheme for endpoint_gateways:
- health
Reasons GetIs Vpc Dns Resolution Bindings Dns Resolution Binding Health Reason[] - (List) The reasons for the current
health_state
(if any).The enumerated reason code values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected reason code was encountered. Nested schema for health_reasons: - health
State string - (String) The health of this resource.-
ok
: No abnormal behavior detected-degraded
: Experiencing compromised performance, capacity, or connectivity-faulted
: Completely unreachable, inoperative, or otherwise entirely incapacitated-inapplicable
: The health state does not apply because of the current lifecycle state. A resource with a lifecycle state offailed
ordeleting
will have a health state ofinapplicable
. Apending
resource may also have this state. Constraints: Allowable values are:degraded
,faulted
,inapplicable
,ok
. - href string
- (String) The URL for this region.
- id string
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- lifecycle
State string - (String) The lifecycle state of the DNS resolution binding.
- Constraints: Allowable values are:
deleting
,failed
,pending
,stable
,suspended
,updating
,waiting
.
- Constraints: Allowable values are:
- name string
- (String) The globally unique name for this region.
- resource
Type string - (String) The resource type.
- vpcs
Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Vpc[] - (List) The VPC bound to for DNS resolution.The VPC may be remote and therefore may not be directly retrievable. Nested scheme for vpc:
- created_
at str - (String) The date and time that the DNS resolution binding was created.
- endpoint_
gateways Sequence[GetIs Vpc Dns Resolution Bindings Dns Resolution Binding Endpoint Gateway] - (List) The endpoint gateways in the bound to VPC that are allowed to participate in this DNS resolution binding.The endpoint gateways may be remote and therefore may not be directly retrievable. Nested scheme for endpoint_gateways:
- health_
reasons Sequence[GetIs Vpc Dns Resolution Bindings Dns Resolution Binding Health Reason] - (List) The reasons for the current
health_state
(if any).The enumerated reason code values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected reason code was encountered. Nested schema for health_reasons: - health_
state str - (String) The health of this resource.-
ok
: No abnormal behavior detected-degraded
: Experiencing compromised performance, capacity, or connectivity-faulted
: Completely unreachable, inoperative, or otherwise entirely incapacitated-inapplicable
: The health state does not apply because of the current lifecycle state. A resource with a lifecycle state offailed
ordeleting
will have a health state ofinapplicable
. Apending
resource may also have this state. Constraints: Allowable values are:degraded
,faulted
,inapplicable
,ok
. - href str
- (String) The URL for this region.
- id str
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- lifecycle_
state str - (String) The lifecycle state of the DNS resolution binding.
- Constraints: Allowable values are:
deleting
,failed
,pending
,stable
,suspended
,updating
,waiting
.
- Constraints: Allowable values are:
- name str
- (String) The globally unique name for this region.
- resource_
type str - (String) The resource type.
- vpcs
Sequence[Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Vpc] - (List) The VPC bound to for DNS resolution.The VPC may be remote and therefore may not be directly retrievable. Nested scheme for vpc:
- created
At String - (String) The date and time that the DNS resolution binding was created.
- endpoint
Gateways List<Property Map> - (List) The endpoint gateways in the bound to VPC that are allowed to participate in this DNS resolution binding.The endpoint gateways may be remote and therefore may not be directly retrievable. Nested scheme for endpoint_gateways:
- health
Reasons List<Property Map> - (List) The reasons for the current
health_state
(if any).The enumerated reason code values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected reason code was encountered. Nested schema for health_reasons: - health
State String - (String) The health of this resource.-
ok
: No abnormal behavior detected-degraded
: Experiencing compromised performance, capacity, or connectivity-faulted
: Completely unreachable, inoperative, or otherwise entirely incapacitated-inapplicable
: The health state does not apply because of the current lifecycle state. A resource with a lifecycle state offailed
ordeleting
will have a health state ofinapplicable
. Apending
resource may also have this state. Constraints: Allowable values are:degraded
,faulted
,inapplicable
,ok
. - href String
- (String) The URL for this region.
- id String
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- lifecycle
State String - (String) The lifecycle state of the DNS resolution binding.
- Constraints: Allowable values are:
deleting
,failed
,pending
,stable
,suspended
,updating
,waiting
.
- Constraints: Allowable values are:
- name String
- (String) The globally unique name for this region.
- resource
Type String - (String) The resource type.
- vpcs List<Property Map>
- (List) The VPC bound to for DNS resolution.The VPC may be remote and therefore may not be directly retrievable. Nested scheme for vpc:
GetIsVpcDnsResolutionBindingsDnsResolutionBindingEndpointGateway
- Crn string
- (String) The CRN for this VPC.
- Href string
- (String) The URL for this region.
- Id string
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- Name string
- (String) The globally unique name for this region.
- Remotes
List<Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Endpoint Gateway Remote> - (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
- Resource
Type string - (String) The resource type.
- Crn string
- (String) The CRN for this VPC.
- Href string
- (String) The URL for this region.
- Id string
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- Name string
- (String) The globally unique name for this region.
- Remotes
[]Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Endpoint Gateway Remote - (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
- Resource
Type string - (String) The resource type.
- crn String
- (String) The CRN for this VPC.
- href String
- (String) The URL for this region.
- id String
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- name String
- (String) The globally unique name for this region.
- remotes
List<Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Endpoint Gateway Remote> - (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
- resource
Type String - (String) The resource type.
- crn string
- (String) The CRN for this VPC.
- href string
- (String) The URL for this region.
- id string
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- name string
- (String) The globally unique name for this region.
- remotes
Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Endpoint Gateway Remote[] - (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
- resource
Type string - (String) The resource type.
- crn str
- (String) The CRN for this VPC.
- href str
- (String) The URL for this region.
- id str
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- name str
- (String) The globally unique name for this region.
- remotes
Sequence[Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Endpoint Gateway Remote] - (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
- resource_
type str - (String) The resource type.
- crn String
- (String) The CRN for this VPC.
- href String
- (String) The URL for this region.
- id String
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- name String
- (String) The globally unique name for this region.
- remotes List<Property Map>
- (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
- resource
Type String - (String) The resource type.
GetIsVpcDnsResolutionBindingsDnsResolutionBindingEndpointGatewayRemote
- Accounts
List<Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Endpoint Gateway Remote Account> - (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
- Regions
List<Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Endpoint Gateway Remote Region> - (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:
- Accounts
[]Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Endpoint Gateway Remote Account - (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
- Regions
[]Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Endpoint Gateway Remote Region - (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:
- accounts
List<Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Endpoint Gateway Remote Account> - (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
- regions
List<Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Endpoint Gateway Remote Region> - (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:
- accounts
Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Endpoint Gateway Remote Account[] - (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
- regions
Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Endpoint Gateway Remote Region[] - (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:
- accounts
Sequence[Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Endpoint Gateway Remote Account] - (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
- regions
Sequence[Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Endpoint Gateway Remote Region] - (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:
- accounts List<Property Map>
- (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
- regions List<Property Map>
- (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:
GetIsVpcDnsResolutionBindingsDnsResolutionBindingEndpointGatewayRemoteAccount
- Id string
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- Resource
Type string - (String) The resource type.
- Id string
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- Resource
Type string - (String) The resource type.
- id String
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- resource
Type String - (String) The resource type.
- id string
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- resource
Type string - (String) The resource type.
- id str
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- resource_
type str - (String) The resource type.
- id String
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- resource
Type String - (String) The resource type.
GetIsVpcDnsResolutionBindingsDnsResolutionBindingEndpointGatewayRemoteRegion
GetIsVpcDnsResolutionBindingsDnsResolutionBindingHealthReason
GetIsVpcDnsResolutionBindingsDnsResolutionBindingVpc
- Crn string
- (String) The CRN for this VPC.
- Href string
- (String) The URL for this region.
- Id string
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- Name string
- (String) The globally unique name for this region.
- Remotes
List<Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Vpc Remote> - (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
- Resource
Type string - (String) The resource type.
- Crn string
- (String) The CRN for this VPC.
- Href string
- (String) The URL for this region.
- Id string
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- Name string
- (String) The globally unique name for this region.
- Remotes
[]Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Vpc Remote - (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
- Resource
Type string - (String) The resource type.
- crn String
- (String) The CRN for this VPC.
- href String
- (String) The URL for this region.
- id String
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- name String
- (String) The globally unique name for this region.
- remotes
List<Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Vpc Remote> - (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
- resource
Type String - (String) The resource type.
- crn string
- (String) The CRN for this VPC.
- href string
- (String) The URL for this region.
- id string
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- name string
- (String) The globally unique name for this region.
- remotes
Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Vpc Remote[] - (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
- resource
Type string - (String) The resource type.
- crn str
- (String) The CRN for this VPC.
- href str
- (String) The URL for this region.
- id str
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- name str
- (String) The globally unique name for this region.
- remotes
Sequence[Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Vpc Remote] - (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
- resource_
type str - (String) The resource type.
- crn String
- (String) The CRN for this VPC.
- href String
- (String) The URL for this region.
- id String
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- name String
- (String) The globally unique name for this region.
- remotes List<Property Map>
- (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
- resource
Type String - (String) The resource type.
GetIsVpcDnsResolutionBindingsDnsResolutionBindingVpcRemote
- Accounts
List<Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Vpc Remote Account> - (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
- Regions
List<Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Vpc Remote Region> - (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:
- Accounts
[]Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Vpc Remote Account - (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
- Regions
[]Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Vpc Remote Region - (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:
- accounts
List<Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Vpc Remote Account> - (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
- regions
List<Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Vpc Remote Region> - (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:
- accounts
Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Vpc Remote Account[] - (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
- regions
Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Vpc Remote Region[] - (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:
- accounts
Sequence[Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Vpc Remote Account] - (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
- regions
Sequence[Get
Is Vpc Dns Resolution Bindings Dns Resolution Binding Vpc Remote Region] - (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:
- accounts List<Property Map>
- (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
- regions List<Property Map>
- (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:
GetIsVpcDnsResolutionBindingsDnsResolutionBindingVpcRemoteAccount
- Id string
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- Resource
Type string - (String) The resource type.
- Id string
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- Resource
Type string - (String) The resource type.
- id String
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- resource
Type String - (String) The resource type.
- id string
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- resource
Type string - (String) The resource type.
- id str
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- resource_
type str - (String) The resource type.
- id String
- (String) The unique identifier for this account.
- Constraints: The value must match regular expression
/^[0-9a-f]{32}$/
.
- Constraints: The value must match regular expression
- resource
Type String - (String) The resource type.
GetIsVpcDnsResolutionBindingsDnsResolutionBindingVpcRemoteRegion
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.