incident 5.4.2 published on Tuesday, Apr 22, 2025 by incident-io
incident.getCatalogTypeAttribute
Explore with Pulumi AI
incident 5.4.2 published on Tuesday, Apr 22, 2025 by incident-io
This data source provides information about a catalog type attribute.
Using getCatalogTypeAttribute
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 getCatalogTypeAttribute(args: GetCatalogTypeAttributeArgs, opts?: InvokeOptions): Promise<GetCatalogTypeAttributeResult>
function getCatalogTypeAttributeOutput(args: GetCatalogTypeAttributeOutputArgs, opts?: InvokeOptions): Output<GetCatalogTypeAttributeResult>def get_catalog_type_attribute(catalog_type_id: Optional[str] = None,
                               name: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetCatalogTypeAttributeResult
def get_catalog_type_attribute_output(catalog_type_id: Optional[pulumi.Input[str]] = None,
                               name: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetCatalogTypeAttributeResult]func LookupCatalogTypeAttribute(ctx *Context, args *LookupCatalogTypeAttributeArgs, opts ...InvokeOption) (*LookupCatalogTypeAttributeResult, error)
func LookupCatalogTypeAttributeOutput(ctx *Context, args *LookupCatalogTypeAttributeOutputArgs, opts ...InvokeOption) LookupCatalogTypeAttributeResultOutput> Note: This function is named LookupCatalogTypeAttribute in the Go SDK.
public static class GetCatalogTypeAttribute 
{
    public static Task<GetCatalogTypeAttributeResult> InvokeAsync(GetCatalogTypeAttributeArgs args, InvokeOptions? opts = null)
    public static Output<GetCatalogTypeAttributeResult> Invoke(GetCatalogTypeAttributeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCatalogTypeAttributeResult> getCatalogTypeAttribute(GetCatalogTypeAttributeArgs args, InvokeOptions options)
public static Output<GetCatalogTypeAttributeResult> getCatalogTypeAttribute(GetCatalogTypeAttributeArgs args, InvokeOptions options)
fn::invoke:
  function: incident:index/getCatalogTypeAttribute:getCatalogTypeAttribute
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Catalog
Type stringId  - ID of this catalog type
 - Name string
 - The name of this attribute.
 
- Catalog
Type stringId  - ID of this catalog type
 - Name string
 - The name of this attribute.
 
- catalog
Type StringId  - ID of this catalog type
 - name String
 - The name of this attribute.
 
- catalog
Type stringId  - ID of this catalog type
 - name string
 - The name of this attribute.
 
- catalog_
type_ strid  - ID of this catalog type
 - name str
 - The name of this attribute.
 
- catalog
Type StringId  - ID of this catalog type
 - name String
 - The name of this attribute.
 
getCatalogTypeAttribute Result
The following output properties are available:
- Array bool
 - Whether this attribute is an array or scalar.
 - Backlink
Attribute string - If this is a backlink, the id of the attribute that it's linked from
 - Catalog
Type stringId  - ID of this catalog type
 - Id string
 - The ID of the catalog type attribute
 - Name string
 - The name of this attribute.
 - Paths List<string>
 - If this is a path attribute, the path that we should use to pull the data
 - Schema
Only bool - Type string
 - The type of this attribute.
 
- Array bool
 - Whether this attribute is an array or scalar.
 - Backlink
Attribute string - If this is a backlink, the id of the attribute that it's linked from
 - Catalog
Type stringId  - ID of this catalog type
 - Id string
 - The ID of the catalog type attribute
 - Name string
 - The name of this attribute.
 - Paths []string
 - If this is a path attribute, the path that we should use to pull the data
 - Schema
Only bool - Type string
 - The type of this attribute.
 
- array Boolean
 - Whether this attribute is an array or scalar.
 - backlink
Attribute String - If this is a backlink, the id of the attribute that it's linked from
 - catalog
Type StringId  - ID of this catalog type
 - id String
 - The ID of the catalog type attribute
 - name String
 - The name of this attribute.
 - paths List<String>
 - If this is a path attribute, the path that we should use to pull the data
 - schema
Only Boolean - type String
 - The type of this attribute.
 
- array boolean
 - Whether this attribute is an array or scalar.
 - backlink
Attribute string - If this is a backlink, the id of the attribute that it's linked from
 - catalog
Type stringId  - ID of this catalog type
 - id string
 - The ID of the catalog type attribute
 - name string
 - The name of this attribute.
 - paths string[]
 - If this is a path attribute, the path that we should use to pull the data
 - schema
Only boolean - type string
 - The type of this attribute.
 
- array bool
 - Whether this attribute is an array or scalar.
 - backlink_
attribute str - If this is a backlink, the id of the attribute that it's linked from
 - catalog_
type_ strid  - ID of this catalog type
 - id str
 - The ID of the catalog type attribute
 - name str
 - The name of this attribute.
 - paths Sequence[str]
 - If this is a path attribute, the path that we should use to pull the data
 - schema_
only bool - type str
 - The type of this attribute.
 
- array Boolean
 - Whether this attribute is an array or scalar.
 - backlink
Attribute String - If this is a backlink, the id of the attribute that it's linked from
 - catalog
Type StringId  - ID of this catalog type
 - id String
 - The ID of the catalog type attribute
 - name String
 - The name of this attribute.
 - paths List<String>
 - If this is a path attribute, the path that we should use to pull the data
 - schema
Only Boolean - type String
 - The type of this attribute.
 
Package Details
- Repository
 - incident incident-io/terraform-provider-incident
 - License
 - Notes
 - This Pulumi package is based on the 
incidentTerraform Provider. 
incident 5.4.2 published on Tuesday, Apr 22, 2025 by incident-io