1. Packages
  2. Akamai
  3. API Docs
  4. BotmanCustomBotCategoryItemSequence
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

akamai.BotmanCustomBotCategoryItemSequence

Explore with Pulumi AI

akamai logo
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

    Create BotmanCustomBotCategoryItemSequence Resource

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

    Constructor syntax

    new BotmanCustomBotCategoryItemSequence(name: string, args: BotmanCustomBotCategoryItemSequenceArgs, opts?: CustomResourceOptions);
    @overload
    def BotmanCustomBotCategoryItemSequence(resource_name: str,
                                            args: BotmanCustomBotCategoryItemSequenceArgs,
                                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def BotmanCustomBotCategoryItemSequence(resource_name: str,
                                            opts: Optional[ResourceOptions] = None,
                                            bot_ids: Optional[Sequence[str]] = None,
                                            category_id: Optional[str] = None,
                                            config_id: Optional[int] = None)
    func NewBotmanCustomBotCategoryItemSequence(ctx *Context, name string, args BotmanCustomBotCategoryItemSequenceArgs, opts ...ResourceOption) (*BotmanCustomBotCategoryItemSequence, error)
    public BotmanCustomBotCategoryItemSequence(string name, BotmanCustomBotCategoryItemSequenceArgs args, CustomResourceOptions? opts = null)
    public BotmanCustomBotCategoryItemSequence(String name, BotmanCustomBotCategoryItemSequenceArgs args)
    public BotmanCustomBotCategoryItemSequence(String name, BotmanCustomBotCategoryItemSequenceArgs args, CustomResourceOptions options)
    
    type: akamai:BotmanCustomBotCategoryItemSequence
    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 BotmanCustomBotCategoryItemSequenceArgs
    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 BotmanCustomBotCategoryItemSequenceArgs
    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 BotmanCustomBotCategoryItemSequenceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args BotmanCustomBotCategoryItemSequenceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args BotmanCustomBotCategoryItemSequenceArgs
    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 botmanCustomBotCategoryItemSequenceResource = new Akamai.BotmanCustomBotCategoryItemSequence("botmanCustomBotCategoryItemSequenceResource", new()
    {
        BotIds = new[]
        {
            "string",
        },
        CategoryId = "string",
        ConfigId = 0,
    });
    
    example, err := akamai.NewBotmanCustomBotCategoryItemSequence(ctx, "botmanCustomBotCategoryItemSequenceResource", &akamai.BotmanCustomBotCategoryItemSequenceArgs{
    	BotIds: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	CategoryId: pulumi.String("string"),
    	ConfigId:   pulumi.Int(0),
    })
    
    var botmanCustomBotCategoryItemSequenceResource = new BotmanCustomBotCategoryItemSequence("botmanCustomBotCategoryItemSequenceResource", BotmanCustomBotCategoryItemSequenceArgs.builder()
        .botIds("string")
        .categoryId("string")
        .configId(0)
        .build());
    
    botman_custom_bot_category_item_sequence_resource = akamai.BotmanCustomBotCategoryItemSequence("botmanCustomBotCategoryItemSequenceResource",
        bot_ids=["string"],
        category_id="string",
        config_id=0)
    
    const botmanCustomBotCategoryItemSequenceResource = new akamai.BotmanCustomBotCategoryItemSequence("botmanCustomBotCategoryItemSequenceResource", {
        botIds: ["string"],
        categoryId: "string",
        configId: 0,
    });
    
    type: akamai:BotmanCustomBotCategoryItemSequence
    properties:
        botIds:
            - string
        categoryId: string
        configId: 0
    

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

    BotIds List<string>
    Unique identifiers of bots in this category, sorted in preferred order
    CategoryId string
    Unique identifier of the bot category
    ConfigId int
    Unique identifier of the security configuration
    BotIds []string
    Unique identifiers of bots in this category, sorted in preferred order
    CategoryId string
    Unique identifier of the bot category
    ConfigId int
    Unique identifier of the security configuration
    botIds List<String>
    Unique identifiers of bots in this category, sorted in preferred order
    categoryId String
    Unique identifier of the bot category
    configId Integer
    Unique identifier of the security configuration
    botIds string[]
    Unique identifiers of bots in this category, sorted in preferred order
    categoryId string
    Unique identifier of the bot category
    configId number
    Unique identifier of the security configuration
    bot_ids Sequence[str]
    Unique identifiers of bots in this category, sorted in preferred order
    category_id str
    Unique identifier of the bot category
    config_id int
    Unique identifier of the security configuration
    botIds List<String>
    Unique identifiers of bots in this category, sorted in preferred order
    categoryId String
    Unique identifier of the bot category
    configId Number
    Unique identifier of the security configuration

    Outputs

    All input properties are implicitly available as output properties. Additionally, the BotmanCustomBotCategoryItemSequence 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 BotmanCustomBotCategoryItemSequence Resource

    Get an existing BotmanCustomBotCategoryItemSequence 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?: BotmanCustomBotCategoryItemSequenceState, opts?: CustomResourceOptions): BotmanCustomBotCategoryItemSequence
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            bot_ids: Optional[Sequence[str]] = None,
            category_id: Optional[str] = None,
            config_id: Optional[int] = None) -> BotmanCustomBotCategoryItemSequence
    func GetBotmanCustomBotCategoryItemSequence(ctx *Context, name string, id IDInput, state *BotmanCustomBotCategoryItemSequenceState, opts ...ResourceOption) (*BotmanCustomBotCategoryItemSequence, error)
    public static BotmanCustomBotCategoryItemSequence Get(string name, Input<string> id, BotmanCustomBotCategoryItemSequenceState? state, CustomResourceOptions? opts = null)
    public static BotmanCustomBotCategoryItemSequence get(String name, Output<String> id, BotmanCustomBotCategoryItemSequenceState state, CustomResourceOptions options)
    resources:  _:    type: akamai:BotmanCustomBotCategoryItemSequence    get:      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.
    The following state arguments are supported:
    BotIds List<string>
    Unique identifiers of bots in this category, sorted in preferred order
    CategoryId string
    Unique identifier of the bot category
    ConfigId int
    Unique identifier of the security configuration
    BotIds []string
    Unique identifiers of bots in this category, sorted in preferred order
    CategoryId string
    Unique identifier of the bot category
    ConfigId int
    Unique identifier of the security configuration
    botIds List<String>
    Unique identifiers of bots in this category, sorted in preferred order
    categoryId String
    Unique identifier of the bot category
    configId Integer
    Unique identifier of the security configuration
    botIds string[]
    Unique identifiers of bots in this category, sorted in preferred order
    categoryId string
    Unique identifier of the bot category
    configId number
    Unique identifier of the security configuration
    bot_ids Sequence[str]
    Unique identifiers of bots in this category, sorted in preferred order
    category_id str
    Unique identifier of the bot category
    config_id int
    Unique identifier of the security configuration
    botIds List<String>
    Unique identifiers of bots in this category, sorted in preferred order
    categoryId String
    Unique identifier of the bot category
    configId 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 akamai Terraform Provider.
    akamai logo
    Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi