1. Packages
  2. Akamai
  3. API Docs
  4. getPropertiesSearch
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

akamai.getPropertiesSearch

Explore with Pulumi AI

akamai logo
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

    Using getPropertiesSearch

    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 getPropertiesSearch(args: GetPropertiesSearchArgs, opts?: InvokeOptions): Promise<GetPropertiesSearchResult>
    function getPropertiesSearchOutput(args: GetPropertiesSearchOutputArgs, opts?: InvokeOptions): Output<GetPropertiesSearchResult>
    def get_properties_search(key: Optional[str] = None,
                              value: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetPropertiesSearchResult
    def get_properties_search_output(key: Optional[pulumi.Input[str]] = None,
                              value: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetPropertiesSearchResult]
    func GetPropertiesSearch(ctx *Context, args *GetPropertiesSearchArgs, opts ...InvokeOption) (*GetPropertiesSearchResult, error)
    func GetPropertiesSearchOutput(ctx *Context, args *GetPropertiesSearchOutputArgs, opts ...InvokeOption) GetPropertiesSearchResultOutput

    > Note: This function is named GetPropertiesSearch in the Go SDK.

    public static class GetPropertiesSearch 
    {
        public static Task<GetPropertiesSearchResult> InvokeAsync(GetPropertiesSearchArgs args, InvokeOptions? opts = null)
        public static Output<GetPropertiesSearchResult> Invoke(GetPropertiesSearchInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPropertiesSearchResult> getPropertiesSearch(GetPropertiesSearchArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: akamai:index/getPropertiesSearch:getPropertiesSearch
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    getPropertiesSearch Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Key string
    Properties List<GetPropertiesSearchProperty>
    Value string
    Id string
    The provider-assigned unique ID for this managed resource.
    Key string
    Properties []GetPropertiesSearchProperty
    Value string
    id String
    The provider-assigned unique ID for this managed resource.
    key String
    properties List<GetPropertiesSearchProperty>
    value String
    id string
    The provider-assigned unique ID for this managed resource.
    key string
    properties GetPropertiesSearchProperty[]
    value string
    id str
    The provider-assigned unique ID for this managed resource.
    key str
    properties Sequence[GetPropertiesSearchProperty]
    value str
    id String
    The provider-assigned unique ID for this managed resource.
    key String
    properties List<Property Map>
    value String

    Supporting Types

    GetPropertiesSearchProperty

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi