Class RabbitConfiguration


  • public class RabbitConfiguration
    extends com.pulumi.resources.CustomResource
    ## Import `cloudamqp_rabbitmq_configuration` can be imported using the CloudAMQP instance identifier. ```sh $ pulumi import cloudamqp:index/rabbitConfiguration:RabbitConfiguration config <instance_id>` ```
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.pulumi.resources.CustomResource

        com.pulumi.resources.CustomResource.CustomResourceInternal
      • Nested classes/interfaces inherited from class com.pulumi.resources.Resource

        com.pulumi.resources.Resource.LazyField<T extends java.lang.Object>, com.pulumi.resources.Resource.LazyFields, com.pulumi.resources.Resource.ResourceInternal
    • Field Summary

      • Fields inherited from class com.pulumi.resources.Resource

        childResources, remote
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.pulumi.core.Output<java.lang.Integer> channelMax()  
      com.pulumi.core.Output<java.lang.String> clusterPartitionHandling()  
      com.pulumi.core.Output<java.lang.Integer> connectionMax()  
      com.pulumi.core.Output<java.lang.Integer> consumerTimeout()  
      static RabbitConfiguration get​(java.lang.String name, com.pulumi.core.Output<java.lang.String> id, RabbitConfigurationState state, com.pulumi.resources.CustomResourceOptions options)
      Get an existing Host resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
      com.pulumi.core.Output<java.lang.Integer> heartbeat()  
      com.pulumi.core.Output<java.lang.Integer> instanceId()  
      com.pulumi.core.Output<java.lang.String> logExchangeLevel()  
      com.pulumi.core.Output<java.lang.Integer> maxMessageSize()  
      com.pulumi.core.Output<java.lang.Integer> queueIndexEmbedMsgsBelow()  
      com.pulumi.core.Output<java.util.Optional<java.lang.Integer>> sleep()  
      com.pulumi.core.Output<java.util.Optional<java.lang.Integer>> timeout()  
      com.pulumi.core.Output<java.lang.Double> vmMemoryHighWatermark()  
      • Methods inherited from class com.pulumi.resources.CustomResource

        getId, id, idFuture
      • Methods inherited from class com.pulumi.resources.Resource

        getChildResources, getResourceName, getResourceType, getUrn, pulumiChildResources, pulumiResourceName, pulumiResourceType, urn
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RabbitConfiguration

        public RabbitConfiguration​(java.lang.String name)
        Parameters:
        name - The _unique_ name of the resulting resource.
      • RabbitConfiguration

        public RabbitConfiguration​(java.lang.String name,
                                   RabbitConfigurationArgs args)
        Parameters:
        name - The _unique_ name of the resulting resource.
        args - The arguments to use to populate this resource's properties.
      • RabbitConfiguration

        public RabbitConfiguration​(java.lang.String name,
                                   RabbitConfigurationArgs args,
                                   @Nullable
                                   com.pulumi.resources.CustomResourceOptions options)
        Parameters:
        name - The _unique_ name of the resulting resource.
        args - The arguments to use to populate this resource's properties.
        options - A bag of options that control this resource's behavior.
    • Method Detail

      • channelMax

        public com.pulumi.core.Output<java.lang.Integer> channelMax()
        Returns:
        Set the maximum permissible number of channels per connection.
      • clusterPartitionHandling

        public com.pulumi.core.Output<java.lang.String> clusterPartitionHandling()
        Returns:
        Set how the cluster should handle network partition.
      • connectionMax

        public com.pulumi.core.Output<java.lang.Integer> connectionMax()
        Returns:
        Set the maximum permissible number of connection.
      • consumerTimeout

        public com.pulumi.core.Output<java.lang.Integer> consumerTimeout()
        Returns:
        A consumer that has recevied a message and does not acknowledge that message within the timeout in milliseconds
      • heartbeat

        public com.pulumi.core.Output<java.lang.Integer> heartbeat()
        Returns:
        Set the server AMQP 0-9-1 heartbeat timeout in seconds.
      • instanceId

        public com.pulumi.core.Output<java.lang.Integer> instanceId()
        Returns:
        The CloudAMQP instance ID.
      • logExchangeLevel

        public com.pulumi.core.Output<java.lang.String> logExchangeLevel()
        Returns:
        Log level for the logger used for log integrations and the CloudAMQP Console log view. *Note: Requires a restart of RabbitMQ to be applied.*
      • maxMessageSize

        public com.pulumi.core.Output<java.lang.Integer> maxMessageSize()
        Returns:
        The largest allowed message payload size in bytes.
      • queueIndexEmbedMsgsBelow

        public com.pulumi.core.Output<java.lang.Integer> queueIndexEmbedMsgsBelow()
        Returns:
        Size in bytes below which to embed messages in the queue index. 0 will turn off payload embedding in the queue index.
      • sleep

        public com.pulumi.core.Output<java.util.Optional<java.lang.Integer>> sleep()
        Returns:
        Configurable sleep time in seconds between retries for RabbitMQ configuration. Default set to 60 seconds.
      • timeout

        public com.pulumi.core.Output<java.util.Optional<java.lang.Integer>> timeout()
        Returns:
        Configurable timeout time in seconds for RabbitMQ configuration. Default set to 3600 seconds.
      • vmMemoryHighWatermark

        public com.pulumi.core.Output<java.lang.Double> vmMemoryHighWatermark()
        Returns:
        When the server will enter memory based flow-control as relative to the maximum available memory.
      • get

        public static RabbitConfiguration get​(java.lang.String name,
                                              com.pulumi.core.Output<java.lang.String> id,
                                              @Nullable
                                              RabbitConfigurationState state,
                                              @Nullable
                                              com.pulumi.resources.CustomResourceOptions options)
        Get an existing Host resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
        Parameters:
        name - The _unique_ name of the resulting resource.
        id - The _unique_ provider ID of the resource to lookup.
        state -
        options - Optional settings to control the behavior of the CustomResource.