pulumi-snowflake 1.2.0a1743489585__py3-none-any.whl → 1.2.0a1744183688__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.

Potentially problematic release.


This version of pulumi-snowflake might be problematic. Click here for more details.

Files changed (147) hide show
  1. pulumi_snowflake/__init__.py +1 -0
  2. pulumi_snowflake/_inputs.py +12288 -12287
  3. pulumi_snowflake/account.py +186 -185
  4. pulumi_snowflake/account_authentication_policy_attachment.py +15 -14
  5. pulumi_snowflake/account_parameter.py +29 -28
  6. pulumi_snowflake/account_password_policy_attachment.py +15 -14
  7. pulumi_snowflake/account_role.py +32 -31
  8. pulumi_snowflake/alert.py +120 -119
  9. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +158 -157
  10. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +144 -143
  11. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +154 -153
  12. pulumi_snowflake/api_integration.py +203 -202
  13. pulumi_snowflake/authentication_policy.py +134 -133
  14. pulumi_snowflake/config/__init__.py +1 -0
  15. pulumi_snowflake/config/__init__.pyi +1 -0
  16. pulumi_snowflake/config/outputs.py +16 -15
  17. pulumi_snowflake/config/vars.py +1 -0
  18. pulumi_snowflake/cortex_search_service.py +141 -140
  19. pulumi_snowflake/database.py +288 -287
  20. pulumi_snowflake/database_role.py +50 -49
  21. pulumi_snowflake/dynamic_table.py +218 -217
  22. pulumi_snowflake/email_notification_integration.py +56 -55
  23. pulumi_snowflake/execute.py +50 -49
  24. pulumi_snowflake/external_function.py +225 -224
  25. pulumi_snowflake/external_oauth_integration.py +232 -231
  26. pulumi_snowflake/external_table.py +197 -196
  27. pulumi_snowflake/external_volume.py +50 -49
  28. pulumi_snowflake/failover_group.py +106 -105
  29. pulumi_snowflake/file_format.py +512 -511
  30. pulumi_snowflake/function_java.py +249 -248
  31. pulumi_snowflake/function_javascript.py +193 -192
  32. pulumi_snowflake/function_python.py +263 -262
  33. pulumi_snowflake/function_scala.py +249 -248
  34. pulumi_snowflake/function_sql.py +179 -178
  35. pulumi_snowflake/get_account_roles.py +12 -11
  36. pulumi_snowflake/get_accounts.py +12 -11
  37. pulumi_snowflake/get_alerts.py +17 -16
  38. pulumi_snowflake/get_connections.py +7 -6
  39. pulumi_snowflake/get_cortex_search_services.py +12 -11
  40. pulumi_snowflake/get_current_account.py +5 -4
  41. pulumi_snowflake/get_current_role.py +3 -2
  42. pulumi_snowflake/get_database.py +15 -14
  43. pulumi_snowflake/get_database_role.py +14 -13
  44. pulumi_snowflake/get_database_roles.py +12 -11
  45. pulumi_snowflake/get_databases.py +22 -21
  46. pulumi_snowflake/get_dynamic_tables.py +7 -6
  47. pulumi_snowflake/get_external_functions.py +12 -11
  48. pulumi_snowflake/get_external_tables.py +12 -11
  49. pulumi_snowflake/get_failover_groups.py +7 -6
  50. pulumi_snowflake/get_file_formats.py +12 -11
  51. pulumi_snowflake/get_functions.py +12 -11
  52. pulumi_snowflake/get_grants.py +2 -1
  53. pulumi_snowflake/get_masking_policies.py +12 -11
  54. pulumi_snowflake/get_materialized_views.py +12 -11
  55. pulumi_snowflake/get_network_policies.py +12 -11
  56. pulumi_snowflake/get_parameters.py +27 -26
  57. pulumi_snowflake/get_pipes.py +12 -11
  58. pulumi_snowflake/get_procedures.py +12 -11
  59. pulumi_snowflake/get_resource_monitors.py +7 -6
  60. pulumi_snowflake/get_row_access_policies.py +12 -11
  61. pulumi_snowflake/get_schemas.py +22 -21
  62. pulumi_snowflake/get_secrets.py +12 -11
  63. pulumi_snowflake/get_security_integrations.py +12 -11
  64. pulumi_snowflake/get_sequences.py +12 -11
  65. pulumi_snowflake/get_shares.py +7 -6
  66. pulumi_snowflake/get_stages.py +12 -11
  67. pulumi_snowflake/get_storage_integrations.py +2 -1
  68. pulumi_snowflake/get_streamlits.py +12 -11
  69. pulumi_snowflake/get_streams.py +17 -16
  70. pulumi_snowflake/get_system_generate_scim_access_token.py +8 -7
  71. pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +8 -7
  72. pulumi_snowflake/get_system_get_private_link_config.py +11 -10
  73. pulumi_snowflake/get_system_get_snowflake_platform_info.py +4 -3
  74. pulumi_snowflake/get_tables.py +12 -11
  75. pulumi_snowflake/get_tags.py +7 -6
  76. pulumi_snowflake/get_tasks.py +22 -21
  77. pulumi_snowflake/get_users.py +22 -21
  78. pulumi_snowflake/get_views.py +17 -16
  79. pulumi_snowflake/get_warehouses.py +17 -16
  80. pulumi_snowflake/grant_account_role.py +43 -42
  81. pulumi_snowflake/grant_application_role.py +43 -42
  82. pulumi_snowflake/grant_database_role.py +57 -56
  83. pulumi_snowflake/grant_ownership.py +43 -42
  84. pulumi_snowflake/grant_privileges_to_account_role.py +95 -94
  85. pulumi_snowflake/grant_privileges_to_database_role.py +95 -94
  86. pulumi_snowflake/grant_privileges_to_share.py +127 -126
  87. pulumi_snowflake/legacy_service_user.py +1039 -1038
  88. pulumi_snowflake/managed_account.py +113 -112
  89. pulumi_snowflake/masking_policy.py +106 -105
  90. pulumi_snowflake/materialized_view.py +120 -119
  91. pulumi_snowflake/network_policy.py +92 -91
  92. pulumi_snowflake/network_policy_attachment.py +43 -42
  93. pulumi_snowflake/network_rule.py +106 -105
  94. pulumi_snowflake/notification_integration.py +238 -237
  95. pulumi_snowflake/oauth_integration_for_custom_clients.py +210 -209
  96. pulumi_snowflake/oauth_integration_for_partner_applications.py +134 -133
  97. pulumi_snowflake/object_parameter.py +57 -56
  98. pulumi_snowflake/outputs.py +9273 -9272
  99. pulumi_snowflake/password_policy.py +246 -245
  100. pulumi_snowflake/pipe.py +148 -147
  101. pulumi_snowflake/primary_connection.py +55 -54
  102. pulumi_snowflake/procedure_java.py +267 -266
  103. pulumi_snowflake/procedure_javascript.py +197 -196
  104. pulumi_snowflake/procedure_python.py +267 -266
  105. pulumi_snowflake/procedure_scala.py +267 -266
  106. pulumi_snowflake/procedure_sql.py +197 -196
  107. pulumi_snowflake/provider.py +303 -302
  108. pulumi_snowflake/pulumi-plugin.json +1 -1
  109. pulumi_snowflake/resource_monitor.py +134 -133
  110. pulumi_snowflake/row_access_policy.py +78 -77
  111. pulumi_snowflake/saml2_integration.py +246 -245
  112. pulumi_snowflake/schema.py +316 -315
  113. pulumi_snowflake/scim_integration.py +106 -105
  114. pulumi_snowflake/secondary_connection.py +57 -56
  115. pulumi_snowflake/secondary_database.py +288 -287
  116. pulumi_snowflake/secret_with_authorization_code_grant.py +109 -108
  117. pulumi_snowflake/secret_with_basic_authentication.py +95 -94
  118. pulumi_snowflake/secret_with_client_credentials.py +99 -98
  119. pulumi_snowflake/secret_with_generic_string.py +81 -80
  120. pulumi_snowflake/sequence.py +99 -98
  121. pulumi_snowflake/service_user.py +1015 -1014
  122. pulumi_snowflake/share.py +50 -49
  123. pulumi_snowflake/shared_database.py +246 -245
  124. pulumi_snowflake/stage.py +190 -189
  125. pulumi_snowflake/storage_integration.py +166 -165
  126. pulumi_snowflake/stream_on_directory_table.py +100 -99
  127. pulumi_snowflake/stream_on_external_table.py +114 -113
  128. pulumi_snowflake/stream_on_table.py +124 -123
  129. pulumi_snowflake/stream_on_view.py +124 -123
  130. pulumi_snowflake/streamlit.py +148 -147
  131. pulumi_snowflake/table.py +113 -112
  132. pulumi_snowflake/table_column_masking_policy_application.py +43 -42
  133. pulumi_snowflake/table_constraint.py +155 -154
  134. pulumi_snowflake/tag.py +92 -91
  135. pulumi_snowflake/tag_association.py +71 -70
  136. pulumi_snowflake/task.py +1002 -1001
  137. pulumi_snowflake/user.py +1101 -1100
  138. pulumi_snowflake/user_authentication_policy_attachment.py +29 -28
  139. pulumi_snowflake/user_password_policy_attachment.py +29 -28
  140. pulumi_snowflake/user_public_keys.py +43 -42
  141. pulumi_snowflake/view.py +136 -135
  142. pulumi_snowflake/warehouse.py +232 -231
  143. {pulumi_snowflake-1.2.0a1743489585.dist-info → pulumi_snowflake-1.2.0a1744183688.dist-info}/METADATA +1 -1
  144. pulumi_snowflake-1.2.0a1744183688.dist-info/RECORD +148 -0
  145. pulumi_snowflake-1.2.0a1743489585.dist-info/RECORD +0 -148
  146. {pulumi_snowflake-1.2.0a1743489585.dist-info → pulumi_snowflake-1.2.0a1744183688.dist-info}/WHEEL +0 -0
  147. {pulumi_snowflake-1.2.0a1743489585.dist-info → pulumi_snowflake-1.2.0a1744183688.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -19,50 +20,50 @@ __all__ = ['UserAuthenticationPolicyAttachmentArgs', 'UserAuthenticationPolicyAt
19
20
  @pulumi.input_type
20
21
  class UserAuthenticationPolicyAttachmentArgs:
21
22
  def __init__(__self__, *,
22
- authentication_policy_name: pulumi.Input[str],
23
- user_name: pulumi.Input[str]):
23
+ authentication_policy_name: pulumi.Input[builtins.str],
24
+ user_name: pulumi.Input[builtins.str]):
24
25
  """
25
26
  The set of arguments for constructing a UserAuthenticationPolicyAttachment resource.
26
- :param pulumi.Input[str] authentication_policy_name: Fully qualified name of the authentication policy
27
- :param pulumi.Input[str] user_name: User name of the user you want to attach the authentication policy to
27
+ :param pulumi.Input[builtins.str] authentication_policy_name: Fully qualified name of the authentication policy
28
+ :param pulumi.Input[builtins.str] user_name: User name of the user you want to attach the authentication policy to
28
29
  """
29
30
  pulumi.set(__self__, "authentication_policy_name", authentication_policy_name)
30
31
  pulumi.set(__self__, "user_name", user_name)
31
32
 
32
33
  @property
33
34
  @pulumi.getter(name="authenticationPolicyName")
34
- def authentication_policy_name(self) -> pulumi.Input[str]:
35
+ def authentication_policy_name(self) -> pulumi.Input[builtins.str]:
35
36
  """
36
37
  Fully qualified name of the authentication policy
37
38
  """
38
39
  return pulumi.get(self, "authentication_policy_name")
39
40
 
40
41
  @authentication_policy_name.setter
41
- def authentication_policy_name(self, value: pulumi.Input[str]):
42
+ def authentication_policy_name(self, value: pulumi.Input[builtins.str]):
42
43
  pulumi.set(self, "authentication_policy_name", value)
43
44
 
44
45
  @property
45
46
  @pulumi.getter(name="userName")
46
- def user_name(self) -> pulumi.Input[str]:
47
+ def user_name(self) -> pulumi.Input[builtins.str]:
47
48
  """
48
49
  User name of the user you want to attach the authentication policy to
49
50
  """
50
51
  return pulumi.get(self, "user_name")
51
52
 
52
53
  @user_name.setter
53
- def user_name(self, value: pulumi.Input[str]):
54
+ def user_name(self, value: pulumi.Input[builtins.str]):
54
55
  pulumi.set(self, "user_name", value)
55
56
 
56
57
 
57
58
  @pulumi.input_type
58
59
  class _UserAuthenticationPolicyAttachmentState:
59
60
  def __init__(__self__, *,
60
- authentication_policy_name: Optional[pulumi.Input[str]] = None,
61
- user_name: Optional[pulumi.Input[str]] = None):
61
+ authentication_policy_name: Optional[pulumi.Input[builtins.str]] = None,
62
+ user_name: Optional[pulumi.Input[builtins.str]] = None):
62
63
  """
63
64
  Input properties used for looking up and filtering UserAuthenticationPolicyAttachment resources.
64
- :param pulumi.Input[str] authentication_policy_name: Fully qualified name of the authentication policy
65
- :param pulumi.Input[str] user_name: User name of the user you want to attach the authentication policy to
65
+ :param pulumi.Input[builtins.str] authentication_policy_name: Fully qualified name of the authentication policy
66
+ :param pulumi.Input[builtins.str] user_name: User name of the user you want to attach the authentication policy to
66
67
  """
67
68
  if authentication_policy_name is not None:
68
69
  pulumi.set(__self__, "authentication_policy_name", authentication_policy_name)
@@ -71,26 +72,26 @@ class _UserAuthenticationPolicyAttachmentState:
71
72
 
72
73
  @property
73
74
  @pulumi.getter(name="authenticationPolicyName")
74
- def authentication_policy_name(self) -> Optional[pulumi.Input[str]]:
75
+ def authentication_policy_name(self) -> Optional[pulumi.Input[builtins.str]]:
75
76
  """
76
77
  Fully qualified name of the authentication policy
77
78
  """
78
79
  return pulumi.get(self, "authentication_policy_name")
79
80
 
80
81
  @authentication_policy_name.setter
81
- def authentication_policy_name(self, value: Optional[pulumi.Input[str]]):
82
+ def authentication_policy_name(self, value: Optional[pulumi.Input[builtins.str]]):
82
83
  pulumi.set(self, "authentication_policy_name", value)
83
84
 
84
85
  @property
85
86
  @pulumi.getter(name="userName")
86
- def user_name(self) -> Optional[pulumi.Input[str]]:
87
+ def user_name(self) -> Optional[pulumi.Input[builtins.str]]:
87
88
  """
88
89
  User name of the user you want to attach the authentication policy to
89
90
  """
