1. Packages
  2. Akamai
  3. API Docs
  4. AppSecIPGeo
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

akamai.AppSecIPGeo

Explore with Pulumi AI

akamai logo
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

    Create AppSecIPGeo Resource

    new AppSecIPGeo(name: string, args: AppSecIPGeoArgs, opts?: CustomResourceOptions);
    @overload
    def AppSecIPGeo(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    asn_network_lists: Optional[Sequence[str]] = None,
                    config_id: Optional[int] = None,
                    exception_ip_network_lists: Optional[Sequence[str]] = None,
                    geo_network_lists: Optional[Sequence[str]] = None,
                    ip_network_lists: Optional[Sequence[str]] = None,
                    mode: Optional[str] = None,
                    security_policy_id: Optional[str] = None,
                    ukraine_geo_control_action: Optional[str] = None)
    @overload
    def AppSecIPGeo(resource_name: str,
                    args: AppSecIPGeoArgs,
                    opts: Optional[ResourceOptions] = None)
    func NewAppSecIPGeo(ctx *Context, name string, args AppSecIPGeoArgs, opts ...ResourceOption) (*AppSecIPGeo, error)
    public AppSecIPGeo(string name, AppSecIPGeoArgs args, CustomResourceOptions? opts = null)
    public AppSecIPGeo(String name, AppSecIPGeoArgs args)
    public AppSecIPGeo(String name, AppSecIPGeoArgs args, CustomResourceOptions options)
    
    type: akamai:AppSecIPGeo
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args AppSecIPGeoArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args AppSecIPGeoArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args AppSecIPGeoArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AppSecIPGeoArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AppSecIPGeoArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    AppSecIPGeo Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The AppSecIPGeo resource accepts the following input properties:

    ConfigId int
    Unique identifier of the security configuration
    Mode string
    Protection mode (block or allow)
    SecurityPolicyId string
    Unique identifier of the security policy
    AsnNetworkLists List<string>
    List of IDs of ASN network list to be blocked
    ExceptionIpNetworkLists List<string>
    List of IDs of network list that are always allowed
    GeoNetworkLists List<string>
    List of IDs of geographic network list to be blocked
    IpNetworkLists List<string>
    List of IDs of IP network list to be blocked
    UkraineGeoControlAction string
    Action set for Ukraine geo control
    ConfigId int
    Unique identifier of the security configuration
    Mode string
    Protection mode (block or allow)
    SecurityPolicyId string
    Unique identifier of the security policy
    AsnNetworkLists []string
    List of IDs of ASN network list to be blocked
    ExceptionIpNetworkLists []string
    List of IDs of network list that are always allowed
    GeoNetworkLists []string
    List of IDs of geographic network list to be blocked
    IpNetworkLists []string
    List of IDs of IP network list to be blocked
    UkraineGeoControlAction string
    Action set for Ukraine geo control
    configId Integer
    Unique identifier of the security configuration
    mode String
    Protection mode (block or allow)
    securityPolicyId String
    Unique identifier of the security policy
    asnNetworkLists List<String>
    List of IDs of ASN network list to be blocked
    exceptionIpNetworkLists List<String>
    List of IDs of network list that are always allowed
    geoNetworkLists List<String>
    List of IDs of geographic network list to be blocked
    ipNetworkLists List<String>
    List of IDs of IP network list to be blocked
    ukraineGeoControlAction String
    Action set for Ukraine geo control
    configId number
    Unique identifier of the security configuration
    mode string
    Protection mode (block or allow)
    securityPolicyId string
    Unique identifier of the security policy
    asnNetworkLists string[]
    List of IDs of ASN network list to be blocked
    exceptionIpNetworkLists string[]
    List of IDs of network list that are always allowed
    geoNetworkLists string[]
    List of IDs of geographic network list to be blocked
    ipNetworkLists string[]
    List of IDs of IP network list to be blocked
    ukraineGeoControlAction string
    Action set for Ukraine geo control
    config_id int
    Unique identifier of the security configuration
    mode str
    Protection mode (block or allow)
    security_policy_id str
    Unique identifier of the security policy
    asn_network_lists Sequence[str]
    List of IDs of ASN network list to be blocked
    exception_ip_network_lists Sequence[str]
    List of IDs of network list that are always allowed
    geo_network_lists Sequence[str]
    List of IDs of geographic network list to be blocked
    ip_network_lists Sequence[str]
    List of IDs of IP network list to be blocked
    ukraine_geo_control_action str
    Action set for Ukraine geo control
    configId Number
    Unique identifier of the security configuration
    mode String
    Protection mode (block or allow)
    securityPolicyId String
    Unique identifier of the security policy
    asnNetworkLists List<String>
    List of IDs of ASN network list to be blocked
    exceptionIpNetworkLists List<String>
    List of IDs of network list that are always allowed
    geoNetworkLists List<String>
    List of IDs of geographic network list to be blocked
    ipNetworkLists List<String>
    List of IDs of IP network list to be blocked
    ukraineGeoControlAction String
    Action set for Ukraine geo control

    Outputs

    All input properties are implicitly available as output properties. Additionally, the AppSecIPGeo resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing AppSecIPGeo Resource

    Get an existing AppSecIPGeo resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: AppSecIPGeoState, opts?: CustomResourceOptions): AppSecIPGeo
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            asn_network_lists: Optional[Sequence[str]] = None,
            config_id: Optional[int] = None,
            exception_ip_network_lists: Optional[Sequence[str]] = None,
            geo_network_lists: Optional[Sequence[str]] = None,
            ip_network_lists: Optional[Sequence[str]] = None,
            mode: Optional[str] = None,
            security_policy_id: Optional[str] = None,
            ukraine_geo_control_action: Optional[str] = None) -> AppSecIPGeo
    func GetAppSecIPGeo(ctx *Context, name string, id IDInput, state *AppSecIPGeoState, opts ...ResourceOption) (*AppSecIPGeo, error)
    public static AppSecIPGeo Get(string name, Input<string> id, AppSecIPGeoState? state, CustomResourceOptions? opts = null)
    public static AppSecIPGeo get(String name, Output<String> id, AppSecIPGeoState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AsnNetworkLists List<string>
    List of IDs of ASN network list to be blocked
    ConfigId int
    Unique identifier of the security configuration
    ExceptionIpNetworkLists List<string>
    List of IDs of network list that are always allowed
    GeoNetworkLists List<string>
    List of IDs of geographic network list to be blocked
    IpNetworkLists List<string>
    List of IDs of IP network list to be blocked
    Mode string
    Protection mode (block or allow)
    SecurityPolicyId string
    Unique identifier of the security policy
    UkraineGeoControlAction string
    Action set for Ukraine geo control
    AsnNetworkLists []string
    List of IDs of ASN network list to be blocked
    ConfigId int
    Unique identifier of the security configuration
    ExceptionIpNetworkLists []string
    List of IDs of network list that are always allowed
    GeoNetworkLists []string
    List of IDs of geographic network list to be blocked
    IpNetworkLists []string
    List of IDs of IP network list to be blocked
    Mode string
    Protection mode (block or allow)
    SecurityPolicyId string
    Unique identifier of the security policy
    UkraineGeoControlAction string
    Action set for Ukraine geo control
    asnNetworkLists List<String>
    List of IDs of ASN network list to be blocked
    configId Integer
    Unique identifier of the security configuration
    exceptionIpNetworkLists List<String>
    List of IDs of network list that are always allowed
    geoNetworkLists List<String>
    List of IDs of geographic network list to be blocked
    ipNetworkLists List<String>
    List of IDs of IP network list to be blocked
    mode String
    Protection mode (block or allow)
    securityPolicyId String
    Unique identifier of the security policy
    ukraineGeoControlAction String
    Action set for Ukraine geo control
    asnNetworkLists string[]
    List of IDs of ASN network list to be blocked
    configId number
    Unique identifier of the security configuration
    exceptionIpNetworkLists string[]
    List of IDs of network list that are always allowed
    geoNetworkLists string[]
    List of IDs of geographic network list to be blocked
    ipNetworkLists string[]
    List of IDs of IP network list to be blocked
    mode string
    Protection mode (block or allow)
    securityPolicyId string
    Unique identifier of the security policy
    ukraineGeoControlAction string
    Action set for Ukraine geo control
    asn_network_lists Sequence[str]
    List of IDs of ASN network list to be blocked
    config_id int
    Unique identifier of the security configuration
    exception_ip_network_lists Sequence[str]
    List of IDs of network list that are always allowed
    geo_network_lists Sequence[str]
    List of IDs of geographic network list to be blocked
    ip_network_lists Sequence[str]
    List of IDs of IP network list to be blocked
    mode str
    Protection mode (block or allow)
    security_policy_id str
    Unique identifier of the security policy
    ukraine_geo_control_action str
    Action set for Ukraine geo control
    asnNetworkLists List<String>
    List of IDs of ASN network list to be blocked
    configId Number
    Unique identifier of the security configuration
    exceptionIpNetworkLists List<String>
    List of IDs of network list that are always allowed
    geoNetworkLists List<String>
    List of IDs of geographic network list to be blocked
    ipNetworkLists List<String>
    List of IDs of IP network list to be blocked
    mode String
    Protection mode (block or allow)
    securityPolicyId String
    Unique identifier of the security policy
    ukraineGeoControlAction String
    Action set for Ukraine geo control

    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 v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi