Akamai v7.5.0 published on Friday, Oct 11, 2024 by Pulumi
akamai.getAppSecWapSelectedHostnames
Explore with Pulumi AI
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:
- 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
getAppSecWapSelectedHostnames 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.