90
91
  return pulumi.get(self, "user_name")
91
92
 
92
93
  @user_name.setter
93
- def user_name(self, value: Optional[pulumi.Input[str]]):
94
+ def user_name(self, value: Optional[pulumi.Input[builtins.str]]):
94
95
  pulumi.set(self, "user_name", value)
95
96
 
96
97
 
@@ -99,15 +100,15 @@ class UserAuthenticationPolicyAttachment(pulumi.CustomResource):
99
100
  def __init__(__self__,
100
101
  resource_name: str,
101
102
  opts: Optional[pulumi.ResourceOptions] = None,
102
- authentication_policy_name: Optional[pulumi.Input[str]] = None,
103
- user_name: Optional[pulumi.Input[str]] = None,
103
+ authentication_policy_name: Optional[pulumi.Input[builtins.str]] = None,
104
+ user_name: Optional[pulumi.Input[builtins.str]] = None,
104
105
  __props__=None):
105
106
  """
106
107
  Create a UserAuthenticationPolicyAttachment resource with the given unique name, props, and options.
107
108
  :param str resource_name: The name of the resource.
108
109
  :param pulumi.ResourceOptions opts: Options for the resource.
109
- :param pulumi.Input[str] authentication_policy_name: Fully qualified name of the authentication policy
110
- :param pulumi.Input[str] user_name: User name of the user you want to attach the authentication policy to
110
+ :param pulumi.Input[builtins.str] authentication_policy_name: Fully qualified name of the authentication policy
111
+ :param pulumi.Input[builtins.str] user_name: User name of the user you want to attach the authentication policy to
111
112
  """
