rabbit_mq¶
This provider is a derived work of the Terraform Provider distributed under MPL 2.0. If you encounter a bug or missing feature, first check the pulumi/pulumi-vault repo; however, if that doesn’t turn up anything, please consult the source terraform-providers/terraform-provider-vault repo.
- class
pulumi_vault.rabbit_mq.SecretBackend(resource_name, opts=None, connection_uri=None, default_lease_ttl_seconds=None, description=None, max_lease_ttl_seconds=None, password=None, path=None, username=None, verify_connection=None, __props__=None, __name__=None, __opts__=None)¶ Create a SecretBackend resource with the given unique name, props, and options. :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. :param pulumi.Input[str] connection_uri: Specifies the RabbitMQ connection URI. :param pulumi.Input[float] default_lease_ttl_seconds: The default TTL for credentials
issued by this backend.
- Parameters
description (pulumi.Input[str]) – A human-friendly description for this backend.
max_lease_ttl_seconds (pulumi.Input[float]) – The maximum TTL that can be requested for credentials issued by this backend.
password (pulumi.Input[str]) – Specifies the RabbitMQ management administrator password.
path (pulumi.Input[str]) – The unique path this backend should be mounted at. Must not begin or end with a
/. Defaults toaws.username (pulumi.Input[str]) – Specifies the RabbitMQ management administrator username.
verify_connection (pulumi.Input[bool]) – Specifies whether to verify connection URI, username, and password. Defaults to
true.
connection_uri: pulumi.Output[str] = None¶Specifies the RabbitMQ connection URI.
default_lease_ttl_seconds: pulumi.Output[float] = None¶The default TTL for credentials issued by this backend.
description: pulumi.Output[str] = None¶A human-friendly description for this backend.
max_lease_ttl_seconds: pulumi.Output[float] = None¶The maximum TTL that can be requested for credentials issued by this backend.
password: pulumi.Output[str] = None¶Specifies the RabbitMQ management administrator password.
path: pulumi.Output[str] = None¶The unique path this backend should be mounted at. Must not begin or end with a
/. Defaults toaws.
username: pulumi.Output[str] = None¶Specifies the RabbitMQ management administrator username.
verify_connection: pulumi.Output[bool] = None¶Specifies whether to verify connection URI, username, and password. Defaults to
true.
- static
get(resource_name, id, opts=None, connection_uri=None, default_lease_ttl_seconds=None, description=None, max_lease_ttl_seconds=None, password=None, path=None, username=None, verify_connection=None)¶ Get an existing SecretBackend resource’s state with the given name, id, and optional extra properties used to qualify the lookup.
- Parameters
resource_name (str) – The unique name of the resulting resource.
id (str) – The unique provider ID of the resource to lookup.
opts (pulumi.ResourceOptions) – Options for the resource.
connection_uri (pulumi.Input[str]) – Specifies the RabbitMQ connection URI.
default_lease_ttl_seconds (pulumi.Input[float]) – The default TTL for credentials issued by this backend.
description (pulumi.Input[str]) – A human-friendly description for this backend.
max_lease_ttl_seconds (pulumi.Input[float]) – The maximum TTL that can be requested for credentials issued by this backend.
password (pulumi.Input[str]) – Specifies the RabbitMQ management administrator password.
path (pulumi.Input[str]) – The unique path this backend should be mounted at. Must not begin or end with a
/. Defaults toaws.username (pulumi.Input[str]) – Specifies the RabbitMQ management administrator username.
verify_connection (pulumi.Input[bool]) – Specifies whether to verify connection URI, username, and password. Defaults to
true.
translate_output_property(prop)¶Provides subclasses of Resource an opportunity to translate names of output properties into a format of their choosing before writing those properties to the resource object.
- Parameters
prop (str) – A property name.
- Returns
A potentially transformed property name.
- Return type
str
translate_input_property(prop)¶Provides subclasses of Resource an opportunity to translate names of input properties into a format of their choosing before sending those properties to the Pulumi engine.
- Parameters
prop (str) – A property name.
- Returns
A potentially transformed property name.
- Return type
str
- class
pulumi_vault.rabbit_mq.SecretBackendRole(resource_name, opts=None, backend=None, name=None, tags=None, vhosts=None, __props__=None, __name__=None, __opts__=None)¶ Create a SecretBackendRole resource with the given unique name, props, and options. :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. :param pulumi.Input[str] backend: The path the RabbitMQ secret backend is mounted at,
with no leading or trailing
/s.- Parameters
name (pulumi.Input[str]) – The name to identify this role within the backend. Must be unique within the backend.
tags (pulumi.Input[str]) – Specifies a comma-separated RabbitMQ management tags.
vhosts (pulumi.Input[list]) – Specifies a map of virtual hosts to permissions.
The vhosts object supports the following:
configure(pulumi.Input[str])host(pulumi.Input[str])read(pulumi.Input[str])write(pulumi.Input[str])
backend: pulumi.Output[str] = None¶The path the RabbitMQ secret backend is mounted at, with no leading or trailing
/s.
name: pulumi.Output[str] = None¶The name to identify this role within the backend. Must be unique within the backend.
Specifies a comma-separated RabbitMQ management tags.
vhosts: pulumi.Output[list] = None¶Specifies a map of virtual hosts to permissions.
configure(str)host(str)read(str)write(str)
- static
get(resource_name, id, opts=None, backend=None, name=None, tags=None, vhosts=None)¶ Get an existing SecretBackendRole resource’s state with the given name, id, and optional extra properties used to qualify the lookup.
- Parameters
resource_name (str) – The unique name of the resulting resource.
id (str) – The unique provider ID of the resource to lookup.
opts (pulumi.ResourceOptions) – Options for the resource.
backend (pulumi.Input[str]) – The path the RabbitMQ secret backend is mounted at, with no leading or trailing
/s.name (pulumi.Input[str]) – The name to identify this role within the backend. Must be unique within the backend.
tags (pulumi.Input[str]) – Specifies a comma-separated RabbitMQ management tags.
vhosts (pulumi.Input[list]) – Specifies a map of virtual hosts to permissions.
The vhosts object supports the following:
configure(pulumi.Input[str])host(pulumi.Input[str])read(pulumi.Input[str])write(pulumi.Input[str])
translate_output_property(prop)¶Provides subclasses of Resource an opportunity to translate names of output properties into a format of their choosing before writing those properties to the resource object.
- Parameters
prop (str) – A property name.
- Returns
A potentially transformed property name.
- Return type
str
translate_input_property(prop)¶Provides subclasses of Resource an opportunity to translate names of input properties into a format of their choosing before sending those properties to the Pulumi engine.
- Parameters
prop (str) – A property name.
- Returns
A potentially transformed property name.
- Return type
str