Akamai v7.5.0 published on Friday, Oct 11, 2024 by Pulumi
akamai.getAppSecHostnameCoverageMatchTargets
Explore with Pulumi AI
Using getAppSecHostnameCoverageMatchTargets
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 getAppSecHostnameCoverageMatchTargets(args: GetAppSecHostnameCoverageMatchTargetsArgs, opts?: InvokeOptions): Promise<GetAppSecHostnameCoverageMatchTargetsResult>
function getAppSecHostnameCoverageMatchTargetsOutput(args: GetAppSecHostnameCoverageMatchTargetsOutputArgs, opts?: InvokeOptions): Output<GetAppSecHostnameCoverageMatchTargetsResult>
def get_app_sec_hostname_coverage_match_targets(config_id: Optional[int] = None,
hostname: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAppSecHostnameCoverageMatchTargetsResult
def get_app_sec_hostname_coverage_match_targets_output(config_id: Optional[pulumi.Input[int]] = None,
hostname: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAppSecHostnameCoverageMatchTargetsResult]
func GetAppSecHostnameCoverageMatchTargets(ctx *Context, args *GetAppSecHostnameCoverageMatchTargetsArgs, opts ...InvokeOption) (*GetAppSecHostnameCoverageMatchTargetsResult, error)
func GetAppSecHostnameCoverageMatchTargetsOutput(ctx *Context, args *GetAppSecHostnameCoverageMatchTargetsOutputArgs, opts ...InvokeOption) GetAppSecHostnameCoverageMatchTargetsResultOutput
> Note: This function is named GetAppSecHostnameCoverageMatchTargets
in the Go SDK.
public static class GetAppSecHostnameCoverageMatchTargets
{
public static Task<GetAppSecHostnameCoverageMatchTargetsResult> InvokeAsync(GetAppSecHostnameCoverageMatchTargetsArgs args, InvokeOptions? opts = null)
public static Output<GetAppSecHostnameCoverageMatchTargetsResult> Invoke(GetAppSecHostnameCoverageMatchTargetsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAppSecHostnameCoverageMatchTargetsResult> getAppSecHostnameCoverageMatchTargets(GetAppSecHostnameCoverageMatchTargetsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getAppSecHostnameCoverageMatchTargets:getAppSecHostnameCoverageMatchTargets
arguments:
# arguments dictionary
The following arguments are supported:
getAppSecHostnameCoverageMatchTargets Result
The following output properties are available:
- Config
Id int - Hostname string
- Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Output
Text string
- Config
Id int - Hostname string
- Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Output
Text string
- config
Id Integer - hostname String
- id String
- The provider-assigned unique ID for this managed resource.
- json String
- output
Text String
- config
Id number - hostname string
- id string
- The provider-assigned unique ID for this managed resource.
- json string
- output
Text string
- config_
id int - hostname str
- id str
- The provider-assigned unique ID for this managed resource.
- json str
- output_
text str
- config
Id Number - hostname String
- id String
- The provider-assigned unique ID for this managed resource.
- json String
- 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.