112
113
  ...
113
114
  @overload
@@ -132,8 +133,8 @@ class UserAuthenticationPolicyAttachment(pulumi.CustomResource):
132
133
  def _internal_init(__self__,
133
134
  resource_name: str,
134
135
  opts: Optional[pulumi.ResourceOptions] = None,
135
- authentication_policy_name: Optional[pulumi.Input[str]] = None,
136
- user_name: Optional[pulumi.Input[str]] = None,
136
+ authentication_policy_name: Optional[pulumi.Input[builtins.str]] = None,
137
+ user_name: Optional[pulumi.Input[builtins.str]] = None,
137
138
  __props__=None):
138
139
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
139
140
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -159,8 +160,8 @@ class UserAuthenticationPolicyAttachment(pulumi.CustomResource):
159
160
  def get(resource_name: str,
160
161
  id: pulumi.Input[str],
161
162
  opts: Optional[pulumi.ResourceOptions] = None,
162
- authentication_policy_name: Optional[pulumi.Input[str]] = None,
163
- user_name: Optional[pulumi.Input[str]] = None) -> 'UserAuthenticationPolicyAttachment':
163
+ authentication_policy_name: Optional[pulumi.Input[builtins.str]] = None,
164
+ user_name: Optional[pulumi.Input[builtins.str]] = None) -> 'UserAuthenticationPolicyAttachment':
164
165
  """
165
166
  Get an existing UserAuthenticationPolicyAttachment resource's state with the given name, id, and optional extra
166
167
  properties used to qualify the lookup.
@@ -168,8 +169,8 @@ class UserAuthenticationPolicyAttachment(pulumi.CustomResource):
168
169
  :param str resource_name: The unique name of the resulting resource.
169
170
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
170
171
  :param pulumi.ResourceOptions opts: Options for the resource.
171
- :param pulumi.Input[str] authentication_policy_name: Fully qualified name of the authentication policy
172
- :param pulumi.Input[str] user_name: User name of the user you want to attach the authentication policy to
172
+ :param pulumi.Input[builtins.str] authentication_policy_name: Fully qualified name of the authentication policy
173
+ :param pulumi.Input[builtins.str] user_name: User name of the user you want to attach the authentication policy to
173
174
  """
174
175
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
175
176
 
@@ -181,7 +182,7 @@ class UserAuthenticationPolicyAttachment(pulumi.CustomResource):
181
182
 
182
183
  @property
183
184
  @pulumi.getter(name="authenticationPolicyName")
184
- def authentication_policy_name(self) -> pulumi.Output[str]:
185
+ def authentication_policy_name(self) -> pulumi.Output[builtins.str]:
185
186
  """
186
187
  Fully qualified name of the authentication policy
187
188
  """
@@ -189,7 +190,7 @@ class UserAuthenticationPolicyAttachment(pulumi.CustomResource):
189
190
 
190
191
  @property
191
192
  @pulumi.getter(name="userName")
192
- def user_name(self) -> pulumi.Output[str]:
193
+ def user_name(self) -> pulumi.Output[builtins.str]:
193
194
  """
194
195
  User name of the user you want to attach the authentication policy to
195
196
  """
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -19,50 +20,50 @@ __all__ = ['UserPasswordPolicyAttachmentArgs', 'UserPasswordPolicyAttachment']
19
20
  @pulumi.input_type
20
21
  class UserPasswordPolicyAttachmentArgs:
