published on Thursday, Sep 17, 2026 by Pulumi
published on Thursday, Sep 17, 2026 by Pulumi
Create BotmanBotAnalyticsSettings Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new BotmanBotAnalyticsSettings(name: string, args: BotmanBotAnalyticsSettingsArgs, opts?: CustomResourceOptions);@overload
def BotmanBotAnalyticsSettings(resource_name: str,
args: BotmanBotAnalyticsSettingsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def BotmanBotAnalyticsSettings(resource_name: str,
opts: Optional[ResourceOptions] = None,
bot_analytics_settings: Optional[str] = None,
config_id: Optional[int] = None)func NewBotmanBotAnalyticsSettings(ctx *Context, name string, args BotmanBotAnalyticsSettingsArgs, opts ...ResourceOption) (*BotmanBotAnalyticsSettings, error)public BotmanBotAnalyticsSettings(string name, BotmanBotAnalyticsSettingsArgs args, CustomResourceOptions? opts = null)
public BotmanBotAnalyticsSettings(String name, BotmanBotAnalyticsSettingsArgs args)
public BotmanBotAnalyticsSettings(String name, BotmanBotAnalyticsSettingsArgs args, CustomResourceOptions options)
type: akamai:BotmanBotAnalyticsSettings
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "akamai_botman_bot_analytics_settings" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args BotmanBotAnalyticsSettingsArgs
- 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 BotmanBotAnalyticsSettingsArgs
- 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 BotmanBotAnalyticsSettingsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args BotmanBotAnalyticsSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args BotmanBotAnalyticsSettingsArgs
- 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 botmanBotAnalyticsSettingsResource = new Akamai.BotmanBotAnalyticsSettings("botmanBotAnalyticsSettingsResource", new()
{
BotAnalyticsSettings = "string",
ConfigId = 0,
});
example, err := akamai.NewBotmanBotAnalyticsSettings(ctx, "botmanBotAnalyticsSettingsResource", &akamai.BotmanBotAnalyticsSettingsArgs{
BotAnalyticsSettings: pulumi.String("string"),
ConfigId: pulumi.Int(0),
})
resource "akamai_botman_bot_analytics_settings" "botmanBotAnalyticsSettingsResource" {
lifecycle {
create_before_destroy = true
}
bot_analytics_settings = "string"
config_id = 0
}
var botmanBotAnalyticsSettingsResource = new BotmanBotAnalyticsSettings("botmanBotAnalyticsSettingsResource", BotmanBotAnalyticsSettingsArgs.builder()
.botAnalyticsSettings("string")
.configId(0)
.build());
botman_bot_analytics_settings_resource = akamai.BotmanBotAnalyticsSettings("botmanBotAnalyticsSettingsResource",
bot_analytics_settings="string",
config_id=0)
const botmanBotAnalyticsSettingsResource = new akamai.BotmanBotAnalyticsSettings("botmanBotAnalyticsSettingsResource", {
botAnalyticsSettings: "string",
configId: 0,
});
type: akamai:BotmanBotAnalyticsSettings
properties:
botAnalyticsSettings: string
configId: 0
BotmanBotAnalyticsSettings 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 BotmanBotAnalyticsSettings resource accepts the following input properties:
- Bot
Analytics stringSettings - JSON-formatted bot analytics settings.
- Config
Id int - Unique identifier of the security configuration.
- Bot
Analytics stringSettings - JSON-formatted bot analytics settings.
- Config
Id int - Unique identifier of the security configuration.
- bot_
analytics_ stringsettings - JSON-formatted bot analytics settings.
- config_
id number - Unique identifier of the security configuration.
- bot
Analytics StringSettings - JSON-formatted bot analytics settings.
- config
Id Integer - Unique identifier of the security configuration.
- bot
Analytics stringSettings - JSON-formatted bot analytics settings.
- config
Id number - Unique identifier of the security configuration.
- bot_
analytics_ strsettings - JSON-formatted bot analytics settings.
- config_
id int - Unique identifier of the security configuration.
- bot
Analytics StringSettings - JSON-formatted bot analytics settings.
- config
Id Number - Unique identifier of the security configuration.
Outputs
All input properties are implicitly available as output properties. Additionally, the BotmanBotAnalyticsSettings resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing BotmanBotAnalyticsSettings Resource
Get an existing BotmanBotAnalyticsSettings 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?: BotmanBotAnalyticsSettingsState, opts?: CustomResourceOptions): BotmanBotAnalyticsSettings@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
bot_analytics_settings: Optional[str] = None,
config_id: Optional[int] = None) -> BotmanBotAnalyticsSettingsfunc GetBotmanBotAnalyticsSettings(ctx *Context, name string, id IDInput, state *BotmanBotAnalyticsSettingsState, opts ...ResourceOption) (*BotmanBotAnalyticsSettings, error)public static BotmanBotAnalyticsSettings Get(string name, Input<string> id, BotmanBotAnalyticsSettingsState? state, CustomResourceOptions? opts = null)public static BotmanBotAnalyticsSettings get(String name, Output<String> id, BotmanBotAnalyticsSettingsState state, CustomResourceOptions options)resources: _: type: akamai:BotmanBotAnalyticsSettings get: id: ${id}import {
to = akamai_botman_bot_analytics_settings.example
id = "${id}"
}
- 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.
- Bot
Analytics stringSettings - JSON-formatted bot analytics settings.
- Config
Id int - Unique identifier of the security configuration.
- Bot
Analytics stringSettings - JSON-formatted bot analytics settings.
- Config
Id int - Unique identifier of the security configuration.
- bot_
analytics_ stringsettings - JSON-formatted bot analytics settings.
- config_
id number - Unique identifier of the security configuration.
- bot
Analytics StringSettings - JSON-formatted bot analytics settings.
- config
Id Integer - Unique identifier of the security configuration.
- bot
Analytics stringSettings - JSON-formatted bot analytics settings.
- config
Id number - Unique identifier of the security configuration.
- bot_
analytics_ strsettings - JSON-formatted bot analytics settings.
- config_
id int - Unique identifier of the security configuration.
- bot
Analytics StringSettings - JSON-formatted bot analytics settings.
- config
Id Number - Unique identifier of the security configuration.
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
published on Thursday, Sep 17, 2026 by Pulumi