akamai.AppSecReputationProfile

Explore with Pulumi AI

Create AppSecReputationProfile Resource

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

name string
The unique name of the resource.
args AppSecReputationProfileArgs
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 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 string
The unique name of the resource.
args AppSecReputationProfileArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args AppSecReputationProfileArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args AppSecReputationProfileArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

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

The AppSecReputationProfile resource accepts the following input properties:

ConfigId int

Unique identifier of the security configuration

ReputationProfile string

JSON-formatted definition of the reputation profile

ConfigId int

Unique identifier of the security configuration

ReputationProfile string

JSON-formatted definition of the reputation profile

configId Integer

Unique identifier of the security configuration

reputationProfile String

JSON-formatted definition of the reputation profile

configId number

Unique identifier of the security configuration

reputationProfile string

JSON-formatted definition of the reputation profile

config_id int

Unique identifier of the security configuration

reputation_profile str

JSON-formatted definition of the reputation profile

configId Number

Unique identifier of the security configuration

reputationProfile 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)
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

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.