21
22
  def __init__(__self__, *,
22
- password_policy_name: pulumi.Input[str],
23
- user_name: pulumi.Input[str]):
23
+ password_policy_name: pulumi.Input[builtins.str],
24
+ user_name: pulumi.Input[builtins.str]):
24
25
  """
25
26
  The set of arguments for constructing a UserPasswordPolicyAttachment resource.
26
- :param pulumi.Input[str] password_policy_name: Fully qualified name of the password policy
27
- :param pulumi.Input[str] user_name: User name of the user you want to attach the password policy to
27
+ :param pulumi.Input[builtins.str] password_policy_name: Fully qualified name of the password policy
28
+ :param pulumi.Input[builtins.str] user_name: User name of the user you want to attach the password policy to
28
29
  """
29
30
  pulumi.set(__self__, "password_policy_name", password_policy_name)
30
31
  pulumi.set(__self__, "user_name", user_name)
31
32
 
32
33
  @property
33
34
  @pulumi.getter(name="passwordPolicyName")
34
- def password_policy_name(self) -> pulumi.Input[str]:
35
+ def password_policy_name(self) -> pulumi.Input[builtins.str]:
35
36
  """
36
37
  Fully qualified name of the password policy
37
38
  """
38
39
  return pulumi.get(self, "password_policy_name")
39
40
 
40
41
  @password_policy_name.setter
41
- def password_policy_name(self, value: pulumi.Input[str]):
42
+ def password_policy_name(self, value: pulumi.Input[builtins.str]):
42
43
  pulumi.set(self, "password_policy_name", value)
43
44
 
44
45
  @property
45
46
  @pulumi.getter(name="userName")
46
- def user_name(self) -> pulumi.Input[str]:
47
+ def user_name(self) -> pulumi.Input[builtins.str]:
47
48
  """
48
49
  User name of the user you want to attach the password policy to
49
50
  """
50
51
  return pulumi.get(self, "user_name")
51
52
 
52
53
  @user_name.setter
53
- def user_name(self, value: pulumi.Input[str]):
54
+ def user_name(self, value: pulumi.Input[builtins.str]):
54
55
  pulumi.set(self, "user_name", value)
55
56
 
56
57
 
57
58
  @pulumi.input_type
58
59
  class _UserPasswordPolicyAttachmentState:
59
60
  def __init__(__self__, *,
60
- password_policy_name: Optional[pulumi.Input[str]] = None,
61
- user_name: Optional[pulumi.Input[str]] = None):
61
+ password_policy_name: Optional[pulumi.Input[builtins.str]] = None,
62
+ user_name: Optional[pulumi.Input[builtins.str]] = None):
62
63
  """
63
64
  Input properties used for looking up and filtering UserPasswordPolicyAttachment resources.
64
- :param pulumi.Input[str] password_policy_name: Fully qualified name of the password policy
65
- :param pulumi.Input[str] user_name: User name of the user you want to attach the password policy to
65
+ :param pulumi.Input[builtins.str] password_policy_name: Fully qualified name of the password policy
66
+ :param pulumi.Input[builtins.str] user_name: User name of the user you want to attach the password policy to
66
67
  """
67
68
  if password_policy_name is not None:
68
69
  pulumi.set(__self__, "password_policy_name", password_policy_name)
@@ -71,26 +72,26 @@ class _UserPasswordPolicyAttachmentState:
71
72
 
72
73
  @property
73
74
  @pulumi.getter(name="passwordPolicyName")
74
- def password_policy_name(self) -> Optional[pulumi.Input[str]]:
75
+ def password_policy_name(self) -> Optional[pulumi.Input[builtins.str]]:
75
76
  """
76
77
  Fully qualified name of the password policy
77
78
  """
78
79
  return pulumi.get(self, "password_policy_name")
79
80
 
80
81
  @password_policy_name.setter
81
- def password_policy_name(self, value: Optional[pulumi.Input[str]]):
82
+ def password_policy_name(self, value: Optional[pulumi.Input[builtins.str]]):
82
83
  pulumi.set(self, "password_policy_name", value)
83
84
 
84
85
  @property
85
86
  @pulumi.getter(name="userName")
86
- def user_name(self) -> Optional[pulumi.Input[str]]:
87
+ def user_name(self) -> Optional[pulumi.Input[builtins.str]]:
87
88
  """
88
89
  User name of the user you want to attach the password policy to
89
90
  """
90
91
  return pulumi.get(self, "user_name")
91
92
 
92
93
  @user_name.setter
93
- def user_name(self, value: Optional[pulumi.Input[str]]):
94
+ def user_name(self, value: Optional[pulumi.Input[builtins.str]]):
94
95
  pulumi.set(self, "user_name", value)
95
96
 
96
97
 
@@ -99,8 +100,8 @@ class UserPasswordPolicyAttachment(pulumi.CustomResource):
99
100
  def __init__(__self__,
100
101
  resource_name: str,
101
102
  opts: Optional[pulumi.ResourceOptions] = None,
102
- password_policy_name: Optional[pulumi.Input[str]] = None,
103
- user_name: Optional[pulumi.Input[str]] = None,
103
+ password_policy_name: Optional[pulumi.Input[builtins.str]] = None,
104
+ user_name: Optional[pulumi.Input[builtins.str]] = None,
104
105
  __props__=None):
