1. Packages
  2. Akamai
  3. API Docs
  4. AppSecRatePolicy
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

akamai.AppSecRatePolicy

Explore with Pulumi AI

Create AppSecRatePolicy Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new AppSecRatePolicy(name: string, args: AppSecRatePolicyArgs, opts?: CustomResourceOptions);
@overload
def AppSecRatePolicy(resource_name: str,
                     args: AppSecRatePolicyArgs,
                     opts: Optional[ResourceOptions] = None)

@overload
def AppSecRatePolicy(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     config_id: Optional[int] = None,
                     rate_policy: Optional[str] = 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.

Parameters

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

Constructor example

The following reference example uses placeholder values for all input properties.

var appSecRatePolicyResource = new Akamai.AppSecRatePolicy("appSecRatePolicyResource", new()
{
    ConfigId = 0,
    RatePolicy = "string",
});
Copy
example, err := akamai.NewAppSecRatePolicy(ctx, "appSecRatePolicyResource", &akamai.AppSecRatePolicyArgs{
	ConfigId:   pulumi.Int(0),
	RatePolicy: pulumi.String("string"),
})
Copy
var appSecRatePolicyResource = new AppSecRatePolicy("appSecRatePolicyResource", AppSecRatePolicyArgs.builder()
    .configId(0)
    .ratePolicy("string")
    .build());
Copy
app_sec_rate_policy_resource = akamai.AppSecRatePolicy("appSecRatePolicyResource",
    config_id=0,
    rate_policy="string")
Copy
const appSecRatePolicyResource = new akamai.AppSecRatePolicy("appSecRatePolicyResource", {
    configId: 0,
    ratePolicy: "string",
});
Copy
type: akamai:AppSecRatePolicy
properties:
    configId: 0
    ratePolicy: string
Copy

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

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The AppSecRatePolicy resource accepts the following input properties:

ConfigId This property is required. int
Unique identifier of the security configuration
RatePolicy This property is required. string
JSON-formatted definition of the rate policy
ConfigId This property is required. int
Unique identifier of the security configuration
RatePolicy This property is required. string
JSON-formatted definition of the rate policy
configId This property is required. Integer
Unique identifier of the security configuration
ratePolicy This property is required. String
JSON-formatted definition of the rate policy
configId This property is required. number
Unique identifier of the security configuration
ratePolicy This property is required. string
JSON-formatted definition of the rate policy
config_id This property is required. int
Unique identifier of the security configuration
rate_policy This property is required. str
JSON-formatted definition of the rate policy
configId This property is required. Number
Unique identifier of the security configuration
ratePolicy This property is required. 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)
resources:  _:    type: akamai:AppSecRatePolicy    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.