1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. rabbitmq
  6. getInstancePlugin
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.32
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 dictionary

    The 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
    DisablePrompt string
    Notes for disabling this plugin
    EnablePrompt 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.
    InstanceId string
    Instance ID
    NeedRebootOnChange bool
    Whether enabling or disabling the plugin will cause a RabbitMQ instance restart. true: The instance will restart. false: The instance will not restart
    PluginName string
    Plugin name
    Port int
    Plugin listening port
    Version string
    Plugin version
    Description string
    Plugin description
    DisablePrompt string
    Notes for disabling this plugin
    EnablePrompt 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.
    InstanceId string
    Instance ID
    NeedRebootOnChange bool
    Whether enabling or disabling the plugin will cause a RabbitMQ instance restart. true: The instance will restart. false: The instance will not restart
    PluginName string
    Plugin name
    Port int
    Plugin listening port
    Version string
    Plugin version
    description String
    Plugin description
    disablePrompt String
    Notes for disabling this plugin
    enablePrompt 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.
    instanceId String
    Instance ID
    needRebootOnChange Boolean
    Whether enabling or disabling the plugin will cause a RabbitMQ instance restart. true: The instance will restart. false: The instance will not restart
    pluginName String
    Plugin name
    port Integer
    Plugin listening port
    version String
    Plugin version
    description string
    Plugin description
    disablePrompt string
    Notes for disabling this plugin
    enablePrompt 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.
    instanceId string
    Instance ID
    needRebootOnChange boolean
    Whether enabling or disabling the plugin will cause a RabbitMQ instance restart. true: The instance will restart. false: The instance will not restart
    pluginName 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_on_change bool
    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
    disablePrompt String
    Notes for disabling this plugin
    enablePrompt 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.
    instanceId String
    Instance ID
    needRebootOnChange Boolean
    Whether enabling or disabling the plugin will cause a RabbitMQ instance restart. true: The instance will restart. false: The instance will not restart
    pluginName 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 volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.32
    published on Thursday, Apr 23, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.