105
106
  """
106
107
  ## Import
@@ -111,8 +112,8 @@ class UserPasswordPolicyAttachment(pulumi.CustomResource):
111
112
 
112
113
  :param str resource_name: The name of the resource.
113
114
  :param pulumi.ResourceOptions opts: Options for the resource.
114
- :param pulumi.Input[str] password_policy_name: Fully qualified name of the password policy
115
- :param pulumi.Input[str] user_name: User name of the user you want to attach the password policy to
115
+ :param pulumi.Input[builtins.str] password_policy_name: Fully qualified name of the password policy
116
+ :param pulumi.Input[builtins.str] user_name: User name of the user you want to attach the password policy to
116
117
  """
117
118
  ...
118
119
  @overload
@@ -142,8 +143,8 @@ class UserPasswordPolicyAttachment(pulumi.CustomResource):
142
143
  def _internal_init(__self__,
143
144
  resource_name: str,
144
145
  opts: Optional[pulumi.ResourceOptions] = None,
145
- password_policy_name: Optional[pulumi.Input[str]] = None,
146
- user_name: Optional[pulumi.Input[str]] = None,
146
+ password_policy_name: Optional[pulumi.Input[builtins.str]] = None,
147
+ user_name: Optional[pulumi.Input[builtins.str]] = None,
147
148
  __props__=None):
148
149
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
149
150
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -169,8 +170,8 @@ class UserPasswordPolicyAttachment(pulumi.CustomResource):
169
170
  def get(resource_name: str,
170
171
  id: pulumi.Input[str],
171
172
  opts: Optional[pulumi.ResourceOptions] = None,
172
- password_policy_name: Optional[pulumi.Input[str]] = None,
173
- user_name: Optional[pulumi.Input[str]] = None) -> 'UserPasswordPolicyAttachment':
173
+ password_policy_name: Optional[pulumi.Input[builtins.str]] = None,
174
+ user_name: Optional[pulumi.Input[builtins.str]] = None) -> 'UserPasswordPolicyAttachment':
174
175
  """
175
176
  Get an existing UserPasswordPolicyAttachment resource's state with the given name, id, and optional extra
176
177
  properties used to qualify the lookup.
@@ -178,8 +179,8 @@ class UserPasswordPolicyAttachment(pulumi.CustomResource):
178
179
  :param str resource_name: The unique name of the resulting resource.
179
180
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
180
181
  :param pulumi.ResourceOptions opts: Options for the resource.
181
- :param pulumi.Input[str] password_policy_name: Fully qualified name of the password policy
182
- :param pulumi.Input[str] user_name: User name of the user you want to attach the password policy to
182
+ :param pulumi.Input[builtins.str] password_policy_name: Fully qualified name of the password policy
183
+ :param pulumi.Input[builtins.str] user_name: User name of the user you want to attach the password policy to
183
184
  """
184
185
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
185
186
 
@@ -191,7 +192,7 @@ class UserPasswordPolicyAttachment(pulumi.CustomResource):
191
192
 
192
193
  @property
193
194
  @pulumi.getter(name="passwordPolicyName")
194
- def password_policy_name(self) -> pulumi.Output[str]:
195
+ def password_policy_name(self) -> pulumi.Output[builtins.str]:
195
196
  """
196
197
  Fully qualified name of the password policy
197
198
  """
@@ -199,7 +200,7 @@ class UserPasswordPolicyAttachment(pulumi.CustomResource):
199
200
 
200
201
  @property
201
202
  @pulumi.getter(name="userName")
202
- def user_name(self) -> pulumi.Output[str]:
203
+ def user_name(self) -> pulumi.Output[builtins.str]:
203
204
  """
204
205
  User name of the user you want to attach the password policy to
205
206
  """
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -19,14 +20,14 @@ __all__ = ['UserPublicKeysArgs', 'UserPublicKeys']
19
20
  @pulumi.input_type
20
21
  class UserPublicKeysArgs:
21
22
  def __init__(__self__, *,
22
- name: Optional[pulumi.Input[str]] = None,
23
- rsa_public_key: Optional[pulumi.Input[str]] = None,
24
- rsa_public_key2: Optional[pulumi.Input[str]] = None):
23
+ name: Optional[pulumi.Input[builtins.str]] = None,
24
+ rsa_public_key: Optional[pulumi.Input[builtins.str]] = None,
25
+ rsa_public_key2: Optional[pulumi.Input[builtins.str]] = None):
25
26
  """
26
27
  The set of arguments for constructing a UserPublicKeys resource.
27
- :param pulumi.Input[str] name: Name of the user.
28
- :param pulumi.Input[str] rsa_public_key: Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
29
- :param pulumi.Input[str] rsa_public_key2: Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer.
28
+ :param pulumi.Input[builtins.str] name: Name of the user.
29
+ :param pulumi.Input[builtins.str] rsa_public_key: Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
30
+ :param pulumi.Input[builtins.str] rsa_public_key2: Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer.
30
31
  """
31
32
  if name is not None:
32
33
  pulumi.set(__self__, "name", name)
@@ -37,52 +38,52 @@ class UserPublicKeysArgs:
37
38
 
