GetCatalogServices
Using GetCatalogServices
function getCatalogServices(args: GetCatalogServicesArgs, opts?: InvokeOptions): Promise<GetCatalogServicesResult>function get_catalog_services(query_options=None, opts=None)func GetCatalogServices(ctx *Context, args *GetCatalogServicesArgs, opts ...InvokeOption) (*GetCatalogServicesResult, error)public static class GetCatalogServices {
public static Task<GetCatalogServicesResult> InvokeAsync(GetCatalogServicesArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetCatalogServices Result
The following output properties are available:
- Datacenter string
- Id string
The provider-assigned unique ID for this managed resource.
- Names List<string>
- Services Dictionary<string, string>
- Query
Options List<GetCatalog Services Query Option>
- Datacenter string
- Id string
The provider-assigned unique ID for this managed resource.
- Names []string
- Services map[string]string
- Query
Options []GetCatalog Services Query Option
- datacenter string
- id string
The provider-assigned unique ID for this managed resource.
- names string[]
- services {[key: string]: string}
- query
Options GetCatalog Services Query Option[]
- datacenter str
- id str
The provider-assigned unique ID for this managed resource.
- names List[str]
- services Dict[str, str]
- query_
options List[GetCatalog Services Query Option]
Supporting Types
GetCatalogServicesQueryOption
Package Details
- Repository
- https://github.com/pulumi/pulumi-consul
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
consulTerraform Provider.