Using getAppSecHostnameCoverage
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 getAppSecHostnameCoverage(opts?: InvokeOptions): Promise<GetAppSecHostnameCoverageResult>
function getAppSecHostnameCoverageOutput(opts?: InvokeOptions): Output<GetAppSecHostnameCoverageResult>def get_app_sec_hostname_coverage(opts: Optional[InvokeOptions] = None) -> GetAppSecHostnameCoverageResult
def get_app_sec_hostname_coverage_output(opts: Optional[InvokeOptions] = None) -> Output[GetAppSecHostnameCoverageResult]func GetAppSecHostnameCoverage(ctx *Context, opts ...InvokeOption) (*GetAppSecHostnameCoverageResult, error)
func GetAppSecHostnameCoverageOutput(ctx *Context, opts ...InvokeOption) GetAppSecHostnameCoverageResultOutput> Note: This function is named GetAppSecHostnameCoverage in the Go SDK.
public static class GetAppSecHostnameCoverage
{
public static Task<GetAppSecHostnameCoverageResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetAppSecHostnameCoverageResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetAppSecHostnameCoverageResult> getAppSecHostnameCoverage(InvokeOptions options)
public static Output<GetAppSecHostnameCoverageResult> getAppSecHostnameCoverage(InvokeOptions options)
fn::invoke:
function: akamai:index/getAppSecHostnameCoverage:getAppSecHostnameCoverage
arguments:
# arguments dictionarygetAppSecHostnameCoverage Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Output
Text string
- Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Output
Text string
- id String
- The provider-assigned unique ID for this managed resource.
- json String
- output
Text String
- id string
- The provider-assigned unique ID for this managed resource.
- json string
- output
Text string
- id str
- The provider-assigned unique ID for this managed resource.
- json str
- output_
text str
- 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
akamaiTerraform Provider.