38
39
  @property
39
40
  @pulumi.getter
40
- def name(self) -> Optional[pulumi.Input[str]]:
41
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
41
42
  """
42
43
  Name of the user.
43
44
  """
44
45
  return pulumi.get(self, "name")
45
46
 
46
47
  @name.setter
47
- def name(self, value: Optional[pulumi.Input[str]]):
48
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
48
49
  pulumi.set(self, "name", value)
49
50
 
50
51
  @property
51
52
  @pulumi.getter(name="rsaPublicKey")
52
- def rsa_public_key(self) -> Optional[pulumi.Input[str]]:
53
+ def rsa_public_key(self) -> Optional[pulumi.Input[builtins.str]]:
53
54
  """
54
55
  Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
55
56
  """
56
57
  return pulumi.get(self, "rsa_public_key")
57
58
 
58
59
  @rsa_public_key.setter
59
- def rsa_public_key(self, value: Optional[pulumi.Input[str]]):
60
+ def rsa_public_key(self, value: Optional[pulumi.Input[builtins.str]]):
60
61
  pulumi.set(self, "rsa_public_key", value)
61
62
 
62
63
  @property
63
64
  @pulumi.getter(name="rsaPublicKey2")
64
- def rsa_public_key2(self) -> Optional[pulumi.Input[str]]:
65
+ def rsa_public_key2(self) -> Optional[pulumi.Input[builtins.str]]:
65
66
  """
66
67
  Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer.
67
68
  """
68
69
  return pulumi.get(self, "rsa_public_key2")
69
70
 
70
71
  @rsa_public_key2.setter
71
- def rsa_public_key2(self, value: Optional[pulumi.Input[str]]):
72
+ def rsa_public_key2(self, value: Optional[pulumi.Input[builtins.str]]):
72
73
  pulumi.set(self, "rsa_public_key2", value)
73
74
 
74
75
 
75
76
  @pulumi.input_type
76
77
  class _UserPublicKeysState:
77
78
  def __init__(__self__, *,
78
- name: Optional[pulumi.Input[str]] = None,
79
- rsa_public_key: Optional[pulumi.Input[str]] = None,
80
- rsa_public_key2: Optional[pulumi.Input[str]] = None):
79
+ name: Optional[pulumi.Input[builtins.str]] = None,
80
+ rsa_public_key: Optional[pulumi.Input[builtins.str]] = None,
81
+ rsa_public_key2: Optional[pulumi.Input[builtins.str]] = None):
81
82
  """
82
83
  Input properties used for looking up and filtering UserPublicKeys resources.
83
- :param pulumi.Input[str] name: Name of the user.
84
- :param pulumi.Input[str] rsa_public_key: Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
85
- :param pulumi.Input[str] rsa_public_key2: Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer.
84
+ :param pulumi.Input[builtins.str] name: Name of the user.
85
+ :param pulumi.Input[builtins.str] rsa_public_key: Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
86
+ :param pulumi.Input[builtins.str] rsa_public_key2: Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer.
86
87
  """
87
88
  if name is not None:
88
89
  pulumi.set(__self__, "name", name)
@@ -93,38 +94,38 @@ class _UserPublicKeysState:
93
94
 
94
95
  @property
95
96
  @pulumi.getter
96
- def name(self) -> Optional[pulumi.Input[str]]:
97
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
97
98
  """
98
99
  Name of the user.
99
100
  """
100
101
  return pulumi.get(self, "name")
101
102
 
102
103
  @name.setter
103
- def name(self, value: Optional[pulumi.Input[str]]):
104
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
104
105
  pulumi.set(self, "name", value)
105
106
 
106
107
  @property
107
108
  @pulumi.getter(name="rsaPublicKey")
108
- def rsa_public_key(self) -> Optional[pulumi.Input[str]]:
109
+ def rsa_public_key(self) -> Optional[pulumi.Input[builtins.str]]:
109
110
  """
110
111
  Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
111
112
  """
112
113
  return pulumi.get(self, "rsa_public_key")
113
114
 
114
115
  @rsa_public_key.setter
115
- def rsa_public_key(self, value: Optional[pulumi.Input[str]]):
116
+ def rsa_public_key(self, value: Optional[pulumi.Input[builtins.str]]):
116
117
  pulumi.set(self, "rsa_public_key", value)
117
118
 
118
119
  @property
119
120
  @pulumi.getter(name="rsaPublicKey2")
120
- def rsa_public_key2(self) -> Optional[pulumi.Input[str]]:
121
+ def rsa_public_key2(self) -> Optional[pulumi.Input[builtins.str]]:
121
122
  """
122
123
  Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer.
123
124
  """
124
125
  return pulumi.get(self, "rsa_public_key2")
125
126
 
126
127
  @rsa_public_key2.setter
127
- def rsa_public_key2(self, value: Optional[pulumi.Input[str]]):
128
+ def rsa_public_key2(self, value: Optional[pulumi.Input[builtins.str]]):
128
129
  pulumi.set(self, "rsa_public_key2", value)
129
130
 
130
131
 
