Interface MqBrokerUser

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    MqBrokerUser.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:54.085Z")
    @Stability(Stable)
    public interface MqBrokerUser
    extends software.amazon.jsii.JsiiSerializable
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      static MqBrokerUser.Builder builder()  
      default Object getConsoleAccess()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#console_access MqBroker#console_access}.
      default List<String> getGroups()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#groups MqBroker#groups}.
      String getPassword()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#password MqBroker#password}.
      String getUsername()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#username MqBroker#username}.
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Method Detail

      • getPassword

        @Stability(Stable)
        @NotNull
        String getPassword()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#password MqBroker#password}.
      • getUsername

        @Stability(Stable)
        @NotNull
        String getUsername()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#username MqBroker#username}.
      • getConsoleAccess

        @Stability(Stable)
        @Nullable
        default Object getConsoleAccess()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#console_access MqBroker#console_access}.
      • getGroups

        @Stability(Stable)
        @Nullable
        default List<String> getGroups()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#groups MqBroker#groups}.