GetCatalogService
Using GetCatalogService
function getCatalogService(args: GetCatalogServiceArgs, opts?: InvokeOptions): Promise<GetCatalogServiceResult>function get_catalog_service(datacenter=None, name=None, query_options=None, tag=None, opts=None)func GetCatalogService(ctx *Context, args *GetCatalogServiceArgs, opts ...InvokeOption) (*GetCatalogServiceResult, error)public static class GetCatalogService {
public static Task<GetCatalogServiceResult> InvokeAsync(GetCatalogServiceArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetCatalogService Result
The following output properties are available:
- Id string
The provider-assigned unique ID for this managed resource.
- Name string
- Services
List<Get
Catalog Service Service> - Datacenter string
- Query
Options List<GetCatalog Service Query Option> - Tag string
- Id string
The provider-assigned unique ID for this managed resource.
- Name string
- Services
[]Get
Catalog Service Service - Datacenter string
- Query
Options []GetCatalog Service Query Option - Tag string
- id string
The provider-assigned unique ID for this managed resource.
- name string
- services
Get
Catalog Service Service[] - datacenter string
- query
Options GetCatalog Service Query Option[] - tag string
- id str
The provider-assigned unique ID for this managed resource.
- name str
- services
List[Get
Catalog Service Service] - datacenter str
- query_
options List[GetCatalog Service Query Option] - tag str
Supporting Types
GetCatalogServiceQueryOption
GetCatalogServiceService
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
- Address string
- Create
Index string - Enable
Tag stringOverride - Id string
- Meta Dictionary<string, string>
- Modify
Index string - Name string
- Node
Address string - Node
Id string - Node
Meta Dictionary<string, string> - Node
Name string - Port string
- Tagged
Addresses Dictionary<string, string> - List<string>
- Address string
- Create
Index string - Enable
Tag stringOverride - Id string
- Meta map[string]string
- Modify
Index string - Name string
- Node
Address string - Node
Id string - Node
Meta map[string]string - Node
Name string - Port string
- Tagged
Addresses map[string]string - []string
- address string
- create
Index string - enable
Tag stringOverride - id string
- meta {[key: string]: string}
- modify
Index string - name string
- node
Address string - node
Id string - node
Meta {[key: string]: string} - node
Name string - port string
- tagged
Addresses {[key: string]: string} - string[]
- address str
- create
Index str - enable
Tag strOverride - id str
- meta Dict[str, str]
- modify
Index str - name str
- node
Address str - node
Id str - node
Name str - node_
meta Dict[str, str] - port str
- tagged
Addresses Dict[str, str] - List[str]
Package Details
- Repository
- https://github.com/pulumi/pulumi-consul
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
consulTerraform Provider.