akamai.getAppSecCustomDeny

Explore with Pulumi AI

Using getAppSecCustomDeny

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 getAppSecCustomDeny(args: GetAppSecCustomDenyArgs, opts?: InvokeOptions): Promise<GetAppSecCustomDenyResult>
function getAppSecCustomDenyOutput(args: GetAppSecCustomDenyOutputArgs, opts?: InvokeOptions): Output<GetAppSecCustomDenyResult>
def get_app_sec_custom_deny(config_id: Optional[int] = None,
                            custom_deny_id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetAppSecCustomDenyResult
def get_app_sec_custom_deny_output(config_id: Optional[pulumi.Input[int]] = None,
                            custom_deny_id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetAppSecCustomDenyResult]
func LookupAppSecCustomDeny(ctx *Context, args *LookupAppSecCustomDenyArgs, opts ...InvokeOption) (*LookupAppSecCustomDenyResult, error)
func LookupAppSecCustomDenyOutput(ctx *Context, args *LookupAppSecCustomDenyOutputArgs, opts ...InvokeOption) LookupAppSecCustomDenyResultOutput

> Note: This function is named LookupAppSecCustomDeny in the Go SDK.

public static class GetAppSecCustomDeny 
{
    public static Task<GetAppSecCustomDenyResult> InvokeAsync(GetAppSecCustomDenyArgs args, InvokeOptions? opts = null)
    public static Output<GetAppSecCustomDenyResult> Invoke(GetAppSecCustomDenyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAppSecCustomDenyResult> getAppSecCustomDeny(GetAppSecCustomDenyArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: akamai:index/getAppSecCustomDeny:getAppSecCustomDeny
  arguments:
    # arguments dictionary

The following arguments are supported:

configId Integer
customDenyId String
configId number
customDenyId string
configId Number
customDenyId String

getAppSecCustomDeny Result

The following output properties are available:

ConfigId int
Id string

The provider-assigned unique ID for this managed resource.

Json string
OutputText string
CustomDenyId string
ConfigId int
Id string

The provider-assigned unique ID for this managed resource.

Json string
OutputText string
CustomDenyId string
configId Integer
id String

The provider-assigned unique ID for this managed resource.

json String
outputText String
customDenyId String
configId number
id string

The provider-assigned unique ID for this managed resource.

json string
outputText string
customDenyId string
config_id int
id str

The provider-assigned unique ID for this managed resource.

json str
output_text str
custom_deny_id str
configId Number
id String

The provider-assigned unique ID for this managed resource.

json String
outputText String
customDenyId String

Package Details

Repository
Akamai pulumi/pulumi-akamai
License
Apache-2.0
Notes

This Pulumi package is based on the akamai Terraform Provider.