You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`name` - The name of the bot. The bot name must be unique in the account that creates the bot. Type String. Length Constraints: Minimum length of 1. Maximum length of 100.
32
+
*`name` - Name of the bot. The bot name must be unique in the account that creates the bot. Type String. Length Constraints: Minimum length of 1. Maximum length of 100.
33
33
*`data_privacy` - Provides information on additional privacy protections Amazon Lex should use with the bot's data. See [`data_privacy`](#data-privacy)
34
-
*`idle_session_ttl_in_seconds` - The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot. You can specify between 60 (1 minute) and 86,400 (24 hours) seconds.
35
-
*`role_arn` - The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot.
34
+
*`idle_session_ttl_in_seconds` - Time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot. You can specify between 60 (1 minute) and 86,400 (24 hours) seconds.
35
+
*`role_arn` - ARN of an IAM role that has permission to access the bot.
36
36
37
37
The following arguments are optional:
38
38
39
39
*`members` - List of bot members in a network to be created. See [`bot_members`](#bot-members).
40
-
*`bot_tags` - A list of tags to add to the bot. You can only add tags when you create a bot.
41
-
*`bot_type` - The type of a bot to create.
42
-
*`description` - A description of the bot. It appears in lists to help you identify a particular bot.
43
-
*`test_bot_alias_tags` - A list of tags to add to the test alias for a bot. You can only add tags when you create a bot.
40
+
*`bot_tags` - List of tags to add to the bot. You can only add tags when you create a bot.
41
+
*`bot_type` - Type of a bot to create.
42
+
*`description` - Description of the bot. It appears in lists to help you identify a particular bot.
43
+
*`test_bot_alias_tags` - List of tags to add to the test alias for a bot. You can only add tags when you create a bot.
44
44
45
45
## Attribute Reference
46
46
47
47
This resource exports the following attributes in addition to the arguments above:
48
48
49
-
*`id` - A unique identifier for a particular bot.
49
+
*`id` - Unique identifier for a particular bot.
50
50
51
51
### Data Privacy
52
52
@@ -64,9 +64,9 @@ This resource exports the following attributes in addition to the arguments abov
0 commit comments