We recommend new projects start with resources from the AWS provider.
aws-native.lex.getBot
We recommend new projects start with resources from the AWS provider.
Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
Using getBot
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBot(args: GetBotArgs, opts?: InvokeOptions): Promise<GetBotResult>
function getBotOutput(args: GetBotOutputArgs, opts?: InvokeOptions): Output<GetBotResult>def get_bot(id: Optional[str] = None,
            opts: Optional[InvokeOptions] = None) -> GetBotResult
def get_bot_output(id: Optional[pulumi.Input[str]] = None,
            opts: Optional[InvokeOptions] = None) -> Output[GetBotResult]func LookupBot(ctx *Context, args *LookupBotArgs, opts ...InvokeOption) (*LookupBotResult, error)
func LookupBotOutput(ctx *Context, args *LookupBotOutputArgs, opts ...InvokeOption) LookupBotResultOutput> Note: This function is named LookupBot in the Go SDK.
public static class GetBot 
{
    public static Task<GetBotResult> InvokeAsync(GetBotArgs args, InvokeOptions? opts = null)
    public static Output<GetBotResult> Invoke(GetBotInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBotResult> getBot(GetBotArgs args, InvokeOptions options)
public static Output<GetBotResult> getBot(GetBotArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:lex:getBot
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Id string
- The unique identifier of the bot.
- Id string
- The unique identifier of the bot.
- id String
- The unique identifier of the bot.
- id string
- The unique identifier of the bot.
- id str
- The unique identifier of the bot.
- id String
- The unique identifier of the bot.
getBot Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the bot.
- DataPrivacy Pulumi.Aws Native. Lex. Outputs. Data Privacy Properties 
- By default, data stored by Amazon Lex is encrypted. The DataPrivacystructure provides settings that determine how Amazon Lex handles special cases of securing the data for your bot.
- Description string
- The description of the version.
- ErrorLog Pulumi.Settings Aws Native. Lex. Outputs. Error Log Settings Properties 
- Id string
- The unique identifier of the bot.
- IdleSession intTtl In Seconds 
- The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot. - A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Lex deletes any data provided before the timeout. - You can specify between 60 (1 minute) and 86,400 (24 hours) seconds. 
- Name string
- The name of the bot locale.
- RoleArn string
- The Amazon Resource Name (ARN) of the IAM role used to build and run the bot.
- TestBot Pulumi.Alias Settings Aws Native. Lex. Outputs. Bot Test Bot Alias Settings 
- Specifies configuration settings for the alias used to test the bot. If the TestBotAliasSettingsproperty is not specified, the settings are configured with default values.
- Arn string
- The Amazon Resource Name (ARN) of the bot.
- DataPrivacy DataPrivacy Properties 
- By default, data stored by Amazon Lex is encrypted. The DataPrivacystructure provides settings that determine how Amazon Lex handles special cases of securing the data for your bot.
- Description string
- The description of the version.
- ErrorLog ErrorSettings Log Settings Properties 
- Id string
- The unique identifier of the bot.
- IdleSession intTtl In Seconds 
- The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot. - A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Lex deletes any data provided before the timeout. - You can specify between 60 (1 minute) and 86,400 (24 hours) seconds. 
- Name string
- The name of the bot locale.
- RoleArn string
- The Amazon Resource Name (ARN) of the IAM role used to build and run the bot.
- TestBot BotAlias Settings Test Bot Alias Settings 
- Specifies configuration settings for the alias used to test the bot. If the TestBotAliasSettingsproperty is not specified, the settings are configured with default values.
- arn String
- The Amazon Resource Name (ARN) of the bot.
- dataPrivacy DataPrivacy Properties 
- By default, data stored by Amazon Lex is encrypted. The DataPrivacystructure provides settings that determine how Amazon Lex handles special cases of securing the data for your bot.
- description String
- The description of the version.
- errorLog ErrorSettings Log Settings Properties 
- id String
- The unique identifier of the bot.
- idleSession IntegerTtl In Seconds 
- The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot. - A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Lex deletes any data provided before the timeout. - You can specify between 60 (1 minute) and 86,400 (24 hours) seconds. 
- name String
- The name of the bot locale.
- roleArn String
- The Amazon Resource Name (ARN) of the IAM role used to build and run the bot.
- testBot BotAlias Settings Test Bot Alias Settings 
- Specifies configuration settings for the alias used to test the bot. If the TestBotAliasSettingsproperty is not specified, the settings are configured with default values.
- arn string
- The Amazon Resource Name (ARN) of the bot.
- dataPrivacy DataPrivacy Properties 
- By default, data stored by Amazon Lex is encrypted. The DataPrivacystructure provides settings that determine how Amazon Lex handles special cases of securing the data for your bot.
- description string
- The description of the version.
- errorLog ErrorSettings Log Settings Properties 
- id string
- The unique identifier of the bot.
- idleSession numberTtl In Seconds 
- The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot. - A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Lex deletes any data provided before the timeout. - You can specify between 60 (1 minute) and 86,400 (24 hours) seconds. 
- name string
- The name of the bot locale.
- roleArn string
- The Amazon Resource Name (ARN) of the IAM role used to build and run the bot.
- testBot BotAlias Settings Test Bot Alias Settings 
- Specifies configuration settings for the alias used to test the bot. If the TestBotAliasSettingsproperty is not specified, the settings are configured with default values.
- arn str
- The Amazon Resource Name (ARN) of the bot.
- data_privacy DataPrivacy Properties 
- By default, data stored by Amazon Lex is encrypted. The DataPrivacystructure provides settings that determine how Amazon Lex handles special cases of securing the data for your bot.
- description str
- The description of the version.
- error_log_ Errorsettings Log Settings Properties 
- id str
- The unique identifier of the bot.
- idle_session_ intttl_ in_ seconds 
- The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot. - A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Lex deletes any data provided before the timeout. - You can specify between 60 (1 minute) and 86,400 (24 hours) seconds. 
- name str
- The name of the bot locale.
- role_arn str
- The Amazon Resource Name (ARN) of the IAM role used to build and run the bot.
- test_bot_ Botalias_ settings Test Bot Alias Settings 
- Specifies configuration settings for the alias used to test the bot. If the TestBotAliasSettingsproperty is not specified, the settings are configured with default values.
- arn String
- The Amazon Resource Name (ARN) of the bot.
- dataPrivacy Property Map
- By default, data stored by Amazon Lex is encrypted. The DataPrivacystructure provides settings that determine how Amazon Lex handles special cases of securing the data for your bot.
- description String
- The description of the version.
- errorLog Property MapSettings 
- id String
- The unique identifier of the bot.
- idleSession NumberTtl In Seconds 
- The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot. - A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Lex deletes any data provided before the timeout. - You can specify between 60 (1 minute) and 86,400 (24 hours) seconds. 
- name String
- The name of the bot locale.
- roleArn String
- The Amazon Resource Name (ARN) of the IAM role used to build and run the bot.
- testBot Property MapAlias Settings 
- Specifies configuration settings for the alias used to test the bot. If the TestBotAliasSettingsproperty is not specified, the settings are configured with default values.
Supporting Types
BotAliasCodeHookSpecification    
BotAliasLambdaCodeHook    
- CodeHook stringInterface Version 
- The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
- LambdaArn string
- The Amazon Resource Name (ARN) of the Lambda function.
- CodeHook stringInterface Version 
- The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
- LambdaArn string
- The Amazon Resource Name (ARN) of the Lambda function.
- codeHook StringInterface Version 
- The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
- lambdaArn String
- The Amazon Resource Name (ARN) of the Lambda function.
- codeHook stringInterface Version 
- The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
- lambdaArn string
- The Amazon Resource Name (ARN) of the Lambda function.
- code_hook_ strinterface_ version 
- The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
- lambda_arn str
- The Amazon Resource Name (ARN) of the Lambda function.
- codeHook StringInterface Version 
- The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
- lambdaArn String
- The Amazon Resource Name (ARN) of the Lambda function.
BotAliasLocaleSettings   
- Enabled bool
- Whether the Lambda code hook is enabled
- CodeHook Pulumi.Specification Aws Native. Lex. Inputs. Bot Alias Code Hook Specification 
- Enabled bool
- Whether the Lambda code hook is enabled
- CodeHook BotSpecification Alias Code Hook Specification 
- enabled Boolean
- Whether the Lambda code hook is enabled
- codeHook BotSpecification Alias Code Hook Specification 
- enabled boolean
- Whether the Lambda code hook is enabled
- codeHook BotSpecification Alias Code Hook Specification 
- enabled bool
- Whether the Lambda code hook is enabled
- code_hook_ Botspecification Alias Code Hook Specification 
- enabled Boolean
- Whether the Lambda code hook is enabled
- codeHook Property MapSpecification 
BotAliasLocaleSettingsItem    
- BotAlias Pulumi.Locale Setting Aws Native. Lex. Inputs. Bot Alias Locale Settings 
- LocaleId string
- A string used to identify the locale
- BotAlias BotLocale Setting Alias Locale Settings 
- LocaleId string
- A string used to identify the locale
- botAlias BotLocale Setting Alias Locale Settings 
- localeId String
- A string used to identify the locale
- botAlias BotLocale Setting Alias Locale Settings 
- localeId string
- A string used to identify the locale
- bot_alias_ Botlocale_ setting Alias Locale Settings 
- locale_id str
- A string used to identify the locale
- botAlias Property MapLocale Setting 
- localeId String
- A string used to identify the locale
BotAudioLogDestination   
BotAudioLogSetting   
- destination Property Map
- enabled Boolean
BotCloudWatchLogGroupLogDestination      
- CloudWatch stringLog Group Arn 
- LogPrefix string
- CloudWatch stringLog Group Arn 
- LogPrefix string
- cloudWatch StringLog Group Arn 
- logPrefix String
- cloudWatch stringLog Group Arn 
- logPrefix string
- cloudWatch StringLog Group Arn 
- logPrefix String
BotConversationLogSettings   
- AudioLog List<Pulumi.Settings Aws Native. Lex. Inputs. Bot Audio Log Setting> 
- The Amazon S3 settings for logging audio to an S3 bucket.
- TextLog List<Pulumi.Settings Aws Native. Lex. Inputs. Bot Text Log Setting> 
- The Amazon CloudWatch Logs settings for logging text and metadata.
- AudioLog []BotSettings Audio Log Setting 
- The Amazon S3 settings for logging audio to an S3 bucket.
- TextLog []BotSettings Text Log Setting 
- The Amazon CloudWatch Logs settings for logging text and metadata.
- audioLog List<BotSettings Audio Log Setting> 
- The Amazon S3 settings for logging audio to an S3 bucket.
- textLog List<BotSettings Text Log Setting> 
- The Amazon CloudWatch Logs settings for logging text and metadata.
- audioLog BotSettings Audio Log Setting[] 
- The Amazon S3 settings for logging audio to an S3 bucket.
- textLog BotSettings Text Log Setting[] 
- The Amazon CloudWatch Logs settings for logging text and metadata.
- audio_log_ Sequence[Botsettings Audio Log Setting] 
- The Amazon S3 settings for logging audio to an S3 bucket.
- text_log_ Sequence[Botsettings Text Log Setting] 
- The Amazon CloudWatch Logs settings for logging text and metadata.
- audioLog List<Property Map>Settings 
- The Amazon S3 settings for logging audio to an S3 bucket.
- textLog List<Property Map>Settings 
- The Amazon CloudWatch Logs settings for logging text and metadata.
BotS3BucketLogDestination   
- LogPrefix string
- S3BucketArn string
- KmsKey stringArn 
- LogPrefix string
- S3BucketArn string
- KmsKey stringArn 
- logPrefix String
- s3BucketArn String
- kmsKey StringArn 
- logPrefix string
- s3BucketArn string
- kmsKey stringArn 
- log_prefix str
- s3_bucket_ strarn 
- kms_key_ strarn 
- logPrefix String
- s3BucketArn String
- kmsKey StringArn 
BotTestBotAliasSettings    
- BotAlias List<Pulumi.Locale Settings Aws Native. Lex. Inputs. Bot Alias Locale Settings Item> 
- Specifies settings that are unique to a locale. For example, you can use a different Lambda function depending on the bot's locale.
- ConversationLog Pulumi.Settings Aws Native. Lex. Inputs. Bot Conversation Log Settings 
- Specifies settings for conversation logs that save audio, text, and metadata information for conversations with your users.
- Description string
- Specifies a description for the test bot alias.
- SentimentAnalysis Pulumi.Settings Aws Native. Lex. Inputs. Bot Test Bot Alias Settings Sentiment Analysis Settings Properties 
- Specifies whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
- BotAlias []BotLocale Settings Alias Locale Settings Item 
- Specifies settings that are unique to a locale. For example, you can use a different Lambda function depending on the bot's locale.
- ConversationLog BotSettings Conversation Log Settings 
- Specifies settings for conversation logs that save audio, text, and metadata information for conversations with your users.
- Description string
- Specifies a description for the test bot alias.
- SentimentAnalysis BotSettings Test Bot Alias Settings Sentiment Analysis Settings Properties 
- Specifies whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
- botAlias List<BotLocale Settings Alias Locale Settings Item> 
- Specifies settings that are unique to a locale. For example, you can use a different Lambda function depending on the bot's locale.
- conversationLog BotSettings Conversation Log Settings 
- Specifies settings for conversation logs that save audio, text, and metadata information for conversations with your users.
- description String
- Specifies a description for the test bot alias.
- sentimentAnalysis BotSettings Test Bot Alias Settings Sentiment Analysis Settings Properties 
- Specifies whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
- botAlias BotLocale Settings Alias Locale Settings Item[] 
- Specifies settings that are unique to a locale. For example, you can use a different Lambda function depending on the bot's locale.
- conversationLog BotSettings Conversation Log Settings 
- Specifies settings for conversation logs that save audio, text, and metadata information for conversations with your users.
- description string
- Specifies a description for the test bot alias.
- sentimentAnalysis BotSettings Test Bot Alias Settings Sentiment Analysis Settings Properties 
- Specifies whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
- bot_alias_ Sequence[Botlocale_ settings Alias Locale Settings Item] 
- Specifies settings that are unique to a locale. For example, you can use a different Lambda function depending on the bot's locale.
- conversation_log_ Botsettings Conversation Log Settings 
- Specifies settings for conversation logs that save audio, text, and metadata information for conversations with your users.
- description str
- Specifies a description for the test bot alias.
- sentiment_analysis_ Botsettings Test Bot Alias Settings Sentiment Analysis Settings Properties 
- Specifies whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
- botAlias List<Property Map>Locale Settings 
- Specifies settings that are unique to a locale. For example, you can use a different Lambda function depending on the bot's locale.
- conversationLog Property MapSettings 
- Specifies settings for conversation logs that save audio, text, and metadata information for conversations with your users.
- description String
- Specifies a description for the test bot alias.
- sentimentAnalysis Property MapSettings 
- Specifies whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
BotTestBotAliasSettingsSentimentAnalysisSettingsProperties        
- DetectSentiment bool
- DetectSentiment bool
- detectSentiment Boolean
- detectSentiment boolean
- detect_sentiment bool
- detectSentiment Boolean
BotTextLogDestination   
BotTextLogSetting   
- destination Property Map
- enabled Boolean
DataPrivacyProperties  
- ChildDirected bool
- For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying trueorfalsein thechildDirectedfield. By specifyingtruein thechildDirectedfield, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifyingfalsein thechildDirectedfield, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for thechildDirectedfield that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ .
- ChildDirected bool
- For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying trueorfalsein thechildDirectedfield. By specifyingtruein thechildDirectedfield, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifyingfalsein thechildDirectedfield, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for thechildDirectedfield that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ .
- childDirected Boolean
- For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying trueorfalsein thechildDirectedfield. By specifyingtruein thechildDirectedfield, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifyingfalsein thechildDirectedfield, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for thechildDirectedfield that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ .
- childDirected boolean
- For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying trueorfalsein thechildDirectedfield. By specifyingtruein thechildDirectedfield, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifyingfalsein thechildDirectedfield, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for thechildDirectedfield that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ .
- child_directed bool
- For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying trueorfalsein thechildDirectedfield. By specifyingtruein thechildDirectedfield, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifyingfalsein thechildDirectedfield, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for thechildDirectedfield that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ .
- childDirected Boolean
- For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying trueorfalsein thechildDirectedfield. By specifyingtruein thechildDirectedfield, you confirm that your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifyingfalsein thechildDirectedfield, you confirm that your use of Amazon Lex is not related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for thechildDirectedfield that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ .
ErrorLogSettingsProperties   
- Enabled bool
- Enabled bool
- enabled Boolean
- enabled boolean
- enabled bool
- enabled Boolean
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
