Akamai v7.4.1 published on Tuesday, Sep 24, 2024 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 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.
Constructor example
The following reference example uses placeholder values for all input properties.
var appSecRatePolicyResource = new Akamai.AppSecRatePolicy("appSecRatePolicyResource", new()
{
ConfigId = 0,
RatePolicy = "string",
});
example, err := akamai.NewAppSecRatePolicy(ctx, "appSecRatePolicyResource", &akamai.AppSecRatePolicyArgs{
ConfigId: pulumi.Int(0),
RatePolicy: pulumi.String("string"),
})
var appSecRatePolicyResource = new AppSecRatePolicy("appSecRatePolicyResource", AppSecRatePolicyArgs.builder()
.configId(0)
.ratePolicy("string")
.build());
app_sec_rate_policy_resource = akamai.AppSecRatePolicy("appSecRatePolicyResource",
config_id=0,
rate_policy="string")
const appSecRatePolicyResource = new akamai.AppSecRatePolicy("appSecRatePolicyResource", {
configId: 0,
ratePolicy: "string",
});
type: akamai:AppSecRatePolicy
properties:
configId: 0
ratePolicy: string
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:
- Config
Id int - Unique identifier of the security configuration
- Rate
Policy string - JSON-formatted definition of the rate policy
- Config
Id int - Unique identifier of the security configuration
- Rate
Policy string - JSON-formatted definition of the rate policy
- config
Id Integer - Unique identifier of the security configuration
- rate
Policy String - JSON-formatted definition of the rate policy
- config
Id number - Unique identifier of the security configuration
- rate
Policy 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
- config
Id Number - Unique identifier of the security configuration
- rate
Policy 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.
- Rate
Policy intId - Unique identifier of the rate policy
- Id string
- The provider-assigned unique ID for this managed resource.
- Rate
Policy intId - Unique identifier of the rate policy
- id String
- The provider-assigned unique ID for this managed resource.
- rate
Policy IntegerId - Unique identifier of the rate policy
- id string
- The provider-assigned unique ID for this managed resource.
- rate
Policy numberId - Unique identifier of the rate policy
- id str
- The provider-assigned unique ID for this managed resource.
- rate_
policy_ intid - Unique identifier of the rate policy
- id String
- The provider-assigned unique ID for this managed resource.
- rate
Policy NumberId - 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.
- Config
Id int - Unique identifier of the security configuration
- Rate
Policy string - JSON-formatted definition of the rate policy
- Rate
Policy intId - Unique identifier of the rate policy
- Config
Id int - Unique identifier of the security configuration
- Rate
Policy string - JSON-formatted definition of the rate policy
- Rate
Policy intId - Unique identifier of the rate policy
- config
Id Integer - Unique identifier of the security configuration
- rate
Policy String - JSON-formatted definition of the rate policy
- rate
Policy IntegerId - Unique identifier of the rate policy
- config
Id number - Unique identifier of the security configuration
- rate
Policy string - JSON-formatted definition of the rate policy
- rate
Policy numberId - 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_ intid - Unique identifier of the rate policy
- config
Id Number - Unique identifier of the security configuration
- rate
Policy String - JSON-formatted definition of the rate policy
- rate
Policy NumberId - 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.