Package com.pulumi.cloudamqp
Class RabbitConfiguration
- java.lang.Object
-
- com.pulumi.resources.Resource
-
- com.pulumi.resources.CustomResource
-
- com.pulumi.cloudamqp.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>` ```
-
-
Constructor Summary
Constructors Constructor Description RabbitConfiguration(java.lang.String name)RabbitConfiguration(java.lang.String name, RabbitConfigurationArgs args)RabbitConfiguration(java.lang.String name, RabbitConfigurationArgs args, com.pulumi.resources.CustomResourceOptions options)
-
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 RabbitConfigurationget(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()
-
-
-
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.
-
-