published on Monday, Apr 27, 2026 by akeyless-community
published on Monday, Apr 27, 2026 by akeyless-community
RabbitMQT Target resource
Create TargetRabbit Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TargetRabbit(name: string, args: TargetRabbitArgs, opts?: CustomResourceOptions);@overload
def TargetRabbit(resource_name: str,
args: TargetRabbitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def TargetRabbit(resource_name: str,
opts: Optional[ResourceOptions] = None,
rabbitmq_server_uri: Optional[str] = None,
rabbitmq_server_user: Optional[str] = None,
description: Optional[str] = None,
keep_prev_version: Optional[str] = None,
key: Optional[str] = None,
max_versions: Optional[str] = None,
name: Optional[str] = None,
rabbitmq_server_password: Optional[str] = None,
target_rabbit_id: Optional[str] = None)func NewTargetRabbit(ctx *Context, name string, args TargetRabbitArgs, opts ...ResourceOption) (*TargetRabbit, error)public TargetRabbit(string name, TargetRabbitArgs args, CustomResourceOptions? opts = null)
public TargetRabbit(String name, TargetRabbitArgs args)
public TargetRabbit(String name, TargetRabbitArgs args, CustomResourceOptions options)
type: akeyless:TargetRabbit
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "akeyless_targetrabbit" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args TargetRabbitArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args TargetRabbitArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args TargetRabbitArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TargetRabbitArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TargetRabbitArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var targetRabbitResource = new Akeyless.TargetRabbit("targetRabbitResource", new()
{
RabbitmqServerUri = "string",
RabbitmqServerUser = "string",
Description = "string",
KeepPrevVersion = "string",
Key = "string",
MaxVersions = "string",
Name = "string",
RabbitmqServerPassword = "string",
TargetRabbitId = "string",
});
example, err := akeyless.NewTargetRabbit(ctx, "targetRabbitResource", &akeyless.TargetRabbitArgs{
RabbitmqServerUri: pulumi.String("string"),
RabbitmqServerUser: pulumi.String("string"),
Description: pulumi.String("string"),
KeepPrevVersion: pulumi.String("string"),
Key: pulumi.String("string"),
MaxVersions: pulumi.String("string"),
Name: pulumi.String("string"),
RabbitmqServerPassword: pulumi.String("string"),
TargetRabbitId: pulumi.String("string"),
})
resource "akeyless_targetrabbit" "targetRabbitResource" {
rabbitmq_server_uri = "string"
rabbitmq_server_user = "string"
description = "string"
keep_prev_version = "string"
key = "string"
max_versions = "string"
name = "string"
rabbitmq_server_password = "string"
target_rabbit_id = "string"
}
var targetRabbitResource = new TargetRabbit("targetRabbitResource", TargetRabbitArgs.builder()
.rabbitmqServerUri("string")
.rabbitmqServerUser("string")
.description("string")
.keepPrevVersion("string")
.key("string")
.maxVersions("string")
.name("string")
.rabbitmqServerPassword("string")
.targetRabbitId("string")
.build());
target_rabbit_resource = akeyless.TargetRabbit("targetRabbitResource",
rabbitmq_server_uri="string",
rabbitmq_server_user="string",
description="string",
keep_prev_version="string",
key="string",
max_versions="string",
name="string",
rabbitmq_server_password="string",
target_rabbit_id="string")
const targetRabbitResource = new akeyless.TargetRabbit("targetRabbitResource", {
rabbitmqServerUri: "string",
rabbitmqServerUser: "string",
description: "string",
keepPrevVersion: "string",
key: "string",
maxVersions: "string",
name: "string",
rabbitmqServerPassword: "string",
targetRabbitId: "string",
});
type: akeyless:TargetRabbit
properties:
description: string
keepPrevVersion: string
key: string
maxVersions: string
name: string
rabbitmqServerPassword: string
rabbitmqServerUri: string
rabbitmqServerUser: string
targetRabbitId: string
TargetRabbit Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The TargetRabbit resource accepts the following input properties:
- Rabbitmq
Server stringUri - RabbitMQ server URI
- Rabbitmq
Server stringUser - RabbitMQ server user
- Description string
- Description of the object
- Keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- Key string
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- Max
Versions string - Set the maximum number of versions, limited by the account settings defaults.
- Name string
- Target name
- Rabbitmq
Server stringPassword - RabbitMQ server password
- Target
Rabbit stringId - The ID of this resource.
- Rabbitmq
Server stringUri - RabbitMQ server URI
- Rabbitmq
Server stringUser - RabbitMQ server user
- Description string
- Description of the object
- Keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- Key string
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- Max
Versions string - Set the maximum number of versions, limited by the account settings defaults.
- Name string
- Target name
- Rabbitmq
Server stringPassword - RabbitMQ server password
- Target
Rabbit stringId - The ID of this resource.
- rabbitmq_
server_ stringuri - RabbitMQ server URI
- rabbitmq_
server_ stringuser - RabbitMQ server user
- description string
- Description of the object
- keep_
prev_ stringversion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key string
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max_
versions string - Set the maximum number of versions, limited by the account settings defaults.
- name string
- Target name
- rabbitmq_
server_ stringpassword - RabbitMQ server password
- target_
rabbit_ stringid - The ID of this resource.
- rabbitmq
Server StringUri - RabbitMQ server URI
- rabbitmq
Server StringUser - RabbitMQ server user
- description String
- Description of the object
- keep
Prev StringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key String
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max
Versions String - Set the maximum number of versions, limited by the account settings defaults.
- name String
- Target name
- rabbitmq
Server StringPassword - RabbitMQ server password
- target
Rabbit StringId - The ID of this resource.
- rabbitmq
Server stringUri - RabbitMQ server URI
- rabbitmq
Server stringUser - RabbitMQ server user
- description string
- Description of the object
- keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key string
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max
Versions string - Set the maximum number of versions, limited by the account settings defaults.
- name string
- Target name
- rabbitmq
Server stringPassword - RabbitMQ server password
- target
Rabbit stringId - The ID of this resource.
- rabbitmq_
server_ struri - RabbitMQ server URI
- rabbitmq_
server_ struser - RabbitMQ server user
- description str
- Description of the object
- keep_
prev_ strversion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key str
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max_
versions str - Set the maximum number of versions, limited by the account settings defaults.
- name str
- Target name
- rabbitmq_
server_ strpassword - RabbitMQ server password
- target_
rabbit_ strid - The ID of this resource.
- rabbitmq
Server StringUri - RabbitMQ server URI
- rabbitmq
Server StringUser - RabbitMQ server user
- description String
- Description of the object
- keep
Prev StringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key String
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max
Versions String - Set the maximum number of versions, limited by the account settings defaults.
- name String
- Target name
- rabbitmq
Server StringPassword - RabbitMQ server password
- target
Rabbit StringId - The ID of this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the TargetRabbit resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing TargetRabbit Resource
Get an existing TargetRabbit resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: TargetRabbitState, opts?: CustomResourceOptions): TargetRabbit@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
keep_prev_version: Optional[str] = None,
key: Optional[str] = None,
max_versions: Optional[str] = None,
name: Optional[str] = None,
rabbitmq_server_password: Optional[str] = None,
rabbitmq_server_uri: Optional[str] = None,
rabbitmq_server_user: Optional[str] = None,
target_rabbit_id: Optional[str] = None) -> TargetRabbitfunc GetTargetRabbit(ctx *Context, name string, id IDInput, state *TargetRabbitState, opts ...ResourceOption) (*TargetRabbit, error)public static TargetRabbit Get(string name, Input<string> id, TargetRabbitState? state, CustomResourceOptions? opts = null)public static TargetRabbit get(String name, Output<String> id, TargetRabbitState state, CustomResourceOptions options)resources: _: type: akeyless:TargetRabbit get: id: ${id}import {
to = akeyless_targetrabbit.example
id = "${id}"
}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Description string
- Description of the object
- Keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- Key string
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- Max
Versions string - Set the maximum number of versions, limited by the account settings defaults.
- Name string
- Target name
- Rabbitmq
Server stringPassword - RabbitMQ server password
- Rabbitmq
Server stringUri - RabbitMQ server URI
- Rabbitmq
Server stringUser - RabbitMQ server user
- Target
Rabbit stringId - The ID of this resource.
- Description string
- Description of the object
- Keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- Key string
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- Max
Versions string - Set the maximum number of versions, limited by the account settings defaults.
- Name string
- Target name
- Rabbitmq
Server stringPassword - RabbitMQ server password
- Rabbitmq
Server stringUri - RabbitMQ server URI
- Rabbitmq
Server stringUser - RabbitMQ server user
- Target
Rabbit stringId - The ID of this resource.
- description string
- Description of the object
- keep_
prev_ stringversion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key string
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max_
versions string - Set the maximum number of versions, limited by the account settings defaults.
- name string
- Target name
- rabbitmq_
server_ stringpassword - RabbitMQ server password
- rabbitmq_
server_ stringuri - RabbitMQ server URI
- rabbitmq_
server_ stringuser - RabbitMQ server user
- target_
rabbit_ stringid - The ID of this resource.
- description String
- Description of the object
- keep
Prev StringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key String
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max
Versions String - Set the maximum number of versions, limited by the account settings defaults.
- name String
- Target name
- rabbitmq
Server StringPassword - RabbitMQ server password
- rabbitmq
Server StringUri - RabbitMQ server URI
- rabbitmq
Server StringUser - RabbitMQ server user
- target
Rabbit StringId - The ID of this resource.
- description string
- Description of the object
- keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key string
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max
Versions string - Set the maximum number of versions, limited by the account settings defaults.
- name string
- Target name
- rabbitmq
Server stringPassword - RabbitMQ server password
- rabbitmq
Server stringUri - RabbitMQ server URI
- rabbitmq
Server stringUser - RabbitMQ server user
- target
Rabbit stringId - The ID of this resource.
- description str
- Description of the object
- keep_
prev_ strversion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key str
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max_
versions str - Set the maximum number of versions, limited by the account settings defaults.
- name str
- Target name
- rabbitmq_
server_ strpassword - RabbitMQ server password
- rabbitmq_
server_ struri - RabbitMQ server URI
- rabbitmq_
server_ struser - RabbitMQ server user
- target_
rabbit_ strid - The ID of this resource.
- description String
- Description of the object
- keep
Prev StringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key String
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max
Versions String - Set the maximum number of versions, limited by the account settings defaults.
- name String
- Target name
- rabbitmq
Server StringPassword - RabbitMQ server password
- rabbitmq
Server StringUri - RabbitMQ server URI
- rabbitmq
Server StringUser - RabbitMQ server user
- target
Rabbit StringId - The ID of this resource.
Package Details
- Repository
- akeyless akeyless-community/terraform-provider-akeyless
- License
- Notes
- This Pulumi package is based on the
akeylessTerraform Provider.
published on Monday, Apr 27, 2026 by akeyless-community
