pulumi-aws 7.15.0__py3-none-any.whl → 7.16.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 (105) hide show
  1. pulumi_aws/__init__.py +80 -0
  2. pulumi_aws/alb/listener.py +7 -7
  3. pulumi_aws/alb/target_group.py +7 -7
  4. pulumi_aws/alb/target_group_attachment.py +83 -0
  5. pulumi_aws/apigateway/domain_name.py +86 -7
  6. pulumi_aws/apigateway/get_domain_name.py +15 -1
  7. pulumi_aws/apigateway/integration.py +48 -8
  8. pulumi_aws/athena/_inputs.py +412 -5
  9. pulumi_aws/athena/outputs.py +342 -2
  10. pulumi_aws/backup/global_settings.py +15 -7
  11. pulumi_aws/bedrock/agentcore_memory_strategy.py +8 -0
  12. pulumi_aws/cleanrooms/collaboration.py +26 -6
  13. pulumi_aws/cloudfront/__init__.py +6 -0
  14. pulumi_aws/cloudfront/_inputs.py +3601 -478
  15. pulumi_aws/cloudfront/connection_function.py +658 -0
  16. pulumi_aws/cloudfront/connection_group.py +649 -0
  17. pulumi_aws/cloudfront/distribution.py +142 -0
  18. pulumi_aws/cloudfront/distribution_tenant.py +857 -0
  19. pulumi_aws/cloudfront/get_connection_group.py +249 -0
  20. pulumi_aws/cloudfront/get_distribution_tenant.py +279 -0
  21. pulumi_aws/cloudfront/multitenant_distribution.py +1181 -0
  22. pulumi_aws/cloudfront/outputs.py +3034 -376
  23. pulumi_aws/cloudwatch/log_subscription_filter.py +136 -42
  24. pulumi_aws/directconnect/gateway.py +78 -3
  25. pulumi_aws/directconnect/get_gateway.py +24 -4
  26. pulumi_aws/dlm/_inputs.py +3 -3
  27. pulumi_aws/dlm/outputs.py +2 -2
  28. pulumi_aws/dynamodb/__init__.py +1 -0
  29. pulumi_aws/dynamodb/_inputs.py +370 -0
  30. pulumi_aws/dynamodb/global_secondary_index.py +666 -0
  31. pulumi_aws/dynamodb/outputs.py +315 -0
  32. pulumi_aws/dynamodb/table.py +9 -1
  33. pulumi_aws/ec2/_inputs.py +44 -4
  34. pulumi_aws/ec2/get_vpc_endpoint.py +24 -4
  35. pulumi_aws/ec2/outputs.py +54 -4
  36. pulumi_aws/ecr/__init__.py +1 -0
  37. pulumi_aws/ecr/_inputs.py +58 -22
  38. pulumi_aws/ecr/get_repository_creation_template.py +1 -1
  39. pulumi_aws/ecr/lifecycle_policy.py +152 -64
  40. pulumi_aws/ecr/outputs.py +37 -15
  41. pulumi_aws/ecr/pull_time_update_exclusion.py +363 -0
  42. pulumi_aws/ecr/repository_creation_template.py +7 -7
  43. pulumi_aws/ecs/_inputs.py +20 -0
  44. pulumi_aws/ecs/outputs.py +14 -0
  45. pulumi_aws/ecs/task_definition.py +28 -28
  46. pulumi_aws/elasticache/replication_group.py +7 -7
  47. pulumi_aws/fsx/ontap_file_system.py +14 -0
  48. pulumi_aws/glue/resource_policy.py +4 -4
  49. pulumi_aws/guardduty/_inputs.py +41 -1
  50. pulumi_aws/guardduty/outputs.py +27 -1
  51. pulumi_aws/iam/get_saml_provider.py +15 -1
  52. pulumi_aws/iam/outbound_web_identity_federation.py +0 -4
  53. pulumi_aws/iam/policy.py +47 -0
  54. pulumi_aws/iam/saml_provider.py +28 -0
  55. pulumi_aws/iam/virtual_mfa_device.py +66 -38
  56. pulumi_aws/imagebuilder/_inputs.py +87 -0
  57. pulumi_aws/imagebuilder/image.py +47 -0
  58. pulumi_aws/imagebuilder/image_pipeline.py +47 -0
  59. pulumi_aws/imagebuilder/outputs.py +87 -0
  60. pulumi_aws/kms/grant.py +18 -18
  61. pulumi_aws/lambda_/_inputs.py +24 -4
  62. pulumi_aws/lambda_/event_source_mapping.py +2 -0
  63. pulumi_aws/lambda_/function.py +28 -0
  64. pulumi_aws/lambda_/function_url.py +4 -0
  65. pulumi_aws/lambda_/get_function.py +15 -1
  66. pulumi_aws/lambda_/outputs.py +17 -3
  67. pulumi_aws/lambda_/permission.py +47 -0
  68. pulumi_aws/lb/listener.py +7 -7
  69. pulumi_aws/lb/target_group.py +7 -7
  70. pulumi_aws/lb/target_group_attachment.py +83 -0
  71. pulumi_aws/networkfirewall/_inputs.py +3 -3
  72. pulumi_aws/networkfirewall/outputs.py +2 -2
  73. pulumi_aws/networkfirewall/vpc_endpoint_association.py +2 -2
  74. pulumi_aws/networkmanager/vpc_attachment.py +7 -7
  75. pulumi_aws/opensearchingest/pipeline.py +47 -0
  76. pulumi_aws/organizations/__init__.py +1 -0
  77. pulumi_aws/organizations/tag.py +292 -0
  78. pulumi_aws/pulumi-plugin.json +1 -1
  79. pulumi_aws/rds/cluster.py +21 -21
  80. pulumi_aws/rds/get_proxy.py +29 -1
  81. pulumi_aws/rds/proxy.py +94 -0
  82. pulumi_aws/rds/proxy_default_target_group.py +0 -76
  83. pulumi_aws/rds/proxy_target.py +0 -80
  84. pulumi_aws/redshift/__init__.py +1 -0
  85. pulumi_aws/redshift/_inputs.py +329 -0
  86. pulumi_aws/redshift/idc_application.py +687 -0
  87. pulumi_aws/redshift/outputs.py +265 -0
  88. pulumi_aws/route53/get_resolver_firewall_rules.py +9 -0
  89. pulumi_aws/route53/get_resolver_rule.py +19 -4
  90. pulumi_aws/route53/outputs.py +108 -1
  91. pulumi_aws/route53/resolver_firewall_rule.py +199 -32
  92. pulumi_aws/secretsmanager/__init__.py +1 -0
  93. pulumi_aws/secretsmanager/tag.py +333 -0
  94. pulumi_aws/sesv2/__init__.py +1 -0
  95. pulumi_aws/sesv2/tenant.py +418 -0
  96. pulumi_aws/sfn/activity.py +0 -4
  97. pulumi_aws/sfn/alias.py +0 -4
  98. pulumi_aws/transfer/_inputs.py +126 -0
  99. pulumi_aws/transfer/outputs.py +97 -0
  100. pulumi_aws/transfer/web_app.py +54 -7
  101. pulumi_aws/vpclattice/service_network_resource_association.py +47 -0
  102. {pulumi_aws-7.15.0.dist-info → pulumi_aws-7.16.0.dist-info}/METADATA +1 -1
  103. {pulumi_aws-7.15.0.dist-info → pulumi_aws-7.16.0.dist-info}/RECORD +105 -93
  104. {pulumi_aws-7.15.0.dist-info → pulumi_aws-7.16.0.dist-info}/WHEEL +0 -0
  105. {pulumi_aws-7.15.0.dist-info → pulumi_aws-7.16.0.dist-info}/top_level.txt +0 -0
