1. Packages
  2. Akamai
  3. API Docs
  4. AppSecEval
Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi

akamai.AppSecEval

Explore with Pulumi AI

Create AppSecEval Resource

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

Constructor syntax

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

@overload
def AppSecEval(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               config_id: Optional[int] = None,
               eval_operation: Optional[str] = None,
               security_policy_id: Optional[str] = None,
               eval_mode: Optional[str] = None)
func NewAppSecEval(ctx *Context, name string, args AppSecEvalArgs, opts ...ResourceOption) (*AppSecEval, error)
public AppSecEval(string name, AppSecEvalArgs args, CustomResourceOptions? opts = null)
public AppSecEval(String name, AppSecEvalArgs args)
public AppSecEval(String name, AppSecEvalArgs args, CustomResourceOptions options)
type: akamai:AppSecEval
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. AppSecEvalArgs
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. AppSecEvalArgs
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. AppSecEvalArgs
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. AppSecEvalArgs
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. AppSecEvalArgs
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 appSecEvalResource = new Akamai.AppSecEval("appSecEvalResource", new()
{
    ConfigId = 0,
    EvalOperation = "string",
    SecurityPolicyId = "string",
    EvalMode = "string",
});
Copy
example, err := akamai.NewAppSecEval(ctx, "appSecEvalResource", &akamai.AppSecEvalArgs{
	ConfigId:         pulumi.Int(0),
	EvalOperation:    pulumi.String("string"),
	SecurityPolicyId: pulumi.String("string"),
	EvalMode:         pulumi.String("string"),
})
Copy
var appSecEvalResource = new AppSecEval("appSecEvalResource", AppSecEvalArgs.builder()
    .configId(0)
    .evalOperation("string")
    .securityPolicyId("string")
    .evalMode("string")
    .build());
Copy
app_sec_eval_resource = akamai.AppSecEval("appSecEvalResource",
    config_id=0,
    eval_operation="string",
    security_policy_id="string",
    eval_mode="string")
Copy
const appSecEvalResource = new akamai.AppSecEval("appSecEvalResource", {
    configId: 0,
    evalOperation: "string",
    securityPolicyId: "string",
    evalMode: "string",
});
Copy
type: akamai:AppSecEval
properties:
    configId: 0
    evalMode: string
    evalOperation: string
    securityPolicyId: string
Copy

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

ConfigId This property is required. int
Unique identifier of the security configuration
EvalOperation This property is required. string
Evaluation mode operation (START, STOP, RESTART, UPDATE or COMPLETE)
SecurityPolicyId This property is required. string
Unique identifier of the security policy
EvalMode string
Evaluation mode (ASE_AUTO or ASE_MANUAL)
ConfigId This property is required. int
Unique identifier of the security configuration
EvalOperation This property is required. string
Evaluation mode operation (START, STOP, RESTART, UPDATE or COMPLETE)
SecurityPolicyId This property is required. string
Unique identifier of the security policy
EvalMode string
Evaluation mode (ASE_AUTO or ASE_MANUAL)
configId This property is required. Integer
Unique identifier of the security configuration
evalOperation This property is required. String
Evaluation mode operation (START, STOP, RESTART, UPDATE or COMPLETE)
securityPolicyId This property is required. String
Unique identifier of the security policy
evalMode String
Evaluation mode (ASE_AUTO or ASE_MANUAL)
configId This property is required. number
Unique identifier of the security configuration
evalOperation This property is required. string
Evaluation mode operation (START, STOP, RESTART, UPDATE or COMPLETE)
securityPolicyId This property is required. string
Unique identifier of the security policy
evalMode string
Evaluation mode (ASE_AUTO or ASE_MANUAL)
config_id This property is required. int
Unique identifier of the security configuration
eval_operation This property is required. str
Evaluation mode operation (START, STOP, RESTART, UPDATE or COMPLETE)
security_policy_id This property is required. str
Unique identifier of the security policy
eval_mode str
Evaluation mode (ASE_AUTO or ASE_MANUAL)
configId This property is required. Number
Unique identifier of the security configuration
evalOperation This property is required. String
Evaluation mode operation (START, STOP, RESTART, UPDATE or COMPLETE)
securityPolicyId This property is required. String
Unique identifier of the security policy
evalMode String
Evaluation mode (ASE_AUTO or ASE_MANUAL)

Outputs

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

CurrentRuleset string
Versioning information for the Kona Rule Set currently in use in production
EvalStatus string
Whether an evaluation is currently in progress
EvaluatingRuleset string
Versioning information for the Kona Rule Set being evaluated
ExpirationDate string
Date when the evaluation period ends
Id string
The provider-assigned unique ID for this managed resource.
CurrentRuleset string
Versioning information for the Kona Rule Set currently in use in production
EvalStatus string
Whether an evaluation is currently in progress
EvaluatingRuleset string
Versioning information for the Kona Rule Set being evaluated
ExpirationDate string
Date when the evaluation period ends
Id string
The provider-assigned unique ID for this managed resource.
currentRuleset String
Versioning information for the Kona Rule Set currently in use in production
evalStatus String
Whether an evaluation is currently in progress
evaluatingRuleset String
Versioning information for the Kona Rule Set being evaluated
expirationDate String
Date when the evaluation period ends
id String
The provider-assigned unique ID for this managed resource.
currentRuleset string
Versioning information for the Kona Rule Set currently in use in production
evalStatus string
Whether an evaluation is currently in progress
evaluatingRuleset string
Versioning information for the Kona Rule Set being evaluated
expirationDate string
Date when the evaluation period ends
id string
The provider-assigned unique ID for this managed resource.
current_ruleset str
Versioning information for the Kona Rule Set currently in use in production
eval_status str
Whether an evaluation is currently in progress
evaluating_ruleset str
Versioning information for the Kona Rule Set being evaluated
expiration_date str
Date when the evaluation period ends
id str
The provider-assigned unique ID for this managed resource.
currentRuleset String
Versioning information for the Kona Rule Set currently in use in production
evalStatus String
Whether an evaluation is currently in progress
evaluatingRuleset String
Versioning information for the Kona Rule Set being evaluated
expirationDate String
Date when the evaluation period ends
id String
The provider-assigned unique ID for this managed resource.

Look up Existing AppSecEval Resource

Get an existing AppSecEval 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?: AppSecEvalState, opts?: CustomResourceOptions): AppSecEval
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        config_id: Optional[int] = None,
        current_ruleset: Optional[str] = None,
        eval_mode: Optional[str] = None,
        eval_operation: Optional[str] = None,
        eval_status: Optional[str] = None,
        evaluating_ruleset: Optional[str] = None,
        expiration_date: Optional[str] = None,
        security_policy_id: Optional[str] = None) -> AppSecEval
func GetAppSecEval(ctx *Context, name string, id IDInput, state *AppSecEvalState, opts ...ResourceOption) (*AppSecEval, error)
public static AppSecEval Get(string name, Input<string> id, AppSecEvalState? state, CustomResourceOptions? opts = null)
public static AppSecEval get(String name, Output<String> id, AppSecEvalState state, CustomResourceOptions options)
resources:  _:    type: akamai:AppSecEval    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
CurrentRuleset string
Versioning information for the Kona Rule Set currently in use in production
EvalMode string
Evaluation mode (ASE_AUTO or ASE_MANUAL)
EvalOperation string
Evaluation mode operation (START, STOP, RESTART, UPDATE or COMPLETE)
EvalStatus string
Whether an evaluation is currently in progress
EvaluatingRuleset string
Versioning information for the Kona Rule Set being evaluated
ExpirationDate string
Date when the evaluation period ends
SecurityPolicyId string
Unique identifier of the security policy
ConfigId int
Unique identifier of the security configuration
CurrentRuleset string
Versioning information for the Kona Rule Set currently in use in production
EvalMode string
Evaluation mode (ASE_AUTO or ASE_MANUAL)
EvalOperation string
Evaluation mode operation (START, STOP, RESTART, UPDATE or COMPLETE)
EvalStatus string
Whether an evaluation is currently in progress
EvaluatingRuleset string
Versioning information for the Kona Rule Set being evaluated
ExpirationDate string
Date when the evaluation period ends
SecurityPolicyId string
Unique identifier of the security policy
configId Integer
Unique identifier of the security configuration
currentRuleset String
Versioning information for the Kona Rule Set currently in use in production
evalMode String
Evaluation mode (ASE_AUTO or ASE_MANUAL)
evalOperation String
Evaluation mode operation (START, STOP, RESTART, UPDATE or COMPLETE)
evalStatus String
Whether an evaluation is currently in progress
evaluatingRuleset String
Versioning information for the Kona Rule Set being evaluated
expirationDate String
Date when the evaluation period ends
securityPolicyId String
Unique identifier of the security policy
configId number
Unique identifier of the security configuration
currentRuleset string
Versioning information for the Kona Rule Set currently in use in production
evalMode string
Evaluation mode (ASE_AUTO or ASE_MANUAL)
evalOperation string
Evaluation mode operation (START, STOP, RESTART, UPDATE or COMPLETE)
evalStatus string
Whether an evaluation is currently in progress
evaluatingRuleset string
Versioning information for the Kona Rule Set being evaluated
expirationDate string
Date when the evaluation period ends
securityPolicyId string
Unique identifier of the security policy
config_id int
Unique identifier of the security configuration
current_ruleset str
Versioning information for the Kona Rule Set currently in use in production
eval_mode str
Evaluation mode (ASE_AUTO or ASE_MANUAL)
eval_operation str
Evaluation mode operation (START, STOP, RESTART, UPDATE or COMPLETE)
eval_status str
Whether an evaluation is currently in progress
evaluating_ruleset str
Versioning information for the Kona Rule Set being evaluated
expiration_date str
Date when the evaluation period ends
security_policy_id str
Unique identifier of the security policy
configId Number
Unique identifier of the security configuration
currentRuleset String
Versioning information for the Kona Rule Set currently in use in production
evalMode String
Evaluation mode (ASE_AUTO or ASE_MANUAL)
evalOperation String
Evaluation mode operation (START, STOP, RESTART, UPDATE or COMPLETE)
evalStatus String
Whether an evaluation is currently in progress
evaluatingRuleset String
Versioning information for the Kona Rule Set being evaluated
expirationDate String
Date when the evaluation period ends
securityPolicyId String
Unique identifier of the security policy

Package Details

Repository
Akamai pulumi/pulumi-akamai
License
Apache-2.0
Notes
This Pulumi package is based on the akamai Terraform Provider.