Google Native
DnsAuthorization
Creates a new DnsAuthorization in a given project and location.
Create a DnsAuthorization Resource
new DnsAuthorization(name: string, args: DnsAuthorizationArgs, opts?: CustomResourceOptions);
@overload
def DnsAuthorization(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
dns_authorization_id: Optional[str] = None,
domain: Optional[str] = None,
labels: Optional[Mapping[str, str]] = None,
location: Optional[str] = None,
name: Optional[str] = None,
project: Optional[str] = None)
@overload
def DnsAuthorization(resource_name: str,
args: DnsAuthorizationArgs,
opts: Optional[ResourceOptions] = None)
func NewDnsAuthorization(ctx *Context, name string, args DnsAuthorizationArgs, opts ...ResourceOption) (*DnsAuthorization, error)
public DnsAuthorization(string name, DnsAuthorizationArgs args, CustomResourceOptions? opts = null)
public DnsAuthorization(String name, DnsAuthorizationArgs args)
public DnsAuthorization(String name, DnsAuthorizationArgs args, CustomResourceOptions options)
type: google-native:certificatemanager/v1:DnsAuthorization
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DnsAuthorizationArgs
- 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 DnsAuthorizationArgs
- 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 DnsAuthorizationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DnsAuthorizationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DnsAuthorizationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DnsAuthorization Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The DnsAuthorization resource accepts the following input properties:
- string
Required. A user-provided name of the dns authorization.
- Domain string
Immutable. A domain which is being authorized. A DnsAuthorization resource covers a single domain and its wildcard, e.g. authorization for
example.com
can be used to issue certificates forexample.com
and*.example.com
.- Description string
One or more paragraphs of text description of a DnsAuthorization.
- Labels Dictionary<string, string>
Set of labels associated with a DnsAuthorization.
- Location string
- Name string
A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern
projects/*/locations/*/dnsAuthorizations/*
.- Project string
- string
Required. A user-provided name of the dns authorization.
- Domain string
Immutable. A domain which is being authorized. A DnsAuthorization resource covers a single domain and its wildcard, e.g. authorization for
example.com
can be used to issue certificates forexample.com
and*.example.com
.- Description string
One or more paragraphs of text description of a DnsAuthorization.
- Labels map[string]string
Set of labels associated with a DnsAuthorization.
- Location string
- Name string
A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern
projects/*/locations/*/dnsAuthorizations/*
.- Project string
- String
Required. A user-provided name of the dns authorization.
- domain String
Immutable. A domain which is being authorized. A DnsAuthorization resource covers a single domain and its wildcard, e.g. authorization for
example.com
can be used to issue certificates forexample.com
and*.example.com
.- description String
One or more paragraphs of text description of a DnsAuthorization.
- labels Map<String,String>
Set of labels associated with a DnsAuthorization.
- location String
- name String
A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern
projects/*/locations/*/dnsAuthorizations/*
.- project String
- string
Required. A user-provided name of the dns authorization.
- domain string
Immutable. A domain which is being authorized. A DnsAuthorization resource covers a single domain and its wildcard, e.g. authorization for
example.com
can be used to issue certificates forexample.com
and*.example.com
.- description string
One or more paragraphs of text description of a DnsAuthorization.
- labels {[key: string]: string}
Set of labels associated with a DnsAuthorization.
- location string
- name string
A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern
projects/*/locations/*/dnsAuthorizations/*
.- project string
- str
Required. A user-provided name of the dns authorization.
- domain str
Immutable. A domain which is being authorized. A DnsAuthorization resource covers a single domain and its wildcard, e.g. authorization for
example.com
can be used to issue certificates forexample.com
and*.example.com
.- description str
One or more paragraphs of text description of a DnsAuthorization.
- labels Mapping[str, str]
Set of labels associated with a DnsAuthorization.
- location str
- name str
A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern
projects/*/locations/*/dnsAuthorizations/*
.- project str
- String
Required. A user-provided name of the dns authorization.
- domain String
Immutable. A domain which is being authorized. A DnsAuthorization resource covers a single domain and its wildcard, e.g. authorization for
example.com
can be used to issue certificates forexample.com
and*.example.com
.- description String
One or more paragraphs of text description of a DnsAuthorization.
- labels Map<String>
Set of labels associated with a DnsAuthorization.
- location String
- name String
A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern
projects/*/locations/*/dnsAuthorizations/*
.- project String
Outputs
All input properties are implicitly available as output properties. Additionally, the DnsAuthorization resource produces the following output properties:
- Create
Time string The creation timestamp of a DnsAuthorization.
- Dns
Resource Pulumi.Record Google Native. Certificate Manager. V1. Outputs. Dns Resource Record Response DNS Resource Record that needs to be added to DNS configuration.
- Id string
The provider-assigned unique ID for this managed resource.
- Update
Time string The last update timestamp of a DnsAuthorization.
- Create
Time string The creation timestamp of a DnsAuthorization.
- Dns
Resource DnsRecord Resource Record Response DNS Resource Record that needs to be added to DNS configuration.
- Id string
The provider-assigned unique ID for this managed resource.
- Update
Time string The last update timestamp of a DnsAuthorization.
- create
Time String The creation timestamp of a DnsAuthorization.
- dns
Resource DnsRecord Resource Record Response DNS Resource Record that needs to be added to DNS configuration.
- id String
The provider-assigned unique ID for this managed resource.
- update
Time String The last update timestamp of a DnsAuthorization.
- create
Time string The creation timestamp of a DnsAuthorization.
- dns
Resource DnsRecord Resource Record Response DNS Resource Record that needs to be added to DNS configuration.
- id string
The provider-assigned unique ID for this managed resource.
- update
Time string The last update timestamp of a DnsAuthorization.
- create_
time str The creation timestamp of a DnsAuthorization.
- dns_
resource_ Dnsrecord Resource Record Response DNS Resource Record that needs to be added to DNS configuration.
- id str
The provider-assigned unique ID for this managed resource.
- update_
time str The last update timestamp of a DnsAuthorization.
- create
Time String The creation timestamp of a DnsAuthorization.
- dns
Resource Property MapRecord DNS Resource Record that needs to be added to DNS configuration.
- id String
The provider-assigned unique ID for this managed resource.
- update
Time String The last update timestamp of a DnsAuthorization.
Supporting Types
DnsResourceRecordResponse
Package Details
- Repository
- https://github.com/pulumi/pulumi-google-native
- License
- Apache-2.0