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:
- Config
Id int - Custom
Deny stringId
- Config
Id int - Custom
Deny stringId
- config
Id Integer - custom
Deny StringId
- config
Id number - custom
Deny stringId
- config_
id int - custom_
deny_ strid
- config
Id Number - custom
Deny StringId
getAppSecCustomDeny Result
The following output properties are available:
- Config
Id int - Id string
The provider-assigned unique ID for this managed resource.
- Json string
- Output
Text string - Custom
Deny stringId
- Config
Id int - Id string
The provider-assigned unique ID for this managed resource.
- Json string
- Output
Text string - Custom
Deny stringId
- config
Id Integer - id String
The provider-assigned unique ID for this managed resource.
- json String
- output
Text String - custom
Deny StringId
- config
Id number - id string
The provider-assigned unique ID for this managed resource.
- json string
- output
Text string - custom
Deny stringId
- config_
id int - id str
The provider-assigned unique ID for this managed resource.
- json str
- output_
text str - custom_
deny_ strid
- config
Id Number - id String
The provider-assigned unique ID for this managed resource.
- json String
- output
Text String - custom
Deny StringId
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
akamai
Terraform Provider.