CaaRecord

Enables you to manage DNS CAA Records within Azure DNS.

Create a CaaRecord Resource

def CaaRecord(resource_name, opts=None, name=None, records=None, resource_group_name=None, tags=None, ttl=None, zone_name=None, __props__=None);
func NewCaaRecord(ctx *Context, name string, args CaaRecordArgs, opts ...ResourceOption) (*CaaRecord, error)
public CaaRecord(string name, CaaRecordArgs args, CustomResourceOptions? opts = null)
name string
The unique name of the resource.
args CaaRecordArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args CaaRecordArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args CaaRecordArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

CaaRecord Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The CaaRecord resource accepts the following input properties:

Records List<CaaRecordRecordArgs>

A list of values that make up the CAA record. Each record block supports fields documented below.

ResourceGroupName string

Specifies the resource group where the DNS Zone (parent resource) exists. Changing this forces a new resource to be created.

Ttl int

The Time To Live (TTL) of the DNS record in seconds.

ZoneName string

Specifies the DNS Zone where the resource exists. Changing this forces a new resource to be created.

Name string

The name of the DNS CAA Record. If you are creating the record in the apex of the zone use "@" as the name.

Tags Dictionary<string, string>

A mapping of tags to assign to the resource.

Records []CaaRecordRecord

A list of values that make up the CAA record. Each record block supports fields documented below.

ResourceGroupName string

Specifies the resource group where the DNS Zone (parent resource) exists. Changing this forces a new resource to be created.

Ttl int

The Time To Live (TTL) of the DNS record in seconds.

ZoneName string

Specifies the DNS Zone where the resource exists. Changing this forces a new resource to be created.

Name string

The name of the DNS CAA Record. If you are creating the record in the apex of the zone use "@" as the name.

Tags map[string]string

A mapping of tags to assign to the resource.

records CaaRecordRecord[]

A list of values that make up the CAA record. Each record block supports fields documented below.

resourceGroupName string

Specifies the resource group where the DNS Zone (parent resource) exists. Changing this forces a new resource to be created.

ttl number

The Time To Live (TTL) of the DNS record in seconds.

zoneName string

Specifies the DNS Zone where the resource exists. Changing this forces a new resource to be created.

name string

The name of the DNS CAA Record. If you are creating the record in the apex of the zone use "@" as the name.

tags {[key: string]: string}

A mapping of tags to assign to the resource.

records List[CaaRecordRecord]

A list of values that make up the CAA record. Each record block supports fields documented below.

resource_group_name str

Specifies the resource group where the DNS Zone (parent resource) exists. Changing this forces a new resource to be created.

ttl float

The Time To Live (TTL) of the DNS record in seconds.

zone_name str

Specifies the DNS Zone where the resource exists. Changing this forces a new resource to be created.

name str

The name of the DNS CAA Record. If you are creating the record in the apex of the zone use "@" as the name.

tags Dict[str, str]

A mapping of tags to assign to the resource.

Outputs

All input properties are implicitly available as output properties. Additionally, the CaaRecord resource produces the following output properties:

Fqdn string

The FQDN of the DNS CAA Record.

Id string
The provider-assigned unique ID for this managed resource.
Fqdn string

The FQDN of the DNS CAA Record.

Id string
The provider-assigned unique ID for this managed resource.
fqdn string

The FQDN of the DNS CAA Record.

id string
The provider-assigned unique ID for this managed resource.
fqdn str

The FQDN of the DNS CAA Record.

id str
The provider-assigned unique ID for this managed resource.

Look up an Existing CaaRecord Resource

Get an existing CaaRecord 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?: CaaRecordState, opts?: CustomResourceOptions): CaaRecord
static get(resource_name, id, opts=None, fqdn=None, name=None, records=None, resource_group_name=None, tags=None, ttl=None, zone_name=None, __props__=None);
func GetCaaRecord(ctx *Context, name string, id IDInput, state *CaaRecordState, opts ...ResourceOption) (*CaaRecord, error)
public static CaaRecord Get(string name, Input<string> id, CaaRecordState? state, CustomResourceOptions? opts = null)
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.

The following state arguments are supported:

Fqdn string

The FQDN of the DNS CAA Record.

Name string

The name of the DNS CAA Record. If you are creating the record in the apex of the zone use "@" as the name.

Records List<CaaRecordRecordArgs>

A list of values that make up the CAA record. Each record block supports fields documented below.

ResourceGroupName string

Specifies the resource group where the DNS Zone (parent resource) exists. Changing this forces a new resource to be created.

Tags Dictionary<string, string>

A mapping of tags to assign to the resource.

Ttl int

The Time To Live (TTL) of the DNS record in seconds.

ZoneName string

Specifies the DNS Zone where the resource exists. Changing this forces a new resource to be created.

Fqdn string

The FQDN of the DNS CAA Record.

Name string

The name of the DNS CAA Record. If you are creating the record in the apex of the zone use "@" as the name.

Records []CaaRecordRecord

A list of values that make up the CAA record. Each record block supports fields documented below.

ResourceGroupName string

Specifies the resource group where the DNS Zone (parent resource) exists. Changing this forces a new resource to be created.

Tags map[string]string

A mapping of tags to assign to the resource.

Ttl int

The Time To Live (TTL) of the DNS record in seconds.

ZoneName string

Specifies the DNS Zone where the resource exists. Changing this forces a new resource to be created.

fqdn string

The FQDN of the DNS CAA Record.

name string

The name of the DNS CAA Record. If you are creating the record in the apex of the zone use "@" as the name.

records CaaRecordRecord[]

A list of values that make up the CAA record. Each record block supports fields documented below.

resourceGroupName string

Specifies the resource group where the DNS Zone (parent resource) exists. Changing this forces a new resource to be created.

tags {[key: string]: string}

A mapping of tags to assign to the resource.

ttl number

The Time To Live (TTL) of the DNS record in seconds.

zoneName string

Specifies the DNS Zone where the resource exists. Changing this forces a new resource to be created.

fqdn str

The FQDN of the DNS CAA Record.

name str

The name of the DNS CAA Record. If you are creating the record in the apex of the zone use "@" as the name.

records List[CaaRecordRecord]

A list of values that make up the CAA record. Each record block supports fields documented below.

resource_group_name str

Specifies the resource group where the DNS Zone (parent resource) exists. Changing this forces a new resource to be created.

tags Dict[str, str]

A mapping of tags to assign to the resource.

ttl float

The Time To Live (TTL) of the DNS record in seconds.

zone_name str

Specifies the DNS Zone where the resource exists. Changing this forces a new resource to be created.

Supporting Types

CaaRecordRecord

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Flags int

Extensible CAA flags, currently only 1 is implemented to set the issuer critical flag.

Tag string

A property tag, options are issue, issuewild and iodef.

Value string

A property value such as a registrar domain.

Flags int

Extensible CAA flags, currently only 1 is implemented to set the issuer critical flag.

Tag string

A property tag, options are issue, issuewild and iodef.

Value string

A property value such as a registrar domain.

flags number

Extensible CAA flags, currently only 1 is implemented to set the issuer critical flag.

tag string

A property tag, options are issue, issuewild and iodef.

value string

A property value such as a registrar domain.

flags float

Extensible CAA flags, currently only 1 is implemented to set the issuer critical flag.

tag str

A property tag, options are issue, issuewild and iodef.

value str

A property value such as a registrar domain.

Package Details

Repository
https://github.com/pulumi/pulumi-azure
License
Apache-2.0
Notes
This Pulumi package is based on the azurerm Terraform Provider.