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

akamai.AppSecMatchTarget

Explore with Pulumi AI

Create AppSecMatchTarget Resource

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

Constructor syntax

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

@overload
def AppSecMatchTarget(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      config_id: Optional[int] = None,
                      match_target: Optional[str] = None)
func NewAppSecMatchTarget(ctx *Context, name string, args AppSecMatchTargetArgs, opts ...ResourceOption) (*AppSecMatchTarget, error)
public AppSecMatchTarget(string name, AppSecMatchTargetArgs args, CustomResourceOptions? opts = null)
public AppSecMatchTarget(String name, AppSecMatchTargetArgs args)
public AppSecMatchTarget(String name, AppSecMatchTargetArgs args, CustomResourceOptions options)
type: akamai:AppSecMatchTarget
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. AppSecMatchTargetArgs
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. AppSecMatchTargetArgs
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. AppSecMatchTargetArgs
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. AppSecMatchTargetArgs
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. AppSecMatchTargetArgs
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 appSecMatchTargetResource = new Akamai.AppSecMatchTarget("appSecMatchTargetResource", new()
{
    ConfigId = 0,
    MatchTarget = "string",
});
Copy
example, err := akamai.NewAppSecMatchTarget(ctx, "appSecMatchTargetResource", &akamai.AppSecMatchTargetArgs{
	ConfigId:    pulumi.Int(0),
	MatchTarget: pulumi.String("string"),
})
Copy
var appSecMatchTargetResource = new AppSecMatchTarget("appSecMatchTargetResource", AppSecMatchTargetArgs.builder()
    .configId(0)
    .matchTarget("string")
    .build());
Copy
app_sec_match_target_resource = akamai.AppSecMatchTarget("appSecMatchTargetResource",
    config_id=0,
    match_target="string")
Copy
const appSecMatchTargetResource = new akamai.AppSecMatchTarget("appSecMatchTargetResource", {
    configId: 0,
    matchTarget: "string",
});
Copy
type: akamai:AppSecMatchTarget
properties:
    configId: 0
    matchTarget: string
Copy

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

ConfigId This property is required. int
Unique identifier of the security configuration
MatchTarget This property is required. string
JSON-formatted definition of the match target
ConfigId This property is required. int
Unique identifier of the security configuration
MatchTarget This property is required. string
JSON-formatted definition of the match target
configId This property is required. Integer
Unique identifier of the security configuration
matchTarget This property is required. String
JSON-formatted definition of the match target
configId This property is required. number
Unique identifier of the security configuration
matchTarget This property is required. string
JSON-formatted definition of the match target
config_id This property is required. int
Unique identifier of the security configuration
match_target This property is required. str
JSON-formatted definition of the match target
configId This property is required. Number
Unique identifier of the security configuration
matchTarget This property is required. String
JSON-formatted definition of the match target

Outputs

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

Id string
The provider-assigned unique ID for this managed resource.
MatchTargetId int
Unique identifier of the match target
Id string
The provider-assigned unique ID for this managed resource.
MatchTargetId int
Unique identifier of the match target
id String
The provider-assigned unique ID for this managed resource.
matchTargetId Integer
Unique identifier of the match target
id string
The provider-assigned unique ID for this managed resource.
matchTargetId number
Unique identifier of the match target
id str
The provider-assigned unique ID for this managed resource.
match_target_id int
Unique identifier of the match target
id String
The provider-assigned unique ID for this managed resource.
matchTargetId Number
Unique identifier of the match target

Look up Existing AppSecMatchTarget Resource

Get an existing AppSecMatchTarget 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?: AppSecMatchTargetState, opts?: CustomResourceOptions): AppSecMatchTarget
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        config_id: Optional[int] = None,
        match_target: Optional[str] = None,
        match_target_id: Optional[int] = None) -> AppSecMatchTarget
func GetAppSecMatchTarget(ctx *Context, name string, id IDInput, state *AppSecMatchTargetState, opts ...ResourceOption) (*AppSecMatchTarget, error)
public static AppSecMatchTarget Get(string name, Input<string> id, AppSecMatchTargetState? state, CustomResourceOptions? opts = null)
public static AppSecMatchTarget get(String name, Output<String> id, AppSecMatchTargetState state, CustomResourceOptions options)
resources:  _:    type: akamai:AppSecMatchTarget    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
MatchTarget string
JSON-formatted definition of the match target
MatchTargetId int
Unique identifier of the match target
ConfigId int
Unique identifier of the security configuration
MatchTarget string
JSON-formatted definition of the match target
MatchTargetId int
Unique identifier of the match target
configId Integer
Unique identifier of the security configuration
matchTarget String
JSON-formatted definition of the match target
matchTargetId Integer
Unique identifier of the match target
configId number
Unique identifier of the security configuration
matchTarget string
JSON-formatted definition of the match target
matchTargetId number
Unique identifier of the match target
config_id int
Unique identifier of the security configuration
match_target str
JSON-formatted definition of the match target
match_target_id int
Unique identifier of the match target
configId Number
Unique identifier of the security configuration
matchTarget String
JSON-formatted definition of the match target
matchTargetId Number
Unique identifier of the match target

Package Details

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