1. Packages
  2. Akamai
  3. API Docs
  4. getAppSecIPGeo
Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi

akamai.getAppSecIPGeo

Explore with Pulumi AI

akamai logo
Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi

    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:

    AsnNetworkLists List<string>
    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
    UkraineGeoControlAction string
    AsnNetworkLists []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
    UkraineGeoControlAction string
    asnNetworkLists List<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
    ukraineGeoControlAction String
    asnNetworkLists 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
    ukraineGeoControlAction string
    asn_network_lists Sequence[str]
    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
    ukraine_geo_control_action str
    asnNetworkLists List<String>
    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
    ukraineGeoControlAction String

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi