Class TopicState


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

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

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static TopicState Empty  
    • Method Detail

      • loggingEnabled

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> loggingEnabled()
        Returns:
        Is logging enabled? true or false. Default value to false.
      • maximumMessageSize

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> maximumMessageSize()
        Returns:
        This indicates the maximum length, in bytes, of any message body sent to the topic. Valid value range: 1024-65536, i.e., 1K to 64K. Default value to 65536.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        Two topics on a single account in the same region cannot have the same name. A topic name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 256 characters.