Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi
akamai.getAppSecThreatIntel
Explore with Pulumi AI
Using getAppSecThreatIntel
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 getAppSecThreatIntel(args: GetAppSecThreatIntelArgs, opts?: InvokeOptions): Promise<GetAppSecThreatIntelResult>
function getAppSecThreatIntelOutput(args: GetAppSecThreatIntelOutputArgs, opts?: InvokeOptions): Output<GetAppSecThreatIntelResult>
def get_app_sec_threat_intel(config_id: Optional[int] = None,
security_policy_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAppSecThreatIntelResult
def get_app_sec_threat_intel_output(config_id: Optional[pulumi.Input[int]] = None,
security_policy_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAppSecThreatIntelResult]
func LookupAppSecThreatIntel(ctx *Context, args *LookupAppSecThreatIntelArgs, opts ...InvokeOption) (*LookupAppSecThreatIntelResult, error)
func LookupAppSecThreatIntelOutput(ctx *Context, args *LookupAppSecThreatIntelOutputArgs, opts ...InvokeOption) LookupAppSecThreatIntelResultOutput
> Note: This function is named LookupAppSecThreatIntel
in the Go SDK.
public static class GetAppSecThreatIntel
{
public static Task<GetAppSecThreatIntelResult> InvokeAsync(GetAppSecThreatIntelArgs args, InvokeOptions? opts = null)
public static Output<GetAppSecThreatIntelResult> Invoke(GetAppSecThreatIntelInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAppSecThreatIntelResult> getAppSecThreatIntel(GetAppSecThreatIntelArgs args, InvokeOptions options)
public static Output<GetAppSecThreatIntelResult> getAppSecThreatIntel(GetAppSecThreatIntelArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getAppSecThreatIntel:getAppSecThreatIntel
arguments:
# arguments dictionary
The following arguments are supported:
- Config
Id This property is required. int - Security
Policy Id This property is required. string
- Config
Id This property is required. int - Security
Policy Id This property is required. string
- config
Id This property is required. Integer - security
Policy Id This property is required. String
- config
Id This property is required. number - security
Policy Id This property is required. string
- config_
id This property is required. int - security_
policy_ id This property is required. str
- config
Id This property is required. Number - security
Policy Id This property is required. String
getAppSecThreatIntel 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 - Threat
Intel string
- Config
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Output
Text string - Security
Policy stringId - Threat
Intel string
- config
Id Integer - id String
- The provider-assigned unique ID for this managed resource.
- json String
- output
Text String - security
Policy StringId - threat
Intel String
- config
Id number - id string
- The provider-assigned unique ID for this managed resource.
- json string
- output
Text string - security
Policy stringId - threat
Intel string
- config_
id int - id str
- The provider-assigned unique ID for this managed resource.
- json str
- output_
text str - security_
policy_ strid - threat_
intel str
- config
Id Number - id String
- The provider-assigned unique ID for this managed resource.
- json String
- output
Text String - security
Policy StringId - threat
Intel String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.