Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi
akamai.getAppsecAapSelectedHostnames
Explore with Pulumi AI
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 dictionaryThe following arguments are supported:
- ConfigId int
- SecurityPolicy stringId 
- ConfigId int
- SecurityPolicy stringId 
- configId Integer
- securityPolicy StringId 
- configId number
- securityPolicy stringId 
- config_id int
- security_policy_ strid 
- configId Number
- securityPolicy StringId 
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>
- SecurityPolicy stringId 
- 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
- SecurityPolicy stringId 
- 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>
- securityPolicy StringId 
- 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[]
- securityPolicy stringId 
- 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_ strid 
- 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>
- securityPolicy StringId 
- selectedHosts List<String>
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the akamaiTerraform Provider.