1. Packages
  2. Akamai
  3. API Docs
  4. getAppsecAapSelectedHostnames
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

akamai.getAppsecAapSelectedHostnames

Explore with Pulumi AI

akamai logo
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

    Using getAppsecAapSelectedHostnames

    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 getAppsecAapSelectedHostnames(args: GetAppsecAapSelectedHostnamesArgs, opts?: InvokeOptions): Promise<GetAppsecAapSelectedHostnamesResult>
    function getAppsecAapSelectedHostnamesOutput(args: GetAppsecAapSelectedHostnamesOutputArgs, opts?: InvokeOptions): Output<GetAppsecAapSelectedHostnamesResult>
    def get_appsec_aap_selected_hostnames(config_id: Optional[int] = None,
                                          security_policy_id: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetAppsecAapSelectedHostnamesResult
    def get_appsec_aap_selected_hostnames_output(config_id: Optional[pulumi.Input[int]] = None,
                                          security_policy_id: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetAppsecAapSelectedHostnamesResult]
    func LookupAppsecAapSelectedHostnames(ctx *Context, args *LookupAppsecAapSelectedHostnamesArgs, opts ...InvokeOption) (*LookupAppsecAapSelectedHostnamesResult, error)
    func LookupAppsecAapSelectedHostnamesOutput(ctx *Context, args *LookupAppsecAapSelectedHostnamesOutputArgs, opts ...InvokeOption) LookupAppsecAapSelectedHostnamesResultOutput

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

    public static class GetAppsecAapSelectedHostnames 
    {
        public static Task<GetAppsecAapSelectedHostnamesResult> InvokeAsync(GetAppsecAapSelectedHostnamesArgs args, InvokeOptions? opts = null)
        public static Output<GetAppsecAapSelectedHostnamesResult> Invoke(GetAppsecAapSelectedHostnamesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAppsecAapSelectedHostnamesResult> getAppsecAapSelectedHostnames(GetAppsecAapSelectedHostnamesArgs args, InvokeOptions options)
    public static Output<GetAppsecAapSelectedHostnamesResult> getAppsecAapSelectedHostnames(GetAppsecAapSelectedHostnamesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: akamai:index/getAppsecAapSelectedHostnames:getAppsecAapSelectedHostnames
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getAppsecAapSelectedHostnames 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 v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi