Akamai v8.0.0 published on Saturday, Mar 1, 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 dictionary
The following arguments are supported:
- Config
Id int - Security
Policy stringId
- Config
Id int - Security
Policy stringId
- config
Id Integer - security
Policy StringId
- config
Id number - security
Policy stringId
- config_
id int - security_
policy_ strid
- config
Id Number - security
Policy StringId
getAppsecAapSelectedHostnames Result
The following output properties are available:
- Config
Id int - Evaluated
Hosts List<string> - Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Match
Targets string - Output
Text string - Protected
Hosts List<string> - Security
Policy stringId - Selected
Hosts List<string>
- Config
Id int - Evaluated
Hosts []string - Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Match
Targets string - Output
Text string - Protected
Hosts []string - Security
Policy stringId - Selected
Hosts []string
- config
Id Integer - evaluated
Hosts List<String> - id String
- The provider-assigned unique ID for this managed resource.
- json String
- match
Targets String - output
Text String - protected
Hosts List<String> - security
Policy StringId - selected
Hosts List<String>
- config
Id number - evaluated
Hosts string[] - id string
- The provider-assigned unique ID for this managed resource.
- json string
- match
Targets string - output
Text string - protected
Hosts string[] - security
Policy stringId - selected
Hosts 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]
- config
Id Number - evaluated
Hosts List<String> - id String
- The provider-assigned unique ID for this managed resource.
- json String
- match
Targets String - output
Text String - protected
Hosts List<String> - security
Policy StringId - selected
Hosts List<String>
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.