akamai logo
Akamai v4.4.0, Apr 18 23

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:

getAppSecIPGeo Result

The following output properties are available:

ConfigId int
ExceptionIpNetworkLists List<string>
GeoNetworkLists List<string>
Id string

The provider-assigned unique ID for this managed resource.

IpNetworkLists List<string>
Mode string
OutputText string
SecurityPolicyId string
ConfigId int
ExceptionIpNetworkLists []string
GeoNetworkLists []string
Id string

The provider-assigned unique ID for this managed resource.

IpNetworkLists []string
Mode string
OutputText string
SecurityPolicyId string
configId Integer
exceptionIpNetworkLists List<String>
geoNetworkLists List<String>
id String

The provider-assigned unique ID for this managed resource.

ipNetworkLists List<String>
mode String
outputText String
securityPolicyId String
configId number
exceptionIpNetworkLists string[]
geoNetworkLists string[]
id string

The provider-assigned unique ID for this managed resource.

ipNetworkLists string[]
mode string
outputText string
securityPolicyId string
config_id int
exception_ip_network_lists Sequence[str]
geo_network_lists Sequence[str]
id str

The provider-assigned unique ID for this managed resource.

ip_network_lists Sequence[str]
mode str
output_text str
security_policy_id str
configId Number
exceptionIpNetworkLists List<String>
geoNetworkLists List<String>
id String

The provider-assigned unique ID for this managed resource.

ipNetworkLists List<String>
mode String
outputText String
securityPolicyId String

Package Details

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

This Pulumi package is based on the akamai Terraform Provider.