Class LexBotAlias

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.ITerraformAddressable, com.hashicorp.cdktf.ITerraformDependable, com.hashicorp.cdktf.ITerraformResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:53.682Z")
    @Stability(Stable)
    public class LexBotAlias
    extends com.hashicorp.cdktf.TerraformResource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lex_bot_alias aws_lex_bot_alias}.
    • Field Detail

      • TF_RESOURCE_TYPE

        @Stability(Stable)
        public static final String TF_RESOURCE_TYPE
    • Constructor Detail

      • LexBotAlias

        protected LexBotAlias​(software.amazon.jsii.JsiiObjectRef objRef)
      • LexBotAlias

        protected LexBotAlias​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • LexBotAlias

        @Stability(Stable)
        public LexBotAlias​(@NotNull
                           software.constructs.Construct scope,
                           @NotNull
                           String id,
                           @NotNull
                           LexBotAliasConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lex_bot_alias aws_lex_bot_alias} Resource.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        config - This parameter is required.
    • Method Detail

      • putConversationLogs

        @Stability(Stable)
        public void putConversationLogs​(@NotNull
                                        LexBotAliasConversationLogs value)
        Parameters:
        value - This parameter is required.
      • putTimeouts

        @Stability(Stable)
        public void putTimeouts​(@NotNull
                                LexBotAliasTimeouts value)
        Parameters:
        value - This parameter is required.
      • resetConversationLogs

        @Stability(Stable)
        public void resetConversationLogs()
      • resetDescription

        @Stability(Stable)
        public void resetDescription()
      • resetId

        @Stability(Stable)
        public void resetId()
      • resetTimeouts

        @Stability(Stable)
        public void resetTimeouts()
      • synthesizeAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeAttributes()
        Overrides:
        synthesizeAttributes in class com.hashicorp.cdktf.TerraformResource
      • getArn

        @Stability(Stable)
        @NotNull
        public String getArn()
      • getChecksum

        @Stability(Stable)
        @NotNull
        public String getChecksum()
      • getCreatedDate

        @Stability(Stable)
        @NotNull
        public String getCreatedDate()
      • getLastUpdatedDate

        @Stability(Stable)
        @NotNull
        public String getLastUpdatedDate()
      • getBotNameInput

        @Stability(Stable)
        @Nullable
        public String getBotNameInput()
      • getBotVersionInput

        @Stability(Stable)
        @Nullable
        public String getBotVersionInput()
      • getDescriptionInput

        @Stability(Stable)
        @Nullable
        public String getDescriptionInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getNameInput

        @Stability(Stable)
        @Nullable
        public String getNameInput()
      • getTimeoutsInput

        @Stability(Stable)
        @Nullable
        public Object getTimeoutsInput()
      • getBotName

        @Stability(Stable)
        @NotNull
        public String getBotName()
      • setBotName

        @Stability(Stable)
        public void setBotName​(@NotNull
                               String value)
      • getBotVersion

        @Stability(Stable)
        @NotNull
        public String getBotVersion()
      • setBotVersion

        @Stability(Stable)
        public void setBotVersion​(@NotNull
                                  String value)
      • getDescription

        @Stability(Stable)
        @NotNull
        public String getDescription()
      • setDescription

        @Stability(Stable)
        public void setDescription​(@NotNull
                                   String value)
      • getId

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getName

        @Stability(Stable)
        @NotNull
        public String getName()
      • setName

        @Stability(Stable)
        public void setName​(@NotNull
                            String value)