azure-native.network.DnssecConfig
Explore with Pulumi AI
Represents the DNSSEC configuration. Azure REST API version: 2023-07-01-preview.
Example Usage
Create DnssecConfig
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var dnssecConfig = new AzureNative.Network.DnssecConfig("dnssecConfig", new()
{
ResourceGroupName = "rg1",
ZoneName = "zone1",
});
});
package main
import (
network "github.com/pulumi/pulumi-azure-native-sdk/network/v2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := network.NewDnssecConfig(ctx, "dnssecConfig", &network.DnssecConfigArgs{
ResourceGroupName: pulumi.String("rg1"),
ZoneName: pulumi.String("zone1"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.network.DnssecConfig;
import com.pulumi.azurenative.network.DnssecConfigArgs;
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 dnssecConfig = new DnssecConfig("dnssecConfig", DnssecConfigArgs.builder()
.resourceGroupName("rg1")
.zoneName("zone1")
.build());
}
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const dnssecConfig = new azure_native.network.DnssecConfig("dnssecConfig", {
resourceGroupName: "rg1",
zoneName: "zone1",
});
import pulumi
import pulumi_azure_native as azure_native
dnssec_config = azure_native.network.DnssecConfig("dnssecConfig",
resource_group_name="rg1",
zone_name="zone1")
resources:
dnssecConfig:
type: azure-native:network:DnssecConfig
properties:
resourceGroupName: rg1
zoneName: zone1
Create DnssecConfig Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DnssecConfig(name: string, args: DnssecConfigArgs, opts?: CustomResourceOptions);
@overload
def DnssecConfig(resource_name: str,
args: DnssecConfigArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DnssecConfig(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
zone_name: Optional[str] = None)
func NewDnssecConfig(ctx *Context, name string, args DnssecConfigArgs, opts ...ResourceOption) (*DnssecConfig, error)
public DnssecConfig(string name, DnssecConfigArgs args, CustomResourceOptions? opts = null)
public DnssecConfig(String name, DnssecConfigArgs args)
public DnssecConfig(String name, DnssecConfigArgs args, CustomResourceOptions options)
type: azure-native:network:DnssecConfig
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 DnssecConfigArgs
- 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 DnssecConfigArgs
- 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 DnssecConfigArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DnssecConfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DnssecConfigArgs
- 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 dnssecConfigResource = new AzureNative.Network.DnssecConfig("dnssecConfigResource", new()
{
ResourceGroupName = "string",
ZoneName = "string",
});
example, err := network.NewDnssecConfig(ctx, "dnssecConfigResource", &network.DnssecConfigArgs{
ResourceGroupName: pulumi.String("string"),
ZoneName: pulumi.String("string"),
})
var dnssecConfigResource = new DnssecConfig("dnssecConfigResource", DnssecConfigArgs.builder()
.resourceGroupName("string")
.zoneName("string")
.build());
dnssec_config_resource = azure_native.network.DnssecConfig("dnssecConfigResource",
resource_group_name="string",
zone_name="string")
const dnssecConfigResource = new azure_native.network.DnssecConfig("dnssecConfigResource", {
resourceGroupName: "string",
zoneName: "string",
});
type: azure-native:network:DnssecConfig
properties:
resourceGroupName: string
zoneName: string
DnssecConfig 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 DnssecConfig resource accepts the following input properties:
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Zone
Name string - The name of the DNS zone (without a terminating dot).
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Zone
Name string - The name of the DNS zone (without a terminating dot).
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- zone
Name String - The name of the DNS zone (without a terminating dot).
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- zone
Name string - The name of the DNS zone (without a terminating dot).
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- zone_
name str - The name of the DNS zone (without a terminating dot).
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- zone
Name String - The name of the DNS zone (without a terminating dot).
Outputs
All input properties are implicitly available as output properties. Additionally, the DnssecConfig resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the DNSSEC configuration.
- Provisioning
State string - Provisioning State of the DNSSEC configuration.
- Signing
Keys List<Pulumi.Azure Native. Network. Outputs. Signing Key Response> - The list of signing keys.
- System
Data Pulumi.Azure Native. Network. Outputs. System Data Response - Metadata pertaining to creation and last modification of the resource.
- Type string
- The type of the DNSSEC configuration.
- Etag string
- The etag of the DNSSEC configuration.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the DNSSEC configuration.
- Provisioning
State string - Provisioning State of the DNSSEC configuration.
- Signing
Keys []SigningKey Response - The list of signing keys.
- System
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- Type string
- The type of the DNSSEC configuration.
- Etag string
- The etag of the DNSSEC configuration.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the DNSSEC configuration.
- provisioning
State String - Provisioning State of the DNSSEC configuration.
- signing
Keys List<SigningKey Response> - The list of signing keys.
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the DNSSEC configuration.
- etag String
- The etag of the DNSSEC configuration.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the DNSSEC configuration.
- provisioning
State string - Provisioning State of the DNSSEC configuration.
- signing
Keys SigningKey Response[] - The list of signing keys.
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type string
- The type of the DNSSEC configuration.
- etag string
- The etag of the DNSSEC configuration.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the DNSSEC configuration.
- provisioning_
state str - Provisioning State of the DNSSEC configuration.
- signing_
keys Sequence[SigningKey Response] - The list of signing keys.
- system_
data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type str
- The type of the DNSSEC configuration.
- etag str
- The etag of the DNSSEC configuration.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the DNSSEC configuration.
- provisioning
State String - Provisioning State of the DNSSEC configuration.
- signing
Keys List<Property Map> - The list of signing keys.
- system
Data Property Map - Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the DNSSEC configuration.
- etag String
- The etag of the DNSSEC configuration.
Supporting Types
DelegationSignerInfoResponse, DelegationSignerInfoResponseArgs
- Digest
Algorithm intType - The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml
- Digest
Value string - The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.
- Record string
- The record represents a delegation signer (DS) record.
- Digest
Algorithm intType - The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml
- Digest
Value string - The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.
- Record string
- The record represents a delegation signer (DS) record.
- digest
Algorithm IntegerType - The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml
- digest
Value String - The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.
- record String
- The record represents a delegation signer (DS) record.
- digest
Algorithm numberType - The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml
- digest
Value string - The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.
- record string
- The record represents a delegation signer (DS) record.
- digest_
algorithm_ inttype - The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml
- digest_
value str - The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.
- record str
- The record represents a delegation signer (DS) record.
- digest
Algorithm NumberType - The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml
- digest
Value String - The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.
- record String
- The record represents a delegation signer (DS) record.
SigningKeyResponse, SigningKeyResponseArgs
- Delegation
Signer List<Pulumi.Info Azure Native. Network. Inputs. Delegation Signer Info Response> - The delegation signer information.
- Flags int
- The flags specifies how the key is used.
- Key
Tag int - The key tag value of the DNSKEY Resource Record.
- Protocol int
- The protocol value. The value is always 3.
- Public
Key string - The public key, represented as a Base64 encoding.
- Security
Algorithm intType - The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
- Delegation
Signer []DelegationInfo Signer Info Response - The delegation signer information.
- Flags int
- The flags specifies how the key is used.
- Key
Tag int - The key tag value of the DNSKEY Resource Record.
- Protocol int
- The protocol value. The value is always 3.
- Public
Key string - The public key, represented as a Base64 encoding.
- Security
Algorithm intType - The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
- delegation
Signer List<DelegationInfo Signer Info Response> - The delegation signer information.
- flags Integer
- The flags specifies how the key is used.
- key
Tag Integer - The key tag value of the DNSKEY Resource Record.
- protocol Integer
- The protocol value. The value is always 3.
- public
Key String - The public key, represented as a Base64 encoding.
- security
Algorithm IntegerType - The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
- delegation
Signer DelegationInfo Signer Info Response[] - The delegation signer information.
- flags number
- The flags specifies how the key is used.
- key
Tag number - The key tag value of the DNSKEY Resource Record.
- protocol number
- The protocol value. The value is always 3.
- public
Key string - The public key, represented as a Base64 encoding.
- security
Algorithm numberType - The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
- delegation_
signer_ Sequence[Delegationinfo Signer Info Response] - The delegation signer information.
- flags int
- The flags specifies how the key is used.
- key_
tag int - The key tag value of the DNSKEY Resource Record.
- protocol int
- The protocol value. The value is always 3.
- public_
key str - The public key, represented as a Base64 encoding.
- security_
algorithm_ inttype - The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
- delegation
Signer List<Property Map>Info - The delegation signer information.
- flags Number
- The flags specifies how the key is used.
- key
Tag Number - The key tag value of the DNSKEY Resource Record.
- protocol Number
- The protocol value. The value is always 3.
- public
Key String - The public key, represented as a Base64 encoding.
- security
Algorithm NumberType - The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The type of identity that last modified the resource.
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The type of identity that last modified the resource.
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The type of identity that last modified the resource.
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The type of identity that last modified the resource.
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The type of identity that last modified the resource.
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The type of identity that last modified the resource.
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:network:DnssecConfig default /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/dnssecConfigs/default
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0