1. Packages
  2. Akamai
  3. API Docs
  4. AppSecEval
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

akamai.AppSecEval

Explore with Pulumi AI

akamai logo
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

    Create AppSecEval Resource

    new AppSecEval(name: string, args: AppSecEvalArgs, opts?: CustomResourceOptions);
    @overload
    def AppSecEval(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   config_id: Optional[int] = None,
                   eval_mode: Optional[str] = None,
                   eval_operation: Optional[str] = None,
                   security_policy_id: Optional[str] = None)
    @overload
    def AppSecEval(resource_name: str,
                   args: AppSecEvalArgs,
                   opts: Optional[ResourceOptions] = 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.
    
    
    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.

    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

    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)
    SecurityPolicyId string
    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)
    SecurityPolicyId string
    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)
    securityPolicyId String
    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)
    securityPolicyId string
    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_id str
    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)
    securityPolicyId 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)
    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
    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.
    akamai logo
    Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi