1. Packages
  2. Akamai
  3. API Docs
  4. AppSecReputationProfile
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

akamai.AppSecReputationProfile

Explore with Pulumi AI

Create AppSecReputationProfile Resource

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

Constructor syntax

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

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

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

ConfigId This property is required. int
Unique identifier of the security configuration
ReputationProfile This property is required. string
JSON-formatted definition of the reputation profile
ConfigId This property is required. int
Unique identifier of the security configuration
ReputationProfile This property is required. string
JSON-formatted definition of the reputation profile
configId This property is required. Integer
Unique identifier of the security configuration
reputationProfile This property is required. String
JSON-formatted definition of the reputation profile
configId This property is required. number
Unique identifier of the security configuration
reputationProfile This property is required. string
JSON-formatted definition of the reputation profile
config_id This property is required. int
Unique identifier of the security configuration
reputation_profile This property is required. str
JSON-formatted definition of the reputation profile
configId This property is required. Number
Unique identifier of the security configuration
reputationProfile This property is required. String
JSON-formatted definition of the reputation profile

Outputs

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

Id string
The provider-assigned unique ID for this managed resource.
ReputationProfileId int
Unique identifier of the reputation profile
Id string
The provider-assigned unique ID for this managed resource.
ReputationProfileId int
Unique identifier of the reputation profile
id String
The provider-assigned unique ID for this managed resource.
reputationProfileId Integer
Unique identifier of the reputation profile
id string
The provider-assigned unique ID for this managed resource.
reputationProfileId number
Unique identifier of the reputation profile
id str
The provider-assigned unique ID for this managed resource.
reputation_profile_id int
Unique identifier of the reputation profile
id String
The provider-assigned unique ID for this managed resource.
reputationProfileId Number
Unique identifier of the reputation profile

Look up Existing AppSecReputationProfile Resource

Get an existing AppSecReputationProfile 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?: AppSecReputationProfileState, opts?: CustomResourceOptions): AppSecReputationProfile
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        config_id: Optional[int] = None,
        reputation_profile: Optional[str] = None,
        reputation_profile_id: Optional[int] = None) -> AppSecReputationProfile
func GetAppSecReputationProfile(ctx *Context, name string, id IDInput, state *AppSecReputationProfileState, opts ...ResourceOption) (*AppSecReputationProfile, error)
public static AppSecReputationProfile Get(string name, Input<string> id, AppSecReputationProfileState? state, CustomResourceOptions? opts = null)
public static AppSecReputationProfile get(String name, Output<String> id, AppSecReputationProfileState state, CustomResourceOptions options)
resources:  _:    type: akamai:AppSecReputationProfile    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
ReputationProfile string
JSON-formatted definition of the reputation profile
ReputationProfileId int
Unique identifier of the reputation profile
ConfigId int
Unique identifier of the security configuration
ReputationProfile string
JSON-formatted definition of the reputation profile
ReputationProfileId int
Unique identifier of the reputation profile
configId Integer
Unique identifier of the security configuration
reputationProfile String
JSON-formatted definition of the reputation profile
reputationProfileId Integer
Unique identifier of the reputation profile
configId number
Unique identifier of the security configuration
reputationProfile string
JSON-formatted definition of the reputation profile
reputationProfileId number
Unique identifier of the reputation profile
config_id int
Unique identifier of the security configuration
reputation_profile str
JSON-formatted definition of the reputation profile
reputation_profile_id int
Unique identifier of the reputation profile
configId Number
Unique identifier of the security configuration
reputationProfile String
JSON-formatted definition of the reputation profile
reputationProfileId Number
Unique identifier of the reputation profile

Package Details

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