Akamai v7.5.0 published on Friday, Oct 11, 2024 by Pulumi
akamai.getAppSecIPGeo
Explore with Pulumi AI
Using getAppSecIPGeo
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 getAppSecIPGeo(args: GetAppSecIPGeoArgs, opts?: InvokeOptions): Promise<GetAppSecIPGeoResult>
function getAppSecIPGeoOutput(args: GetAppSecIPGeoOutputArgs, opts?: InvokeOptions): Output<GetAppSecIPGeoResult>
def get_app_sec_ip_geo(config_id: Optional[int] = None,
security_policy_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAppSecIPGeoResult
def get_app_sec_ip_geo_output(config_id: Optional[pulumi.Input[int]] = None,
security_policy_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAppSecIPGeoResult]
func LookupAppSecIPGeo(ctx *Context, args *LookupAppSecIPGeoArgs, opts ...InvokeOption) (*LookupAppSecIPGeoResult, error)
func LookupAppSecIPGeoOutput(ctx *Context, args *LookupAppSecIPGeoOutputArgs, opts ...InvokeOption) LookupAppSecIPGeoResultOutput
> Note: This function is named LookupAppSecIPGeo
in the Go SDK.
public static class GetAppSecIPGeo
{
public static Task<GetAppSecIPGeoResult> InvokeAsync(GetAppSecIPGeoArgs args, InvokeOptions? opts = null)
public static Output<GetAppSecIPGeoResult> Invoke(GetAppSecIPGeoInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAppSecIPGeoResult> getAppSecIPGeo(GetAppSecIPGeoArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getAppSecIPGeo:getAppSecIPGeo
arguments:
# arguments dictionary
The 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
getAppSecIPGeo Result
The following output properties are available:
- Asn
Network List<string>Lists - Config
Id int - Exception
Ip List<string>Network Lists - Geo
Network List<string>Lists - Id string
- The provider-assigned unique ID for this managed resource.
- Ip
Network List<string>Lists - Mode string
- Output
Text string - Security
Policy stringId - Ukraine
Geo stringControl Action
- Asn
Network []stringLists - Config
Id int - Exception
Ip []stringNetwork Lists - Geo
Network []stringLists - Id string
- The provider-assigned unique ID for this managed resource.
- Ip
Network []stringLists - Mode string
- Output
Text string - Security
Policy stringId - Ukraine
Geo stringControl Action
- asn
Network List<String>Lists - config
Id Integer - exception
Ip List<String>Network Lists - geo
Network List<String>Lists - id String
- The provider-assigned unique ID for this managed resource.
- ip
Network List<String>Lists - mode String
- output
Text String - security
Policy StringId - ukraine
Geo StringControl Action
- asn
Network string[]Lists - config
Id number - exception
Ip string[]Network Lists - geo
Network string[]Lists - id string
- The provider-assigned unique ID for this managed resource.
- ip
Network string[]Lists - mode string
- output
Text string - security
Policy stringId - ukraine
Geo stringControl Action
- asn_
network_ Sequence[str]lists - config_
id int - exception_
ip_ Sequence[str]network_ lists - geo_
network_ Sequence[str]lists - id str
- The provider-assigned unique ID for this managed resource.
- ip_
network_ Sequence[str]lists - mode str
- output_
text str - security_
policy_ strid - ukraine_
geo_ strcontrol_ action
- asn
Network List<String>Lists - config
Id Number - exception
Ip List<String>Network Lists - geo
Network List<String>Lists - id String
- The provider-assigned unique ID for this managed resource.
- ip
Network List<String>Lists - mode String
- output
Text String - security
Policy StringId - ukraine
Geo StringControl Action
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.