Interface LexBotAliasConversationLogsLogSettings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LexBotAliasConversationLogsLogSettings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.683Z") @Stability(Stable) public interface LexBotAliasConversationLogsLogSettings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLexBotAliasConversationLogsLogSettings.BuilderA builder forLexBotAliasConversationLogsLogSettingsstatic classLexBotAliasConversationLogsLogSettings.Jsii$ProxyAn implementation forLexBotAliasConversationLogsLogSettings
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static LexBotAliasConversationLogsLogSettings.Builderbuilder()StringgetDestination()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lex_bot_alias#destination LexBotAlias#destination}.default StringgetKmsKeyArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lex_bot_alias#kms_key_arn LexBotAlias#kms_key_arn}.StringgetLogType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lex_bot_alias#log_type LexBotAlias#log_type}.StringgetResourceArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lex_bot_alias#resource_arn LexBotAlias#resource_arn}.
-
-
-
Method Detail
-
getDestination
@Stability(Stable) @NotNull String getDestination()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lex_bot_alias#destination LexBotAlias#destination}.
-
getLogType
@Stability(Stable) @NotNull String getLogType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lex_bot_alias#log_type LexBotAlias#log_type}.
-
getResourceArn
@Stability(Stable) @NotNull String getResourceArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lex_bot_alias#resource_arn LexBotAlias#resource_arn}.
-
getKmsKeyArn
@Stability(Stable) @Nullable default String getKmsKeyArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lex_bot_alias#kms_key_arn LexBotAlias#kms_key_arn}.
-
builder
@Stability(Stable) static LexBotAliasConversationLogsLogSettings.Builder builder()
-
-