AppSecCustomRule
The akamai.AppSecCustomRule
resource allows you to create or modify a custom rule associated with a given security configuration.
Create a AppSecCustomRule Resource
new AppSecCustomRule(name: string, args: AppSecCustomRuleArgs, opts?: CustomResourceOptions);
@overload
def AppSecCustomRule(resource_name: str,
opts: Optional[ResourceOptions] = None,
config_id: Optional[int] = None,
rules: Optional[str] = None)
@overload
def AppSecCustomRule(resource_name: str,
args: AppSecCustomRuleArgs,
opts: Optional[ResourceOptions] = None)
func NewAppSecCustomRule(ctx *Context, name string, args AppSecCustomRuleArgs, opts ...ResourceOption) (*AppSecCustomRule, error)
public AppSecCustomRule(string name, AppSecCustomRuleArgs args, CustomResourceOptions? opts = null)
- name string
- The unique name of the resource.
- args AppSecCustomRuleArgs
- 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 AppSecCustomRuleArgs
- 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 AppSecCustomRuleArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AppSecCustomRuleArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
AppSecCustomRule Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The AppSecCustomRule resource accepts the following input properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the AppSecCustomRule resource produces the following output properties:
- Custom
Rule intId - The ID of the custom rule.
- Id string
- The provider-assigned unique ID for this managed resource.
- Custom
Rule intId - The ID of the custom rule.
- Id string
- The provider-assigned unique ID for this managed resource.
- custom
Rule numberId - The ID of the custom rule.
- id string
- The provider-assigned unique ID for this managed resource.
- custom_
rule_ intid - The ID of the custom rule.
- id str
- The provider-assigned unique ID for this managed resource.
Look up an Existing AppSecCustomRule Resource
Get an existing AppSecCustomRule 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?: AppSecCustomRuleState, opts?: CustomResourceOptions): AppSecCustomRule
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
config_id: Optional[int] = None,
custom_rule_id: Optional[int] = None,
rules: Optional[str] = None) -> AppSecCustomRule
func GetAppSecCustomRule(ctx *Context, name string, id IDInput, state *AppSecCustomRuleState, opts ...ResourceOption) (*AppSecCustomRule, error)
public static AppSecCustomRule Get(string name, Input<string> id, AppSecCustomRuleState? state, CustomResourceOptions? opts = null)
- 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.
The following state arguments are supported:
- Config
Id int - The ID of the security configuration to use.
- Custom
Rule intId - The ID of the custom rule.
- Rules string
- The name of a JSON file containing a custom rule definition (format).
- Config
Id int - The ID of the security configuration to use.
- Custom
Rule intId - The ID of the custom rule.
- Rules string
- The name of a JSON file containing a custom rule definition (format).
- config
Id number - The ID of the security configuration to use.
- custom
Rule numberId - The ID of the custom rule.
- rules string
- The name of a JSON file containing a custom rule definition (format).
- config_
id int - The ID of the security configuration to use.
- custom_
rule_ intid - The ID of the custom rule.
- rules str
- The name of a JSON file containing a custom rule definition (format).
Package Details
- Repository
- https://github.com/pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.