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 string
- The unique name of the resource.
- args AppSecEvalArgs
- 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 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 string
- The unique name of the resource.
- args AppSecEvalArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AppSecEvalArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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",
});
example, err := akamai.NewAppSecEval(ctx, "appSecEvalResource", &akamai.AppSecEvalArgs{
	ConfigId:         pulumi.Int(0),
	EvalOperation:    pulumi.String("string"),
	SecurityPolicyId: pulumi.String("string"),
	EvalMode:         pulumi.String("string"),
})
var appSecEvalResource = new AppSecEval("appSecEvalResource", AppSecEvalArgs.builder()
    .configId(0)
    .evalOperation("string")
    .securityPolicyId("string")
    .evalMode("string")
    .build());
app_sec_eval_resource = akamai.AppSecEval("appSecEvalResource",
    config_id=0,
    eval_operation="string",
    security_policy_id="string",
    eval_mode="string")
const appSecEvalResource = new akamai.AppSecEval("appSecEvalResource", {
    configId: 0,
    evalOperation: "string",
    securityPolicyId: "string",
    evalMode: "string",
});
type: akamai:AppSecEval
properties:
    configId: 0
    evalMode: string
    evalOperation: string
    securityPolicyId: string
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 int
- Unique identifier of the security configuration
- EvalOperation string
- Evaluation mode operation (START, STOP, RESTART, UPDATE or COMPLETE)
- SecurityPolicy stringId 
- Unique identifier of the security policy
- EvalMode string
- Evaluation mode (ASE_AUTO or ASE_MANUAL)
- ConfigId int
- Unique identifier of the security configuration
- EvalOperation string
- Evaluation mode operation (START, STOP, RESTART, UPDATE or COMPLETE)
- SecurityPolicy stringId 
- Unique identifier of the security policy
- EvalMode string
- Evaluation mode (ASE_AUTO or ASE_MANUAL)
- configId Integer
- Unique identifier of the security configuration
- evalOperation String
- Evaluation mode operation (START, STOP, RESTART, UPDATE or COMPLETE)
- securityPolicy StringId 
- Unique identifier of the security policy
- evalMode String
- Evaluation mode (ASE_AUTO or ASE_MANUAL)
- configId number
- Unique identifier of the security configuration
- evalOperation string
- Evaluation mode operation (START, STOP, RESTART, UPDATE or COMPLETE)
- securityPolicy stringId 
- Unique identifier of the security policy
- evalMode string
- Evaluation mode (ASE_AUTO or ASE_MANUAL)
- config_id int
- Unique identifier of the security configuration
- eval_operation str
- Evaluation mode operation (START, STOP, RESTART, UPDATE or COMPLETE)
- security_policy_ strid 
- Unique identifier of the security policy
- eval_mode str
- Evaluation mode (ASE_AUTO or ASE_MANUAL)
- configId Number
- Unique identifier of the security configuration
- evalOperation String
- Evaluation mode operation (START, STOP, RESTART, UPDATE or COMPLETE)
- securityPolicy StringId 
- 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) -> AppSecEvalfunc 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
- 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.
- 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
- SecurityPolicy stringId 
- 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
- SecurityPolicy stringId 
- 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
- securityPolicy StringId 
- 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
- securityPolicy stringId 
- 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_ strid 
- 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
- securityPolicy StringId 
- 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 akamaiTerraform Provider.