Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Data Source schema for Volcengine::RabbitMQ::InstancePlugin
Using getInstancePlugin
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getInstancePlugin(args: GetInstancePluginArgs, opts?: InvokeOptions): Promise<GetInstancePluginResult>
function getInstancePluginOutput(args: GetInstancePluginOutputArgs, opts?: InvokeOptions): Output<GetInstancePluginResult>def get_instance_plugin(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetInstancePluginResult
def get_instance_plugin_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetInstancePluginResult]func LookupInstancePlugin(ctx *Context, args *LookupInstancePluginArgs, opts ...InvokeOption) (*LookupInstancePluginResult, error)
func LookupInstancePluginOutput(ctx *Context, args *LookupInstancePluginOutputArgs, opts ...InvokeOption) LookupInstancePluginResultOutput> Note: This function is named LookupInstancePlugin in the Go SDK.
public static class GetInstancePlugin
{
public static Task<GetInstancePluginResult> InvokeAsync(GetInstancePluginArgs args, InvokeOptions? opts = null)
public static Output<GetInstancePluginResult> Invoke(GetInstancePluginInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetInstancePluginResult> getInstancePlugin(GetInstancePluginArgs args, InvokeOptions options)
public static Output<GetInstancePluginResult> getInstancePlugin(GetInstancePluginArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:rabbitmq/getInstancePlugin:getInstancePlugin
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Uniquely identifies the resource.
- Id string
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getInstancePlugin Result
The following output properties are available:
- Description string
- Plugin description
- Disable
Prompt string - Notes for disabling this plugin
- Enable
Prompt string - Notes for enabling this plugin
- Enabled bool
- Whether the plugin is enabled. true: The plugin is enabled. false: The plugin is disabled
- Id string
- Uniquely identifies the resource.
- Instance
Id string - Instance ID
- Need
Reboot boolOn Change - Whether enabling or disabling the plugin will cause a RabbitMQ instance restart. true: The instance will restart. false: The instance will not restart
- Plugin
Name string - Plugin name
- Port int
- Plugin listening port
- Version string
- Plugin version
- Description string
- Plugin description
- Disable
Prompt string - Notes for disabling this plugin
- Enable
Prompt string - Notes for enabling this plugin
- Enabled bool
- Whether the plugin is enabled. true: The plugin is enabled. false: The plugin is disabled
- Id string
- Uniquely identifies the resource.
- Instance
Id string - Instance ID
- Need
Reboot boolOn Change - Whether enabling or disabling the plugin will cause a RabbitMQ instance restart. true: The instance will restart. false: The instance will not restart
- Plugin
Name string - Plugin name
- Port int
- Plugin listening port
- Version string
- Plugin version
- description String
- Plugin description
- disable
Prompt String - Notes for disabling this plugin
- enable
Prompt String - Notes for enabling this plugin
- enabled Boolean
- Whether the plugin is enabled. true: The plugin is enabled. false: The plugin is disabled
- id String
- Uniquely identifies the resource.
- instance
Id String - Instance ID
- need
Reboot BooleanOn Change - Whether enabling or disabling the plugin will cause a RabbitMQ instance restart. true: The instance will restart. false: The instance will not restart
- plugin
Name String - Plugin name
- port Integer
- Plugin listening port
- version String
- Plugin version
- description string
- Plugin description
- disable
Prompt string - Notes for disabling this plugin
- enable
Prompt string - Notes for enabling this plugin
- enabled boolean
- Whether the plugin is enabled. true: The plugin is enabled. false: The plugin is disabled
- id string
- Uniquely identifies the resource.
- instance
Id string - Instance ID
- need
Reboot booleanOn Change - Whether enabling or disabling the plugin will cause a RabbitMQ instance restart. true: The instance will restart. false: The instance will not restart
- plugin
Name string - Plugin name
- port number
- Plugin listening port
- version string
- Plugin version
- description str
- Plugin description
- disable_
prompt str - Notes for disabling this plugin
- enable_
prompt str - Notes for enabling this plugin
- enabled bool
- Whether the plugin is enabled. true: The plugin is enabled. false: The plugin is disabled
- id str
- Uniquely identifies the resource.
- instance_
id str - Instance ID
- need_
reboot_ boolon_ change - Whether enabling or disabling the plugin will cause a RabbitMQ instance restart. true: The instance will restart. false: The instance will not restart
- plugin_
name str - Plugin name
- port int
- Plugin listening port
- version str
- Plugin version
- description String
- Plugin description
- disable
Prompt String - Notes for disabling this plugin
- enable
Prompt String - Notes for enabling this plugin
- enabled Boolean
- Whether the plugin is enabled. true: The plugin is enabled. false: The plugin is disabled
- id String
- Uniquely identifies the resource.
- instance
Id String - Instance ID
- need
Reboot BooleanOn Change - Whether enabling or disabling the plugin will cause a RabbitMQ instance restart. true: The instance will restart. false: The instance will not restart
- plugin
Name String - Plugin name
- port Number
- Plugin listening port
- version String
- Plugin version
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