@@ -133,17 +134,17 @@ class UserPublicKeys(pulumi.CustomResource):
133
134
  def __init__(__self__,
134
135
  resource_name: str,
135
136
  opts: Optional[pulumi.ResourceOptions] = None,
136
- name: Optional[pulumi.Input[str]] = None,
137
- rsa_public_key: Optional[pulumi.Input[str]] = None,
138
- rsa_public_key2: Optional[pulumi.Input[str]] = None,
137
+ name: Optional[pulumi.Input[builtins.str]] = None,
138
+ rsa_public_key: Optional[pulumi.Input[builtins.str]] = None,
139
+ rsa_public_key2: Optional[pulumi.Input[builtins.str]] = None,
139
140
  __props__=None):
140
141
  """
141
142
  Create a UserPublicKeys resource with the given unique name, props, and options.
142
143
  :param str resource_name: The name of the resource.
143
144
  :param pulumi.ResourceOptions opts: Options for the resource.
144
- :param pulumi.Input[str] name: Name of the user.
145
- :param pulumi.Input[str] rsa_public_key: Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
146
- :param pulumi.Input[str] rsa_public_key2: Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer.
145
+ :param pulumi.Input[builtins.str] name: Name of the user.
146
+ :param pulumi.Input[builtins.str] rsa_public_key: Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
147
+ :param pulumi.Input[builtins.str] rsa_public_key2: Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer.
147
148
  """
148
149
  ...
149
150
  @overload
@@ -168,9 +169,9 @@ class UserPublicKeys(pulumi.CustomResource):
168
169
  def _internal_init(__self__,
169
170
  resource_name: str,
170
171
  opts: Optional[pulumi.ResourceOptions] = None,
171
- name: Optional[pulumi.Input[str]] = None,
172
- rsa_public_key: Optional[pulumi.Input[str]] = None,
173
- rsa_public_key2: Optional[pulumi.Input[str]] = None,
172
+ name: Optional[pulumi.Input[builtins.str]] = None,
173
+ rsa_public_key: Optional[pulumi.Input[builtins.str]] = None,
174
+ rsa_public_key2: Optional[pulumi.Input[builtins.str]] = None,
174
175
  __props__=None):
175
176
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
176
177
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -193,9 +194,9 @@ class UserPublicKeys(pulumi.CustomResource):
193
194
  def get(resource_name: str,
194
195
  id: pulumi.Input[str],
195
196
  opts: Optional[pulumi.ResourceOptions] = None,
196
- name: Optional[pulumi.Input[str]] = None,
197
- rsa_public_key: Optional[pulumi.Input[str]] = None,
198
- rsa_public_key2: Optional[pulumi.Input[str]] = None) -> 'UserPublicKeys':
197
+ name: Optional[pulumi.Input[builtins.str]] = None,
198
+ rsa_public_key: Optional[pulumi.Input[builtins.str]] = None,
199
+ rsa_public_key2: Optional[pulumi.Input[builtins.str]] = None) -> 'UserPublicKeys':
199
200
  """
200
201
  Get an existing UserPublicKeys resource's state with the given name, id, and optional extra
201
202
  properties used to qualify the lookup.
@@ -203,9 +204,9 @@ class UserPublicKeys(pulumi.CustomResource):
203
204
  :param str resource_name: The unique name of the resulting resource.
204
205
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
205
206
  :param pulumi.ResourceOptions opts: Options for the resource.
206
- :param pulumi.Input[str] name: Name of the user.
207
- :param pulumi.Input[str] rsa_public_key: Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
208
- :param pulumi.Input[str] rsa_public_key2: Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer.
207
+ :param pulumi.Input[builtins.str] name: Name of the user.
208
+ :param pulumi.Input[builtins.str] rsa_public_key: Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
209
+ :param pulumi.Input[builtins.str] rsa_public_key2: Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer.
209
210
  """
210
211
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
211
212
 
@@ -218,7 +219,7 @@ class UserPublicKeys(pulumi.CustomResource):
218
219
 
219
220
  @property
220
221
  @pulumi.getter
221
- def name(self) -> pulumi.Output[str]:
222
+ def name(self) -> pulumi.Output[builtins.str]:
222
223
  """
223
224
  Name of the user.
224
225
  """
@@ -226,7 +227,7 @@ class UserPublicKeys(pulumi.CustomResource):
226
227
 
227
228
  @property
228
229
  @pulumi.getter(name="rsaPublicKey")
229
- def rsa_public_key(self) -> pulumi.Output[Optional[str]]:
230
+ def rsa_public_key(self) -> pulumi.Output[Optional[builtins.str]]:
230
231
  """
231
232
  Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
232
233
  """
@@ -234,7 +235,7 @@ class UserPublicKeys(pulumi.CustomResource):
234
235
 
235
236
  @property
236
237
  @pulumi.getter(name="rsaPublicKey2")
237
- def rsa_public_key2(self) -> pulumi.Output[Optional[str]]:
238
+ def rsa_public_key2(self) -> pulumi.Output[Optional[builtins.str]]:
238
239
  """
239
240
  Specifies the user’s second RSA public key; used to rotate the public and Public keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer.
240
241
  """