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

akamai.BotmanCustomBotCategorySequence

Explore with Pulumi AI

Create BotmanCustomBotCategorySequence Resource

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

Constructor syntax

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

@overload
def BotmanCustomBotCategorySequence(resource_name: str,
                                    opts: Optional[ResourceOptions] = None,
                                    category_ids: Optional[Sequence[str]] = None,
                                    config_id: Optional[int] = None)
func NewBotmanCustomBotCategorySequence(ctx *Context, name string, args BotmanCustomBotCategorySequenceArgs, opts ...ResourceOption) (*BotmanCustomBotCategorySequence, error)
public BotmanCustomBotCategorySequence(string name, BotmanCustomBotCategorySequenceArgs args, CustomResourceOptions? opts = null)
public BotmanCustomBotCategorySequence(String name, BotmanCustomBotCategorySequenceArgs args)
public BotmanCustomBotCategorySequence(String name, BotmanCustomBotCategorySequenceArgs args, CustomResourceOptions options)
type: akamai:BotmanCustomBotCategorySequence
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. BotmanCustomBotCategorySequenceArgs
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. BotmanCustomBotCategorySequenceArgs
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. BotmanCustomBotCategorySequenceArgs
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. BotmanCustomBotCategorySequenceArgs
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. BotmanCustomBotCategorySequenceArgs
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 botmanCustomBotCategorySequenceResource = new Akamai.BotmanCustomBotCategorySequence("botmanCustomBotCategorySequenceResource", new()
{
    CategoryIds = new[]
    {
        "string",
    },
    ConfigId = 0,
});
Copy
example, err := akamai.NewBotmanCustomBotCategorySequence(ctx, "botmanCustomBotCategorySequenceResource", &akamai.BotmanCustomBotCategorySequenceArgs{
	CategoryIds: pulumi.StringArray{
		pulumi.String("string"),
	},
	ConfigId: pulumi.Int(0),
})
Copy
var botmanCustomBotCategorySequenceResource = new BotmanCustomBotCategorySequence("botmanCustomBotCategorySequenceResource", BotmanCustomBotCategorySequenceArgs.builder()
    .categoryIds("string")
    .configId(0)
    .build());
Copy
botman_custom_bot_category_sequence_resource = akamai.BotmanCustomBotCategorySequence("botmanCustomBotCategorySequenceResource",
    category_ids=["string"],
    config_id=0)
Copy
const botmanCustomBotCategorySequenceResource = new akamai.BotmanCustomBotCategorySequence("botmanCustomBotCategorySequenceResource", {
    categoryIds: ["string"],
    configId: 0,
});
Copy
type: akamai:BotmanCustomBotCategorySequence
properties:
    categoryIds:
        - string
    configId: 0
Copy

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

CategoryIds This property is required. List<string>
ConfigId This property is required. int
CategoryIds This property is required. []string
ConfigId This property is required. int
categoryIds This property is required. List<String>
configId This property is required. Integer
categoryIds This property is required. string[]
configId This property is required. number
category_ids This property is required. Sequence[str]
config_id This property is required. int
categoryIds This property is required. List<String>
configId This property is required. Number

Outputs

All input properties are implicitly available as output properties. Additionally, the BotmanCustomBotCategorySequence 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 str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing BotmanCustomBotCategorySequence Resource

Get an existing BotmanCustomBotCategorySequence 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?: BotmanCustomBotCategorySequenceState, opts?: CustomResourceOptions): BotmanCustomBotCategorySequence
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        category_ids: Optional[Sequence[str]] = None,
        config_id: Optional[int] = None) -> BotmanCustomBotCategorySequence
func GetBotmanCustomBotCategorySequence(ctx *Context, name string, id IDInput, state *BotmanCustomBotCategorySequenceState, opts ...ResourceOption) (*BotmanCustomBotCategorySequence, error)
public static BotmanCustomBotCategorySequence Get(string name, Input<string> id, BotmanCustomBotCategorySequenceState? state, CustomResourceOptions? opts = null)
public static BotmanCustomBotCategorySequence get(String name, Output<String> id, BotmanCustomBotCategorySequenceState state, CustomResourceOptions options)
resources:  _:    type: akamai:BotmanCustomBotCategorySequence    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:
CategoryIds List<string>
ConfigId int
CategoryIds []string
ConfigId int
categoryIds List<String>
configId Integer
categoryIds string[]
configId number
category_ids Sequence[str]
config_id int
categoryIds List<String>
configId Number

Package Details

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