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:
GetDomainRecords Result
The following output properties are available:
- Domain
Name string - Id string
The provider-assigned unique ID for this managed resource.
- Ids List<string>
- Records
List<Pulumi.
Ali Cloud. Dns. Outputs. Get Domain Records Record> - Urls List<string>
- Host
Record stringRegex - Is
Locked bool - Line string
- Output
File string - Status string
- Type string
- Value
Regex string
- Domain
Name string - Id string
The provider-assigned unique ID for this managed resource.
- Ids []string
- Records
[]Get
Domain Records Record - Urls []string
- Host
Record stringRegex - Is
Locked bool - Line string
- Output
File string - Status string
- Type string
- Value
Regex string
- domain
Name string - id string
The provider-assigned unique ID for this managed resource.
- ids string[]
- records
Get
Domain Records Record[] - urls string[]
- host
Record stringRegex - is
Locked boolean - line string
- output
File string - status string
- type string
- value
Regex string
- domain_
name str - id str
The provider-assigned unique ID for this managed resource.
- ids List[str]
- records
List[Get
Domain Records Record] - urls List[str]
- host_
record_ strregex - 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.
Package Details
- Repository
- https://github.com/pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloudTerraform Provider.