GetDomainRecords

Using GetDomainRecords

function getDomainRecords(args: GetDomainRecordsArgs, opts?: InvokeOptions): Promise<GetDomainRecordsResult>
function  get_domain_records(domain_name=None, host_record_regex=None, ids=None, is_locked=None, line=None, output_file=None, status=None, type=None, value_regex=None, opts=None)
func GetDomainRecords(ctx *Context, args *GetDomainRecordsArgs, opts ...InvokeOption) (*GetDomainRecordsResult, error)
public static class GetDomainRecords {
    public static Task<GetDomainRecordsResult> InvokeAsync(GetDomainRecordsArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

DomainName string
HostRecordRegex string
Ids List<string>
IsLocked bool
Line string
OutputFile string
Status string
Type string
ValueRegex string
DomainName string
HostRecordRegex string
Ids []string
IsLocked bool
Line string
OutputFile string
Status string
Type string
ValueRegex string
domainName string
hostRecordRegex string
ids string[]
isLocked boolean
line string
outputFile string
status string
type string
valueRegex string
domain_name str
host_record_regex str
ids List[str]
is_locked bool
line str
output_file str
status str
type str
value_regex str

GetDomainRecords Result

The following output properties are available:

DomainName string
Id string

The provider-assigned unique ID for this managed resource.

Ids List<string>
Records List<Pulumi.AliCloud.Dns.Outputs.GetDomainRecordsRecord>
Urls List<string>
HostRecordRegex string
IsLocked bool
Line string
OutputFile string
Status string
Type string
ValueRegex string
DomainName string
Id string

The provider-assigned unique ID for this managed resource.

Ids []string
Records []GetDomainRecordsRecord
Urls []string
HostRecordRegex string
IsLocked bool
Line string
OutputFile string
Status string
Type string
ValueRegex string
domainName string
id string

The provider-assigned unique ID for this managed resource.

ids string[]
records GetDomainRecordsRecord[]
urls string[]
hostRecordRegex string
isLocked boolean
line string
outputFile string
status string
type string
valueRegex string
domain_name str
id str

The provider-assigned unique ID for this managed resource.

ids List[str]
records List[GetDomainRecordsRecord]
urls List[str]
host_record_regex str
is_locked bool
line str
output_file str
status str
type str
value_regex str

Supporting Types

GetDomainRecordsRecord

See the output API doc for this type.

See the output API doc for this type.

See the output API doc for this type.

DomainName string
HostRecord string
Line string
Locked bool
Priority int
RecordId string
Status string
Ttl double
Type string
Value string
DomainName string
HostRecord string
Line string
Locked bool
Priority int
RecordId string
Status string
Ttl float64
Type string
Value string
domainName string
hostRecord string
line string
locked boolean
priority number
recordId string
status string
ttl number
type string
value string
domain_name str
host_record str
line str
locked bool
priority float
record_id str
status str
ttl float
type str
value str

Package Details

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