1. Packages
  2. Akamai
  3. API Docs
  4. getAppSecWapSelectedHostnames
Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi

akamai.getAppSecWapSelectedHostnames

Explore with Pulumi AI

akamai logo
Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi

    Using getAppSecWapSelectedHostnames

    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 getAppSecWapSelectedHostnames(args: GetAppSecWapSelectedHostnamesArgs, opts?: InvokeOptions): Promise<GetAppSecWapSelectedHostnamesResult>
    function getAppSecWapSelectedHostnamesOutput(args: GetAppSecWapSelectedHostnamesOutputArgs, opts?: InvokeOptions): Output<GetAppSecWapSelectedHostnamesResult>
    def get_app_sec_wap_selected_hostnames(config_id: Optional[int] = None,
                                           security_policy_id: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetAppSecWapSelectedHostnamesResult
    def get_app_sec_wap_selected_hostnames_output(config_id: Optional[pulumi.Input[int]] = None,
                                           security_policy_id: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetAppSecWapSelectedHostnamesResult]
    func LookupAppSecWapSelectedHostnames(ctx *Context, args *LookupAppSecWapSelectedHostnamesArgs, opts ...InvokeOption) (*LookupAppSecWapSelectedHostnamesResult, error)
    func LookupAppSecWapSelectedHostnamesOutput(ctx *Context, args *LookupAppSecWapSelectedHostnamesOutputArgs, opts ...InvokeOption) LookupAppSecWapSelectedHostnamesResultOutput

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

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

    The following arguments are supported:

    getAppSecWapSelectedHostnames Result

    The following output properties are available:

    ConfigId int
    EvaluatedHosts List<string>
    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    MatchTargets string
    OutputText string
    ProtectedHosts List<string>
    SecurityPolicyId string
    SelectedHosts List<string>
    ConfigId int
    EvaluatedHosts []string
    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    MatchTargets string
    OutputText string
    ProtectedHosts []string
    SecurityPolicyId string
    SelectedHosts []string
    configId Integer
    evaluatedHosts List<String>
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    matchTargets String
    outputText String
    protectedHosts List<String>
    securityPolicyId String
    selectedHosts List<String>
    configId number
    evaluatedHosts string[]
    id string
    The provider-assigned unique ID for this managed resource.
    json string
    matchTargets string
    outputText string
    protectedHosts string[]
    securityPolicyId string
    selectedHosts string[]
    config_id int
    evaluated_hosts Sequence[str]
    id str
    The provider-assigned unique ID for this managed resource.
    json str
    match_targets str
    output_text str
    protected_hosts Sequence[str]
    security_policy_id str
    selected_hosts Sequence[str]
    configId Number
    evaluatedHosts List<String>
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    matchTargets String
    outputText String
    protectedHosts List<String>
    securityPolicyId String
    selectedHosts List<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 v7.0.0 published on Monday, Apr 8, 2024 by Pulumi