Interface LexBotAliasConversationLogs
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LexBotAliasConversationLogs.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.683Z") @Stability(Stable) public interface LexBotAliasConversationLogs extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLexBotAliasConversationLogs.BuilderA builder forLexBotAliasConversationLogsstatic classLexBotAliasConversationLogs.Jsii$ProxyAn implementation forLexBotAliasConversationLogs
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static LexBotAliasConversationLogs.Builderbuilder()StringgetIamRoleArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lex_bot_alias#iam_role_arn LexBotAlias#iam_role_arn}.default ObjectgetLogSettings()log_settings block.
-
-
-
Method Detail
-
getIamRoleArn
@Stability(Stable) @NotNull String getIamRoleArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lex_bot_alias#iam_role_arn LexBotAlias#iam_role_arn}.
-
getLogSettings
@Stability(Stable) @Nullable default Object getLogSettings()
log_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lex_bot_alias#log_settings LexBotAlias#log_settings}
-
builder
@Stability(Stable) static LexBotAliasConversationLogs.Builder builder()
-
-