pulumi-vault 7.1.0__py3-none-any.whl → 7.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (269) hide show
  1. pulumi_vault/__init__.py +19 -1
  2. pulumi_vault/_inputs.py +873 -673
  3. pulumi_vault/ad/__init__.py +1 -1
  4. pulumi_vault/ad/get_access_credentials.py +27 -28
  5. pulumi_vault/ad/secret_backend.py +579 -580
  6. pulumi_vault/ad/secret_library.py +120 -121
  7. pulumi_vault/ad/secret_role.py +104 -105
  8. pulumi_vault/alicloud/__init__.py +1 -1
  9. pulumi_vault/alicloud/auth_backend_role.py +222 -223
  10. pulumi_vault/approle/__init__.py +1 -1
  11. pulumi_vault/approle/auth_backend_login.py +138 -139
  12. pulumi_vault/approle/auth_backend_role.py +292 -293
  13. pulumi_vault/approle/auth_backend_role_secret_id.py +202 -203
  14. pulumi_vault/approle/get_auth_backend_role_id.py +23 -24
  15. pulumi_vault/audit.py +103 -104
  16. pulumi_vault/audit_request_header.py +52 -53
  17. pulumi_vault/auth_backend.py +132 -133
  18. pulumi_vault/aws/__init__.py +1 -1
  19. pulumi_vault/aws/auth_backend_cert.py +86 -87
  20. pulumi_vault/aws/auth_backend_client.py +307 -308
  21. pulumi_vault/aws/auth_backend_config_identity.py +103 -104
  22. pulumi_vault/aws/auth_backend_identity_whitelist.py +69 -70
  23. pulumi_vault/aws/auth_backend_login.py +258 -259
  24. pulumi_vault/aws/auth_backend_role.py +486 -487
  25. pulumi_vault/aws/auth_backend_role_tag.py +155 -156
  26. pulumi_vault/aws/auth_backend_roletag_blacklist.py +69 -70
  27. pulumi_vault/aws/auth_backend_sts_role.py +86 -87
  28. pulumi_vault/aws/get_access_credentials.py +59 -60
  29. pulumi_vault/aws/get_static_access_credentials.py +19 -20
  30. pulumi_vault/aws/secret_backend.py +1016 -439
  31. pulumi_vault/aws/secret_backend_role.py +256 -257
  32. pulumi_vault/aws/secret_backend_static_role.py +137 -138
  33. pulumi_vault/azure/__init__.py +1 -1
  34. pulumi_vault/azure/_inputs.py +26 -27
  35. pulumi_vault/azure/auth_backend_config.py +222 -223
  36. pulumi_vault/azure/auth_backend_role.py +307 -308
  37. pulumi_vault/azure/backend.py +1057 -285
  38. pulumi_vault/azure/backend_role.py +194 -195
  39. pulumi_vault/azure/get_access_credentials.py +75 -76
  40. pulumi_vault/azure/outputs.py +16 -17
  41. pulumi_vault/cert_auth_backend_role.py +443 -444
  42. pulumi_vault/config/__init__.py +1 -1
  43. pulumi_vault/config/__init__.pyi +1 -2
  44. pulumi_vault/config/_inputs.py +13 -14
  45. pulumi_vault/config/outputs.py +380 -381
  46. pulumi_vault/config/ui_custom_message.py +140 -141
  47. pulumi_vault/config/vars.py +31 -32
  48. pulumi_vault/consul/__init__.py +1 -1
  49. pulumi_vault/consul/secret_backend.py +887 -256
  50. pulumi_vault/consul/secret_backend_role.py +222 -223
  51. pulumi_vault/database/__init__.py +1 -1
  52. pulumi_vault/database/_inputs.py +3167 -3168
  53. pulumi_vault/database/outputs.py +2123 -2124
  54. pulumi_vault/database/secret_backend_connection.py +259 -260
  55. pulumi_vault/database/secret_backend_role.py +205 -206
  56. pulumi_vault/database/secret_backend_static_role.py +218 -219
  57. pulumi_vault/database/secrets_mount.py +426 -380
  58. pulumi_vault/egp_policy.py +86 -87
  59. pulumi_vault/gcp/__init__.py +1 -1
  60. pulumi_vault/gcp/_inputs.py +98 -99
  61. pulumi_vault/gcp/auth_backend.py +322 -323
  62. pulumi_vault/gcp/auth_backend_role.py +347 -348
  63. pulumi_vault/gcp/get_auth_backend_role.py +91 -92
  64. pulumi_vault/gcp/outputs.py +66 -67
  65. pulumi_vault/gcp/secret_backend.py +878 -336
  66. pulumi_vault/gcp/secret_impersonated_account.py +112 -113
  67. pulumi_vault/gcp/secret_roleset.py +115 -116
  68. pulumi_vault/gcp/secret_static_account.py +115 -116
  69. pulumi_vault/generic/__init__.py +1 -1
  70. pulumi_vault/generic/endpoint.py +138 -139
  71. pulumi_vault/generic/get_secret.py +39 -40
  72. pulumi_vault/generic/secret.py +95 -96
  73. pulumi_vault/get_auth_backend.py +29 -30
  74. pulumi_vault/get_auth_backends.py +19 -20
  75. pulumi_vault/get_namespace.py +21 -22
  76. pulumi_vault/get_namespaces.py +19 -20
  77. pulumi_vault/get_nomad_access_token.py +25 -26
  78. pulumi_vault/get_policy_document.py +10 -11
  79. pulumi_vault/get_raft_autopilot_state.py +31 -32
  80. pulumi_vault/github/__init__.py +1 -1
  81. pulumi_vault/github/_inputs.py +50 -51
  82. pulumi_vault/github/auth_backend.py +285 -286
  83. pulumi_vault/github/outputs.py +34 -35
  84. pulumi_vault/github/team.py +69 -70
  85. pulumi_vault/github/user.py +69 -70
  86. pulumi_vault/identity/__init__.py +1 -1
  87. pulumi_vault/identity/entity.py +103 -104
  88. pulumi_vault/identity/entity_alias.py +86 -87
  89. pulumi_vault/identity/entity_policies.py +78 -79
  90. pulumi_vault/identity/get_entity.py +62 -63
  91. pulumi_vault/identity/get_group.py +75 -76
  92. pulumi_vault/identity/get_oidc_client_creds.py +19 -20
  93. pulumi_vault/identity/get_oidc_openid_config.py +39 -40
  94. pulumi_vault/identity/get_oidc_public_keys.py +17 -18
  95. pulumi_vault/identity/group.py +171 -172
  96. pulumi_vault/identity/group_alias.py +69 -70
  97. pulumi_vault/identity/group_member_entity_ids.py +69 -70
  98. pulumi_vault/identity/group_member_group_ids.py +69 -70
  99. pulumi_vault/identity/group_policies.py +78 -79
  100. pulumi_vault/identity/mfa_duo.py +183 -184
  101. pulumi_vault/identity/mfa_login_enforcement.py +147 -148
  102. pulumi_vault/identity/mfa_okta.py +166 -167
  103. pulumi_vault/identity/mfa_pingid.py +160 -161
  104. pulumi_vault/identity/mfa_totp.py +217 -218
  105. pulumi_vault/identity/oidc.py +35 -36
  106. pulumi_vault/identity/oidc_assignment.py +69 -70
  107. pulumi_vault/identity/oidc_client.py +155 -156
  108. pulumi_vault/identity/oidc_key.py +103 -104
  109. pulumi_vault/identity/oidc_key_allowed_client_id.py +52 -53
  110. pulumi_vault/identity/oidc_provider.py +112 -113
  111. pulumi_vault/identity/oidc_role.py +103 -104
  112. pulumi_vault/identity/oidc_scope.py +69 -70
  113. pulumi_vault/identity/outputs.py +42 -43
  114. pulumi_vault/jwt/__init__.py +1 -1
  115. pulumi_vault/jwt/_inputs.py +50 -51
  116. pulumi_vault/jwt/auth_backend.py +400 -354
  117. pulumi_vault/jwt/auth_backend_role.py +494 -495
  118. pulumi_vault/jwt/outputs.py +34 -35
  119. pulumi_vault/kmip/__init__.py +1 -1
  120. pulumi_vault/kmip/secret_backend.py +1006 -227
  121. pulumi_vault/kmip/secret_role.py +358 -359
  122. pulumi_vault/kmip/secret_scope.py +69 -70
  123. pulumi_vault/kubernetes/__init__.py +1 -1
  124. pulumi_vault/kubernetes/auth_backend_config.py +171 -172
  125. pulumi_vault/kubernetes/auth_backend_role.py +273 -274
  126. pulumi_vault/kubernetes/get_auth_backend_config.py +57 -58
  127. pulumi_vault/kubernetes/get_auth_backend_role.py +87 -88
  128. pulumi_vault/kubernetes/get_service_account_token.py +51 -52
  129. pulumi_vault/kubernetes/secret_backend.py +431 -385
  130. pulumi_vault/kubernetes/secret_backend_role.py +239 -240
  131. pulumi_vault/kv/__init__.py +1 -1
  132. pulumi_vault/kv/_inputs.py +25 -26
  133. pulumi_vault/kv/get_secret.py +25 -26
  134. pulumi_vault/kv/get_secret_subkeys_v2.py +39 -40
  135. pulumi_vault/kv/get_secret_v2.py +41 -42
  136. pulumi_vault/kv/get_secrets_list.py +17 -18
  137. pulumi_vault/kv/get_secrets_list_v2.py +25 -26
  138. pulumi_vault/kv/outputs.py +17 -18
  139. pulumi_vault/kv/secret.py +61 -62
  140. pulumi_vault/kv/secret_backend_v2.py +86 -87
  141. pulumi_vault/kv/secret_v2.py +184 -185
  142. pulumi_vault/ldap/__init__.py +1 -1
  143. pulumi_vault/ldap/auth_backend.py +716 -717
  144. pulumi_vault/ldap/auth_backend_group.py +69 -70
  145. pulumi_vault/ldap/auth_backend_user.py +86 -87
  146. pulumi_vault/ldap/get_dynamic_credentials.py +27 -28
  147. pulumi_vault/ldap/get_static_credentials.py +29 -30
  148. pulumi_vault/ldap/secret_backend.py +732 -693
  149. pulumi_vault/ldap/secret_backend_dynamic_role.py +154 -155
  150. pulumi_vault/ldap/secret_backend_library_set.py +120 -121
  151. pulumi_vault/ldap/secret_backend_static_role.py +120 -121
  152. pulumi_vault/managed/__init__.py +1 -1
  153. pulumi_vault/managed/_inputs.py +274 -275
  154. pulumi_vault/managed/keys.py +27 -28
  155. pulumi_vault/managed/outputs.py +184 -185
  156. pulumi_vault/mfa_duo.py +137 -138
  157. pulumi_vault/mfa_okta.py +137 -138
  158. pulumi_vault/mfa_pingid.py +149 -150
  159. pulumi_vault/mfa_totp.py +154 -155
  160. pulumi_vault/mongodbatlas/__init__.py +1 -1
  161. pulumi_vault/mongodbatlas/secret_backend.py +78 -79
  162. pulumi_vault/mongodbatlas/secret_role.py +188 -189
  163. pulumi_vault/mount.py +380 -334
  164. pulumi_vault/namespace.py +78 -79
  165. pulumi_vault/nomad_secret_backend.py +909 -271
  166. pulumi_vault/nomad_secret_role.py +103 -104
  167. pulumi_vault/oci_auth_backend.py +683 -0
  168. pulumi_vault/oci_auth_backend_role.py +798 -0
  169. pulumi_vault/okta/__init__.py +1 -1
  170. pulumi_vault/okta/_inputs.py +31 -32
  171. pulumi_vault/okta/auth_backend.py +305 -306
  172. pulumi_vault/okta/auth_backend_group.py +69 -70
  173. pulumi_vault/okta/auth_backend_user.py +86 -87
  174. pulumi_vault/okta/outputs.py +21 -22
  175. pulumi_vault/outputs.py +234 -82
  176. pulumi_vault/pkisecret/__init__.py +1 -1
  177. pulumi_vault/pkisecret/_inputs.py +55 -56
  178. pulumi_vault/pkisecret/backend_acme_eab.py +116 -117
  179. pulumi_vault/pkisecret/backend_config_acme.py +175 -176
  180. pulumi_vault/pkisecret/backend_config_auto_tidy.py +394 -395
  181. pulumi_vault/pkisecret/backend_config_cluster.py +71 -72
  182. pulumi_vault/pkisecret/backend_config_cmpv2.py +132 -133
  183. pulumi_vault/pkisecret/backend_config_est.py +149 -150
  184. pulumi_vault/pkisecret/backend_config_scep.py +205 -159
  185. pulumi_vault/pkisecret/get_backend_cert_metadata.py +37 -38
  186. pulumi_vault/pkisecret/get_backend_config_cmpv2.py +32 -33
  187. pulumi_vault/pkisecret/get_backend_config_est.py +30 -31
  188. pulumi_vault/pkisecret/get_backend_config_scep.py +50 -31
  189. pulumi_vault/pkisecret/get_backend_issuer.py +63 -64
  190. pulumi_vault/pkisecret/get_backend_issuers.py +23 -24
  191. pulumi_vault/pkisecret/get_backend_key.py +29 -30
  192. pulumi_vault/pkisecret/get_backend_keys.py +23 -24
  193. pulumi_vault/pkisecret/outputs.py +61 -62
  194. pulumi_vault/pkisecret/secret_backend_cert.py +415 -416
  195. pulumi_vault/pkisecret/secret_backend_config_ca.py +54 -55
  196. pulumi_vault/pkisecret/secret_backend_config_issuers.py +75 -76
  197. pulumi_vault/pkisecret/secret_backend_config_urls.py +105 -106
  198. pulumi_vault/pkisecret/secret_backend_crl_config.py +241 -242
  199. pulumi_vault/pkisecret/secret_backend_intermediate_cert_request.py +515 -516
  200. pulumi_vault/pkisecret/secret_backend_intermediate_set_signed.py +78 -79
  201. pulumi_vault/pkisecret/secret_backend_issuer.py +286 -287
  202. pulumi_vault/pkisecret/secret_backend_key.py +146 -147
  203. pulumi_vault/pkisecret/secret_backend_role.py +873 -874
  204. pulumi_vault/pkisecret/secret_backend_root_cert.py +677 -678
  205. pulumi_vault/pkisecret/secret_backend_root_sign_intermediate.py +660 -661
  206. pulumi_vault/pkisecret/secret_backend_sign.py +346 -347
  207. pulumi_vault/plugin.py +154 -155
  208. pulumi_vault/plugin_pinned_version.py +52 -53
  209. pulumi_vault/policy.py +52 -53
  210. pulumi_vault/provider.py +160 -161
  211. pulumi_vault/pulumi-plugin.json +1 -1
  212. pulumi_vault/quota_lease_count.py +103 -104
  213. pulumi_vault/quota_rate_limit.py +171 -172
  214. pulumi_vault/rabbitmq/__init__.py +1 -1
  215. pulumi_vault/rabbitmq/_inputs.py +50 -51
  216. pulumi_vault/rabbitmq/outputs.py +34 -35
  217. pulumi_vault/rabbitmq/secret_backend.py +902 -231
  218. pulumi_vault/rabbitmq/secret_backend_role.py +79 -80
  219. pulumi_vault/raft_autopilot.py +137 -138
  220. pulumi_vault/raft_snapshot_agent_config.py +477 -478
  221. pulumi_vault/rgp_policy.py +69 -70
  222. pulumi_vault/saml/__init__.py +1 -1
  223. pulumi_vault/saml/auth_backend.py +188 -189
  224. pulumi_vault/saml/auth_backend_role.py +290 -291
  225. pulumi_vault/scep_auth_backend_role.py +252 -253
  226. pulumi_vault/secrets/__init__.py +1 -1
  227. pulumi_vault/secrets/_inputs.py +19 -20
  228. pulumi_vault/secrets/outputs.py +13 -14
  229. pulumi_vault/secrets/sync_association.py +88 -89
  230. pulumi_vault/secrets/sync_aws_destination.py +180 -181
  231. pulumi_vault/secrets/sync_azure_destination.py +180 -181
  232. pulumi_vault/secrets/sync_config.py +52 -53
  233. pulumi_vault/secrets/sync_gcp_destination.py +129 -130
  234. pulumi_vault/secrets/sync_gh_destination.py +163 -164
  235. pulumi_vault/secrets/sync_github_apps.py +78 -79
  236. pulumi_vault/secrets/sync_vercel_destination.py +146 -147
  237. pulumi_vault/ssh/__init__.py +1 -1
  238. pulumi_vault/ssh/_inputs.py +13 -14
  239. pulumi_vault/ssh/get_secret_backend_sign.py +65 -66
  240. pulumi_vault/ssh/outputs.py +9 -10
  241. pulumi_vault/ssh/secret_backend_ca.py +217 -124
  242. pulumi_vault/ssh/secret_backend_role.py +446 -447
  243. pulumi_vault/terraformcloud/__init__.py +1 -1
  244. pulumi_vault/terraformcloud/secret_backend.py +833 -155
  245. pulumi_vault/terraformcloud/secret_creds.py +93 -94
  246. pulumi_vault/terraformcloud/secret_role.py +117 -118
  247. pulumi_vault/token.py +301 -302
  248. pulumi_vault/tokenauth/__init__.py +1 -1
  249. pulumi_vault/tokenauth/auth_backend_role.py +324 -325
  250. pulumi_vault/transform/__init__.py +1 -1
  251. pulumi_vault/transform/alphabet.py +69 -70
  252. pulumi_vault/transform/get_decode.py +57 -58
  253. pulumi_vault/transform/get_encode.py +57 -58
  254. pulumi_vault/transform/role.py +69 -70
  255. pulumi_vault/transform/template.py +137 -138
  256. pulumi_vault/transform/transformation.py +171 -172
  257. pulumi_vault/transit/__init__.py +1 -1
  258. pulumi_vault/transit/get_cmac.py +47 -48
  259. pulumi_vault/transit/get_decrypt.py +25 -26
  260. pulumi_vault/transit/get_encrypt.py +29 -30
  261. pulumi_vault/transit/get_sign.py +71 -72
  262. pulumi_vault/transit/get_verify.py +83 -84
  263. pulumi_vault/transit/secret_backend_key.py +377 -350
  264. pulumi_vault/transit/secret_cache_config.py +52 -53
  265. {pulumi_vault-7.1.0.dist-info → pulumi_vault-7.2.0.dist-info}/METADATA +1 -1
  266. pulumi_vault-7.2.0.dist-info/RECORD +270 -0
  267. pulumi_vault-7.1.0.dist-info/RECORD +0 -268
  268. {pulumi_vault-7.1.0.dist-info → pulumi_vault-7.2.0.dist-info}/WHEEL +0 -0
  269. {pulumi_vault-7.1.0.dist-info → pulumi_vault-7.2.0.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -22,12 +21,12 @@ __all__ = ['SecretBackendConnectionArgs', 'SecretBackendConnection']
22
21
  @pulumi.input_type
23
22
  class SecretBackendConnectionArgs:
24
23
  def __init__(__self__, *,
25
- backend: pulumi.Input[builtins.str],
26
- allowed_roles: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
24
+ backend: pulumi.Input[_builtins.str],
25
+ allowed_roles: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
27
26
  cassandra: Optional[pulumi.Input['SecretBackendConnectionCassandraArgs']] = None,
28
27
  couchbase: Optional[pulumi.Input['SecretBackendConnectionCouchbaseArgs']] = None,
29
- data: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
30
- disable_automated_rotation: Optional[pulumi.Input[builtins.bool]] = None,
28
+ data: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
29
+ disable_automated_rotation: Optional[pulumi.Input[_builtins.bool]] = None,
31
30
  elasticsearch: Optional[pulumi.Input['SecretBackendConnectionElasticsearchArgs']] = None,
32
31
  hana: Optional[pulumi.Input['SecretBackendConnectionHanaArgs']] = None,
33
32
  influxdb: Optional[pulumi.Input['SecretBackendConnectionInfluxdbArgs']] = None,
@@ -38,29 +37,29 @@ class SecretBackendConnectionArgs:
38
37
  mysql_aurora: Optional[pulumi.Input['SecretBackendConnectionMysqlAuroraArgs']] = None,
39
38
  mysql_legacy: Optional[pulumi.Input['SecretBackendConnectionMysqlLegacyArgs']] = None,
40
39
  mysql_rds: Optional[pulumi.Input['SecretBackendConnectionMysqlRdsArgs']] = None,
41
- name: Optional[pulumi.Input[builtins.str]] = None,
42
- namespace: Optional[pulumi.Input[builtins.str]] = None,
40
+ name: Optional[pulumi.Input[_builtins.str]] = None,
41
+ namespace: Optional[pulumi.Input[_builtins.str]] = None,
43
42
  oracle: Optional[pulumi.Input['SecretBackendConnectionOracleArgs']] = None,
44
- plugin_name: Optional[pulumi.Input[builtins.str]] = None,
43
+ plugin_name: Optional[pulumi.Input[_builtins.str]] = None,
45
44
  postgresql: Optional[pulumi.Input['SecretBackendConnectionPostgresqlArgs']] = None,
46
45
  redis: Optional[pulumi.Input['SecretBackendConnectionRedisArgs']] = None,
47
46
  redis_elasticache: Optional[pulumi.Input['SecretBackendConnectionRedisElasticacheArgs']] = None,
48
47
  redshift: Optional[pulumi.Input['SecretBackendConnectionRedshiftArgs']] = None,
49
- root_rotation_statements: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
50
- rotation_period: Optional[pulumi.Input[builtins.int]] = None,
51
- rotation_schedule: Optional[pulumi.Input[builtins.str]] = None,
52
- rotation_window: Optional[pulumi.Input[builtins.int]] = None,
48
+ root_rotation_statements: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
49
+ rotation_period: Optional[pulumi.Input[_builtins.int]] = None,
50
+ rotation_schedule: Optional[pulumi.Input[_builtins.str]] = None,
51
+ rotation_window: Optional[pulumi.Input[_builtins.int]] = None,
53
52
  snowflake: Optional[pulumi.Input['SecretBackendConnectionSnowflakeArgs']] = None,
54
- verify_connection: Optional[pulumi.Input[builtins.bool]] = None):
53
+ verify_connection: Optional[pulumi.Input[_builtins.bool]] = None):
55
54
  """
56
55
  The set of arguments for constructing a SecretBackendConnection resource.
57
- :param pulumi.Input[builtins.str] backend: The unique name of the Vault mount to configure.
58
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_roles: A list of roles that are allowed to use this
56
+ :param pulumi.Input[_builtins.str] backend: The unique name of the Vault mount to configure.
57
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_roles: A list of roles that are allowed to use this
59
58
  connection.
60
59
  :param pulumi.Input['SecretBackendConnectionCassandraArgs'] cassandra: A nested block containing configuration options for Cassandra connections.
61
60
  :param pulumi.Input['SecretBackendConnectionCouchbaseArgs'] couchbase: A nested block containing configuration options for Couchbase connections.
62
- :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] data: A map of sensitive data to pass to the endpoint. Useful for templated connection strings.
63
- :param pulumi.Input[builtins.bool] disable_automated_rotation: Cancels all upcoming rotations of the root credential until unset. Requires Vault Enterprise 1.19+.
61
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] data: A map of sensitive data to pass to the endpoint. Useful for templated connection strings.
62
+ :param pulumi.Input[_builtins.bool] disable_automated_rotation: Cancels all upcoming rotations of the root credential until unset. Requires Vault Enterprise 1.19+.
64
63
  :param pulumi.Input['SecretBackendConnectionElasticsearchArgs'] elasticsearch: A nested block containing configuration options for Elasticsearch connections.
65
64
  :param pulumi.Input['SecretBackendConnectionHanaArgs'] hana: A nested block containing configuration options for SAP HanaDB connections.
66
65
  :param pulumi.Input['SecretBackendConnectionInfluxdbArgs'] influxdb: A nested block containing configuration options for InfluxDB connections.
@@ -71,29 +70,29 @@ class SecretBackendConnectionArgs:
71
70
  :param pulumi.Input['SecretBackendConnectionMysqlAuroraArgs'] mysql_aurora: A nested block containing configuration options for Aurora MySQL connections.
72
71
  :param pulumi.Input['SecretBackendConnectionMysqlLegacyArgs'] mysql_legacy: A nested block containing configuration options for legacy MySQL connections.
73
72
  :param pulumi.Input['SecretBackendConnectionMysqlRdsArgs'] mysql_rds: A nested block containing configuration options for RDS MySQL connections.
74
- :param pulumi.Input[builtins.str] name: A unique name to give the database connection.
75
- :param pulumi.Input[builtins.str] namespace: The namespace to provision the resource in.
73
+ :param pulumi.Input[_builtins.str] name: A unique name to give the database connection.
74
+ :param pulumi.Input[_builtins.str] namespace: The namespace to provision the resource in.
76
75
  The value should not contain leading or trailing forward slashes.
77
76
  The `namespace` is always relative to the provider's configured namespace.
78
77
  *Available only for Vault Enterprise*.
79
78
  :param pulumi.Input['SecretBackendConnectionOracleArgs'] oracle: A nested block containing configuration options for Oracle connections.
80
- :param pulumi.Input[builtins.str] plugin_name: Specifies the name of the plugin to use.
79
+ :param pulumi.Input[_builtins.str] plugin_name: Specifies the name of the plugin to use.
81
80
  :param pulumi.Input['SecretBackendConnectionPostgresqlArgs'] postgresql: A nested block containing configuration options for PostgreSQL connections.
82
81
  :param pulumi.Input['SecretBackendConnectionRedisArgs'] redis: A nested block containing configuration options for Redis connections.
83
82
  :param pulumi.Input['SecretBackendConnectionRedisElasticacheArgs'] redis_elasticache: A nested block containing configuration options for Redis ElastiCache connections.
84
83
 
85
84
  Exactly one of the nested blocks of configuration options must be supplied.
86
85
  :param pulumi.Input['SecretBackendConnectionRedshiftArgs'] redshift: Connection parameters for the redshift-database-plugin plugin.
87
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] root_rotation_statements: A list of database statements to be executed to rotate the root user's credentials.
88
- :param pulumi.Input[builtins.int] rotation_period: The amount of time in seconds Vault should wait before rotating the root credential.
86
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] root_rotation_statements: A list of database statements to be executed to rotate the root user's credentials.
87
+ :param pulumi.Input[_builtins.int] rotation_period: The amount of time in seconds Vault should wait before rotating the root credential.
89
88
  A zero value tells Vault not to rotate the root credential. The minimum rotation period is 10 seconds. Requires Vault Enterprise 1.19+.
90
- :param pulumi.Input[builtins.str] rotation_schedule: The schedule, in [cron-style time format](https://en.wikipedia.org/wiki/Cron),
89
+ :param pulumi.Input[_builtins.str] rotation_schedule: The schedule, in [cron-style time format](https://en.wikipedia.org/wiki/Cron),
91
90
  defining the schedule on which Vault should rotate the root token. Requires Vault Enterprise 1.19+.
92
- :param pulumi.Input[builtins.int] rotation_window: The maximum amount of time in seconds allowed to complete
91
+ :param pulumi.Input[_builtins.int] rotation_window: The maximum amount of time in seconds allowed to complete
93
92
  a rotation when a scheduled token rotation occurs. The default rotation window is
94
93
  unbound and the minimum allowable window is `3600`. Requires Vault Enterprise 1.19+.
95
94
  :param pulumi.Input['SecretBackendConnectionSnowflakeArgs'] snowflake: A nested block containing configuration options for Snowflake connections.
96
- :param pulumi.Input[builtins.bool] verify_connection: Whether the connection should be verified on
95
+ :param pulumi.Input[_builtins.bool] verify_connection: Whether the connection should be verified on
97
96
  initial configuration or not.
98
97
  """
