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

akamai.getAppSecSelectedHostnames

Explore with Pulumi AI

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

    Using getAppSecSelectedHostnames

    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 getAppSecSelectedHostnames(args: GetAppSecSelectedHostnamesArgs, opts?: InvokeOptions): Promise<GetAppSecSelectedHostnamesResult>
    function getAppSecSelectedHostnamesOutput(args: GetAppSecSelectedHostnamesOutputArgs, opts?: InvokeOptions): Output<GetAppSecSelectedHostnamesResult>
    def get_app_sec_selected_hostnames(config_id: Optional[int] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetAppSecSelectedHostnamesResult
    def get_app_sec_selected_hostnames_output(config_id: Optional[pulumi.Input[int]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetAppSecSelectedHostnamesResult]
    func LookupAppSecSelectedHostnames(ctx *Context, args *LookupAppSecSelectedHostnamesArgs, opts ...InvokeOption) (*LookupAppSecSelectedHostnamesResult, error)
    func LookupAppSecSelectedHostnamesOutput(ctx *Context, args *LookupAppSecSelectedHostnamesOutputArgs, opts ...InvokeOption) LookupAppSecSelectedHostnamesResultOutput

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

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

    The following arguments are supported:

    configId Integer
    configId number
    configId Number

    getAppSecSelectedHostnames Result

    The following output properties are available:

    ConfigId int
    Hostnames List<string>
    HostnamesJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    OutputText string
    ConfigId int
    Hostnames []string
    HostnamesJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    OutputText string
    configId Integer
    hostnames List<String>
    hostnamesJson String
    id String
    The provider-assigned unique ID for this managed resource.
    outputText String
    configId number
    hostnames string[]
    hostnamesJson string
    id string
    The provider-assigned unique ID for this managed resource.
    outputText string
    config_id int
    hostnames Sequence[str]
    hostnames_json str
    id str
    The provider-assigned unique ID for this managed resource.
    output_text str
    configId Number
    hostnames List<String>
    hostnamesJson String
    id String
    The provider-assigned unique ID for this managed resource.
    outputText String

    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