Class AccountState


  • public final class AccountState
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  AccountState.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Detail

      • accountDescription

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> accountDescription()
        Returns:
        The description of the account. * Starts with a letter. * Does not start with `http://` or `https://`. * Contains letters, underscores (_), hyphens (-), or digits. * Be 2 to 256 characters in length.
      • accountName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> accountName()
        Returns:
        The name of the account. The account name must be unique and meet the following requirements: * Starts with a letter. * Contains only lowercase letters, digits, or underscores (_). * Be up to 16 characters in length. * Contains no reserved keywords.
      • accountPassword

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> accountPassword()
        Returns:
        The password of the account. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include `! @ # $ % ^ & * ( ) _ + - =`.
      • dbInstanceId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> dbInstanceId()
        Returns:
        The ID of the instance.
      • status

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> status()
        Returns:
        The status of the account. Valid values: `Active`, `Creating` and `Deleting`.