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

akamai.getBotmanBotManagementSettings

Explore with Pulumi AI

Using getBotmanBotManagementSettings

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getBotmanBotManagementSettings(args: GetBotmanBotManagementSettingsArgs, opts?: InvokeOptions): Promise<GetBotmanBotManagementSettingsResult>
function getBotmanBotManagementSettingsOutput(args: GetBotmanBotManagementSettingsOutputArgs, opts?: InvokeOptions): Output<GetBotmanBotManagementSettingsResult>
Copy
def get_botman_bot_management_settings(config_id: Optional[int] = None,
                                       security_policy_id: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetBotmanBotManagementSettingsResult
def get_botman_bot_management_settings_output(config_id: Optional[pulumi.Input[int]] = None,
                                       security_policy_id: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetBotmanBotManagementSettingsResult]
Copy
func LookupBotmanBotManagementSettings(ctx *Context, args *LookupBotmanBotManagementSettingsArgs, opts ...InvokeOption) (*LookupBotmanBotManagementSettingsResult, error)
func LookupBotmanBotManagementSettingsOutput(ctx *Context, args *LookupBotmanBotManagementSettingsOutputArgs, opts ...InvokeOption) LookupBotmanBotManagementSettingsResultOutput
Copy

> Note: This function is named LookupBotmanBotManagementSettings in the Go SDK.

public static class GetBotmanBotManagementSettings 
{
    public static Task<GetBotmanBotManagementSettingsResult> InvokeAsync(GetBotmanBotManagementSettingsArgs args, InvokeOptions? opts = null)
    public static Output<GetBotmanBotManagementSettingsResult> Invoke(GetBotmanBotManagementSettingsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetBotmanBotManagementSettingsResult> getBotmanBotManagementSettings(GetBotmanBotManagementSettingsArgs args, InvokeOptions options)
public static Output<GetBotmanBotManagementSettingsResult> getBotmanBotManagementSettings(GetBotmanBotManagementSettingsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: akamai:index/getBotmanBotManagementSettings:getBotmanBotManagementSettings
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ConfigId This property is required. int
SecurityPolicyId This property is required. string
ConfigId This property is required. int
SecurityPolicyId This property is required. string
configId This property is required. Integer
securityPolicyId This property is required. String
configId This property is required. number
securityPolicyId This property is required. string
config_id This property is required. int
security_policy_id This property is required. str
configId This property is required. Number
securityPolicyId This property is required. String

getBotmanBotManagementSettings Result

The following output properties are available:

ConfigId int
Id string
The provider-assigned unique ID for this managed resource.
Json string
SecurityPolicyId string
ConfigId int
Id string
The provider-assigned unique ID for this managed resource.
Json string
SecurityPolicyId string
configId Integer
id String
The provider-assigned unique ID for this managed resource.
json String
securityPolicyId String
configId number
id string
The provider-assigned unique ID for this managed resource.
json string
securityPolicyId string
config_id int
id str
The provider-assigned unique ID for this managed resource.
json str
security_policy_id str
configId Number
id String
The provider-assigned unique ID for this managed resource.
json String
securityPolicyId String

Package Details

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