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 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.
Constructor example
The following reference example uses placeholder values for all input properties.
var appSecReputationProfileResource = new Akamai.AppSecReputationProfile("appSecReputationProfileResource", new()
{
ConfigId = 0,
ReputationProfile = "string",
});
example, err := akamai.NewAppSecReputationProfile(ctx, "appSecReputationProfileResource", &akamai.AppSecReputationProfileArgs{
ConfigId: pulumi.Int(0),
ReputationProfile: pulumi.String("string"),
})
var appSecReputationProfileResource = new AppSecReputationProfile("appSecReputationProfileResource", AppSecReputationProfileArgs.builder()
.configId(0)
.reputationProfile("string")
.build());
app_sec_reputation_profile_resource = akamai.AppSecReputationProfile("appSecReputationProfileResource",
config_id=0,
reputation_profile="string")
const appSecReputationProfileResource = new akamai.AppSecReputationProfile("appSecReputationProfileResource", {
configId: 0,
reputationProfile: "string",
});
type: akamai:AppSecReputationProfile
properties:
configId: 0
reputationProfile: string
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:
- Config
Id int - Unique identifier of the security configuration
- Reputation
Profile string - JSON-formatted definition of the reputation profile
- Config
Id int - Unique identifier of the security configuration
- Reputation
Profile string - JSON-formatted definition of the reputation profile
- config
Id Integer - Unique identifier of the security configuration
- reputation
Profile String - JSON-formatted definition of the reputation profile
- config
Id number - Unique identifier of the security configuration
- reputation
Profile 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
- config
Id Number - Unique identifier of the security configuration
- reputation
Profile 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.
- Reputation
Profile intId - Unique identifier of the reputation profile
- Id string
- The provider-assigned unique ID for this managed resource.
- Reputation
Profile intId - Unique identifier of the reputation profile
- id String
- The provider-assigned unique ID for this managed resource.
- reputation
Profile IntegerId - Unique identifier of the reputation profile
- id string
- The provider-assigned unique ID for this managed resource.
- reputation
Profile numberId - Unique identifier of the reputation profile
- id str
- The provider-assigned unique ID for this managed resource.
- reputation_
profile_ intid - Unique identifier of the reputation profile
- id String
- The provider-assigned unique ID for this managed resource.
- reputation
Profile NumberId - 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.
- Config
Id int - Unique identifier of the security configuration
- Reputation
Profile string - JSON-formatted definition of the reputation profile
- Reputation
Profile intId - Unique identifier of the reputation profile
- Config
Id int - Unique identifier of the security configuration
- Reputation
Profile string - JSON-formatted definition of the reputation profile
- Reputation
Profile intId - Unique identifier of the reputation profile
- config
Id Integer - Unique identifier of the security configuration
- reputation
Profile String - JSON-formatted definition of the reputation profile
- reputation
Profile IntegerId - Unique identifier of the reputation profile
- config
Id number - Unique identifier of the security configuration
- reputation
Profile string - JSON-formatted definition of the reputation profile
- reputation
Profile numberId - 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_ intid - Unique identifier of the reputation profile
- config
Id Number - Unique identifier of the security configuration
- reputation
Profile String - JSON-formatted definition of the reputation profile
- reputation
Profile NumberId - 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.