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 string
- The unique name of the resource.
- args BotmanCustomBotCategorySequenceArgs
- 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 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 string
- The unique name of the resource.
- args BotmanCustomBotCategorySequenceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args BotmanCustomBotCategorySequenceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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,
});
example, err := akamai.NewBotmanCustomBotCategorySequence(ctx, "botmanCustomBotCategorySequenceResource", &akamai.BotmanCustomBotCategorySequenceArgs{
CategoryIds: pulumi.StringArray{
pulumi.String("string"),
},
ConfigId: pulumi.Int(0),
})
var botmanCustomBotCategorySequenceResource = new BotmanCustomBotCategorySequence("botmanCustomBotCategorySequenceResource", BotmanCustomBotCategorySequenceArgs.builder()
.categoryIds("string")
.configId(0)
.build());
botman_custom_bot_category_sequence_resource = akamai.BotmanCustomBotCategorySequence("botmanCustomBotCategorySequenceResource",
category_ids=["string"],
config_id=0)
const botmanCustomBotCategorySequenceResource = new akamai.BotmanCustomBotCategorySequence("botmanCustomBotCategorySequenceResource", {
categoryIds: ["string"],
configId: 0,
});
type: akamai:BotmanCustomBotCategorySequence
properties:
categoryIds:
- string
configId: 0
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
The BotmanCustomBotCategorySequence resource accepts the following input properties:
- Category
Ids List<string> - Config
Id int
- Category
Ids []string - Config
Id int
- category
Ids List<String> - config
Id Integer
- category
Ids string[] - config
Id number
- category_
ids Sequence[str] - config_
id int
- category
Ids List<String> - config
Id 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)
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.
- Category
Ids List<string> - Config
Id int
- Category
Ids []string - Config
Id int
- category
Ids List<String> - config
Id Integer
- category
Ids string[] - config
Id number
- category_
ids Sequence[str] - config_
id int
- category
Ids List<String> - config
Id Number
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.