Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const exampleAccountDnsSettingsInternalView = cloudflare.getAccountDnsSettingsInternalView({
accountId: "023e105f4ecef8ad9ca31a8372d0c353",
viewId: "023e105f4ecef8ad9ca31a8372d0c353",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_account_dns_settings_internal_view = cloudflare.get_account_dns_settings_internal_view(account_id="023e105f4ecef8ad9ca31a8372d0c353",
view_id="023e105f4ecef8ad9ca31a8372d0c353")
package main
import (
"github.com/pulumi/pulumi-cloudflare/sdk/v6/go/cloudflare"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cloudflare.LookupAccountDnsSettingsInternalView(ctx, &cloudflare.LookupAccountDnsSettingsInternalViewArgs{
AccountId: "023e105f4ecef8ad9ca31a8372d0c353",
ViewId: pulumi.StringRef("023e105f4ecef8ad9ca31a8372d0c353"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Cloudflare = Pulumi.Cloudflare;
return await Deployment.RunAsync(() =>
{
var exampleAccountDnsSettingsInternalView = Cloudflare.GetAccountDnsSettingsInternalView.Invoke(new()
{
AccountId = "023e105f4ecef8ad9ca31a8372d0c353",
ViewId = "023e105f4ecef8ad9ca31a8372d0c353",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.cloudflare.CloudflareFunctions;
import com.pulumi.cloudflare.inputs.GetAccountDnsSettingsInternalViewArgs;
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 exampleAccountDnsSettingsInternalView = CloudflareFunctions.getAccountDnsSettingsInternalView(GetAccountDnsSettingsInternalViewArgs.builder()
.accountId("023e105f4ecef8ad9ca31a8372d0c353")
.viewId("023e105f4ecef8ad9ca31a8372d0c353")
.build());
}
}
variables:
exampleAccountDnsSettingsInternalView:
fn::invoke:
function: cloudflare:getAccountDnsSettingsInternalView
arguments:
accountId: 023e105f4ecef8ad9ca31a8372d0c353
viewId: 023e105f4ecef8ad9ca31a8372d0c353
Using getAccountDnsSettingsInternalView
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 getAccountDnsSettingsInternalView(args: GetAccountDnsSettingsInternalViewArgs, opts?: InvokeOptions): Promise<GetAccountDnsSettingsInternalViewResult>
function getAccountDnsSettingsInternalViewOutput(args: GetAccountDnsSettingsInternalViewOutputArgs, opts?: InvokeOptions): Output<GetAccountDnsSettingsInternalViewResult>def get_account_dns_settings_internal_view(account_id: Optional[str] = None,
filter: Optional[GetAccountDnsSettingsInternalViewFilter] = None,
view_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAccountDnsSettingsInternalViewResult
def get_account_dns_settings_internal_view_output(account_id: Optional[pulumi.Input[str]] = None,
filter: Optional[pulumi.Input[GetAccountDnsSettingsInternalViewFilterArgs]] = None,
view_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAccountDnsSettingsInternalViewResult]func LookupAccountDnsSettingsInternalView(ctx *Context, args *LookupAccountDnsSettingsInternalViewArgs, opts ...InvokeOption) (*LookupAccountDnsSettingsInternalViewResult, error)
func LookupAccountDnsSettingsInternalViewOutput(ctx *Context, args *LookupAccountDnsSettingsInternalViewOutputArgs, opts ...InvokeOption) LookupAccountDnsSettingsInternalViewResultOutput> Note: This function is named LookupAccountDnsSettingsInternalView in the Go SDK.
public static class GetAccountDnsSettingsInternalView
{
public static Task<GetAccountDnsSettingsInternalViewResult> InvokeAsync(GetAccountDnsSettingsInternalViewArgs args, InvokeOptions? opts = null)
public static Output<GetAccountDnsSettingsInternalViewResult> Invoke(GetAccountDnsSettingsInternalViewInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAccountDnsSettingsInternalViewResult> getAccountDnsSettingsInternalView(GetAccountDnsSettingsInternalViewArgs args, InvokeOptions options)
public static Output<GetAccountDnsSettingsInternalViewResult> getAccountDnsSettingsInternalView(GetAccountDnsSettingsInternalViewArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getAccountDnsSettingsInternalView:getAccountDnsSettingsInternalView
arguments:
# arguments dictionaryThe following arguments are supported:
- Account
Id string - Identifier.
- Filter
Get
Account Dns Settings Internal View Filter - View
Id string - Identifier.
- Account
Id string - Identifier.
- Filter
Get
Account Dns Settings Internal View Filter - View
Id string - Identifier.
- account
Id String - Identifier.
- filter
Get
Account Dns Settings Internal View Filter - view
Id String - Identifier.
- account
Id string - Identifier.
- filter
Get
Account Dns Settings Internal View Filter - view
Id string - Identifier.
- account_
id str - Identifier.
- filter
Get
Account Dns Settings Internal View Filter - view_
id str - Identifier.
- account
Id String - Identifier.
- filter Property Map
- view
Id String - Identifier.
getAccountDnsSettingsInternalView Result
The following output properties are available:
- Account
Id string - Identifier.
- Created
Time string - When the view was created.
- Id string
- Identifier.
- Modified
Time string - When the view was last modified.
- Name string
- The name of the view.
- Zones List<string>
- The list of zones linked to this view.
- Filter
Get
Account Dns Settings Internal View Filter - View
Id string - Identifier.
- Account
Id string - Identifier.
- Created
Time string - When the view was created.
- Id string
- Identifier.
- Modified
Time string - When the view was last modified.
- Name string
- The name of the view.
- Zones []string
- The list of zones linked to this view.
- Filter
Get
Account Dns Settings Internal View Filter - View
Id string - Identifier.
- account
Id String - Identifier.
- created
Time String - When the view was created.
- id String
- Identifier.
- modified
Time String - When the view was last modified.
- name String
- The name of the view.
- zones List<String>
- The list of zones linked to this view.
- filter
Get
Account Dns Settings Internal View Filter - view
Id String - Identifier.
- account
Id string - Identifier.
- created
Time string - When the view was created.
- id string
- Identifier.
- modified
Time string - When the view was last modified.
- name string
- The name of the view.
- zones string[]
- The list of zones linked to this view.
- filter
Get
Account Dns Settings Internal View Filter - view
Id string - Identifier.
- account_
id str - Identifier.
- created_
time str - When the view was created.
- id str
- Identifier.
- modified_
time str - When the view was last modified.
- name str
- The name of the view.
- zones Sequence[str]
- The list of zones linked to this view.
- filter
Get
Account Dns Settings Internal View Filter - view_
id str - Identifier.
- account
Id String - Identifier.
- created
Time String - When the view was created.
- id String
- Identifier.
- modified
Time String - When the view was last modified.
- name String
- The name of the view.
- zones List<String>
- The list of zones linked to this view.
- filter Property Map
- view
Id String - Identifier.
Supporting Types
GetAccountDnsSettingsInternalViewFilter
- Direction string
- Direction to order DNS views in. Available values: "asc", "desc".
- Match string
- Whether to match all search requirements or at least one (any). If set to
all, acts like a logical AND between filters. If set toany, acts like a logical OR instead. Available values: "any", "all". - Name
Get
Account Dns Settings Internal View Filter Name - Order string
- Field to order DNS views by. Available values: "name", "createdon", "modifiedon".
- Zone
Id string - A zone ID that exists in the zones list for the view.
- Zone
Name string - A zone name that exists in the zones list for the view.
- Direction string
- Direction to order DNS views in. Available values: "asc", "desc".
- Match string
- Whether to match all search requirements or at least one (any). If set to
all, acts like a logical AND between filters. If set toany, acts like a logical OR instead. Available values: "any", "all". - Name
Get
Account Dns Settings Internal View Filter Name - Order string
- Field to order DNS views by. Available values: "name", "createdon", "modifiedon".
- Zone
Id string - A zone ID that exists in the zones list for the view.
- Zone
Name string - A zone name that exists in the zones list for the view.
- direction String
- Direction to order DNS views in. Available values: "asc", "desc".
- match String
- Whether to match all search requirements or at least one (any). If set to
all, acts like a logical AND between filters. If set toany, acts like a logical OR instead. Available values: "any", "all". - name
Get
Account Dns Settings Internal View Filter Name - order String
- Field to order DNS views by. Available values: "name", "createdon", "modifiedon".
- zone
Id String - A zone ID that exists in the zones list for the view.
- zone
Name String - A zone name that exists in the zones list for the view.
- direction string
- Direction to order DNS views in. Available values: "asc", "desc".
- match string
- Whether to match all search requirements or at least one (any). If set to
all, acts like a logical AND between filters. If set toany, acts like a logical OR instead. Available values: "any", "all". - name
Get
Account Dns Settings Internal View Filter Name - order string
- Field to order DNS views by. Available values: "name", "createdon", "modifiedon".
- zone
Id string - A zone ID that exists in the zones list for the view.
- zone
Name string - A zone name that exists in the zones list for the view.
- direction str
- Direction to order DNS views in. Available values: "asc", "desc".
- match str
- Whether to match all search requirements or at least one (any). If set to
all, acts like a logical AND between filters. If set toany, acts like a logical OR instead. Available values: "any", "all". - name
Get
Account Dns Settings Internal View Filter Name - order str
- Field to order DNS views by. Available values: "name", "createdon", "modifiedon".
- zone_
id str - A zone ID that exists in the zones list for the view.
- zone_
name str - A zone name that exists in the zones list for the view.
- direction String
- Direction to order DNS views in. Available values: "asc", "desc".
- match String
- Whether to match all search requirements or at least one (any). If set to
all, acts like a logical AND between filters. If set toany, acts like a logical OR instead. Available values: "any", "all". - name Property Map
- order String
- Field to order DNS views by. Available values: "name", "createdon", "modifiedon".
- zone
Id String - A zone ID that exists in the zones list for the view.
- zone
Name String - A zone name that exists in the zones list for the view.
GetAccountDnsSettingsInternalViewFilterName
- Contains string
- Substring of the DNS view name.
- Endswith string
- Suffix of the DNS view name.
- Exact string
- Exact value of the DNS view name.
- Startswith string
- Prefix of the DNS view name.
- Contains string
- Substring of the DNS view name.
- Endswith string
- Suffix of the DNS view name.
- Exact string
- Exact value of the DNS view name.
- Startswith string
- Prefix of the DNS view name.
- contains String
- Substring of the DNS view name.
- endswith String
- Suffix of the DNS view name.
- exact String
- Exact value of the DNS view name.
- startswith String
- Prefix of the DNS view name.
- contains string
- Substring of the DNS view name.
- endswith string
- Suffix of the DNS view name.
- exact string
- Exact value of the DNS view name.
- startswith string
- Prefix of the DNS view name.
- contains str
- Substring of the DNS view name.
- endswith str
- Suffix of the DNS view name.
- exact str
- Exact value of the DNS view name.
- startswith str
- Prefix of the DNS view name.
- contains String
- Substring of the DNS view name.
- endswith String
- Suffix of the DNS view name.
- exact String
- Exact value of the DNS view name.
- startswith String
- Prefix of the DNS view name.
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflareTerraform Provider.
Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
