Using getAppSecSlowPost
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 getAppSecSlowPost(args: GetAppSecSlowPostArgs, opts?: InvokeOptions): Promise<GetAppSecSlowPostResult>
function getAppSecSlowPostOutput(args: GetAppSecSlowPostOutputArgs, opts?: InvokeOptions): Output<GetAppSecSlowPostResult>def get_app_sec_slow_post(config_id: Optional[int] = None,
security_policy_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAppSecSlowPostResult
def get_app_sec_slow_post_output(config_id: Optional[pulumi.Input[int]] = None,
security_policy_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAppSecSlowPostResult]func LookupAppSecSlowPost(ctx *Context, args *LookupAppSecSlowPostArgs, opts ...InvokeOption) (*LookupAppSecSlowPostResult, error)
func LookupAppSecSlowPostOutput(ctx *Context, args *LookupAppSecSlowPostOutputArgs, opts ...InvokeOption) LookupAppSecSlowPostResultOutput> Note: This function is named LookupAppSecSlowPost in the Go SDK.
public static class GetAppSecSlowPost
{
public static Task<GetAppSecSlowPostResult> InvokeAsync(GetAppSecSlowPostArgs args, InvokeOptions? opts = null)
public static Output<GetAppSecSlowPostResult> Invoke(GetAppSecSlowPostInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAppSecSlowPostResult> getAppSecSlowPost(GetAppSecSlowPostArgs args, InvokeOptions options)
public static Output<GetAppSecSlowPostResult> getAppSecSlowPost(GetAppSecSlowPostArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getAppSecSlowPost:getAppSecSlowPost
arguments:
# arguments dictionaryThe following arguments are supported:
- Config
Id int - Security
Policy stringId
- Config
Id int - Security
Policy stringId
- config
Id Integer - security
Policy StringId
- config
Id number - security
Policy stringId
- config_
id int - security_
policy_ strid
- config
Id Number - security
Policy StringId
getAppSecSlowPost 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 - Security
Policy stringId
- Config
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Output
Text string - Security
Policy stringId
- config
Id Integer - id String
- The provider-assigned unique ID for this managed resource.
- json String
- output
Text String - security
Policy StringId
- config
Id number - id string
- The provider-assigned unique ID for this managed resource.
- json string
- output
Text string - security
Policy stringId
- config_
id int - id str
- The provider-assigned unique ID for this managed resource.
- json str
- output_
text str - security_
policy_ strid
- config
Id Number - id String
- The provider-assigned unique ID for this managed resource.
- json String
- output
Text String - security
Policy StringId
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