@@ -68,8 +68,6 @@ class OutboundWebIdentityFederation(pulumi.CustomResource):
68
68
 
69
69
  ## Import
70
70
 
71
- In Terraform v1.12.0 and later, the `import` block can be used with the `identity` attribute. For example:
72
-
73
71
  Using `pulumi import`, import IAM Outbound Web Identity Federation resources using the AWS account ID. For example:
74
72
 
75
73
  ```sh
@@ -97,8 +95,6 @@ class OutboundWebIdentityFederation(pulumi.CustomResource):
97
95
 
98
96
  ## Import
99
97
 
100
- In Terraform v1.12.0 and later, the `import` block can be used with the `identity` attribute. For example:
101
-
102
98
  Using `pulumi import`, import IAM Outbound Web Identity Federation resources using the AWS account ID. For example:
103
99
 
104
100
  ```sh
pulumi_aws/iam/policy.py CHANGED
@@ -22,6 +22,7 @@ __all__ = ['PolicyArgs', 'Policy']
22
22
  class PolicyArgs:
23
23
  def __init__(__self__, *,
24
24
  policy: pulumi.Input[Union[_builtins.str, 'PolicyDocumentArgs']],
25
+ delay_after_policy_creation_in_ms: Optional[pulumi.Input[_builtins.int]] = None,
25
26
  description: Optional[pulumi.Input[_builtins.str]] = None,
26
27
  name: Optional[pulumi.Input[_builtins.str]] = None,
27
28
  name_prefix: Optional[pulumi.Input[_builtins.str]] = None,
@@ -30,6 +31,7 @@ class PolicyArgs:
30
31
  """
31
32
  The set of arguments for constructing a Policy resource.
32
33
  :param pulumi.Input[Union[_builtins.str, 'PolicyDocumentArgs']] policy: Policy document. This is a JSON formatted string. For more information about building AWS IAM policy documents, see the AWS IAM Policy Document Guide
34
+ :param pulumi.Input[_builtins.int] delay_after_policy_creation_in_ms: Number of ms to wait between creating the policy and settong its version as default. May be required in environments with very high S3 IO loads.
33
35
  :param pulumi.Input[_builtins.str] description: Description of the IAM policy.
34
36
  :param pulumi.Input[_builtins.str] name: Name of the policy. If omitted, the provider will assign a random, unique name.
35
37
  :param pulumi.Input[_builtins.str] name_prefix: Creates a unique name beginning with the specified prefix. Conflicts with `name`.
@@ -37,6 +39,8 @@ class PolicyArgs:
37
39
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Map of resource tags for the IAM Policy. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
38
40
  """
39
41
  pulumi.set(__self__, "policy", policy)
42
+ if delay_after_policy_creation_in_ms is not None:
43
+ pulumi.set(__self__, "delay_after_policy_creation_in_ms", delay_after_policy_creation_in_ms)
40
44
  if description is not None:
41
45
  pulumi.set(__self__, "description", description)
42
46
  if name is not None:
@@ -60,6 +64,18 @@ class PolicyArgs:
60
64
  def policy(self, value: pulumi.Input[Union[_builtins.str, 'PolicyDocumentArgs']]):
61
65
  pulumi.set(self, "policy", value)
62
66
 
67
+ @_builtins.property
68
+ @pulumi.getter(name="delayAfterPolicyCreationInMs")
69
+ def delay_after_policy_creation_in_ms(self) -> Optional[pulumi.Input[_builtins.int]]:
70
+ """
71
+ Number of ms to wait between creating the policy and settong its version as default. May be required in environments with very high S3 IO loads.
72
+ """
73
+ return pulumi.get(self, "delay_after_policy_creation_in_ms")
74
+
75
+ @delay_after_policy_creation_in_ms.setter
76
+ def delay_after_policy_creation_in_ms(self, value: Optional[pulumi.Input[_builtins.int]]):
77
+ pulumi.set(self, "delay_after_policy_creation_in_ms", value)
78
+
63
79
  @_builtins.property
64
80
  @pulumi.getter
65
81
  def description(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -126,6 +142,7 @@ class _PolicyState:
126
142
  def __init__(__self__, *,
127
143
  arn: Optional[pulumi.Input[_builtins.str]] = None,
128
144
  attachment_count: Optional[pulumi.Input[_builtins.int]] = None,
145
+ delay_after_policy_creation_in_ms: Optional[pulumi.Input[_builtins.int]] = None,
129
146
  description: Optional[pulumi.Input[_builtins.str]] = None,
130
147
  name: Optional[pulumi.Input[_builtins.str]] = None,
131
148
  name_prefix: Optional[pulumi.Input[_builtins.str]] = None,
@@ -138,6 +155,7 @@ class _PolicyState:
138
155
  Input properties used for looking up and filtering Policy resources.
139
156
  :param pulumi.Input[_builtins.str] arn: ARN assigned by AWS to this policy.
140
157
  :param pulumi.Input[_builtins.int] attachment_count: Number of entities (users, groups, and roles) that the policy is attached to.
158
+ :param pulumi.Input[_builtins.int] delay_after_policy_creation_in_ms: Number of ms to wait between creating the policy and settong its version as default. May be required in environments with very high S3 IO loads.
141
159
  :param pulumi.Input[_builtins.str] description: Description of the IAM policy.
142
160
  :param pulumi.Input[_builtins.str] name: Name of the policy. If omitted, the provider will assign a random, unique name.
143
161
  :param pulumi.Input[_builtins.str] name_prefix: Creates a unique name beginning with the specified prefix. Conflicts with `name`.
@@ -151,6 +169,8 @@ class _PolicyState:
151
169
  pulumi.set(__self__, "arn", arn)
152
170
  if attachment_count is not None:
153
171
  pulumi.set(__self__, "attachment_count", attachment_count)
172
+ if delay_after_policy_creation_in_ms is not None:
173
+ pulumi.set(__self__, "delay_after_policy_creation_in_ms", delay_after_policy_creation_in_ms)
154
174
  if description is not None:
155
175
  pulumi.set(__self__, "description", description)
156
176
  if name is not None:
@@ -192,6 +212,18 @@ class _PolicyState:
192
212
  def attachment_count(self, value: Optional[pulumi.Input[_builtins.int]]):
193
213
  pulumi.set(self, "attachment_count", value)
194
214
 
215
+ @_builtins.property
216
+ @pulumi.getter(name="delayAfterPolicyCreationInMs")
217
+ def delay_after_policy_creation_in_ms(self) -> Optional[pulumi.Input[_builtins.int]]:
218
+ """
219
+ Number of ms to wait between creating the policy and settong its version as default. May be required in environments with very high S3 IO loads.
220
+ """
221
+ return pulumi.get(self, "delay_after_policy_creation_in_ms")
222
+
223
+ @delay_after_policy_creation_in_ms.setter
224
+ def delay_after_policy_creation_in_ms(self, value: Optional[pulumi.Input[_builtins.int]]):
225
+ pulumi.set(self, "delay_after_policy_creation_in_ms", value)
226
+
195
227
  @_builtins.property
196
228
  @pulumi.getter
197
229
  def description(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -295,6 +327,7 @@ class Policy(pulumi.CustomResource):
295
327
  def __init__(__self__,
296
328
  resource_name: str,
297
329
  opts: Optional[pulumi.ResourceOptions] = None,
330
+ delay_after_policy_creation_in_ms: Optional[pulumi.Input[_builtins.int]] = None,
298
331
  description: Optional[pulumi.Input[_builtins.str]] = None,
299
332
  name: Optional[pulumi.Input[_builtins.str]] = None,
300
333
  name_prefix: Optional[pulumi.Input[_builtins.str]] = None,
@@ -342,6 +375,7 @@ class Policy(pulumi.CustomResource):
342
375
 
343
376
  :param str resource_name: The name of the resource.
344
377
  :param pulumi.ResourceOptions opts: Options for the resource.
378
+ :param pulumi.Input[_builtins.int] delay_after_policy_creation_in_ms: Number of ms to wait between creating the policy and settong its version as default. May be required in environments with very high S3 IO loads.
345
379
  :param pulumi.Input[_builtins.str] description: Description of the IAM policy.
346
380
  :param pulumi.Input[_builtins.str] name: Name of the policy. If omitted, the provider will assign a random, unique name.
347
381
  :param pulumi.Input[_builtins.str] name_prefix: Creates a unique name beginning with the specified prefix. Conflicts with `name`.
@@ -408,6 +442,7 @@ class Policy(pulumi.CustomResource):
408
442
  def _internal_init(__self__,
409
443
  resource_name: str,
410
444
  opts: Optional[pulumi.ResourceOptions] = None,
445
+ delay_after_policy_creation_in_ms: Optional[pulumi.Input[_builtins.int]] = None,
411
446
  description: Optional[pulumi.Input[_builtins.str]] = None,
412
447
  name: Optional[pulumi.Input[_builtins.str]] = None,
413
448
  name_prefix: Optional[pulumi.Input[_builtins.str]] = None,
@@ -423,6 +458,7 @@ class Policy(pulumi.CustomResource):
423
458
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
424
459
  __props__ = PolicyArgs.__new__(PolicyArgs)
425
460
 
461
+ __props__.__dict__["delay_after_policy_creation_in_ms"] = delay_after_policy_creation_in_ms
426
462
  __props__.__dict__["description"] = description
427
463
  __props__.__dict__["name"] = name
428
464
  __props__.__dict__["name_prefix"] = name_prefix
@@ -447,6 +483,7 @@ class Policy(pulumi.CustomResource):
447
483
  opts: Optional[pulumi.ResourceOptions] = None,
448
484
  arn: Optional[pulumi.Input[_builtins.str]] = None,
449
485
  attachment_count: Optional[pulumi.Input[_builtins.int]] = None,
486
+ delay_after_policy_creation_in_ms: Optional[pulumi.Input[_builtins.int]] = None,
450
487
  description: Optional[pulumi.Input[_builtins.str]] = None,
451
488
  name: Optional[pulumi.Input[_builtins.str]] = None,
452
489
  name_prefix: Optional[pulumi.Input[_builtins.str]] = None,
@@ -464,6 +501,7 @@ class Policy(pulumi.CustomResource):
464
501
  :param pulumi.ResourceOptions opts: Options for the resource.
465
502
  :param pulumi.Input[_builtins.str] arn: ARN assigned by AWS to this policy.
466
503
  :param pulumi.Input[_builtins.int] attachment_count: Number of entities (users, groups, and roles) that the policy is attached to.
504
+ :param pulumi.Input[_builtins.int] delay_after_policy_creation_in_ms: Number of ms to wait between creating the policy and settong its version as default. May be required in environments with very high S3 IO loads.
467
505
  :param pulumi.Input[_builtins.str] description: Description of the IAM policy.
468
506
  :param pulumi.Input[_builtins.str] name: Name of the policy. If omitted, the provider will assign a random, unique name.
469
507
  :param pulumi.Input[_builtins.str] name_prefix: Creates a unique name beginning with the specified prefix. Conflicts with `name`.
@@ -479,6 +517,7 @@ class Policy(pulumi.CustomResource):
479
517
 
480
518
  __props__.__dict__["arn"] = arn
481
519
  __props__.__dict__["attachment_count"] = attachment_count
520
+ __props__.__dict__["delay_after_policy_creation_in_ms"] = delay_after_policy_creation_in_ms
482
521
  __props__.__dict__["description"] = description
483
522
  __props__.__dict__["name"] = name
484
523
  __props__.__dict__["name_prefix"] = name_prefix
@@ -505,6 +544,14 @@ class Policy(pulumi.CustomResource):
505
544
  """
506
545
  return pulumi.get(self, "attachment_count")
507
546
 
547
+ @_builtins.property
548
+ @pulumi.getter(name="delayAfterPolicyCreationInMs")
549
+ def delay_after_policy_creation_in_ms(self) -> pulumi.Output[Optional[_builtins.int]]:
550
+ """
551
+ Number of ms to wait between creating the policy and settong its version as default. May be required in environments with very high S3 IO loads.
552
+ """
553
+ return pulumi.get(self, "delay_after_policy_creation_in_ms")
554
+
508
555
  @_builtins.property
509
556
  @pulumi.getter
510
557
  def description(self) -> pulumi.Output[Optional[_builtins.str]]:
@@ -77,6 +77,7 @@ class _SamlProviderState:
77
77
  arn: Optional[pulumi.Input[_builtins.str]] = None,
78
78
  name: Optional[pulumi.Input[_builtins.str]] = None,
79
79
  saml_metadata_document: Optional[pulumi.Input[_builtins.str]] = None,
80
+ saml_provider_uuid: Optional[pulumi.Input[_builtins.str]] = None,
80
81
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
81
82
  tags_all: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
82
83
  valid_until: Optional[pulumi.Input[_builtins.str]] = None):
@@ -85,6 +86,7 @@ class _SamlProviderState:
85
86
  :param pulumi.Input[_builtins.str] arn: The ARN assigned by AWS for this provider.
86
87
  :param pulumi.Input[_builtins.str] name: The name of the provider to create.
87
88
  :param pulumi.Input[_builtins.str] saml_metadata_document: An XML document generated by an identity provider that supports SAML 2.0.
89
+ :param pulumi.Input[_builtins.str] saml_provider_uuid: Unique identifier assigned to the SAML provider.
88
90
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Map of resource tags for the IAM SAML provider. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
89
91
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags_all: A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
90
92
  :param pulumi.Input[_builtins.str] valid_until: The expiration date and time for the SAML provider in RFC1123 format, e.g., `Mon, 02 Jan 2006 15:04:05 MST`.
@@ -95,6 +97,8 @@ class _SamlProviderState:
95
97
  pulumi.set(__self__, "name", name)
96
98
  if saml_metadata_document is not None:
97
99
  pulumi.set(__self__, "saml_metadata_document", saml_metadata_document)
100
+ if saml_provider_uuid is not None:
101
+ pulumi.set(__self__, "saml_provider_uuid", saml_provider_uuid)
98
102
  if tags is not None:
99
103
  pulumi.set(__self__, "tags", tags)
100
104
  if tags_all is not None:
@@ -138,6 +142,18 @@ class _SamlProviderState:
138
142
  def saml_metadata_document(self, value: Optional[pulumi.Input[_builtins.str]]):
139
143
  pulumi.set(self, "saml_metadata_document", value)
140
144
 
145
+ @_builtins.property
146
+ @pulumi.getter(name="samlProviderUuid")
147
+ def saml_provider_uuid(self) -> Optional[pulumi.Input[_builtins.str]]:
148
+ """
149
+ Unique identifier assigned to the SAML provider.
150
+ """
151
+ return pulumi.get(self, "saml_provider_uuid")
152
+
153
+ @saml_provider_uuid.setter
154
+ def saml_provider_uuid(self, value: Optional[pulumi.Input[_builtins.str]]):
155
+ pulumi.set(self, "saml_provider_uuid", value)
156
+
141
157
  @_builtins.property
142
158
  @pulumi.getter
143
159
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
@@ -284,6 +300,7 @@ class SamlProvider(pulumi.CustomResource):
284
300
  __props__.__dict__["saml_metadata_document"] = saml_metadata_document
285
301
  __props__.__dict__["tags"] = tags
286
302
  __props__.__dict__["arn"] = None
303
+ __props__.__dict__["saml_provider_uuid"] = None
287
304
  __props__.__dict__["tags_all"] = None
288
305
  __props__.__dict__["valid_until"] = None
289
306
  super(SamlProvider, __self__).__init__(
@@ -299,6 +316,7 @@ class SamlProvider(pulumi.CustomResource):
299
316
  arn: Optional[pulumi.Input[_builtins.str]] = None,
300
317
  name: Optional[pulumi.Input[_builtins.str]] = None,
301
318
  saml_metadata_document: Optional[pulumi.Input[_builtins.str]] = None,
319
+ saml_provider_uuid: Optional[pulumi.Input[_builtins.str]] = None,
302
320
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
303
321
  tags_all: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
304
322
  valid_until: Optional[pulumi.Input[_builtins.str]] = None) -> 'SamlProvider':
@@ -312,6 +330,7 @@ class SamlProvider(pulumi.CustomResource):
312
330
  :param pulumi.Input[_builtins.str] arn: The ARN assigned by AWS for this provider.
313
331
  :param pulumi.Input[_builtins.str] name: The name of the provider to create.
314
332
  :param pulumi.Input[_builtins.str] saml_metadata_document: An XML document generated by an identity provider that supports SAML 2.0.
333
+ :param pulumi.Input[_builtins.str] saml_provider_uuid: Unique identifier assigned to the SAML provider.
315
334
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Map of resource tags for the IAM SAML provider. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
316
335
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags_all: A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
317
336
  :param pulumi.Input[_builtins.str] valid_until: The expiration date and time for the SAML provider in RFC1123 format, e.g., `Mon, 02 Jan 2006 15:04:05 MST`.
@@ -323,6 +342,7 @@ class SamlProvider(pulumi.CustomResource):
323
342
  __props__.__dict__["arn"] = arn
324
343
  __props__.__dict__["name"] = name
325
344
  __props__.__dict__["saml_metadata_document"] = saml_metadata_document
345
+ __props__.__dict__["saml_provider_uuid"] = saml_provider_uuid
326
346
  __props__.__dict__["tags"] = tags
327
347
  __props__.__dict__["tags_all"] = tags_all
328
348
  __props__.__dict__["valid_until"] = valid_until
@@ -352,6 +372,14 @@ class SamlProvider(pulumi.CustomResource):
352
372
  """
353
373
  return pulumi.get(self, "saml_metadata_document")
354
374
 
375
+ @_builtins.property
376
+ @pulumi.getter(name="samlProviderUuid")
377
+ def saml_provider_uuid(self) -> pulumi.Output[_builtins.str]:
378
+ """
379
+ Unique identifier assigned to the SAML provider.
380
+ """
381
+ return pulumi.get(self, "saml_provider_uuid")
382
+
355
383
  @_builtins.property
356
384
  @pulumi.getter
357
385
  def tags(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
@@ -24,8 +24,8 @@ class VirtualMfaDeviceArgs:
24
24
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
25
25
  """
26
26
  The set of arguments for constructing a VirtualMfaDevice resource.
27
- :param pulumi.Input[_builtins.str] virtual_mfa_device_name: The name of the virtual MFA device. Use with path to uniquely identify a virtual MFA device.
28
- :param pulumi.Input[_builtins.str] path: The path for the virtual MFA device.
27
+ :param pulumi.Input[_builtins.str] virtual_mfa_device_name: Name of the virtual MFA device. Use with path to uniquely identify a virtual MFA device.
28
+ :param pulumi.Input[_builtins.str] path: Path for the virtual MFA device.
29
29
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Map of resource tags for the virtual mfa device. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
30
30
  """
31
31
  pulumi.set(__self__, "virtual_mfa_device_name", virtual_mfa_device_name)
@@ -38,7 +38,7 @@ class VirtualMfaDeviceArgs:
38
38
  @pulumi.getter(name="virtualMfaDeviceName")
39
39
  def virtual_mfa_device_name(self) -> pulumi.Input[_builtins.str]:
40
40
  """
41
- The name of the virtual MFA device. Use with path to uniquely identify a virtual MFA device.
41
+ Name of the virtual MFA device. Use with path to uniquely identify a virtual MFA device.
42
42
  """
43
43
  return pulumi.get(self, "virtual_mfa_device_name")
44
44
 
@@ -50,7 +50,7 @@ class VirtualMfaDeviceArgs:
50
50
  @pulumi.getter
51
51
  def path(self) -> Optional[pulumi.Input[_builtins.str]]:
52
52
  """
53
- The path for the virtual MFA device.
53
+ Path for the virtual MFA device.
54
54
  """
55
55
  return pulumi.get(self, "path")
56
56
 
@@ -79,21 +79,23 @@ class _VirtualMfaDeviceState:
79
79
  enable_date: Optional[pulumi.Input[_builtins.str]] = None,
80
80
  path: Optional[pulumi.Input[_builtins.str]] = None,
81
81
  qr_code_png: Optional[pulumi.Input[_builtins.str]] = None,
82
+ serial_number: Optional[pulumi.Input[_builtins.str]] = None,
82
83
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
83
84
  tags_all: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
84
85
  user_name: Optional[pulumi.Input[_builtins.str]] = None,
85
86
  virtual_mfa_device_name: Optional[pulumi.Input[_builtins.str]] = None):
86
87
  """
87
88
  Input properties used for looking up and filtering VirtualMfaDevice resources.
88
- :param pulumi.Input[_builtins.str] arn: The Amazon Resource Name (ARN) specifying the virtual mfa device.
89
- :param pulumi.Input[_builtins.str] base32_string_seed: The base32 seed defined as specified in [RFC3548](https://tools.ietf.org/html/rfc3548.txt). The `base_32_string_seed` is base64-encoded.
90
- :param pulumi.Input[_builtins.str] enable_date: The date and time when the virtual MFA device was enabled.
91
- :param pulumi.Input[_builtins.str] path: The path for the virtual MFA device.
92
- :param pulumi.Input[_builtins.str] qr_code_png: A QR code PNG image that encodes `otpauth://totp/$virtualMFADeviceName@$AccountName?secret=$Base32String` where `$virtualMFADeviceName` is one of the create call arguments. AccountName is the user name if set (otherwise, the account ID), and Base32String is the seed in base32 format.
89
+ :param pulumi.Input[_builtins.str] arn: Amazon Resource Name (ARN), which is also the serial number, of the virtual MFA device.
90
+ :param pulumi.Input[_builtins.str] base32_string_seed: Base32 seed defined as specified in [RFC3548](https://tools.ietf.org/html/rfc3548.txt). The `base_32_string_seed` is base64-encoded.
91
+ :param pulumi.Input[_builtins.str] enable_date: Date and time when the virtual MFA device was enabled.
92
+ :param pulumi.Input[_builtins.str] path: Path for the virtual MFA device.
93
+ :param pulumi.Input[_builtins.str] qr_code_png: QR code PNG image that encodes `otpauth://totp/$virtualMFADeviceName@$AccountName?secret=$Base32String` where `$virtualMFADeviceName` is one of the create call arguments. `AccountName` is the user name if set (otherwise, the account ID), and `Base32String` is the seed in base32 format.
94
+ :param pulumi.Input[_builtins.str] serial_number: Serial number associated with the virtual MFA device.
93
95
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Map of resource tags for the virtual mfa device. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
94
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags_all: A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
95
- :param pulumi.Input[_builtins.str] user_name: The associated IAM User name if the virtual MFA device is enabled.
96
- :param pulumi.Input[_builtins.str] virtual_mfa_device_name: The name of the virtual MFA device. Use with path to uniquely identify a virtual MFA device.
96
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags_all: Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
97
+ :param pulumi.Input[_builtins.str] user_name: Name of the IAM user associated with this virtual MFA device.
98
+ :param pulumi.Input[_builtins.str] virtual_mfa_device_name: Name of the virtual MFA device. Use with path to uniquely identify a virtual MFA device.
97
99
  """
98
100
  if arn is not None:
99
101
  pulumi.set(__self__, "arn", arn)
@@ -105,6 +107,8 @@ class _VirtualMfaDeviceState:
105
107
  pulumi.set(__self__, "path", path)
106
108
  if qr_code_png is not None:
107
109
  pulumi.set(__self__, "qr_code_png", qr_code_png)
110
+ if serial_number is not None:
111
+ pulumi.set(__self__, "serial_number", serial_number)
108
112
  if tags is not None:
109
113
  pulumi.set(__self__, "tags", tags)
110
114
  if tags_all is not None:
@@ -118,7 +122,7 @@ class _VirtualMfaDeviceState:
118
122
  @pulumi.getter
119
123
  def arn(self) -> Optional[pulumi.Input[_builtins.str]]:
120
124
  """
121
- The Amazon Resource Name (ARN) specifying the virtual mfa device.
125
+ Amazon Resource Name (ARN), which is also the serial number, of the virtual MFA device.
122
126
  """
123
127
  return pulumi.get(self, "arn")
124
128
 
@@ -130,7 +134,7 @@ class _VirtualMfaDeviceState:
130
134
  @pulumi.getter(name="base32StringSeed")
131
135
  def base32_string_seed(self) -> Optional[pulumi.Input[_builtins.str]]:
132
136
  """
133
- The base32 seed defined as specified in [RFC3548](https://tools.ietf.org/html/rfc3548.txt). The `base_32_string_seed` is base64-encoded.
137
+ Base32 seed defined as specified in [RFC3548](https://tools.ietf.org/html/rfc3548.txt). The `base_32_string_seed` is base64-encoded.
134
138
  """
135
139
  return pulumi.get(self, "base32_string_seed")
136
140
 
@@ -142,7 +146,7 @@ class _VirtualMfaDeviceState:
142
146
  @pulumi.getter(name="enableDate")
143
147
  def enable_date(self) -> Optional[pulumi.Input[_builtins.str]]:
144
148
  """
145
- The date and time when the virtual MFA device was enabled.
149
+ Date and time when the virtual MFA device was enabled.
146
150
  """
147
151
  return pulumi.get(self, "enable_date")
148
152
 
@@ -154,7 +158,7 @@ class _VirtualMfaDeviceState:
154
158
  @pulumi.getter
155
159
  def path(self) -> Optional[pulumi.Input[_builtins.str]]:
156
160
  """
157
- The path for the virtual MFA device.
161
+ Path for the virtual MFA device.
158
162
  """
159
163
  return pulumi.get(self, "path")
160
164
 
@@ -166,7 +170,7 @@ class _VirtualMfaDeviceState:
166
170
  @pulumi.getter(name="qrCodePng")
167
171
  def qr_code_png(self) -> Optional[pulumi.Input[_builtins.str]]:
168
172
  """
169
- A QR code PNG image that encodes `otpauth://totp/$virtualMFADeviceName@$AccountName?secret=$Base32String` where `$virtualMFADeviceName` is one of the create call arguments. AccountName is the user name if set (otherwise, the account ID), and Base32String is the seed in base32 format.
173
+ QR code PNG image that encodes `otpauth://totp/$virtualMFADeviceName@$AccountName?secret=$Base32String` where `$virtualMFADeviceName` is one of the create call arguments. `AccountName` is the user name if set (otherwise, the account ID), and `Base32String` is the seed in base32 format.
170
174
  """
171
175
  return pulumi.get(self, "qr_code_png")
172
176
 
@@ -174,6 +178,18 @@ class _VirtualMfaDeviceState:
174
178
  def qr_code_png(self, value: Optional[pulumi.Input[_builtins.str]]):
175
179
  pulumi.set(self, "qr_code_png", value)
176
180
 
181
+ @_builtins.property
182
+ @pulumi.getter(name="serialNumber")
183
+ def serial_number(self) -> Optional[pulumi.Input[_builtins.str]]:
184
+ """
185
+ Serial number associated with the virtual MFA device.
186
+ """
187
+ return pulumi.get(self, "serial_number")
188
+
189
+ @serial_number.setter
190
+ def serial_number(self, value: Optional[pulumi.Input[_builtins.str]]):
191
+ pulumi.set(self, "serial_number", value)
192
+
177
193
  @_builtins.property
178
194
  @pulumi.getter
179
195
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
@@ -190,7 +206,7 @@ class _VirtualMfaDeviceState:
190
206
  @pulumi.getter(name="tagsAll")
191
207
  def tags_all(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
192
208
  """
193
- A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
209
+ Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
194
210
  """
195
211
  return pulumi.get(self, "tags_all")
196
212
 
@@ -202,7 +218,7 @@ class _VirtualMfaDeviceState:
202
218
  @pulumi.getter(name="userName")
203
219
  def user_name(self) -> Optional[pulumi.Input[_builtins.str]]:
204
220
  """
205
- The associated IAM User name if the virtual MFA device is enabled.
221
+ Name of the IAM user associated with this virtual MFA device.
206
222
  """
207
223
  return pulumi.get(self, "user_name")
208
224
 
@@ -214,7 +230,7 @@ class _VirtualMfaDeviceState:
214
230
  @pulumi.getter(name="virtualMfaDeviceName")
215
231
  def virtual_mfa_device_name(self) -> Optional[pulumi.Input[_builtins.str]]:
216
232
  """
217
- The name of the virtual MFA device. Use with path to uniquely identify a virtual MFA device.
233
+ Name of the virtual MFA device. Use with path to uniquely identify a virtual MFA device.
218
234
  """
219
235
  return pulumi.get(self, "virtual_mfa_device_name")
220
236
 
@@ -262,9 +278,9 @@ class VirtualMfaDevice(pulumi.CustomResource):
262
278
 
263
279
  :param str resource_name: The name of the resource.
264
280
  :param pulumi.ResourceOptions opts: Options for the resource.
265
- :param pulumi.Input[_builtins.str] path: The path for the virtual MFA device.
281
+ :param pulumi.Input[_builtins.str] path: Path for the virtual MFA device.
266
282
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Map of resource tags for the virtual mfa device. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
267
- :param pulumi.Input[_builtins.str] virtual_mfa_device_name: The name of the virtual MFA device. Use with path to uniquely identify a virtual MFA device.
283
+ :param pulumi.Input[_builtins.str] virtual_mfa_device_name: Name of the virtual MFA device. Use with path to uniquely identify a virtual MFA device.
268
284
  """
269
285
  ...
270
286
  @overload
@@ -335,6 +351,7 @@ class VirtualMfaDevice(pulumi.CustomResource):
335
351
  __props__.__dict__["base32_string_seed"] = None
336
352
  __props__.__dict__["enable_date"] = None
337
353
  __props__.__dict__["qr_code_png"] = None
354
+ __props__.__dict__["serial_number"] = None
338
355
  __props__.__dict__["tags_all"] = None
339
356
  __props__.__dict__["user_name"] = None
340
357
  super(VirtualMfaDevice, __self__).__init__(
@@ -352,6 +369,7 @@ class VirtualMfaDevice(pulumi.CustomResource):
352
369
  enable_date: Optional[pulumi.Input[_builtins.str]] = None,
353
370
  path: Optional[pulumi.Input[_builtins.str]] = None,
354
371
  qr_code_png: Optional[pulumi.Input[_builtins.str]] = None,
372
+ serial_number: Optional[pulumi.Input[_builtins.str]] = None,
355
373
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
356
374
  tags_all: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
357
375
  user_name: Optional[pulumi.Input[_builtins.str]] = None,
@@ -363,15 +381,16 @@ class VirtualMfaDevice(pulumi.CustomResource):
363
381
  :param str resource_name: The unique name of the resulting resource.
364
382
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
365
383
  :param pulumi.ResourceOptions opts: Options for the resource.
366
- :param pulumi.Input[_builtins.str] arn: The Amazon Resource Name (ARN) specifying the virtual mfa device.
367
- :param pulumi.Input[_builtins.str] base32_string_seed: The base32 seed defined as specified in [RFC3548](https://tools.ietf.org/html/rfc3548.txt). The `base_32_string_seed` is base64-encoded.
368
- :param pulumi.Input[_builtins.str] enable_date: The date and time when the virtual MFA device was enabled.
369
- :param pulumi.Input[_builtins.str] path: The path for the virtual MFA device.
370
- :param pulumi.Input[_builtins.str] qr_code_png: A QR code PNG image that encodes `otpauth://totp/$virtualMFADeviceName@$AccountName?secret=$Base32String` where `$virtualMFADeviceName` is one of the create call arguments. AccountName is the user name if set (otherwise, the account ID), and Base32String is the seed in base32 format.
384
+ :param pulumi.Input[_builtins.str] arn: Amazon Resource Name (ARN), which is also the serial number, of the virtual MFA device.
385
+ :param pulumi.Input[_builtins.str] base32_string_seed: Base32 seed defined as specified in [RFC3548](https://tools.ietf.org/html/rfc3548.txt). The `base_32_string_seed` is base64-encoded.
386
+ :param pulumi.Input[_builtins.str] enable_date: Date and time when the virtual MFA device was enabled.
387
+ :param pulumi.Input[_builtins.str] path: Path for the virtual MFA device.
388
+ :param pulumi.Input[_builtins.str] qr_code_png: QR code PNG image that encodes `otpauth://totp/$virtualMFADeviceName@$AccountName?secret=$Base32String` where `$virtualMFADeviceName` is one of the create call arguments. `AccountName` is the user name if set (otherwise, the account ID), and `Base32String` is the seed in base32 format.
389
+ :param pulumi.Input[_builtins.str] serial_number: Serial number associated with the virtual MFA device.
371
390
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Map of resource tags for the virtual mfa device. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
372
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags_all: A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
373
- :param pulumi.Input[_builtins.str] user_name: The associated IAM User name if the virtual MFA device is enabled.
374
- :param pulumi.Input[_builtins.str] virtual_mfa_device_name: The name of the virtual MFA device. Use with path to uniquely identify a virtual MFA device.
391
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags_all: Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
392
+ :param pulumi.Input[_builtins.str] user_name: Name of the IAM user associated with this virtual MFA device.
393
+ :param pulumi.Input[_builtins.str] virtual_mfa_device_name: Name of the virtual MFA device. Use with path to uniquely identify a virtual MFA device.
375
394
  """
376
395
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
377
396
 
@@ -382,6 +401,7 @@ class VirtualMfaDevice(pulumi.CustomResource):
382
401
  __props__.__dict__["enable_date"] = enable_date
383
402
  __props__.__dict__["path"] = path
384
403
  __props__.__dict__["qr_code_png"] = qr_code_png
404
+ __props__.__dict__["serial_number"] = serial_number
385
405
  __props__.__dict__["tags"] = tags
386
406
  __props__.__dict__["tags_all"] = tags_all
387
407
  __props__.__dict__["user_name"] = user_name
@@ -392,7 +412,7 @@ class VirtualMfaDevice(pulumi.CustomResource):
392
412
  @pulumi.getter
393
413
  def arn(self) -> pulumi.Output[_builtins.str]:
394
414
  """
395
- The Amazon Resource Name (ARN) specifying the virtual mfa device.
415
+ Amazon Resource Name (ARN), which is also the serial number, of the virtual MFA device.
396
416
  """
397
417
  return pulumi.get(self, "arn")
398
418
 
@@ -400,7 +420,7 @@ class VirtualMfaDevice(pulumi.CustomResource):
400
420
  @pulumi.getter(name="base32StringSeed")
401
421
  def base32_string_seed(self) -> pulumi.Output[_builtins.str]:
402
422
  """
403
- The base32 seed defined as specified in [RFC3548](https://tools.ietf.org/html/rfc3548.txt). The `base_32_string_seed` is base64-encoded.
423
+ Base32 seed defined as specified in [RFC3548](https://tools.ietf.org/html/rfc3548.txt). The `base_32_string_seed` is base64-encoded.
404
424
  """
405
425
  return pulumi.get(self, "base32_string_seed")
406
426
 
@@ -408,7 +428,7 @@ class VirtualMfaDevice(pulumi.CustomResource):
408
428
  @pulumi.getter(name="enableDate")
409
429
  def enable_date(self) -> pulumi.Output[_builtins.str]:
410
430
  """
411
- The date and time when the virtual MFA device was enabled.
431
+ Date and time when the virtual MFA device was enabled.
412
432
  """
413
433
  return pulumi.get(self, "enable_date")
414
434
 
@@ -416,7 +436,7 @@ class VirtualMfaDevice(pulumi.CustomResource):
416
436
  @pulumi.getter
417
437
  def path(self) -> pulumi.Output[Optional[_builtins.str]]:
418
438
  """
419
- The path for the virtual MFA device.
439
+ Path for the virtual MFA device.
420
440
  """
421
441
  return pulumi.get(self, "path")
422
442
 
@@ -424,10 +444,18 @@ class VirtualMfaDevice(pulumi.CustomResource):
424
444
  @pulumi.getter(name="qrCodePng")
425
445
  def qr_code_png(self) -> pulumi.Output[_builtins.str]:
426
446
  """
427
- A QR code PNG image that encodes `otpauth://totp/$virtualMFADeviceName@$AccountName?secret=$Base32String` where `$virtualMFADeviceName` is one of the create call arguments. AccountName is the user name if set (otherwise, the account ID), and Base32String is the seed in base32 format.
447
+ QR code PNG image that encodes `otpauth://totp/$virtualMFADeviceName@$AccountName?secret=$Base32String` where `$virtualMFADeviceName` is one of the create call arguments. `AccountName` is the user name if set (otherwise, the account ID), and `Base32String` is the seed in base32 format.
428
448
  """
429
449
  return pulumi.get(self, "qr_code_png")
430
450
 
451
+ @_builtins.property
452
+ @pulumi.getter(name="serialNumber")
453
+ def serial_number(self) -> pulumi.Output[_builtins.str]:
454
+ """
455
+ Serial number associated with the virtual MFA device.
456
+ """
457
+ return pulumi.get(self, "serial_number")
458
+
431
459
  @_builtins.property
432
460
  @pulumi.getter
433
461
  def tags(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
@@ -440,7 +468,7 @@ class VirtualMfaDevice(pulumi.CustomResource):
440
468
  @pulumi.getter(name="tagsAll")
441
469
  def tags_all(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
442
470
  """
443
- A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
471
+ Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
444
472
  """
445
473
  return pulumi.get(self, "tags_all")
446
474
 
@@ -448,7 +476,7 @@ class VirtualMfaDevice(pulumi.CustomResource):
448
476
  @pulumi.getter(name="userName")
449
477
  def user_name(self) -> pulumi.Output[_builtins.str]:
450
478
  """
451
- The associated IAM User name if the virtual MFA device is enabled.
479
+ Name of the IAM user associated with this virtual MFA device.
452
480
  """
453
481
  return pulumi.get(self, "user_name")
454
482
 
@@ -456,7 +484,7 @@ class VirtualMfaDevice(pulumi.CustomResource):
456
484
  @pulumi.getter(name="virtualMfaDeviceName")
457
485
  def virtual_mfa_device_name(self) -> pulumi.Output[_builtins.str]:
458
486
  """
459
- The name of the virtual MFA device. Use with path to uniquely identify a virtual MFA device.
487
+ Name of the virtual MFA device. Use with path to uniquely identify a virtual MFA device.
460
488
  """
461
489
  return pulumi.get(self, "virtual_mfa_device_name")
462
490