99
98
  pulumi.set(__self__, "backend", backend)
@@ -156,21 +155,21 @@ class SecretBackendConnectionArgs:
156
155
  if verify_connection is not None:
157
156
  pulumi.set(__self__, "verify_connection", verify_connection)
158
157
 
159
- @property
158
+ @_builtins.property
160
159
  @pulumi.getter
161
- def backend(self) -> pulumi.Input[builtins.str]:
160
+ def backend(self) -> pulumi.Input[_builtins.str]:
162
161
  """
163
162
  The unique name of the Vault mount to configure.
164
163
  """
165
164
  return pulumi.get(self, "backend")
166
165
 
167
166
  @backend.setter
168
- def backend(self, value: pulumi.Input[builtins.str]):
167
+ def backend(self, value: pulumi.Input[_builtins.str]):
169
168
  pulumi.set(self, "backend", value)
170
169
 
171
- @property
170
+ @_builtins.property
172
171
  @pulumi.getter(name="allowedRoles")
173
- def allowed_roles(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
172
+ def allowed_roles(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
174
173
  """
175
174
  A list of roles that are allowed to use this
176
175
  connection.
@@ -178,10 +177,10 @@ class SecretBackendConnectionArgs:
178
177
  return pulumi.get(self, "allowed_roles")
179
178
 
180
179
  @allowed_roles.setter
181
- def allowed_roles(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
180
+ def allowed_roles(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
182
181
  pulumi.set(self, "allowed_roles", value)
183
182
 
184
- @property
183
+ @_builtins.property
185
184
  @pulumi.getter
186
185
  def cassandra(self) -> Optional[pulumi.Input['SecretBackendConnectionCassandraArgs']]:
187
186
  """
@@ -193,7 +192,7 @@ class SecretBackendConnectionArgs:
193
192
  def cassandra(self, value: Optional[pulumi.Input['SecretBackendConnectionCassandraArgs']]):
194
193
  pulumi.set(self, "cassandra", value)
195
194
 
196
- @property
195
+ @_builtins.property
197
196
  @pulumi.getter
198
197
  def couchbase(self) -> Optional[pulumi.Input['SecretBackendConnectionCouchbaseArgs']]:
199
198
  """
@@ -205,31 +204,31 @@ class SecretBackendConnectionArgs:
205
204
  def couchbase(self, value: Optional[pulumi.Input['SecretBackendConnectionCouchbaseArgs']]):
206
205
  pulumi.set(self, "couchbase", value)
207
206
 
208
- @property
207
+ @_builtins.property
209
208
  @pulumi.getter
210
- def data(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
209
+ def data(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
211
210
  """
212
211
  A map of sensitive data to pass to the endpoint. Useful for templated connection strings.
213
212
  """
214
213
  return pulumi.get(self, "data")
215
214
 
216
215
  @data.setter
217
- def data(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
216
+ def data(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
218
217
  pulumi.set(self, "data", value)
219
218
 
220
- @property
219
+ @_builtins.property
221
220
  @pulumi.getter(name="disableAutomatedRotation")
222
- def disable_automated_rotation(self) -> Optional[pulumi.Input[builtins.bool]]:
221
+ def disable_automated_rotation(self) -> Optional[pulumi.Input[_builtins.bool]]:
223
222
  """
224
223
  Cancels all upcoming rotations of the root credential until unset. Requires Vault Enterprise 1.19+.
225
224
  """
226
225
  return pulumi.get(self, "disable_automated_rotation")
227
226
 
228
227
  @disable_automated_rotation.setter
229
- def disable_automated_rotation(self, value: Optional[pulumi.Input[builtins.bool]]):
228
+ def disable_automated_rotation(self, value: Optional[pulumi.Input[_builtins.bool]]):
230
229
  pulumi.set(self, "disable_automated_rotation", value)
231
230
 
232
- @property
231
+ @_builtins.property
233
232
  @pulumi.getter
234
233
  def elasticsearch(self) -> Optional[pulumi.Input['SecretBackendConnectionElasticsearchArgs']]:
235
234
  """
@@ -241,7 +240,7 @@ class SecretBackendConnectionArgs:
241
240
  def elasticsearch(self, value: Optional[pulumi.Input['SecretBackendConnectionElasticsearchArgs']]):
242
241
  pulumi.set(self, "elasticsearch", value)
243
242
 
244
- @property
243
+ @_builtins.property
245
244
  @pulumi.getter
246
245
  def hana(self) -> Optional[pulumi.Input['SecretBackendConnectionHanaArgs']]:
247
246
  """
@@ -253,7 +252,7 @@ class SecretBackendConnectionArgs:
253
252
  def hana(self, value: Optional[pulumi.Input['SecretBackendConnectionHanaArgs']]):
254
253
  pulumi.set(self, "hana", value)
255
254
 
256
- @property
255
+ @_builtins.property
257
256
  @pulumi.getter
258
257
  def influxdb(self) -> Optional[pulumi.Input['SecretBackendConnectionInfluxdbArgs']]:
259
258
  """
@@ -265,7 +264,7 @@ class SecretBackendConnectionArgs:
265
264
  def influxdb(self, value: Optional[pulumi.Input['SecretBackendConnectionInfluxdbArgs']]):
266
265
  pulumi.set(self, "influxdb", value)
267
266
 
268
- @property
267
+ @_builtins.property
269
268
  @pulumi.getter
270
269
  def mongodb(self) -> Optional[pulumi.Input['SecretBackendConnectionMongodbArgs']]:
271
270
  """
@@ -277,7 +276,7 @@ class SecretBackendConnectionArgs:
277
276
  def mongodb(self, value: Optional[pulumi.Input['SecretBackendConnectionMongodbArgs']]):
278
277
  pulumi.set(self, "mongodb", value)
279
278
 
280
- @property
279
+ @_builtins.property
281
280
  @pulumi.getter
282
281
  def mongodbatlas(self) -> Optional[pulumi.Input['SecretBackendConnectionMongodbatlasArgs']]:
283
282
  """
@@ -289,7 +288,7 @@ class SecretBackendConnectionArgs:
289
288
  def mongodbatlas(self, value: Optional[pulumi.Input['SecretBackendConnectionMongodbatlasArgs']]):
290
289
  pulumi.set(self, "mongodbatlas", value)
291
290
 
292
- @property
291
+ @_builtins.property
293
292
  @pulumi.getter
294
293
  def mssql(self) -> Optional[pulumi.Input['SecretBackendConnectionMssqlArgs']]:
295
294
  """
@@ -301,7 +300,7 @@ class SecretBackendConnectionArgs:
301
300
  def mssql(self, value: Optional[pulumi.Input['SecretBackendConnectionMssqlArgs']]):
302
301
  pulumi.set(self, "mssql", value)
303
302
 
304
- @property
303
+ @_builtins.property
305
304
  @pulumi.getter
306
305
  def mysql(self) -> Optional[pulumi.Input['SecretBackendConnectionMysqlArgs']]:
307
306
  """
@@ -313,7 +312,7 @@ class SecretBackendConnectionArgs:
313
312
  def mysql(self, value: Optional[pulumi.Input['SecretBackendConnectionMysqlArgs']]):
314
313
  pulumi.set(self, "mysql", value)
315
314
 
316
- @property
315
+ @_builtins.property
317
316
  @pulumi.getter(name="mysqlAurora")
318
317
  def mysql_aurora(self) -> Optional[pulumi.Input['SecretBackendConnectionMysqlAuroraArgs']]:
319
318
  """
@@ -325,7 +324,7 @@ class SecretBackendConnectionArgs:
325
324
  def mysql_aurora(self, value: Optional[pulumi.Input['SecretBackendConnectionMysqlAuroraArgs']]):
326
325
  pulumi.set(self, "mysql_aurora", value)
327
326
 
328
- @property
327
+ @_builtins.property
329
328
  @pulumi.getter(name="mysqlLegacy")
330
329
  def mysql_legacy(self) -> Optional[pulumi.Input['SecretBackendConnectionMysqlLegacyArgs']]:
331
330
  """
@@ -337,7 +336,7 @@ class SecretBackendConnectionArgs:
337
336
  def mysql_legacy(self, value: Optional[pulumi.Input['SecretBackendConnectionMysqlLegacyArgs']]):
338
337
  pulumi.set(self, "mysql_legacy", value)
339
338
 
340
- @property
339
+ @_builtins.property
341
340
  @pulumi.getter(name="mysqlRds")
342
341
  def mysql_rds(self) -> Optional[pulumi.Input['SecretBackendConnectionMysqlRdsArgs']]:
343
342
  """
@@ -349,21 +348,21 @@ class SecretBackendConnectionArgs:
349
348
  def mysql_rds(self, value: Optional[pulumi.Input['SecretBackendConnectionMysqlRdsArgs']]):
350
349
  pulumi.set(self, "mysql_rds", value)
351
350
 
352
- @property
351
+ @_builtins.property
353
352
  @pulumi.getter
354
- def name(self) -> Optional[pulumi.Input[builtins.str]]:
353
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
355
354
  """
356
355
  A unique name to give the database connection.
357
356
  """
358
357
  return pulumi.get(self, "name")
359
358
 
360
359
  @name.setter
361
- def name(self, value: Optional[pulumi.Input[builtins.str]]):
360
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
362
361
  pulumi.set(self, "name", value)
363
362
 
364
- @property
363
+ @_builtins.property
365
364
  @pulumi.getter
366
- def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
365
+ def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
367
366
  """
368
367
  The namespace to provision the resource in.
369
368
  The value should not contain leading or trailing forward slashes.
@@ -373,10 +372,10 @@ class SecretBackendConnectionArgs:
373
372
  return pulumi.get(self, "namespace")
374
373
 
375
374
  @namespace.setter
376
- def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
375
+ def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
377
376
  pulumi.set(self, "namespace", value)
378
377
 
379
- @property
378
+ @_builtins.property
380
379
  @pulumi.getter
381
380
  def oracle(self) -> Optional[pulumi.Input['SecretBackendConnectionOracleArgs']]:
382
381
  """
@@ -388,19 +387,19 @@ class SecretBackendConnectionArgs:
388
387
  def oracle(self, value: Optional[pulumi.Input['SecretBackendConnectionOracleArgs']]):
389
388
  pulumi.set(self, "oracle", value)
390
389
 
391
- @property
390
+ @_builtins.property
392
391
  @pulumi.getter(name="pluginName")
393
- def plugin_name(self) -> Optional[pulumi.Input[builtins.str]]:
392
+ def plugin_name(self) -> Optional[pulumi.Input[_builtins.str]]:
394
393
  """
395
394
  Specifies the name of the plugin to use.
396
395
  """
397
396
  return pulumi.get(self, "plugin_name")
398
397
 
399
398
  @plugin_name.setter
400
- def plugin_name(self, value: Optional[pulumi.Input[builtins.str]]):
399
+ def plugin_name(self, value: Optional[pulumi.Input[_builtins.str]]):
401
400
  pulumi.set(self, "plugin_name", value)
402
401
 
403
- @property
402
+ @_builtins.property
404
403
  @pulumi.getter
405
404
  def postgresql(self) -> Optional[pulumi.Input['SecretBackendConnectionPostgresqlArgs']]:
406
405
  """
@@ -412,7 +411,7 @@ class SecretBackendConnectionArgs:
412
411
  def postgresql(self, value: Optional[pulumi.Input['SecretBackendConnectionPostgresqlArgs']]):
413
412
  pulumi.set(self, "postgresql", value)
414
413
 
415
- @property
414
+ @_builtins.property
416
415
  @pulumi.getter
417
416
  def redis(self) -> Optional[pulumi.Input['SecretBackendConnectionRedisArgs']]:
418
417
  """
@@ -424,7 +423,7 @@ class SecretBackendConnectionArgs:
424
423
  def redis(self, value: Optional[pulumi.Input['SecretBackendConnectionRedisArgs']]):
425
424
  pulumi.set(self, "redis", value)
426
425
 
427
- @property
426
+ @_builtins.property
428
427
  @pulumi.getter(name="redisElasticache")
429
428
  def redis_elasticache(self) -> Optional[pulumi.Input['SecretBackendConnectionRedisElasticacheArgs']]:
430
429
  """
@@ -438,7 +437,7 @@ class SecretBackendConnectionArgs:
438
437
  def redis_elasticache(self, value: Optional[pulumi.Input['SecretBackendConnectionRedisElasticacheArgs']]):
439
438
  pulumi.set(self, "redis_elasticache", value)
440
439
 
441
- @property
440
+ @_builtins.property
442
441
  @pulumi.getter
443
442
  def redshift(self) -> Optional[pulumi.Input['SecretBackendConnectionRedshiftArgs']]:
444
443
  """
@@ -450,21 +449,21 @@ class SecretBackendConnectionArgs:
450
449
  def redshift(self, value: Optional[pulumi.Input['SecretBackendConnectionRedshiftArgs']]):
451
450
  pulumi.set(self, "redshift", value)
452
451
 
453
- @property
452
+ @_builtins.property
454
453
  @pulumi.getter(name="rootRotationStatements")
455
- def root_rotation_statements(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
454
+ def root_rotation_statements(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
456
455
  """
457
456
  A list of database statements to be executed to rotate the root user's credentials.
458
457
  """
459
458
  return pulumi.get(self, "root_rotation_statements")
460
459
 
461
460
  @root_rotation_statements.setter
462
- def root_rotation_statements(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
461
+ def root_rotation_statements(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
463
462
  pulumi.set(self, "root_rotation_statements", value)
464
463
 
465
- @property
464
+ @_builtins.property
466
465
  @pulumi.getter(name="rotationPeriod")
467
- def rotation_period(self) -> Optional[pulumi.Input[builtins.int]]:
466
+ def rotation_period(self) -> Optional[pulumi.Input[_builtins.int]]:
468
467
  """
469
468
  The amount of time in seconds Vault should wait before rotating the root credential.
470
469
  A zero value tells Vault not to rotate the root credential. The minimum rotation period is 10 seconds. Requires Vault Enterprise 1.19+.
@@ -472,12 +471,12 @@ class SecretBackendConnectionArgs:
472
471
  return pulumi.get(self, "rotation_period")
473
472
 
474
473
  @rotation_period.setter
475
- def rotation_period(self, value: Optional[pulumi.Input[builtins.int]]):
474
+ def rotation_period(self, value: Optional[pulumi.Input[_builtins.int]]):
476
475
  pulumi.set(self, "rotation_period", value)
477
476
 
478
- @property
477
+ @_builtins.property
479
478
  @pulumi.getter(name="rotationSchedule")
480
- def rotation_schedule(self) -> Optional[pulumi.Input[builtins.str]]:
479
+ def rotation_schedule(self) -> Optional[pulumi.Input[_builtins.str]]:
481
480
  """
482
481
  The schedule, in [cron-style time format](https://en.wikipedia.org/wiki/Cron),
483
482
  defining the schedule on which Vault should rotate the root token. Requires Vault Enterprise 1.19+.
@@ -485,12 +484,12 @@ class SecretBackendConnectionArgs:
485
484
  return pulumi.get(self, "rotation_schedule")
486
485
 
487
486
  @rotation_schedule.setter
488
- def rotation_schedule(self, value: Optional[pulumi.Input[builtins.str]]):
487
+ def rotation_schedule(self, value: Optional[pulumi.Input[_builtins.str]]):
489
488
  pulumi.set(self, "rotation_schedule", value)
490
489
 
491
- @property
490
+ @_builtins.property
492
491
  @pulumi.getter(name="rotationWindow")
493
- def rotation_window(self) -> Optional[pulumi.Input[builtins.int]]:
492
+ def rotation_window(self) -> Optional[pulumi.Input[_builtins.int]]:
494
493
  """
495
494
  The maximum amount of time in seconds allowed to complete
496
495
  a rotation when a scheduled token rotation occurs. The default rotation window is
@@ -499,10 +498,10 @@ class SecretBackendConnectionArgs:
499
498
  return pulumi.get(self, "rotation_window")
500
499
 
501
500
  @rotation_window.setter
502
- def rotation_window(self, value: Optional[pulumi.Input[builtins.int]]):
501
+ def rotation_window(self, value: Optional[pulumi.Input[_builtins.int]]):
503
502
  pulumi.set(self, "rotation_window", value)
504
503
 
505
- @property
504
+ @_builtins.property
506
505
  @pulumi.getter
507
506
  def snowflake(self) -> Optional[pulumi.Input['SecretBackendConnectionSnowflakeArgs']]:
508
507
  """
@@ -514,9 +513,9 @@ class SecretBackendConnectionArgs:
514
513
  def snowflake(self, value: Optional[pulumi.Input['SecretBackendConnectionSnowflakeArgs']]):
515
514
  pulumi.set(self, "snowflake", value)
516
515
 
517
- @property
516
+ @_builtins.property
518
517
  @pulumi.getter(name="verifyConnection")
519
- def verify_connection(self) -> Optional[pulumi.Input[builtins.bool]]:
518
+ def verify_connection(self) -> Optional[pulumi.Input[_builtins.bool]]:
520
519
  """
521
520
  Whether the connection should be verified on
522
521
  initial configuration or not.
@@ -524,19 +523,19 @@ class SecretBackendConnectionArgs:
524
523
  return pulumi.get(self, "verify_connection")
525
524
 
526
525
  @verify_connection.setter
527
- def verify_connection(self, value: Optional[pulumi.Input[builtins.bool]]):
526
+ def verify_connection(self, value: Optional[pulumi.Input[_builtins.bool]]):
528
527
  pulumi.set(self, "verify_connection", value)
529
528
 
530
529
 
531
530
  @pulumi.input_type
532
531
  class _SecretBackendConnectionState:
533
532
  def __init__(__self__, *,
534
- allowed_roles: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
535
- backend: Optional[pulumi.Input[builtins.str]] = None,
533
+ allowed_roles: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
534
+ backend: Optional[pulumi.Input[_builtins.str]] = None,
536
535
  cassandra: Optional[pulumi.Input['SecretBackendConnectionCassandraArgs']] = None,
537
536
  couchbase: Optional[pulumi.Input['SecretBackendConnectionCouchbaseArgs']] = None,
538
- data: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
539
- disable_automated_rotation: Optional[pulumi.Input[builtins.bool]] = None,
537
+ data: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
538
+ disable_automated_rotation: Optional[pulumi.Input[_builtins.bool]] = None,
540
539
  elasticsearch: Optional[pulumi.Input['SecretBackendConnectionElasticsearchArgs']] = None,
541
540
  hana: Optional[pulumi.Input['SecretBackendConnectionHanaArgs']] = None,
542
541
  influxdb: Optional[pulumi.Input['SecretBackendConnectionInfluxdbArgs']] = None,
@@ -547,29 +546,29 @@ class _SecretBackendConnectionState:
547
546
  mysql_aurora: Optional[pulumi.Input['SecretBackendConnectionMysqlAuroraArgs']] = None,
548
547
  mysql_legacy: Optional[pulumi.Input['SecretBackendConnectionMysqlLegacyArgs']] = None,
549
548
  mysql_rds: Optional[pulumi.Input['SecretBackendConnectionMysqlRdsArgs']] = None,
550
- name: Optional[pulumi.Input[builtins.str]] = None,
551
- namespace: Optional[pulumi.Input[builtins.str]] = None,
549
+ name: Optional[pulumi.Input[_builtins.str]] = None,
550
+ namespace: Optional[pulumi.Input[_builtins.str]] = None,
552
551
  oracle: Optional[pulumi.Input['SecretBackendConnectionOracleArgs']] = None,
553
- plugin_name: Optional[pulumi.Input[builtins.str]] = None,
552
+ plugin_name: Optional[pulumi.Input[_builtins.str]] = None,
554
553
  postgresql: Optional[pulumi.Input['SecretBackendConnectionPostgresqlArgs']] = None,
555
554
  redis: Optional[pulumi.Input['SecretBackendConnectionRedisArgs']] = None,
556
555
  redis_elasticache: Optional[pulumi.Input['SecretBackendConnectionRedisElasticacheArgs']] = None,
557
556
  redshift: Optional[pulumi.Input['SecretBackendConnectionRedshiftArgs']] = None,
558
- root_rotation_statements: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
559
- rotation_period: Optional[pulumi.Input[builtins.int]] = None,
560
- rotation_schedule: Optional[pulumi.Input[builtins.str]] = None,
561
- rotation_window: Optional[pulumi.Input[builtins.int]] = None,
557
+ root_rotation_statements: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
558
+ rotation_period: Optional[pulumi.Input[_builtins.int]] = None,
559
+ rotation_schedule: Optional[pulumi.Input[_builtins.str]] = None,
560
+ rotation_window: Optional[pulumi.Input[_builtins.int]] = None,
562
561
  snowflake: Optional[pulumi.Input['SecretBackendConnectionSnowflakeArgs']] = None,
563
- verify_connection: Optional[pulumi.Input[builtins.bool]] = None):
562
+ verify_connection: Optional[pulumi.Input[_builtins.bool]] = None):
564
563
  """
565
564
  Input properties used for looking up and filtering SecretBackendConnection resources.
566
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_roles: A list of roles that are allowed to use this
565
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_roles: A list of roles that are allowed to use this
567
566
  connection.
568
- :param pulumi.Input[builtins.str] backend: The unique name of the Vault mount to configure.
567
+ :param pulumi.Input[_builtins.str] backend: The unique name of the Vault mount to configure.
569
568
  :param pulumi.Input['SecretBackendConnectionCassandraArgs'] cassandra: A nested block containing configuration options for Cassandra connections.
570
569
  :param pulumi.Input['SecretBackendConnectionCouchbaseArgs'] couchbase: A nested block containing configuration options for Couchbase connections.
571
- :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] data: A map of sensitive data to pass to the endpoint. Useful for templated connection strings.
572
- :param pulumi.Input[builtins.bool] disable_automated_rotation: Cancels all upcoming rotations of the root credential until unset. Requires Vault Enterprise 1.19+.
570
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] data: A map of sensitive data to pass to the endpoint. Useful for templated connection strings.
571
+ :param pulumi.Input[_builtins.bool] disable_automated_rotation: Cancels all upcoming rotations of the root credential until unset. Requires Vault Enterprise 1.19+.
573
572
  :param pulumi.Input['SecretBackendConnectionElasticsearchArgs'] elasticsearch: A nested block containing configuration options for Elasticsearch connections.
574
573
  :param pulumi.Input['SecretBackendConnectionHanaArgs'] hana: A nested block containing configuration options for SAP HanaDB connections.
575
574
  :param pulumi.Input['SecretBackendConnectionInfluxdbArgs'] influxdb: A nested block containing configuration options for InfluxDB connections.
@@ -580,29 +579,29 @@ class _SecretBackendConnectionState:
580
579
  :param pulumi.Input['SecretBackendConnectionMysqlAuroraArgs'] mysql_aurora: A nested block containing configuration options for Aurora MySQL connections.
581
580
  :param pulumi.Input['SecretBackendConnectionMysqlLegacyArgs'] mysql_legacy: A nested block containing configuration options for legacy MySQL connections.
582
581
  :param pulumi.Input['SecretBackendConnectionMysqlRdsArgs'] mysql_rds: A nested block containing configuration options for RDS MySQL connections.
583
- :param pulumi.Input[builtins.str] name: A unique name to give the database connection.
584
- :param pulumi.Input[builtins.str] namespace: The namespace to provision the resource in.
582
+ :param pulumi.Input[_builtins.str] name: A unique name to give the database connection.
583
+ :param pulumi.Input[_builtins.str] namespace: The namespace to provision the resource in.
585
584
  The value should not contain leading or trailing forward slashes.
586
585
  The `namespace` is always relative to the provider's configured namespace.
587
586
  *Available only for Vault Enterprise*.
588
587
  :param pulumi.Input['SecretBackendConnectionOracleArgs'] oracle: A nested block containing configuration options for Oracle connections.
589
- :param pulumi.Input[builtins.str] plugin_name: Specifies the name of the plugin to use.
588
+ :param pulumi.Input[_builtins.str] plugin_name: Specifies the name of the plugin to use.
590
589
  :param pulumi.Input['SecretBackendConnectionPostgresqlArgs'] postgresql: A nested block containing configuration options for PostgreSQL connections.
591
590
  :param pulumi.Input['SecretBackendConnectionRedisArgs'] redis: A nested block containing configuration options for Redis connections.
592
591
  :param pulumi.Input['SecretBackendConnectionRedisElasticacheArgs'] redis_elasticache: A nested block containing configuration options for Redis ElastiCache connections.
593
592
 
594
593
  Exactly one of the nested blocks of configuration options must be supplied.
595
594
  :param pulumi.Input['SecretBackendConnectionRedshiftArgs'] redshift: Connection parameters for the redshift-database-plugin plugin.
596
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] root_rotation_statements: A list of database statements to be executed to rotate the root user's credentials.
597
- :param pulumi.Input[builtins.int] rotation_period: The amount of time in seconds Vault should wait before rotating the root credential.
595
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] root_rotation_statements: A list of database statements to be executed to rotate the root user's credentials.
596
+ :param pulumi.Input[_builtins.int] rotation_period: The amount of time in seconds Vault should wait before rotating the root credential.
598
597
  A zero value tells Vault not to rotate the root credential. The minimum rotation period is 10 seconds. Requires Vault Enterprise 1.19+.
599
- :param pulumi.Input[builtins.str] rotation_schedule: The schedule, in [cron-style time format](https://en.wikipedia.org/wiki/Cron),
598
+ :param pulumi.Input[_builtins.str] rotation_schedule: The schedule, in [cron-style time format](https://en.wikipedia.org/wiki/Cron),
600
599
  defining the schedule on which Vault should rotate the root token. Requires Vault Enterprise 1.19+.
601
- :param pulumi.Input[builtins.int] rotation_window: The maximum amount of time in seconds allowed to complete
600
+ :param pulumi.Input[_builtins.int] rotation_window: The maximum amount of time in seconds allowed to complete
602
601
  a rotation when a scheduled token rotation occurs. The default rotation window is
603
602
  unbound and the minimum allowable window is `3600`. Requires Vault Enterprise 1.19+.
604
603
  :param pulumi.Input['SecretBackendConnectionSnowflakeArgs'] snowflake: A nested block containing configuration options for Snowflake connections.
605
- :param pulumi.Input[builtins.bool] verify_connection: Whether the connection should be verified on
604
+ :param pulumi.Input[_builtins.bool] verify_connection: Whether the connection should be verified on
606
605
  initial configuration or not.
607
606
  """
608
607
  if allowed_roles is not None:
@@ -666,9 +665,9 @@ class _SecretBackendConnectionState:
666
665
  if verify_connection is not None:
667
666
  pulumi.set(__self__, "verify_connection", verify_connection)
668
667
 
669
- @property
668
+ @_builtins.property
670
669
  @pulumi.getter(name="allowedRoles")
671
- def allowed_roles(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
670
+ def allowed_roles(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
672
671
  """
673
672
  A list of roles that are allowed to use this
674
673
  connection.
@@ -676,22 +675,22 @@ class _SecretBackendConnectionState:
676
675
  return pulumi.get(self, "allowed_roles")
677
676
 
678
677
  @allowed_roles.setter
679
- def allowed_roles(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
678
+ def allowed_roles(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
680
679
  pulumi.set(self, "allowed_roles", value)
681
680
 
682
- @property
681
+ @_builtins.property
683
682
  @pulumi.getter
684
- def backend(self) -> Optional[pulumi.Input[builtins.str]]:
683
+ def backend(self) -> Optional[pulumi.Input[_builtins.str]]:
685
684
  """
686
685
  The unique name of the Vault mount to configure.
687
686
  """
688
687
  return pulumi.get(self, "backend")
689
688
 
690
689
  @backend.setter
691
- def backend(self, value: Optional[pulumi.Input[builtins.str]]):
690
+ def backend(self, value: Optional[pulumi.Input[_builtins.str]]):
692
691
  pulumi.set(self, "backend", value)
693
692
 
694
- @property
693
+ @_builtins.property
695
694
  @pulumi.getter
696
695
  def cassandra(self) -> Optional[pulumi.Input['SecretBackendConnectionCassandraArgs']]:
697
696
  """
@@ -703,7 +702,7 @@ class _SecretBackendConnectionState:
703
702
  def cassandra(self, value: Optional[pulumi.Input['SecretBackendConnectionCassandraArgs']]):
704
703
  pulumi.set(self, "cassandra", value)
705
704
 
706
- @property
705
+ @_builtins.property
707
706
  @pulumi.getter
708
707
  def couchbase(self) -> Optional[pulumi.Input['SecretBackendConnectionCouchbaseArgs']]:
709
708
  """
@@ -715,31 +714,31 @@ class _SecretBackendConnectionState:
715
714
  def couchbase(self, value: Optional[pulumi.Input['SecretBackendConnectionCouchbaseArgs']]):
716
715
  pulumi.set(self, "couchbase", value)
717
716
 
718
- @property
717
+ @_builtins.property
719
718
  @pulumi.getter
720
- def data(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
719
+ def data(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
721
720
  """
722
721
  A map of sensitive data to pass to the endpoint. Useful for templated connection strings.
723
722
  """
724
723
  return pulumi.get(self, "data")
725
724
 
726
725
  @data.setter
727
- def data(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
726
+ def data(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
728
727
  pulumi.set(self, "data", value)
729
728
 
730
- @property
729
+ @_builtins.property
731
730
  @pulumi.getter(name="disableAutomatedRotation")
732
- def disable_automated_rotation(self) -> Optional[pulumi.Input[builtins.bool]]:
731
+ def disable_automated_rotation(self) -> Optional[pulumi.Input[_builtins.bool]]:
733
732
  """
734
733
  Cancels all upcoming rotations of the root credential until unset. Requires Vault Enterprise 1.19+.
735
734
  """
736
735
  return pulumi.get(self, "disable_automated_rotation")
737
736
 
738
737
  @disable_automated_rotation.setter
739
- def disable_automated_rotation(self, value: Optional[pulumi.Input[builtins.bool]]):
738
+ def disable_automated_rotation(self, value: Optional[pulumi.Input[_builtins.bool]]):
740
739
  pulumi.set(self, "disable_automated_rotation", value)
741
740
 
742
- @property
741
+ @_builtins.property
743
742
  @pulumi.getter
744
743
  def elasticsearch(self) -> Optional[pulumi.Input['SecretBackendConnectionElasticsearchArgs']]:
745
744
  """
@@ -751,7 +750,7 @@ class _SecretBackendConnectionState:
751
750
  def elasticsearch(self, value: Optional[pulumi.Input['SecretBackendConnectionElasticsearchArgs']]):
752
751
  pulumi.set(self, "elasticsearch", value)
753
752
 
754
- @property
753
+ @_builtins.property
755
754
  @pulumi.getter
756
755
  def hana(self) -> Optional[pulumi.Input['SecretBackendConnectionHanaArgs']]:
757
756
  """
@@ -763,7 +762,7 @@ class _SecretBackendConnectionState:
763
762
  def hana(self, value: Optional[pulumi.Input['SecretBackendConnectionHanaArgs']]):
764
763
  pulumi.set(self, "hana", value)
765
764
 
766
- @property
765
+ @_builtins.property
767
766
  @pulumi.getter
768
767
  def influxdb(self) -> Optional[pulumi.Input['SecretBackendConnectionInfluxdbArgs']]:
769
768
  """
@@ -775,7 +774,7 @@ class _SecretBackendConnectionState:
775
774
  def influxdb(self, value: Optional[pulumi.Input['SecretBackendConnectionInfluxdbArgs']]):
776
775
  pulumi.set(self, "influxdb", value)
777
776
 
778
- @property
777
+ @_builtins.property
779
778
  @pulumi.getter
780
779
  def mongodb(self) -> Optional[pulumi.Input['SecretBackendConnectionMongodbArgs']]:
781
780
  """
@@ -787,7 +786,7 @@ class _SecretBackendConnectionState:
787
786
  def mongodb(self, value: Optional[pulumi.Input['SecretBackendConnectionMongodbArgs']]):
788
787
  pulumi.set(self, "mongodb", value)
789
788
 
790
- @property
789
+ @_builtins.property
791
790
  @pulumi.getter
792
791
  def mongodbatlas(self) -> Optional[pulumi.Input['SecretBackendConnectionMongodbatlasArgs']]:
793
792
  """
@@ -799,7 +798,7 @@ class _SecretBackendConnectionState:
799
798
  def mongodbatlas(self, value: Optional[pulumi.Input['SecretBackendConnectionMongodbatlasArgs']]):
800
799
  pulumi.set(self, "mongodbatlas", value)
801
800
 
802
- @property
801
+ @_builtins.property
803
802
  @pulumi.getter
804
803
  def mssql(self) -> Optional[pulumi.Input['SecretBackendConnectionMssqlArgs']]:
805
804
  """
@@ -811,7 +810,7 @@ class _SecretBackendConnectionState:
811
810
  def mssql(self, value: Optional[pulumi.Input['SecretBackendConnectionMssqlArgs']]):
812
811
  pulumi.set(self, "mssql", value)
813
812
 
814
- @property
813
+ @_builtins.property
815
814
  @pulumi.getter
816
815
  def mysql(self) -> Optional[pulumi.Input['SecretBackendConnectionMysqlArgs']]:
817
816
  """
@@ -823,7 +822,7 @@ class _SecretBackendConnectionState:
823
822
  def mysql(self, value: Optional[pulumi.Input['SecretBackendConnectionMysqlArgs']]):
824
823
  pulumi.set(self, "mysql", value)
825
824
 
826
- @property
825
+ @_builtins.property
827
826
  @pulumi.getter(name="mysqlAurora")
828
827
  def mysql_aurora(self) -> Optional[pulumi.Input['SecretBackendConnectionMysqlAuroraArgs']]:
829
828
  """
@@ -835,7 +834,7 @@ class _SecretBackendConnectionState:
835
834
  def mysql_aurora(self, value: Optional[pulumi.Input['SecretBackendConnectionMysqlAuroraArgs']]):
836
835
  pulumi.set(self, "mysql_aurora", value)
837
836
 
838
- @property
837
+ @_builtins.property
839
838
  @pulumi.getter(name="mysqlLegacy")
840
839
  def mysql_legacy(self) -> Optional[pulumi.Input['SecretBackendConnectionMysqlLegacyArgs']]:
841
840
  """
@@ -847,7 +846,7 @@ class _SecretBackendConnectionState:
847
846
  def mysql_legacy(self, value: Optional[pulumi.Input['SecretBackendConnectionMysqlLegacyArgs']]):
848
847
  pulumi.set(self, "mysql_legacy", value)
849
848
 
850
- @property
849
+ @_builtins.property
851
850
  @pulumi.getter(name="mysqlRds")
852
851
  def mysql_rds(self) -> Optional[pulumi.Input['SecretBackendConnectionMysqlRdsArgs']]:
853
852
  """
@@ -859,21 +858,21 @@ class _SecretBackendConnectionState:
859
858
  def mysql_rds(self, value: Optional[pulumi.Input['SecretBackendConnectionMysqlRdsArgs']]):
860
859
  pulumi.set(self, "mysql_rds", value)
861
860
 
862
- @property
861
+ @_builtins.property
863
862
  @pulumi.getter
864
- def name(self) -> Optional[pulumi.Input[builtins.str]]:
863
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
865
864
  """
866
865
  A unique name to give the database connection.
867
866
  """
868
867
  return pulumi.get(self, "name")
869
868
 
870
869
  @name.setter
871
- def name(self, value: Optional[pulumi.Input[builtins.str]]):
870
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
872
871
  pulumi.set(self, "name", value)
873
872
 
874
- @property
873
+ @_builtins.property
875
874
  @pulumi.getter
876
- def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
875
+ def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
877
876
  """
878
877
  The namespace to provision the resource in.
879
878
  The value should not contain leading or trailing forward slashes.
@@ -883,10 +882,10 @@ class _SecretBackendConnectionState:
883
882
  return pulumi.get(self, "namespace")
884
883
 
885
884
  @namespace.setter
886
- def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
885
+ def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
887
886
  pulumi.set(self, "namespace", value)
888
887
 
889
- @property
888
+ @_builtins.property
890
889
  @pulumi.getter
891
890
  def oracle(self) -> Optional[pulumi.Input['SecretBackendConnectionOracleArgs']]:
892
891
  """
@@ -898,19 +897,19 @@ class _SecretBackendConnectionState:
898
897
  def oracle(self, value: Optional[pulumi.Input['SecretBackendConnectionOracleArgs']]):
899
898
  pulumi.set(self, "oracle", value)
900
899
 
901
- @property
900
+ @_builtins.property
902
901
  @pulumi.getter(name="pluginName")
903
- def plugin_name(self) -> Optional[pulumi.Input[builtins.str]]:
902
+ def plugin_name(self) -> Optional[pulumi.Input[_builtins.str]]:
904
903
  """
905
904
  Specifies the name of the plugin to use.
906
905
  """
907
906
  return pulumi.get(self, "plugin_name")
908
907
 
909
908
  @plugin_name.setter
910
- def plugin_name(self, value: Optional[pulumi.Input[builtins.str]]):
909
+ def plugin_name(self, value: Optional[pulumi.Input[_builtins.str]]):
911
910
  pulumi.set(self, "plugin_name", value)
912
911
 
913
- @property
912
+ @_builtins.property
914
913
  @pulumi.getter
915
914
  def postgresql(self) -> Optional[pulumi.Input['SecretBackendConnectionPostgresqlArgs']]:
916
915
  """
@@ -922,7 +921,7 @@ class _SecretBackendConnectionState:
922
921
  def postgresql(self, value: Optional[pulumi.Input['SecretBackendConnectionPostgresqlArgs']]):
923
922
  pulumi.set(self, "postgresql", value)
924
923
 
925
- @property
924
+ @_builtins.property
926
925
  @pulumi.getter
927
926
  def redis(self) -> Optional[pulumi.Input['SecretBackendConnectionRedisArgs']]:
928
927
  """
@@ -934,7 +933,7 @@ class _SecretBackendConnectionState:
934
933
  def redis(self, value: Optional[pulumi.Input['SecretBackendConnectionRedisArgs']]):
935
934
  pulumi.set(self, "redis", value)
936
935
 
937
- @property
936
+ @_builtins.property
938
937
  @pulumi.getter(name="redisElasticache")
939
938
  def redis_elasticache(self) -> Optional[pulumi.Input['SecretBackendConnectionRedisElasticacheArgs']]:
940
939
  """
@@ -948,7 +947,7 @@ class _SecretBackendConnectionState:
948
947
  def redis_elasticache(self, value: Optional[pulumi.Input['SecretBackendConnectionRedisElasticacheArgs']]):
949
948
  pulumi.set(self, "redis_elasticache", value)
950
949
 
951
- @property
950
+ @_builtins.property
952
951
  @pulumi.getter
953
952
  def redshift(self) -> Optional[pulumi.Input['SecretBackendConnectionRedshiftArgs']]:
954
953
  """
@@ -960,21 +959,21 @@ class _SecretBackendConnectionState:
960
959
  def redshift(self, value: Optional[pulumi.Input['SecretBackendConnectionRedshiftArgs']]):
961
960
  pulumi.set(self, "redshift", value)
962
961
 
963
- @property
962
+ @_builtins.property
964
963
  @pulumi.getter(name="rootRotationStatements")
965
- def root_rotation_statements(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
964
+ def root_rotation_statements(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
966
965
  """
967
966
  A list of database statements to be executed to rotate the root user's credentials.
968
967
  """
969
968
  return pulumi.get(self, "root_rotation_statements")
970
969
 
971
970
  @root_rotation_statements.setter
972
- def root_rotation_statements(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
971
+ def root_rotation_statements(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
973
972
  pulumi.set(self, "root_rotation_statements", value)
974
973
 
975
- @property
974
+ @_builtins.property
976
975
  @pulumi.getter(name="rotationPeriod")
977
- def rotation_period(self) -> Optional[pulumi.Input[builtins.int]]:
976
+ def rotation_period(self) -> Optional[pulumi.Input[_builtins.int]]:
978
977
  """
979
978
  The amount of time in seconds Vault should wait before rotating the root credential.
980
979
  A zero value tells Vault not to rotate the root credential. The minimum rotation period is 10 seconds. Requires Vault Enterprise 1.19+.
@@ -982,12 +981,12 @@ class _SecretBackendConnectionState:
982
981
  return pulumi.get(self, "rotation_period")
983
982
 
984
983
  @rotation_period.setter
985
- def rotation_period(self, value: Optional[pulumi.Input[builtins.int]]):
984
+ def rotation_period(self, value: Optional[pulumi.Input[_builtins.int]]):
986
985
  pulumi.set(self, "rotation_period", value)
987
986
 
988
- @property
987
+ @_builtins.property
989
988
  @pulumi.getter(name="rotationSchedule")
990
- def rotation_schedule(self) -> Optional[pulumi.Input[builtins.str]]:
989
+ def rotation_schedule(self) -> Optional[pulumi.Input[_builtins.str]]:
991
990
  """
992
991
  The schedule, in [cron-style time format](https://en.wikipedia.org/wiki/Cron),
993
992
  defining the schedule on which Vault should rotate the root token. Requires Vault Enterprise 1.19+.
@@ -995,12 +994,12 @@ class _SecretBackendConnectionState:
995
994
  return pulumi.get(self, "rotation_schedule")
996
995
 
997
996
  @rotation_schedule.setter
998
- def rotation_schedule(self, value: Optional[pulumi.Input[builtins.str]]):
997
+ def rotation_schedule(self, value: Optional[pulumi.Input[_builtins.str]]):
999
998
  pulumi.set(self, "rotation_schedule", value)
1000
999
 
1001
- @property
1000
+ @_builtins.property
1002
1001
  @pulumi.getter(name="rotationWindow")
1003
- def rotation_window(self) -> Optional[pulumi.Input[builtins.int]]:
1002
+ def rotation_window(self) -> Optional[pulumi.Input[_builtins.int]]:
1004
1003
  """
1005
1004
  The maximum amount of time in seconds allowed to complete
1006
1005
  a rotation when a scheduled token rotation occurs. The default rotation window is
@@ -1009,10 +1008,10 @@ class _SecretBackendConnectionState:
1009
1008
  return pulumi.get(self, "rotation_window")
1010
1009
 
1011
1010
  @rotation_window.setter
1012
- def rotation_window(self, value: Optional[pulumi.Input[builtins.int]]):
1011
+ def rotation_window(self, value: Optional[pulumi.Input[_builtins.int]]):
1013
1012
  pulumi.set(self, "rotation_window", value)
1014
1013
 
1015
- @property
1014
+ @_builtins.property
1016
1015
  @pulumi.getter
1017
1016
  def snowflake(self) -> Optional[pulumi.Input['SecretBackendConnectionSnowflakeArgs']]:
1018
1017
  """
@@ -1024,9 +1023,9 @@ class _SecretBackendConnectionState:
1024
1023
  def snowflake(self, value: Optional[pulumi.Input['SecretBackendConnectionSnowflakeArgs']]):
1025
1024
  pulumi.set(self, "snowflake", value)
1026
1025
 
1027
- @property
1026
+ @_builtins.property
1028
1027
  @pulumi.getter(name="verifyConnection")
1029
- def verify_connection(self) -> Optional[pulumi.Input[builtins.bool]]:
1028
+ def verify_connection(self) -> Optional[pulumi.Input[_builtins.bool]]:
1030
1029
  """
1031
1030
  Whether the connection should be verified on
1032
1031
  initial configuration or not.
@@ -1034,7 +1033,7 @@ class _SecretBackendConnectionState:
1034
1033
  return pulumi.get(self, "verify_connection")
1035
1034
 
1036
1035
  @verify_connection.setter
1037
- def verify_connection(self, value: Optional[pulumi.Input[builtins.bool]]):
1036
+ def verify_connection(self, value: Optional[pulumi.Input[_builtins.bool]]):
1038
1037
  pulumi.set(self, "verify_connection", value)
1039
1038
 
1040
1039
 
@@ -1044,12 +1043,12 @@ class SecretBackendConnection(pulumi.CustomResource):
1044
1043
  def __init__(__self__,
1045
1044
  resource_name: str,
1046
1045
  opts: Optional[pulumi.ResourceOptions] = None,
1047
- allowed_roles: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
1048
- backend: Optional[pulumi.Input[builtins.str]] = None,
1046
+ allowed_roles: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1047
+ backend: Optional[pulumi.Input[_builtins.str]] = None,
1049
1048
  cassandra: Optional[pulumi.Input[Union['SecretBackendConnectionCassandraArgs', 'SecretBackendConnectionCassandraArgsDict']]] = None,
1050
1049
  couchbase: Optional[pulumi.Input[Union['SecretBackendConnectionCouchbaseArgs', 'SecretBackendConnectionCouchbaseArgsDict']]] = None,
1051
- data: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
1052
- disable_automated_rotation: Optional[pulumi.Input[builtins.bool]] = None,
1050
+ data: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
1051
+ disable_automated_rotation: Optional[pulumi.Input[_builtins.bool]] = None,
1053
1052
  elasticsearch: Optional[pulumi.Input[Union['SecretBackendConnectionElasticsearchArgs', 'SecretBackendConnectionElasticsearchArgsDict']]] = None,
1054
1053
  hana: Optional[pulumi.Input[Union['SecretBackendConnectionHanaArgs', 'SecretBackendConnectionHanaArgsDict']]] = None,
1055
1054
  influxdb: Optional[pulumi.Input[Union['SecretBackendConnectionInfluxdbArgs', 'SecretBackendConnectionInfluxdbArgsDict']]] = None,
@@ -1060,20 +1059,20 @@ class SecretBackendConnection(pulumi.CustomResource):
1060
1059
  mysql_aurora: Optional[pulumi.Input[Union['SecretBackendConnectionMysqlAuroraArgs', 'SecretBackendConnectionMysqlAuroraArgsDict']]] = None,
1061
1060
  mysql_legacy: Optional[pulumi.Input[Union['SecretBackendConnectionMysqlLegacyArgs', 'SecretBackendConnectionMysqlLegacyArgsDict']]] = None,
1062
1061
  mysql_rds: Optional[pulumi.Input[Union['SecretBackendConnectionMysqlRdsArgs', 'SecretBackendConnectionMysqlRdsArgsDict']]] = None,
1063
- name: Optional[pulumi.Input[builtins.str]] = None,
1064
- namespace: Optional[pulumi.Input[builtins.str]] = None,
1062
+ name: Optional[pulumi.Input[_builtins.str]] = None,
1063
+ namespace: Optional[pulumi.Input[_builtins.str]] = None,
1065
1064
  oracle: Optional[pulumi.Input[Union['SecretBackendConnectionOracleArgs', 'SecretBackendConnectionOracleArgsDict']]] = None,
1066
- plugin_name: Optional[pulumi.Input[builtins.str]] = None,
1065
+ plugin_name: Optional[pulumi.Input[_builtins.str]] = None,
1067
1066
  postgresql: Optional[pulumi.Input[Union['SecretBackendConnectionPostgresqlArgs', 'SecretBackendConnectionPostgresqlArgsDict']]] = None,
1068
1067
  redis: Optional[pulumi.Input[Union['SecretBackendConnectionRedisArgs', 'SecretBackendConnectionRedisArgsDict']]] = None,
1069
1068
  redis_elasticache: Optional[pulumi.Input[Union['SecretBackendConnectionRedisElasticacheArgs', 'SecretBackendConnectionRedisElasticacheArgsDict']]] = None,
1070
1069
  redshift: Optional[pulumi.Input[Union['SecretBackendConnectionRedshiftArgs', 'SecretBackendConnectionRedshiftArgsDict']]] = None,
1071
- root_rotation_statements: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
1072
- rotation_period: Optional[pulumi.Input[builtins.int]] = None,
1073
- rotation_schedule: Optional[pulumi.Input[builtins.str]] = None,
1074
- rotation_window: Optional[pulumi.Input[builtins.int]] = None,
1070
+ root_rotation_statements: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1071
+ rotation_period: Optional[pulumi.Input[_builtins.int]] = None,
1072
+ rotation_schedule: Optional[pulumi.Input[_builtins.str]] = None,
1073
+ rotation_window: Optional[pulumi.Input[_builtins.int]] = None,
1075
1074
  snowflake: Optional[pulumi.Input[Union['SecretBackendConnectionSnowflakeArgs', 'SecretBackendConnectionSnowflakeArgsDict']]] = None,
1076
- verify_connection: Optional[pulumi.Input[builtins.bool]] = None,
1075
+ verify_connection: Optional[pulumi.Input[_builtins.bool]] = None,
1077
1076
  __props__=None):
1078
1077
  """
1079
1078
  ## Example Usage
@@ -1121,13 +1120,13 @@ class SecretBackendConnection(pulumi.CustomResource):
1121
1120
 
1122
1121
  :param str resource_name: The name of the resource.
1123
1122
  :param pulumi.ResourceOptions opts: Options for the resource.
1124
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_roles: A list of roles that are allowed to use this
1123
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_roles: A list of roles that are allowed to use this
1125
1124
  connection.
1126
- :param pulumi.Input[builtins.str] backend: The unique name of the Vault mount to configure.
1125
+ :param pulumi.Input[_builtins.str] backend: The unique name of the Vault mount to configure.
1127
1126
  :param pulumi.Input[Union['SecretBackendConnectionCassandraArgs', 'SecretBackendConnectionCassandraArgsDict']] cassandra: A nested block containing configuration options for Cassandra connections.
1128
1127
  :param pulumi.Input[Union['SecretBackendConnectionCouchbaseArgs', 'SecretBackendConnectionCouchbaseArgsDict']] couchbase: A nested block containing configuration options for Couchbase connections.
1129
- :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] data: A map of sensitive data to pass to the endpoint. Useful for templated connection strings.
1130
- :param pulumi.Input[builtins.bool] disable_automated_rotation: Cancels all upcoming rotations of the root credential until unset. Requires Vault Enterprise 1.19+.
1128
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] data: A map of sensitive data to pass to the endpoint. Useful for templated connection strings.
1129
+ :param pulumi.Input[_builtins.bool] disable_automated_rotation: Cancels all upcoming rotations of the root credential until unset. Requires Vault Enterprise 1.19+.
1131
1130
  :param pulumi.Input[Union['SecretBackendConnectionElasticsearchArgs', 'SecretBackendConnectionElasticsearchArgsDict']] elasticsearch: A nested block containing configuration options for Elasticsearch connections.
1132
1131
  :param pulumi.Input[Union['SecretBackendConnectionHanaArgs', 'SecretBackendConnectionHanaArgsDict']] hana: A nested block containing configuration options for SAP HanaDB connections.
1133
1132
  :param pulumi.Input[Union['SecretBackendConnectionInfluxdbArgs', 'SecretBackendConnectionInfluxdbArgsDict']] influxdb: A nested block containing configuration options for InfluxDB connections.
@@ -1138,29 +1137,29 @@ class SecretBackendConnection(pulumi.CustomResource):
1138
1137
  :param pulumi.Input[Union['SecretBackendConnectionMysqlAuroraArgs', 'SecretBackendConnectionMysqlAuroraArgsDict']] mysql_aurora: A nested block containing configuration options for Aurora MySQL connections.
1139
1138
  :param pulumi.Input[Union['SecretBackendConnectionMysqlLegacyArgs', 'SecretBackendConnectionMysqlLegacyArgsDict']] mysql_legacy: A nested block containing configuration options for legacy MySQL connections.
1140
1139
  :param pulumi.Input[Union['SecretBackendConnectionMysqlRdsArgs', 'SecretBackendConnectionMysqlRdsArgsDict']] mysql_rds: A nested block containing configuration options for RDS MySQL connections.
1141
- :param pulumi.Input[builtins.str] name: A unique name to give the database connection.
1142
- :param pulumi.Input[builtins.str] namespace: The namespace to provision the resource in.
1140
+ :param pulumi.Input[_builtins.str] name: A unique name to give the database connection.
1141
+ :param pulumi.Input[_builtins.str] namespace: The namespace to provision the resource in.
1143
1142
  The value should not contain leading or trailing forward slashes.
1144
1143
  The `namespace` is always relative to the provider's configured namespace.
1145
1144
  *Available only for Vault Enterprise*.
1146
1145
  :param pulumi.Input[Union['SecretBackendConnectionOracleArgs', 'SecretBackendConnectionOracleArgsDict']] oracle: A nested block containing configuration options for Oracle connections.
1147
- :param pulumi.Input[builtins.str] plugin_name: Specifies the name of the plugin to use.
1146
+ :param pulumi.Input[_builtins.str] plugin_name: Specifies the name of the plugin to use.
1148
1147
  :param pulumi.Input[Union['SecretBackendConnectionPostgresqlArgs', 'SecretBackendConnectionPostgresqlArgsDict']] postgresql: A nested block containing configuration options for PostgreSQL connections.
1149
1148
  :param pulumi.Input[Union['SecretBackendConnectionRedisArgs', 'SecretBackendConnectionRedisArgsDict']] redis: A nested block containing configuration options for Redis connections.
1150
1149
  :param pulumi.Input[Union['SecretBackendConnectionRedisElasticacheArgs', 'SecretBackendConnectionRedisElasticacheArgsDict']] redis_elasticache: A nested block containing configuration options for Redis ElastiCache connections.
1151
1150
 
1152
1151
  Exactly one of the nested blocks of configuration options must be supplied.
1153
1152
  :param pulumi.Input[Union['SecretBackendConnectionRedshiftArgs', 'SecretBackendConnectionRedshiftArgsDict']] redshift: Connection parameters for the redshift-database-plugin plugin.
1154
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] root_rotation_statements: A list of database statements to be executed to rotate the root user's credentials.
1155
- :param pulumi.Input[builtins.int] rotation_period: The amount of time in seconds Vault should wait before rotating the root credential.
1153
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] root_rotation_statements: A list of database statements to be executed to rotate the root user's credentials.
1154
+ :param pulumi.Input[_builtins.int] rotation_period: The amount of time in seconds Vault should wait before rotating the root credential.
1156
1155
  A zero value tells Vault not to rotate the root credential. The minimum rotation period is 10 seconds. Requires Vault Enterprise 1.19+.
1157
- :param pulumi.Input[builtins.str] rotation_schedule: The schedule, in [cron-style time format](https://en.wikipedia.org/wiki/Cron),
1156
+ :param pulumi.Input[_builtins.str] rotation_schedule: The schedule, in [cron-style time format](https://en.wikipedia.org/wiki/Cron),
1158
1157
  defining the schedule on which Vault should rotate the root token. Requires Vault Enterprise 1.19+.
1159
- :param pulumi.Input[builtins.int] rotation_window: The maximum amount of time in seconds allowed to complete
1158
+ :param pulumi.Input[_builtins.int] rotation_window: The maximum amount of time in seconds allowed to complete
1160
1159
  a rotation when a scheduled token rotation occurs. The default rotation window is
1161
1160
  unbound and the minimum allowable window is `3600`. Requires Vault Enterprise 1.19+.
1162
1161
  :param pulumi.Input[Union['SecretBackendConnectionSnowflakeArgs', 'SecretBackendConnectionSnowflakeArgsDict']] snowflake: A nested block containing configuration options for Snowflake connections.
1163
- :param pulumi.Input[builtins.bool] verify_connection: Whether the connection should be verified on
1162
+ :param pulumi.Input[_builtins.bool] verify_connection: Whether the connection should be verified on
1164
1163
  initial configuration or not.
1165
1164
  """
1166
1165
  ...
@@ -1228,12 +1227,12 @@ class SecretBackendConnection(pulumi.CustomResource):
1228
1227
  def _internal_init(__self__,
1229
1228
  resource_name: str,
1230
1229
  opts: Optional[pulumi.ResourceOptions] = None,
1231
- allowed_roles: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
1232
- backend: Optional[pulumi.Input[builtins.str]] = None,
1230
+ allowed_roles: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1231
+ backend: Optional[pulumi.Input[_builtins.str]] = None,
1233
1232
  cassandra: Optional[pulumi.Input[Union['SecretBackendConnectionCassandraArgs', 'SecretBackendConnectionCassandraArgsDict']]] = None,
1234
1233
  couchbase: Optional[pulumi.Input[Union['SecretBackendConnectionCouchbaseArgs', 'SecretBackendConnectionCouchbaseArgsDict']]] = None,
1235
- data: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
1236
- disable_automated_rotation: Optional[pulumi.Input[builtins.bool]] = None,
1234
+ data: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
1235
+ disable_automated_rotation: Optional[pulumi.Input[_builtins.bool]] = None,
1237
1236
  elasticsearch: Optional[pulumi.Input[Union['SecretBackendConnectionElasticsearchArgs', 'SecretBackendConnectionElasticsearchArgsDict']]] = None,
1238
1237
  hana: Optional[pulumi.Input[Union['SecretBackendConnectionHanaArgs', 'SecretBackendConnectionHanaArgsDict']]] = None,
1239
1238
  influxdb: Optional[pulumi.Input[Union['SecretBackendConnectionInfluxdbArgs', 'SecretBackendConnectionInfluxdbArgsDict']]] = None,
@@ -1244,20 +1243,20 @@ class SecretBackendConnection(pulumi.CustomResource):
1244
1243
  mysql_aurora: Optional[pulumi.Input[Union['SecretBackendConnectionMysqlAuroraArgs', 'SecretBackendConnectionMysqlAuroraArgsDict']]] = None,
1245
1244
  mysql_legacy: Optional[pulumi.Input[Union['SecretBackendConnectionMysqlLegacyArgs', 'SecretBackendConnectionMysqlLegacyArgsDict']]] = None,
1246
1245
  mysql_rds: Optional[pulumi.Input[Union['SecretBackendConnectionMysqlRdsArgs', 'SecretBackendConnectionMysqlRdsArgsDict']]] = None,
1247
- name: Optional[pulumi.Input[builtins.str]] = None,
1248
- namespace: Optional[pulumi.Input[builtins.str]] = None,
1246
+ name: Optional[pulumi.Input[_builtins.str]] = None,
1247
+ namespace: Optional[pulumi.Input[_builtins.str]] = None,
1249
1248
  oracle: Optional[pulumi.Input[Union['SecretBackendConnectionOracleArgs', 'SecretBackendConnectionOracleArgsDict']]] = None,
1250
- plugin_name: Optional[pulumi.Input[builtins.str]] = None,
1249
+ plugin_name: Optional[pulumi.Input[_builtins.str]] = None,
1251
1250
  postgresql: Optional[pulumi.Input[Union['SecretBackendConnectionPostgresqlArgs', 'SecretBackendConnectionPostgresqlArgsDict']]] = None,
1252
1251
  redis: Optional[pulumi.Input[Union['SecretBackendConnectionRedisArgs', 'SecretBackendConnectionRedisArgsDict']]] = None,
1253
1252
  redis_elasticache: Optional[pulumi.Input[Union['SecretBackendConnectionRedisElasticacheArgs', 'SecretBackendConnectionRedisElasticacheArgsDict']]] = None,
1254
1253
  redshift: Optional[pulumi.Input[Union['SecretBackendConnectionRedshiftArgs', 'SecretBackendConnectionRedshiftArgsDict']]] = None,
1255
- root_rotation_statements: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
1256
- rotation_period: Optional[pulumi.Input[builtins.int]] = None,
1257
- rotation_schedule: Optional[pulumi.Input[builtins.str]] = None,
1258
- rotation_window: Optional[pulumi.Input[builtins.int]] = None,
1254
+ root_rotation_statements: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1255
+ rotation_period: Optional[pulumi.Input[_builtins.int]] = None,
1256
+ rotation_schedule: Optional[pulumi.Input[_builtins.str]] = None,
1257
+ rotation_window: Optional[pulumi.Input[_builtins.int]] = None,
1259
1258
  snowflake: Optional[pulumi.Input[Union['SecretBackendConnectionSnowflakeArgs', 'SecretBackendConnectionSnowflakeArgsDict']]] = None,
1260
- verify_connection: Optional[pulumi.Input[builtins.bool]] = None,
1259
+ verify_connection: Optional[pulumi.Input[_builtins.bool]] = None,
1261
1260
  __props__=None):
1262
1261
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
1263
1262
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -1309,12 +1308,12 @@ class SecretBackendConnection(pulumi.CustomResource):
1309
1308
  def get(resource_name: str,
1310
1309
  id: pulumi.Input[str],
1311
1310
  opts: Optional[pulumi.ResourceOptions] = None,
1312
- allowed_roles: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
1313
- backend: Optional[pulumi.Input[builtins.str]] = None,
1311
+ allowed_roles: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1312
+ backend: Optional[pulumi.Input[_builtins.str]] = None,
1314
1313
  cassandra: Optional[pulumi.Input[Union['SecretBackendConnectionCassandraArgs', 'SecretBackendConnectionCassandraArgsDict']]] = None,
1315
1314
  couchbase: Optional[pulumi.Input[Union['SecretBackendConnectionCouchbaseArgs', 'SecretBackendConnectionCouchbaseArgsDict']]] = None,
1316
- data: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
1317
- disable_automated_rotation: Optional[pulumi.Input[builtins.bool]] = None,
1315
+ data: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
1316
+ disable_automated_rotation: Optional[pulumi.Input[_builtins.bool]] = None,
1318
1317
  elasticsearch: Optional[pulumi.Input[Union['SecretBackendConnectionElasticsearchArgs', 'SecretBackendConnectionElasticsearchArgsDict']]] = None,
1319
1318
  hana: Optional[pulumi.Input[Union['SecretBackendConnectionHanaArgs', 'SecretBackendConnectionHanaArgsDict']]] = None,
1320
1319
  influxdb: Optional[pulumi.Input[Union['SecretBackendConnectionInfluxdbArgs', 'SecretBackendConnectionInfluxdbArgsDict']]] = None,
@@ -1325,20 +1324,20 @@ class SecretBackendConnection(pulumi.CustomResource):
1325
1324
  mysql_aurora: Optional[pulumi.Input[Union['SecretBackendConnectionMysqlAuroraArgs', 'SecretBackendConnectionMysqlAuroraArgsDict']]] = None,
1326
1325
  mysql_legacy: Optional[pulumi.Input[Union['SecretBackendConnectionMysqlLegacyArgs', 'SecretBackendConnectionMysqlLegacyArgsDict']]] = None,
1327
1326
  mysql_rds: Optional[pulumi.Input[Union['SecretBackendConnectionMysqlRdsArgs', 'SecretBackendConnectionMysqlRdsArgsDict']]] = None,
1328
- name: Optional[pulumi.Input[builtins.str]] = None,
1329
- namespace: Optional[pulumi.Input[builtins.str]] = None,
1327
+ name: Optional[pulumi.Input[_builtins.str]] = None,
1328
+ namespace: Optional[pulumi.Input[_builtins.str]] = None,
1330
1329
  oracle: Optional[pulumi.Input[Union['SecretBackendConnectionOracleArgs', 'SecretBackendConnectionOracleArgsDict']]] = None,
1331
- plugin_name: Optional[pulumi.Input[builtins.str]] = None,
1330
+ plugin_name: Optional[pulumi.Input[_builtins.str]] = None,
1332
1331
  postgresql: Optional[pulumi.Input[Union['SecretBackendConnectionPostgresqlArgs', 'SecretBackendConnectionPostgresqlArgsDict']]] = None,
1333
1332
  redis: Optional[pulumi.Input[Union['SecretBackendConnectionRedisArgs', 'SecretBackendConnectionRedisArgsDict']]] = None,
1334
1333
  redis_elasticache: Optional[pulumi.Input[Union['SecretBackendConnectionRedisElasticacheArgs', 'SecretBackendConnectionRedisElasticacheArgsDict']]] = None,
1335
1334
  redshift: Optional[pulumi.Input[Union['SecretBackendConnectionRedshiftArgs', 'SecretBackendConnectionRedshiftArgsDict']]] = None,
1336
- root_rotation_statements: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
1337
- rotation_period: Optional[pulumi.Input[builtins.int]] = None,
1338
- rotation_schedule: Optional[pulumi.Input[builtins.str]] = None,
1339
- rotation_window: Optional[pulumi.Input[builtins.int]] = None,
1335
+ root_rotation_statements: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1336
+ rotation_period: Optional[pulumi.Input[_builtins.int]] = None,
1337
+ rotation_schedule: Optional[pulumi.Input[_builtins.str]] = None,
1338
+ rotation_window: Optional[pulumi.Input[_builtins.int]] = None,
1340
1339
  snowflake: Optional[pulumi.Input[Union['SecretBackendConnectionSnowflakeArgs', 'SecretBackendConnectionSnowflakeArgsDict']]] = None,
1341
- verify_connection: Optional[pulumi.Input[builtins.bool]] = None) -> 'SecretBackendConnection':
1340
+ verify_connection: Optional[pulumi.Input[_builtins.bool]] = None) -> 'SecretBackendConnection':
1342
1341
  """
1343
1342
  Get an existing SecretBackendConnection resource's state with the given name, id, and optional extra
1344
1343
  properties used to qualify the lookup.
@@ -1346,13 +1345,13 @@ class SecretBackendConnection(pulumi.CustomResource):
1346
1345
  :param str resource_name: The unique name of the resulting resource.
1347
1346
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1348
1347
  :param pulumi.ResourceOptions opts: Options for the resource.
1349
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_roles: A list of roles that are allowed to use this
1348
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_roles: A list of roles that are allowed to use this
1350
1349
  connection.
1351
- :param pulumi.Input[builtins.str] backend: The unique name of the Vault mount to configure.
1350
+ :param pulumi.Input[_builtins.str] backend: The unique name of the Vault mount to configure.
1352
1351
  :param pulumi.Input[Union['SecretBackendConnectionCassandraArgs', 'SecretBackendConnectionCassandraArgsDict']] cassandra: A nested block containing configuration options for Cassandra connections.
1353
1352
  :param pulumi.Input[Union['SecretBackendConnectionCouchbaseArgs', 'SecretBackendConnectionCouchbaseArgsDict']] couchbase: A nested block containing configuration options for Couchbase connections.
1354
- :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] data: A map of sensitive data to pass to the endpoint. Useful for templated connection strings.
1355
- :param pulumi.Input[builtins.bool] disable_automated_rotation: Cancels all upcoming rotations of the root credential until unset. Requires Vault Enterprise 1.19+.
1353
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] data: A map of sensitive data to pass to the endpoint. Useful for templated connection strings.
1354
+ :param pulumi.Input[_builtins.bool] disable_automated_rotation: Cancels all upcoming rotations of the root credential until unset. Requires Vault Enterprise 1.19+.
1356
1355
  :param pulumi.Input[Union['SecretBackendConnectionElasticsearchArgs', 'SecretBackendConnectionElasticsearchArgsDict']] elasticsearch: A nested block containing configuration options for Elasticsearch connections.
1357
1356
  :param pulumi.Input[Union['SecretBackendConnectionHanaArgs', 'SecretBackendConnectionHanaArgsDict']] hana: A nested block containing configuration options for SAP HanaDB connections.
1358
1357
  :param pulumi.Input[Union['SecretBackendConnectionInfluxdbArgs', 'SecretBackendConnectionInfluxdbArgsDict']] influxdb: A nested block containing configuration options for InfluxDB connections.
@@ -1363,29 +1362,29 @@ class SecretBackendConnection(pulumi.CustomResource):
1363
1362
  :param pulumi.Input[Union['SecretBackendConnectionMysqlAuroraArgs', 'SecretBackendConnectionMysqlAuroraArgsDict']] mysql_aurora: A nested block containing configuration options for Aurora MySQL connections.
1364
1363
  :param pulumi.Input[Union['SecretBackendConnectionMysqlLegacyArgs', 'SecretBackendConnectionMysqlLegacyArgsDict']] mysql_legacy: A nested block containing configuration options for legacy MySQL connections.
1365
1364
  :param pulumi.Input[Union['SecretBackendConnectionMysqlRdsArgs', 'SecretBackendConnectionMysqlRdsArgsDict']] mysql_rds: A nested block containing configuration options for RDS MySQL connections.
1366
- :param pulumi.Input[builtins.str] name: A unique name to give the database connection.
1367
- :param pulumi.Input[builtins.str] namespace: The namespace to provision the resource in.
1365
+ :param pulumi.Input[_builtins.str] name: A unique name to give the database connection.
1366
+ :param pulumi.Input[_builtins.str] namespace: The namespace to provision the resource in.
1368
1367
  The value should not contain leading or trailing forward slashes.
1369
1368
  The `namespace` is always relative to the provider's configured namespace.
1370
1369
  *Available only for Vault Enterprise*.
1371
1370
  :param pulumi.Input[Union['SecretBackendConnectionOracleArgs', 'SecretBackendConnectionOracleArgsDict']] oracle: A nested block containing configuration options for Oracle connections.
1372
- :param pulumi.Input[builtins.str] plugin_name: Specifies the name of the plugin to use.
1371
+ :param pulumi.Input[_builtins.str] plugin_name: Specifies the name of the plugin to use.
1373
1372
  :param pulumi.Input[Union['SecretBackendConnectionPostgresqlArgs', 'SecretBackendConnectionPostgresqlArgsDict']] postgresql: A nested block containing configuration options for PostgreSQL connections.
1374
1373
  :param pulumi.Input[Union['SecretBackendConnectionRedisArgs', 'SecretBackendConnectionRedisArgsDict']] redis: A nested block containing configuration options for Redis connections.
1375
1374
  :param pulumi.Input[Union['SecretBackendConnectionRedisElasticacheArgs', 'SecretBackendConnectionRedisElasticacheArgsDict']] redis_elasticache: A nested block containing configuration options for Redis ElastiCache connections.
1376
1375
 
1377
1376
  Exactly one of the nested blocks of configuration options must be supplied.
1378
1377
  :param pulumi.Input[Union['SecretBackendConnectionRedshiftArgs', 'SecretBackendConnectionRedshiftArgsDict']] redshift: Connection parameters for the redshift-database-plugin plugin.
1379
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] root_rotation_statements: A list of database statements to be executed to rotate the root user's credentials.
1380
- :param pulumi.Input[builtins.int] rotation_period: The amount of time in seconds Vault should wait before rotating the root credential.
1378
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] root_rotation_statements: A list of database statements to be executed to rotate the root user's credentials.
1379
+ :param pulumi.Input[_builtins.int] rotation_period: The amount of time in seconds Vault should wait before rotating the root credential.
1381
1380
  A zero value tells Vault not to rotate the root credential. The minimum rotation period is 10 seconds. Requires Vault Enterprise 1.19+.
1382
- :param pulumi.Input[builtins.str] rotation_schedule: The schedule, in [cron-style time format](https://en.wikipedia.org/wiki/Cron),
1381
+ :param pulumi.Input[_builtins.str] rotation_schedule: The schedule, in [cron-style time format](https://en.wikipedia.org/wiki/Cron),
1383
1382
  defining the schedule on which Vault should rotate the root token. Requires Vault Enterprise 1.19+.
1384
- :param pulumi.Input[builtins.int] rotation_window: The maximum amount of time in seconds allowed to complete
1383
+ :param pulumi.Input[_builtins.int] rotation_window: The maximum amount of time in seconds allowed to complete
1385
1384
  a rotation when a scheduled token rotation occurs. The default rotation window is
1386
1385
  unbound and the minimum allowable window is `3600`. Requires Vault Enterprise 1.19+.
1387
1386
  :param pulumi.Input[Union['SecretBackendConnectionSnowflakeArgs', 'SecretBackendConnectionSnowflakeArgsDict']] snowflake: A nested block containing configuration options for Snowflake connections.
1388
- :param pulumi.Input[builtins.bool] verify_connection: Whether the connection should be verified on
1387
+ :param pulumi.Input[_builtins.bool] verify_connection: Whether the connection should be verified on
1389
1388
  initial configuration or not.
1390
1389
  """
1391
1390
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -1424,24 +1423,24 @@ class SecretBackendConnection(pulumi.CustomResource):
1424
1423
  __props__.__dict__["verify_connection"] = verify_connection
1425
1424
  return SecretBackendConnection(resource_name, opts=opts, __props__=__props__)
1426
1425
 
1427
- @property
1426
+ @_builtins.property
1428
1427
  @pulumi.getter(name="allowedRoles")
1429
- def allowed_roles(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
1428
+ def allowed_roles(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
1430
1429
  """
1431
1430
  A list of roles that are allowed to use this
1432
1431
  connection.
1433
1432
  """
1434
1433
  return pulumi.get(self, "allowed_roles")
1435
1434
 
1436
- @property
1435
+ @_builtins.property
1437
1436
  @pulumi.getter
1438
- def backend(self) -> pulumi.Output[builtins.str]:
1437
+ def backend(self) -> pulumi.Output[_builtins.str]:
1439
1438
  """
1440
1439
  The unique name of the Vault mount to configure.
1441
1440
  """
1442
1441
  return pulumi.get(self, "backend")
1443
1442
 
1444
- @property
1443
+ @_builtins.property
1445
1444
  @pulumi.getter
1446
1445
  def cassandra(self) -> pulumi.Output[Optional['outputs.SecretBackendConnectionCassandra']]:
1447
1446
  """
@@ -1449,7 +1448,7 @@ class SecretBackendConnection(pulumi.CustomResource):
1449
1448
  """
1450
1449
  return pulumi.get(self, "cassandra")
1451
1450
 
1452
- @property
1451
+ @_builtins.property
1453
1452
  @pulumi.getter
1454
1453
  def couchbase(self) -> pulumi.Output[Optional['outputs.SecretBackendConnectionCouchbase']]:
1455
1454
  """
@@ -1457,23 +1456,23 @@ class SecretBackendConnection(pulumi.CustomResource):
1457
1456
  """
1458
1457
  return pulumi.get(self, "couchbase")
1459
1458
 
1460
- @property
1459
+ @_builtins.property
1461
1460
  @pulumi.getter
1462
- def data(self) -> pulumi.Output[Optional[Mapping[str, builtins.str]]]:
1461
+ def data(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
1463
1462
  """
1464
1463
  A map of sensitive data to pass to the endpoint. Useful for templated connection strings.
1465
1464
  """
1466
1465
  return pulumi.get(self, "data")
1467
1466
 
1468
- @property
1467
+ @_builtins.property
1469
1468
  @pulumi.getter(name="disableAutomatedRotation")
1470
- def disable_automated_rotation(self) -> pulumi.Output[Optional[builtins.bool]]:
1469
+ def disable_automated_rotation(self) -> pulumi.Output[Optional[_builtins.bool]]:
1471
1470
  """
1472
1471
  Cancels all upcoming rotations of the root credential until unset. Requires Vault Enterprise 1.19+.
1473
1472
  """
1474
1473
  return pulumi.get(self, "disable_automated_rotation")
1475
1474
 
1476
- @property
1475
+ @_builtins.property
1477
1476
  @pulumi.getter
1478
1477
  def elasticsearch(self) -> pulumi.Output[Optional['outputs.SecretBackendConnectionElasticsearch']]:
1479
1478
  """
@@ -1481,7 +1480,7 @@ class SecretBackendConnection(pulumi.CustomResource):
1481
1480
  """
1482
1481
  return pulumi.get(self, "elasticsearch")
1483
1482
 
1484
- @property
1483
+ @_builtins.property
1485
1484
  @pulumi.getter
1486
1485
  def hana(self) -> pulumi.Output[Optional['outputs.SecretBackendConnectionHana']]:
1487
1486
  """
@@ -1489,7 +1488,7 @@ class SecretBackendConnection(pulumi.CustomResource):
1489
1488
  """
1490
1489
  return pulumi.get(self, "hana")
1491
1490
 
1492
- @property
1491
+ @_builtins.property
1493
1492
  @pulumi.getter
1494
1493
  def influxdb(self) -> pulumi.Output[Optional['outputs.SecretBackendConnectionInfluxdb']]:
1495
1494
  """
@@ -1497,7 +1496,7 @@ class SecretBackendConnection(pulumi.CustomResource):
1497
1496
  """
1498
1497
  return pulumi.get(self, "influxdb")
1499
1498
 
1500
- @property
1499
+ @_builtins.property
1501
1500
  @pulumi.getter
1502
1501
  def mongodb(self) -> pulumi.Output[Optional['outputs.SecretBackendConnectionMongodb']]:
1503
1502
  """
@@ -1505,7 +1504,7 @@ class SecretBackendConnection(pulumi.CustomResource):
1505
1504
  """
1506
1505
  return pulumi.get(self, "mongodb")
1507
1506
 
1508
- @property
1507
+ @_builtins.property
1509
1508
  @pulumi.getter
1510
1509
  def mongodbatlas(self) -> pulumi.Output[Optional['outputs.SecretBackendConnectionMongodbatlas']]:
1511
1510
  """
@@ -1513,7 +1512,7 @@ class SecretBackendConnection(pulumi.CustomResource):
1513
1512
  """
1514
1513
  return pulumi.get(self, "mongodbatlas")
1515
1514
 
1516
- @property
1515
+ @_builtins.property
1517
1516
  @pulumi.getter
1518
1517
  def mssql(self) -> pulumi.Output[Optional['outputs.SecretBackendConnectionMssql']]:
1519
1518
  """
@@ -1521,7 +1520,7 @@ class SecretBackendConnection(pulumi.CustomResource):
1521
1520
  """
1522
1521
  return pulumi.get(self, "mssql")
1523
1522
 
1524
- @property
1523
+ @_builtins.property
1525
1524
  @pulumi.getter
1526
1525
  def mysql(self) -> pulumi.Output[Optional['outputs.SecretBackendConnectionMysql']]:
1527
1526
  """
@@ -1529,7 +1528,7 @@ class SecretBackendConnection(pulumi.CustomResource):
1529
1528
  """
1530
1529
  return pulumi.get(self, "mysql")
1531
1530
 
1532
- @property
1531
+ @_builtins.property
1533
1532
  @pulumi.getter(name="mysqlAurora")
1534
1533
  def mysql_aurora(self) -> pulumi.Output[Optional['outputs.SecretBackendConnectionMysqlAurora']]:
1535
1534
  """
@@ -1537,7 +1536,7 @@ class SecretBackendConnection(pulumi.CustomResource):
1537
1536
  """
1538
1537
  return pulumi.get(self, "mysql_aurora")
1539
1538
 
1540
- @property
1539
+ @_builtins.property
1541
1540
  @pulumi.getter(name="mysqlLegacy")
1542
1541
  def mysql_legacy(self) -> pulumi.Output[Optional['outputs.SecretBackendConnectionMysqlLegacy']]:
1543
1542
  """
@@ -1545,7 +1544,7 @@ class SecretBackendConnection(pulumi.CustomResource):
1545
1544
  """
1546
1545
  return pulumi.get(self, "mysql_legacy")
1547
1546
 
1548
- @property
1547
+ @_builtins.property
1549
1548
  @pulumi.getter(name="mysqlRds")
1550
1549
  def mysql_rds(self) -> pulumi.Output[Optional['outputs.SecretBackendConnectionMysqlRds']]:
1551
1550
  """
@@ -1553,17 +1552,17 @@ class SecretBackendConnection(pulumi.CustomResource):
1553
1552
  """
1554
1553
  return pulumi.get(self, "mysql_rds")
1555
1554
 
1556
- @property
1555
+ @_builtins.property
1557
1556
  @pulumi.getter
1558
- def name(self) -> pulumi.Output[builtins.str]:
1557
+ def name(self) -> pulumi.Output[_builtins.str]:
1559
1558
  """
1560
1559
  A unique name to give the database connection.
1561
1560
  """
1562
1561
  return pulumi.get(self, "name")
1563
1562
 
1564
- @property
1563
+ @_builtins.property
1565
1564
  @pulumi.getter
1566
- def namespace(self) -> pulumi.Output[Optional[builtins.str]]:
1565
+ def namespace(self) -> pulumi.Output[Optional[_builtins.str]]:
1567
1566
  """
1568
1567
  The namespace to provision the resource in.
1569
1568
  The value should not contain leading or trailing forward slashes.
@@ -1572,7 +1571,7 @@ class SecretBackendConnection(pulumi.CustomResource):
1572
1571
  """
1573
1572
  return pulumi.get(self, "namespace")
1574
1573
 
1575
- @property
1574
+ @_builtins.property
1576
1575
  @pulumi.getter
1577
1576
  def oracle(self) -> pulumi.Output[Optional['outputs.SecretBackendConnectionOracle']]:
1578
1577
  """
@@ -1580,15 +1579,15 @@ class SecretBackendConnection(pulumi.CustomResource):
1580
1579
  """
1581
1580
  return pulumi.get(self, "oracle")
1582
1581
 
1583
- @property
1582
+ @_builtins.property
1584
1583
  @pulumi.getter(name="pluginName")
1585
- def plugin_name(self) -> pulumi.Output[builtins.str]:
1584
+ def plugin_name(self) -> pulumi.Output[_builtins.str]:
1586
1585
  """
1587
1586
  Specifies the name of the plugin to use.
1588
1587
  """
1589
1588
  return pulumi.get(self, "plugin_name")
1590
1589
 
1591
- @property
1590
+ @_builtins.property
1592
1591
  @pulumi.getter
1593
1592
  def postgresql(self) -> pulumi.Output[Optional['outputs.SecretBackendConnectionPostgresql']]:
1594
1593
  """
@@ -1596,7 +1595,7 @@ class SecretBackendConnection(pulumi.CustomResource):
1596
1595
  """
1597
1596
  return pulumi.get(self, "postgresql")
1598
1597
 
1599
- @property
1598
+ @_builtins.property
1600
1599
  @pulumi.getter
1601
1600
  def redis(self) -> pulumi.Output[Optional['outputs.SecretBackendConnectionRedis']]:
1602
1601
  """
@@ -1604,7 +1603,7 @@ class SecretBackendConnection(pulumi.CustomResource):
1604
1603
  """
1605
1604
  return pulumi.get(self, "redis")
1606
1605
 
1607
- @property
1606
+ @_builtins.property
1608
1607
  @pulumi.getter(name="redisElasticache")
1609
1608
  def redis_elasticache(self) -> pulumi.Output[Optional['outputs.SecretBackendConnectionRedisElasticache']]:
1610
1609
  """
@@ -1614,7 +1613,7 @@ class SecretBackendConnection(pulumi.CustomResource):
1614
1613
  """
1615
1614
  return pulumi.get(self, "redis_elasticache")
1616
1615
 
1617
- @property
1616
+ @_builtins.property
1618
1617
  @pulumi.getter
1619
1618
  def redshift(self) -> pulumi.Output[Optional['outputs.SecretBackendConnectionRedshift']]:
1620
1619
  """
@@ -1622,35 +1621,35 @@ class SecretBackendConnection(pulumi.CustomResource):
1622
1621
  """
1623
1622
  return pulumi.get(self, "redshift")
1624
1623
 
1625
- @property
1624
+ @_builtins.property
1626
1625
  @pulumi.getter(name="rootRotationStatements")
1627
- def root_rotation_statements(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
1626
+ def root_rotation_statements(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
1628
1627
  """
1629
1628
  A list of database statements to be executed to rotate the root user's credentials.
1630
1629
  """
1631
1630
  return pulumi.get(self, "root_rotation_statements")
1632
1631
 
1633
- @property
1632
+ @_builtins.property
1634
1633
  @pulumi.getter(name="rotationPeriod")
1635
- def rotation_period(self) -> pulumi.Output[Optional[builtins.int]]:
1634
+ def rotation_period(self) -> pulumi.Output[Optional[_builtins.int]]:
1636
1635
  """
1637
1636
  The amount of time in seconds Vault should wait before rotating the root credential.
1638
1637
  A zero value tells Vault not to rotate the root credential. The minimum rotation period is 10 seconds. Requires Vault Enterprise 1.19+.
1639
1638
  """
1640
1639
  return pulumi.get(self, "rotation_period")
1641
1640
 
1642
- @property
1641
+ @_builtins.property
1643
1642
  @pulumi.getter(name="rotationSchedule")
1644
- def rotation_schedule(self) -> pulumi.Output[Optional[builtins.str]]:
1643
+ def rotation_schedule(self) -> pulumi.Output[Optional[_builtins.str]]:
1645
1644
  """
1646
1645
  The schedule, in [cron-style time format](https://en.wikipedia.org/wiki/Cron),
1647
1646
  defining the schedule on which Vault should rotate the root token. Requires Vault Enterprise 1.19+.
1648
1647
  """
1649
1648
  return pulumi.get(self, "rotation_schedule")
1650
1649
 
1651
- @property
1650
+ @_builtins.property
1652
1651
  @pulumi.getter(name="rotationWindow")
1653
- def rotation_window(self) -> pulumi.Output[Optional[builtins.int]]:
1652
+ def rotation_window(self) -> pulumi.Output[Optional[_builtins.int]]:
1654
1653
  """
1655
1654
  The maximum amount of time in seconds allowed to complete
1656
1655
  a rotation when a scheduled token rotation occurs. The default rotation window is
@@ -1658,7 +1657,7 @@ class SecretBackendConnection(pulumi.CustomResource):
1658
1657
  """
1659
1658
  return pulumi.get(self, "rotation_window")
1660
1659
 
1661
- @property
1660
+ @_builtins.property
1662
1661
  @pulumi.getter
1663
1662
  def snowflake(self) -> pulumi.Output[Optional['outputs.SecretBackendConnectionSnowflake']]:
1664
1663
  """
@@ -1666,9 +1665,9 @@ class SecretBackendConnection(pulumi.CustomResource):
1666
1665
  """
1667
1666
  return pulumi.get(self, "snowflake")
1668
1667
 
1669
- @property
1668
+ @_builtins.property
1670
1669
  @pulumi.getter(name="verifyConnection")
1671
- def verify_connection(self) -> pulumi.Output[Optional[builtins.bool]]:
1670
+ def verify_connection(self) -> pulumi.Output[Optional[_builtins.bool]]:
1672
1671
  """
1673
1672
  Whether the connection should be verified on
1674
1673
  initial configuration or not.