Akamai v7.2.0 published on Friday, May 31, 2024 by Pulumi
akamai.getAppSecSelectedHostnames
Explore with Pulumi AI
Using getAppSecSelectedHostnames
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 getAppSecSelectedHostnames(args: GetAppSecSelectedHostnamesArgs, opts?: InvokeOptions): Promise<GetAppSecSelectedHostnamesResult>
function getAppSecSelectedHostnamesOutput(args: GetAppSecSelectedHostnamesOutputArgs, opts?: InvokeOptions): Output<GetAppSecSelectedHostnamesResult>
def get_app_sec_selected_hostnames(config_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetAppSecSelectedHostnamesResult
def get_app_sec_selected_hostnames_output(config_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAppSecSelectedHostnamesResult]
func LookupAppSecSelectedHostnames(ctx *Context, args *LookupAppSecSelectedHostnamesArgs, opts ...InvokeOption) (*LookupAppSecSelectedHostnamesResult, error)
func LookupAppSecSelectedHostnamesOutput(ctx *Context, args *LookupAppSecSelectedHostnamesOutputArgs, opts ...InvokeOption) LookupAppSecSelectedHostnamesResultOutput
> Note: This function is named LookupAppSecSelectedHostnames
in the Go SDK.
public static class GetAppSecSelectedHostnames
{
public static Task<GetAppSecSelectedHostnamesResult> InvokeAsync(GetAppSecSelectedHostnamesArgs args, InvokeOptions? opts = null)
public static Output<GetAppSecSelectedHostnamesResult> Invoke(GetAppSecSelectedHostnamesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAppSecSelectedHostnamesResult> getAppSecSelectedHostnames(GetAppSecSelectedHostnamesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getAppSecSelectedHostnames:getAppSecSelectedHostnames
arguments:
# arguments dictionary
The following arguments are supported:
- Config
Id int
- Config
Id int
- config
Id Integer
- config
Id number
- config_
id int
- config
Id Number
getAppSecSelectedHostnames Result
The following output properties are available:
- Config
Id int - Hostnames List<string>
- Hostnames
Json string - Id string
- The provider-assigned unique ID for this managed resource.
- Output
Text string
- Config
Id int - Hostnames []string
- Hostnames
Json string - Id string
- The provider-assigned unique ID for this managed resource.
- Output
Text string
- config
Id Integer - hostnames List<String>
- hostnames
Json String - id String
- The provider-assigned unique ID for this managed resource.
- output
Text String
- config
Id number - hostnames string[]
- hostnames
Json string - id string
- The provider-assigned unique ID for this managed resource.
- output
Text string
- config_
id int - hostnames Sequence[str]
- hostnames_
json str - id str
- The provider-assigned unique ID for this managed resource.
- output_
text str
- config
Id Number - hostnames List<String>
- hostnames
Json String - id String
- The provider-assigned unique ID for this managed resource.
- output
Text String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.