akamai logo
Akamai v4.4.0, Apr 18 23

akamai.AppSecRatePolicy

Explore with Pulumi AI

Create AppSecRatePolicy Resource

new AppSecRatePolicy(name: string, args: AppSecRatePolicyArgs, opts?: CustomResourceOptions);
@overload
def AppSecRatePolicy(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     config_id: Optional[int] = None,
                     rate_policy: Optional[str] = None)
@overload
def AppSecRatePolicy(resource_name: str,
                     args: AppSecRatePolicyArgs,
                     opts: Optional[ResourceOptions] = None)
func NewAppSecRatePolicy(ctx *Context, name string, args AppSecRatePolicyArgs, opts ...ResourceOption) (*AppSecRatePolicy, error)
public AppSecRatePolicy(string name, AppSecRatePolicyArgs args, CustomResourceOptions? opts = null)
public AppSecRatePolicy(String name, AppSecRatePolicyArgs args)
public AppSecRatePolicy(String name, AppSecRatePolicyArgs args, CustomResourceOptions options)
type: akamai:AppSecRatePolicy
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args AppSecRatePolicyArgs
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 AppSecRatePolicyArgs
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 AppSecRatePolicyArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args AppSecRatePolicyArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args AppSecRatePolicyArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

AppSecRatePolicy 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 AppSecRatePolicy resource accepts the following input properties:

ConfigId int

Unique identifier of the security configuration

RatePolicy string

JSON-formatted definition of the rate policy

ConfigId int

Unique identifier of the security configuration

RatePolicy string

JSON-formatted definition of the rate policy

configId Integer

Unique identifier of the security configuration

ratePolicy String

JSON-formatted definition of the rate policy

configId number

Unique identifier of the security configuration

ratePolicy string

JSON-formatted definition of the rate policy

config_id int

Unique identifier of the security configuration

rate_policy str

JSON-formatted definition of the rate policy

configId Number

Unique identifier of the security configuration

ratePolicy String

JSON-formatted definition of the rate policy

Outputs

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

Id string

The provider-assigned unique ID for this managed resource.

RatePolicyId int

Unique identifier of the rate policy

Id string

The provider-assigned unique ID for this managed resource.

RatePolicyId int

Unique identifier of the rate policy

id String

The provider-assigned unique ID for this managed resource.

ratePolicyId Integer

Unique identifier of the rate policy

id string

The provider-assigned unique ID for this managed resource.

ratePolicyId number

Unique identifier of the rate policy

id str

The provider-assigned unique ID for this managed resource.

rate_policy_id int

Unique identifier of the rate policy

id String

The provider-assigned unique ID for this managed resource.

ratePolicyId Number

Unique identifier of the rate policy

Look up Existing AppSecRatePolicy Resource

Get an existing AppSecRatePolicy 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?: AppSecRatePolicyState, opts?: CustomResourceOptions): AppSecRatePolicy
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        config_id: Optional[int] = None,
        rate_policy: Optional[str] = None,
        rate_policy_id: Optional[int] = None) -> AppSecRatePolicy
func GetAppSecRatePolicy(ctx *Context, name string, id IDInput, state *AppSecRatePolicyState, opts ...ResourceOption) (*AppSecRatePolicy, error)
public static AppSecRatePolicy Get(string name, Input<string> id, AppSecRatePolicyState? state, CustomResourceOptions? opts = null)
public static AppSecRatePolicy get(String name, Output<String> id, AppSecRatePolicyState 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:
ConfigId int

Unique identifier of the security configuration

RatePolicy string

JSON-formatted definition of the rate policy

RatePolicyId int

Unique identifier of the rate policy

ConfigId int

Unique identifier of the security configuration

RatePolicy string

JSON-formatted definition of the rate policy

RatePolicyId int

Unique identifier of the rate policy

configId Integer

Unique identifier of the security configuration

ratePolicy String

JSON-formatted definition of the rate policy

ratePolicyId Integer

Unique identifier of the rate policy

configId number

Unique identifier of the security configuration

ratePolicy string

JSON-formatted definition of the rate policy

ratePolicyId number

Unique identifier of the rate policy

config_id int

Unique identifier of the security configuration

rate_policy str

JSON-formatted definition of the rate policy

rate_policy_id int

Unique identifier of the rate policy

configId Number

Unique identifier of the security configuration

ratePolicy String

JSON-formatted definition of the rate policy

ratePolicyId Number

Unique identifier of the rate policy

Package Details

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

This Pulumi package is based on the akamai Terraform Provider.