Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getDnsSecurityPolicy
Explore with Pulumi AI
This data source can read the DNS Security Policy.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getDnsSecurityPolicy({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_dns_security_policy(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
package main
import (
"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := sdwan.LookupDnsSecurityPolicy(ctx, &sdwan.LookupDnsSecurityPolicyArgs{
Id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;
return await Deployment.RunAsync(() =>
{
var example = Sdwan.GetDnsSecurityPolicy.Invoke(new()
{
Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.SdwanFunctions;
import com.pulumi.sdwan.inputs.GetDnsSecurityPolicyArgs;
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 example = SdwanFunctions.getDnsSecurityPolicy(GetDnsSecurityPolicyArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getDnsSecurityPolicy
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getDnsSecurityPolicy
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 getDnsSecurityPolicy(args: GetDnsSecurityPolicyArgs, opts?: InvokeOptions): Promise<GetDnsSecurityPolicyResult>
function getDnsSecurityPolicyOutput(args: GetDnsSecurityPolicyOutputArgs, opts?: InvokeOptions): Output<GetDnsSecurityPolicyResult>
def get_dns_security_policy(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDnsSecurityPolicyResult
def get_dns_security_policy_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDnsSecurityPolicyResult]
func LookupDnsSecurityPolicy(ctx *Context, args *LookupDnsSecurityPolicyArgs, opts ...InvokeOption) (*LookupDnsSecurityPolicyResult, error)
func LookupDnsSecurityPolicyOutput(ctx *Context, args *LookupDnsSecurityPolicyOutputArgs, opts ...InvokeOption) LookupDnsSecurityPolicyResultOutput
> Note: This function is named LookupDnsSecurityPolicy
in the Go SDK.
public static class GetDnsSecurityPolicy
{
public static Task<GetDnsSecurityPolicyResult> InvokeAsync(GetDnsSecurityPolicyArgs args, InvokeOptions? opts = null)
public static Output<GetDnsSecurityPolicyResult> Invoke(GetDnsSecurityPolicyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDnsSecurityPolicyResult> getDnsSecurityPolicy(GetDnsSecurityPolicyArgs args, InvokeOptions options)
public static Output<GetDnsSecurityPolicyResult> getDnsSecurityPolicy(GetDnsSecurityPolicyArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getDnsSecurityPolicy:getDnsSecurityPolicy
arguments:
# arguments dictionary
The following arguments are supported:
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Policy
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Policy
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Policy
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Policy
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Policy
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Policy
getDnsSecurityPolicy Result
The following output properties are available:
- Child
Org stringId - String that is a number that corresponds to Umbrella Multi Org, can be empty if not using Umbrella Multi Org
- Description string
- The description of the Policy
- Dns
Crypt bool - If matchAllVpn is false, this field is only true if at least one of the targetVpns entires contains an umbrellaDefault true
- Dns
Server stringIp - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Policy
- Local
Domain boolBypass Enabled - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- Local
Domain stringBypass List Id - Match
All boolVpn - If this is true, there shouldn't be a targetVpns field, if false then targetVpns field should be there
- Name string
- The name of the Policy
- Target
Vpns List<GetDns Security Policy Target Vpn> - Will be under data field only if matchAllVpn is false, if matchAllVpn is true field should not be in payload
- Umbrella
Default bool - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- Version int
- The version of the Policy
- Child
Org stringId - String that is a number that corresponds to Umbrella Multi Org, can be empty if not using Umbrella Multi Org
- Description string
- The description of the Policy
- Dns
Crypt bool - If matchAllVpn is false, this field is only true if at least one of the targetVpns entires contains an umbrellaDefault true
- Dns
Server stringIp - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Policy
- Local
Domain boolBypass Enabled - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- Local
Domain stringBypass List Id - Match
All boolVpn - If this is true, there shouldn't be a targetVpns field, if false then targetVpns field should be there
- Name string
- The name of the Policy
- Target
Vpns []GetDns Security Policy Target Vpn - Will be under data field only if matchAllVpn is false, if matchAllVpn is true field should not be in payload
- Umbrella
Default bool - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- Version int
- The version of the Policy
- child
Org StringId - String that is a number that corresponds to Umbrella Multi Org, can be empty if not using Umbrella Multi Org
- description String
- The description of the Policy
- dns
Crypt Boolean - If matchAllVpn is false, this field is only true if at least one of the targetVpns entires contains an umbrellaDefault true
- dns
Server StringIp - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Policy
- local
Domain BooleanBypass Enabled - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- local
Domain StringBypass List Id - match
All BooleanVpn - If this is true, there shouldn't be a targetVpns field, if false then targetVpns field should be there
- name String
- The name of the Policy
- target
Vpns List<GetDns Security Policy Target Vpn> - Will be under data field only if matchAllVpn is false, if matchAllVpn is true field should not be in payload
- umbrella
Default Boolean - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- version Integer
- The version of the Policy
- child
Org stringId - String that is a number that corresponds to Umbrella Multi Org, can be empty if not using Umbrella Multi Org
- description string
- The description of the Policy
- dns
Crypt boolean - If matchAllVpn is false, this field is only true if at least one of the targetVpns entires contains an umbrellaDefault true
- dns
Server stringIp - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Policy
- local
Domain booleanBypass Enabled - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- local
Domain stringBypass List Id - match
All booleanVpn - If this is true, there shouldn't be a targetVpns field, if false then targetVpns field should be there
- name string
- The name of the Policy
- target
Vpns GetDns Security Policy Target Vpn[] - Will be under data field only if matchAllVpn is false, if matchAllVpn is true field should not be in payload
- umbrella
Default boolean - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- version number
- The version of the Policy
- child_
org_ strid - String that is a number that corresponds to Umbrella Multi Org, can be empty if not using Umbrella Multi Org
- description str
- The description of the Policy
- dns_
crypt bool - If matchAllVpn is false, this field is only true if at least one of the targetVpns entires contains an umbrellaDefault true
- dns_
server_ strip - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Policy
- local_
domain_ boolbypass_ enabled - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- local_
domain_ strbypass_ list_ id - match_
all_ boolvpn - If this is true, there shouldn't be a targetVpns field, if false then targetVpns field should be there
- name str
- The name of the Policy
- target_
vpns Sequence[GetDns Security Policy Target Vpn] - Will be under data field only if matchAllVpn is false, if matchAllVpn is true field should not be in payload
- umbrella_
default bool - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- version int
- The version of the Policy
- child
Org StringId - String that is a number that corresponds to Umbrella Multi Org, can be empty if not using Umbrella Multi Org
- description String
- The description of the Policy
- dns
Crypt Boolean - If matchAllVpn is false, this field is only true if at least one of the targetVpns entires contains an umbrellaDefault true
- dns
Server StringIp - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Policy
- local
Domain BooleanBypass Enabled - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- local
Domain StringBypass List Id - match
All BooleanVpn - If this is true, there shouldn't be a targetVpns field, if false then targetVpns field should be there
- name String
- The name of the Policy
- target
Vpns List<Property Map> - Will be under data field only if matchAllVpn is false, if matchAllVpn is true field should not be in payload
- umbrella
Default Boolean - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- version Number
- The version of the Policy
Supporting Types
GetDnsSecurityPolicyTargetVpn
- Dns
Server stringIp - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- Local
Domain boolBypass Enabled - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- Uid string
- non empty interger string
- Umbrella
Default bool - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- Vpns List<string>
- Dns
Server stringIp - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- Local
Domain boolBypass Enabled - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- Uid string
- non empty interger string
- Umbrella
Default bool - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- Vpns []string
- dns
Server StringIp - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- local
Domain BooleanBypass Enabled - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- uid String
- non empty interger string
- umbrella
Default Boolean - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- vpns List<String>
- dns
Server stringIp - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- local
Domain booleanBypass Enabled - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- uid string
- non empty interger string
- umbrella
Default boolean - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- vpns string[]
- dns_
server_ strip - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- local_
domain_ boolbypass_ enabled - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- uid str
- non empty interger string
- umbrella_
default bool - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- vpns Sequence[str]
- dns
Server StringIp - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- local
Domain BooleanBypass Enabled - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- uid String
- non empty interger string
- umbrella
Default Boolean - Field will only be under data field if matchAllVpn is true, otherwise field will be under targetVpns and set per entry
- vpns List<String>
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.