infoblox 2.10.0 published on Friday, Apr 25, 2025 by infobloxopen
infoblox.getCnameRecord
Explore with Pulumi AI
infoblox 2.10.0 published on Friday, Apr 25, 2025 by infobloxopen
Using getCnameRecord
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCnameRecord(args: GetCnameRecordArgs, opts?: InvokeOptions): Promise<GetCnameRecordResult>
function getCnameRecordOutput(args: GetCnameRecordOutputArgs, opts?: InvokeOptions): Output<GetCnameRecordResult>
def get_cname_record(filters: Optional[Mapping[str, str]] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCnameRecordResult
def get_cname_record_output(filters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCnameRecordResult]
func LookupCnameRecord(ctx *Context, args *LookupCnameRecordArgs, opts ...InvokeOption) (*LookupCnameRecordResult, error)
func LookupCnameRecordOutput(ctx *Context, args *LookupCnameRecordOutputArgs, opts ...InvokeOption) LookupCnameRecordResultOutput
> Note: This function is named LookupCnameRecord
in the Go SDK.
public static class GetCnameRecord
{
public static Task<GetCnameRecordResult> InvokeAsync(GetCnameRecordArgs args, InvokeOptions? opts = null)
public static Output<GetCnameRecordResult> Invoke(GetCnameRecordInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCnameRecordResult> getCnameRecord(GetCnameRecordArgs args, InvokeOptions options)
public static Output<GetCnameRecordResult> getCnameRecord(GetCnameRecordArgs args, InvokeOptions options)
fn::invoke:
function: infoblox:index/getCnameRecord:getCnameRecord
arguments:
# arguments dictionary
The following arguments are supported:
getCnameRecord Result
The following output properties are available:
- Filters Dictionary<string, string>
- Id string
- Results
List<Get
Cname Record Result>
- Filters map[string]string
- Id string
- Results
[]Get
Cname Record Result
- filters Map<String,String>
- id String
- results
List<Get
Cname Record Result>
- filters {[key: string]: string}
- id string
- results
Get
Cname Record Result[]
- filters Mapping[str, str]
- id str
- results
Sequence[Get
Cname Record Result]
- filters Map<String>
- id String
- results List<Property Map>
Supporting Types
GetCnameRecordResult
Package Details
- Repository
- infoblox infobloxopen/terraform-provider-infoblox
- License
- Notes
- This Pulumi package is based on the
infoblox
Terraform Provider.
infoblox 2.10.0 published on Friday, Apr 25, 2025 by infobloxopen