pulumi-oci 1.36.0__py3-none-any.whl → 1.36.0a1715383492__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 (119) hide show
  1. pulumi_oci/__init__.py +0 -208
  2. pulumi_oci/core/__init__.py +0 -3
  3. pulumi_oci/core/_inputs.py +0 -40
  4. pulumi_oci/core/outputs.py +0 -261
  5. pulumi_oci/database/_inputs.py +0 -192
  6. pulumi_oci/database/exadata_infrastructure.py +0 -28
  7. pulumi_oci/database/get_exadata_infrastructure.py +1 -14
  8. pulumi_oci/database/get_vm_cluster.py +1 -14
  9. pulumi_oci/database/outputs.py +0 -418
  10. pulumi_oci/database/vm_cluster.py +0 -55
  11. pulumi_oci/database/vm_cluster_add_virtual_network.py +0 -28
  12. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +0 -28
  13. pulumi_oci/datasafe/__init__.py +0 -1
  14. pulumi_oci/email/__init__.py +0 -3
  15. pulumi_oci/email/_inputs.py +0 -46
  16. pulumi_oci/email/dkim.py +4 -4
  17. pulumi_oci/email/email_domain.py +0 -77
  18. pulumi_oci/email/get_email_domain.py +1 -27
  19. pulumi_oci/email/outputs.py +0 -231
  20. pulumi_oci/loadbalancer/_inputs.py +0 -16
  21. pulumi_oci/loadbalancer/listener.py +0 -2
  22. pulumi_oci/loadbalancer/outputs.py +0 -14
  23. pulumi_oci/loganalytics/namespace.py +4 -4
  24. pulumi_oci/networkloadbalancer/get_listener.py +1 -14
  25. pulumi_oci/networkloadbalancer/listener.py +2 -51
  26. pulumi_oci/networkloadbalancer/outputs.py +0 -11
  27. pulumi_oci/osmanagementhub/__init__.py +0 -48
  28. pulumi_oci/osmanagementhub/_inputs.py +507 -3649
  29. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +13 -26
  30. pulumi_oci/osmanagementhub/get_lifecycle_environments.py +11 -48
  31. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +15 -28
  32. pulumi_oci/osmanagementhub/get_lifecycle_stages.py +19 -86
  33. pulumi_oci/osmanagementhub/get_managed_instance_group.py +10 -62
  34. pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +9 -7
  35. pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
  36. pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +10 -8
  37. pulumi_oci/osmanagementhub/get_managed_instance_groups.py +16 -71
  38. pulumi_oci/osmanagementhub/get_management_station.py +19 -42
  39. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
  40. pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
  41. pulumi_oci/osmanagementhub/get_profile.py +12 -51
  42. pulumi_oci/osmanagementhub/get_profiles.py +16 -76
  43. pulumi_oci/osmanagementhub/get_software_source.py +18 -109
  44. pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
  45. pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
  46. pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
  47. pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
  48. pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
  49. pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
  50. pulumi_oci/osmanagementhub/get_software_source_software_package.py +10 -23
  51. pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
  52. pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
  53. pulumi_oci/osmanagementhub/get_software_sources.py +21 -78
  54. pulumi_oci/osmanagementhub/lifecycle_environment.py +86 -159
  55. pulumi_oci/osmanagementhub/managed_instance_group.py +86 -264
  56. pulumi_oci/osmanagementhub/management_station.py +81 -184
  57. pulumi_oci/osmanagementhub/outputs.py +2364 -10866
  58. pulumi_oci/osmanagementhub/profile.py +78 -200
  59. pulumi_oci/osmanagementhub/software_source.py +181 -365
  60. pulumi_oci/pulumi-plugin.json +1 -2
  61. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/METADATA +1 -1
  62. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/RECORD +64 -119
  63. pulumi_oci/core/get_ip_inventory_subnet.py +0 -171
  64. pulumi_oci/core/get_ip_inventory_subnet_cidr.py +0 -171
  65. pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +0 -206
  66. pulumi_oci/datasafe/masking_report_management.py +0 -693
  67. pulumi_oci/email/email_return_path.py +0 -642
  68. pulumi_oci/email/get_email_return_path.py +0 -274
  69. pulumi_oci/email/get_email_return_paths.py +0 -203
  70. pulumi_oci/osmanagementhub/event.py +0 -701
  71. pulumi_oci/osmanagementhub/get_entitlements.py +0 -178
  72. pulumi_oci/osmanagementhub/get_errata.py +0 -283
  73. pulumi_oci/osmanagementhub/get_erratum.py +0 -308
  74. pulumi_oci/osmanagementhub/get_event.py +0 -314
  75. pulumi_oci/osmanagementhub/get_events.py +0 -314
  76. pulumi_oci/osmanagementhub/get_managed_instance.py +0 -587
  77. pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +0 -187
  78. pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +0 -190
  79. pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +0 -238
  80. pulumi_oci/osmanagementhub/get_managed_instance_errata.py +0 -204
  81. pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +0 -220
  82. pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +0 -244
  83. pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +0 -221
  84. pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +0 -204
  85. pulumi_oci/osmanagementhub/get_managed_instance_modules.py +0 -187
  86. pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +0 -221
  87. pulumi_oci/osmanagementhub/get_managed_instances.py +0 -537
  88. pulumi_oci/osmanagementhub/get_scheduled_job.py +0 -426
  89. pulumi_oci/osmanagementhub/get_scheduled_jobs.py +0 -433
  90. pulumi_oci/osmanagementhub/get_software_package.py +0 -301
  91. pulumi_oci/osmanagementhub/get_software_package_software_source.py +0 -329
  92. pulumi_oci/osmanagementhub/get_software_packages.py +0 -232
  93. pulumi_oci/osmanagementhub/get_windows_update.py +0 -222
  94. pulumi_oci/osmanagementhub/get_windows_updates.py +0 -187
  95. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +0 -249
  96. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +0 -249
  97. pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +0 -296
  98. pulumi_oci/osmanagementhub/managed_instance.py +0 -1327
  99. pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +0 -266
  100. pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +0 -214
  101. pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +0 -293
  102. pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +0 -293
  103. pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +0 -264
  104. pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +0 -293
  105. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +0 -293
  106. pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +0 -293
  107. pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +0 -526
  108. pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +0 -293
  109. pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +0 -292
  110. pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +0 -341
  111. pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +0 -341
  112. pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +0 -264
  113. pulumi_oci/osmanagementhub/management_station_refresh_management.py +0 -212
  114. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +0 -264
  115. pulumi_oci/osmanagementhub/scheduled_job.py +0 -1331
  116. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +0 -266
  117. pulumi_oci/osmanagementhub/software_source_change_availability_management.py +0 -194
  118. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/WHEEL +0 -0
  119. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/top_level.txt +0 -0
@@ -24,24 +24,22 @@ class LifecycleEnvironmentArgs:
24
24
  vendor_name: pulumi.Input[str],
25
25
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
26
26
  description: Optional[pulumi.Input[str]] = None,
27
- freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
28
- location: Optional[pulumi.Input[str]] = None):
27
+ freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
29
28
  """
30
29
  The set of arguments for constructing a LifecycleEnvironment resource.
31
- :param pulumi.Input[str] arch_type: The CPU architecture of the managed instances in the lifecycle environment.
32
- :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the lifecycle stage.
33
- :param pulumi.Input[str] display_name: (Updatable) A user-friendly name for the lifecycle stage. Does not have to be unique and you can change the name later. Avoid entering confidential information.
34
- :param pulumi.Input[str] os_family: The operating system of the managed instances in the lifecycle environment.
35
- :param pulumi.Input[Sequence[pulumi.Input['LifecycleEnvironmentStageArgs']]] stages: (Updatable) User-specified list of ranked lifecycle stages used within the lifecycle environment.
36
- :param pulumi.Input[str] vendor_name: The vendor of the operating system used by the managed instances in the lifecycle environment.
30
+ :param pulumi.Input[str] arch_type: The CPU architecture of the managed instance(s) in the lifecycle environment.
31
+ :param pulumi.Input[str] compartment_id: The OCID of the tenancy containing the lifecycle environment.
32
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
33
+ :param pulumi.Input[str] os_family: The operating system type of the managed instance(s) in the lifecycle environment.
34
+ :param pulumi.Input[Sequence[pulumi.Input['LifecycleEnvironmentStageArgs']]] stages: (Updatable) User specified list of ranked lifecycle stages to be created for the lifecycle environment.
35
+ :param pulumi.Input[str] vendor_name: The software source vendor name.
37
36
 
38
37
 
39
38
  ** IMPORTANT **
40
39
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
41
40
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
42
- :param pulumi.Input[str] description: (Updatable) User-specified information about the lifecycle environment. Avoid entering confidential information.
41
+ :param pulumi.Input[str] description: (Updatable) User specified information about the lifecycle environment.
43
42
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
44
- :param pulumi.Input[str] location: The location of managed instances attached to the lifecycle environment. If no location is provided, the default is 'ON_PREMISE.'
45
43
  """
46
44
  pulumi.set(__self__, "arch_type", arch_type)
47
45
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -55,14 +53,12 @@ class LifecycleEnvironmentArgs:
55
53
  pulumi.set(__self__, "description", description)
56
54
  if freeform_tags is not None:
57
55
  pulumi.set(__self__, "freeform_tags", freeform_tags)
58
- if location is not None:
59
- pulumi.set(__self__, "location", location)
60
56
 
61
57
  @property
62
58
  @pulumi.getter(name="archType")
63
59
  def arch_type(self) -> pulumi.Input[str]:
64
60
  """
65
- The CPU architecture of the managed instances in the lifecycle environment.
61
+ The CPU architecture of the managed instance(s) in the lifecycle environment.
66
62
  """
67
63
  return pulumi.get(self, "arch_type")
68
64
 
@@ -74,7 +70,7 @@ class LifecycleEnvironmentArgs:
74
70
  @pulumi.getter(name="compartmentId")
75
71
  def compartment_id(self) -> pulumi.Input[str]:
76
72
  """
77
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the lifecycle stage.
73
+ The OCID of the tenancy containing the lifecycle environment.
78
74
  """
79
75
  return pulumi.get(self, "compartment_id")
80
76
 
@@ -86,7 +82,7 @@ class LifecycleEnvironmentArgs:
86
82
  @pulumi.getter(name="displayName")
87
83
  def display_name(self) -> pulumi.Input[str]:
88
84
  """
89
- (Updatable) A user-friendly name for the lifecycle stage. Does not have to be unique and you can change the name later. Avoid entering confidential information.
85
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
90
86
  """
91
87
  return pulumi.get(self, "display_name")
92
88
 
@@ -98,7 +94,7 @@ class LifecycleEnvironmentArgs:
98
94
  @pulumi.getter(name="osFamily")
99
95
  def os_family(self) -> pulumi.Input[str]:
100
96
  """
101
- The operating system of the managed instances in the lifecycle environment.
97
+ The operating system type of the managed instance(s) in the lifecycle environment.
102
98
  """
103
99
  return pulumi.get(self, "os_family")
104
100
 
@@ -110,7 +106,7 @@ class LifecycleEnvironmentArgs:
110
106
  @pulumi.getter
111
107
  def stages(self) -> pulumi.Input[Sequence[pulumi.Input['LifecycleEnvironmentStageArgs']]]:
112
108
  """
113
- (Updatable) User-specified list of ranked lifecycle stages used within the lifecycle environment.
109
+ (Updatable) User specified list of ranked lifecycle stages to be created for the lifecycle environment.
114
110
  """
115
111
  return pulumi.get(self, "stages")
116
112
 
@@ -122,7 +118,7 @@ class LifecycleEnvironmentArgs:
122
118
  @pulumi.getter(name="vendorName")
123
119
  def vendor_name(self) -> pulumi.Input[str]:
124
120
  """
125
- The vendor of the operating system used by the managed instances in the lifecycle environment.
121
+ The software source vendor name.
126
122
 
127
123
 
128
124
  ** IMPORTANT **
@@ -150,7 +146,7 @@ class LifecycleEnvironmentArgs:
150
146
  @pulumi.getter
151
147
  def description(self) -> Optional[pulumi.Input[str]]:
152
148
  """
153
- (Updatable) User-specified information about the lifecycle environment. Avoid entering confidential information.
149
+ (Updatable) User specified information about the lifecycle environment.
154
150
  """
155
151
  return pulumi.get(self, "description")
156
152
 
@@ -170,18 +166,6 @@ class LifecycleEnvironmentArgs:
170
166
  def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
171
167
  pulumi.set(self, "freeform_tags", value)
172
168
 
173
- @property
174
- @pulumi.getter
175
- def location(self) -> Optional[pulumi.Input[str]]:
176
- """
177
- The location of managed instances attached to the lifecycle environment. If no location is provided, the default is 'ON_PREMISE.'
178
- """
179
- return pulumi.get(self, "location")
180
-
181
- @location.setter
182
- def location(self, value: Optional[pulumi.Input[str]]):
183
- pulumi.set(self, "location", value)
184
-
185
169
 
186
170
  @pulumi.input_type
187
171
  class _LifecycleEnvironmentState:
@@ -192,7 +176,6 @@ class _LifecycleEnvironmentState:
192
176
  description: Optional[pulumi.Input[str]] = None,
193
177
  display_name: Optional[pulumi.Input[str]] = None,
194
178
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
195
- location: Optional[pulumi.Input[str]] = None,
196
179
  managed_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input['LifecycleEnvironmentManagedInstanceIdArgs']]]] = None,
197
180
  os_family: Optional[pulumi.Input[str]] = None,
198
181
  stages: Optional[pulumi.Input[Sequence[pulumi.Input['LifecycleEnvironmentStageArgs']]]] = None,
@@ -203,21 +186,20 @@ class _LifecycleEnvironmentState:
203
186
  vendor_name: Optional[pulumi.Input[str]] = None):
204
187
  """
205
188
  Input properties used for looking up and filtering LifecycleEnvironment resources.
206
- :param pulumi.Input[str] arch_type: The CPU architecture of the managed instances in the lifecycle environment.
207
- :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the lifecycle stage.
189
+ :param pulumi.Input[str] arch_type: The CPU architecture of the managed instance(s) in the lifecycle environment.
190
+ :param pulumi.Input[str] compartment_id: The OCID of the tenancy containing the lifecycle environment.
208
191
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
209
- :param pulumi.Input[str] description: (Updatable) User-specified information about the lifecycle environment. Avoid entering confidential information.
210
- :param pulumi.Input[str] display_name: (Updatable) A user-friendly name for the lifecycle stage. Does not have to be unique and you can change the name later. Avoid entering confidential information.
192
+ :param pulumi.Input[str] description: (Updatable) User specified information about the lifecycle environment.
193
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
211
194
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
212
- :param pulumi.Input[str] location: The location of managed instances attached to the lifecycle environment. If no location is provided, the default is 'ON_PREMISE.'
213
- :param pulumi.Input[Sequence[pulumi.Input['LifecycleEnvironmentManagedInstanceIdArgs']]] managed_instance_ids: The list of managed instances associated with the lifecycle stage.
214
- :param pulumi.Input[str] os_family: The operating system of the managed instances in the lifecycle environment.
215
- :param pulumi.Input[Sequence[pulumi.Input['LifecycleEnvironmentStageArgs']]] stages: (Updatable) User-specified list of ranked lifecycle stages used within the lifecycle environment.
195
+ :param pulumi.Input[Sequence[pulumi.Input['LifecycleEnvironmentManagedInstanceIdArgs']]] managed_instance_ids: The list of managed instances specified lifecycle stage.
196
+ :param pulumi.Input[str] os_family: The operating system type of the managed instance(s) in the lifecycle environment.
197
+ :param pulumi.Input[Sequence[pulumi.Input['LifecycleEnvironmentStageArgs']]] stages: (Updatable) User specified list of ranked lifecycle stages to be created for the lifecycle environment.
216
198
  :param pulumi.Input[str] state: The current state of the lifecycle environment.
217
199
  :param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
218
- :param pulumi.Input[str] time_created: The time the lifecycle environment was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
219
- :param pulumi.Input[str] time_modified: The time the lifecycle environment was last modified (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
220
- :param pulumi.Input[str] vendor_name: The vendor of the operating system used by the managed instances in the lifecycle environment.
200
+ :param pulumi.Input[str] time_created: The time the lifecycle environment was created. An RFC3339 formatted datetime string.
201
+ :param pulumi.Input[str] time_modified: The time the lifecycle environment was last modified. An RFC3339 formatted datetime string.
202
+ :param pulumi.Input[str] vendor_name: The software source vendor name.
221
203
 
222
204
 
223
205
  ** IMPORTANT **
@@ -235,8 +217,6 @@ class _LifecycleEnvironmentState:
235
217
  pulumi.set(__self__, "display_name", display_name)
236
218
  if freeform_tags is not None:
237
219
  pulumi.set(__self__, "freeform_tags", freeform_tags)
238
- if location is not None:
239
- pulumi.set(__self__, "location", location)
240
220
  if managed_instance_ids is not None:
241
221
  pulumi.set(__self__, "managed_instance_ids", managed_instance_ids)
242
222
  if os_family is not None:
@@ -258,7 +238,7 @@ class _LifecycleEnvironmentState:
258
238
  @pulumi.getter(name="archType")
259
239
  def arch_type(self) -> Optional[pulumi.Input[str]]:
260
240
  """
261
- The CPU architecture of the managed instances in the lifecycle environment.
241
+ The CPU architecture of the managed instance(s) in the lifecycle environment.
262
242
  """
263
243
  return pulumi.get(self, "arch_type")
264
244
 
@@ -270,7 +250,7 @@ class _LifecycleEnvironmentState:
270
250
  @pulumi.getter(name="compartmentId")
271
251
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
272
252
  """
273
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the lifecycle stage.
253
+ The OCID of the tenancy containing the lifecycle environment.
274
254
  """
275
255
  return pulumi.get(self, "compartment_id")
276
256
 
@@ -294,7 +274,7 @@ class _LifecycleEnvironmentState:
294
274
  @pulumi.getter
295
275
  def description(self) -> Optional[pulumi.Input[str]]:
296
276
  """
297
- (Updatable) User-specified information about the lifecycle environment. Avoid entering confidential information.
277
+ (Updatable) User specified information about the lifecycle environment.
298
278
  """
299
279
  return pulumi.get(self, "description")
300
280
 
@@ -306,7 +286,7 @@ class _LifecycleEnvironmentState:
306
286
  @pulumi.getter(name="displayName")
307
287
  def display_name(self) -> Optional[pulumi.Input[str]]:
308
288
  """
309
- (Updatable) A user-friendly name for the lifecycle stage. Does not have to be unique and you can change the name later. Avoid entering confidential information.
289
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
310
290
  """
311
291
  return pulumi.get(self, "display_name")
312
292
 
@@ -326,23 +306,11 @@ class _LifecycleEnvironmentState:
326
306
  def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
327
307
  pulumi.set(self, "freeform_tags", value)
328
308
 
329
- @property
330
- @pulumi.getter
331
- def location(self) -> Optional[pulumi.Input[str]]:
332
- """
333
- The location of managed instances attached to the lifecycle environment. If no location is provided, the default is 'ON_PREMISE.'
334
- """
335
- return pulumi.get(self, "location")
336
-
337
- @location.setter
338
- def location(self, value: Optional[pulumi.Input[str]]):
339
- pulumi.set(self, "location", value)
340
-
341
309
  @property
342
310
  @pulumi.getter(name="managedInstanceIds")
343
311
  def managed_instance_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LifecycleEnvironmentManagedInstanceIdArgs']]]]:
344
312
  """
345
- The list of managed instances associated with the lifecycle stage.
313
+ The list of managed instances specified lifecycle stage.
346
314
  """
347
315
  return pulumi.get(self, "managed_instance_ids")
348
316
 
@@ -354,7 +322,7 @@ class _LifecycleEnvironmentState:
354
322
  @pulumi.getter(name="osFamily")
355
323
  def os_family(self) -> Optional[pulumi.Input[str]]:
356
324
  """
357
- The operating system of the managed instances in the lifecycle environment.
325
+ The operating system type of the managed instance(s) in the lifecycle environment.
358
326
  """
359
327
  return pulumi.get(self, "os_family")
360
328
 
@@ -366,7 +334,7 @@ class _LifecycleEnvironmentState:
366
334
  @pulumi.getter
367
335
  def stages(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LifecycleEnvironmentStageArgs']]]]:
368
336
  """
369
- (Updatable) User-specified list of ranked lifecycle stages used within the lifecycle environment.
337
+ (Updatable) User specified list of ranked lifecycle stages to be created for the lifecycle environment.
370
338
  """
371
339
  return pulumi.get(self, "stages")
372
340
 
@@ -402,7 +370,7 @@ class _LifecycleEnvironmentState:
402
370
  @pulumi.getter(name="timeCreated")
403
371
  def time_created(self) -> Optional[pulumi.Input[str]]:
404
372
  """
405
- The time the lifecycle environment was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
373
+ The time the lifecycle environment was created. An RFC3339 formatted datetime string.
406
374
  """
407
375
  return pulumi.get(self, "time_created")
408
376
 
@@ -414,7 +382,7 @@ class _LifecycleEnvironmentState:
414
382
  @pulumi.getter(name="timeModified")
415
383
  def time_modified(self) -> Optional[pulumi.Input[str]]:
416
384
  """
417
- The time the lifecycle environment was last modified (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
385
+ The time the lifecycle environment was last modified. An RFC3339 formatted datetime string.
418
386
  """
419
387
  return pulumi.get(self, "time_modified")
420
388
 
@@ -426,7 +394,7 @@ class _LifecycleEnvironmentState:
426
394
  @pulumi.getter(name="vendorName")
427
395
  def vendor_name(self) -> Optional[pulumi.Input[str]]:
428
396
  """
429
- The vendor of the operating system used by the managed instances in the lifecycle environment.
397
+ The software source vendor name.
430
398
 
431
399
 
432
400
  ** IMPORTANT **
@@ -450,7 +418,6 @@ class LifecycleEnvironment(pulumi.CustomResource):
450
418
  description: Optional[pulumi.Input[str]] = None,
451
419
  display_name: Optional[pulumi.Input[str]] = None,
452
420
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
453
- location: Optional[pulumi.Input[str]] = None,
454
421
  os_family: Optional[pulumi.Input[str]] = None,
455
422
  stages: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['LifecycleEnvironmentStageArgs']]]]] = None,
456
423
  vendor_name: Optional[pulumi.Input[str]] = None,
@@ -458,7 +425,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
458
425
  """
459
426
  This resource provides the Lifecycle Environment resource in Oracle Cloud Infrastructure Os Management Hub service.
460
427
 
461
- Creates a lifecycle environment. A lifecycle environment is a user-defined pipeline to deliver curated, versioned content in a prescribed, methodical manner.
428
+ Creates a new lifecycle environment.
462
429
 
463
430
  ## Example Usage
464
431
 
@@ -471,28 +438,16 @@ class LifecycleEnvironment(pulumi.CustomResource):
471
438
  compartment_id=compartment_id,
472
439
  display_name=lifecycle_environment_display_name,
473
440
  os_family=lifecycle_environment_os_family,
474
- stages=[
475
- oci.os_management_hub.LifecycleEnvironmentStageArgs(
476
- display_name=lifecycle_environment_stages_display_name1,
477
- rank=lifecycle_environment_stages_rank1,
478
- defined_tags={
479
- "Operations.CostCenter": "42",
480
- },
481
- freeform_tags={
482
- "Department": "Finance",
483
- },
484
- ),
485
- oci.os_management_hub.LifecycleEnvironmentStageArgs(
486
- display_name=lifecycle_environment_stages_display_name2,
487
- rank=lifecycle_environment_stages_rank2,
488
- defined_tags={
489
- "Operations.CostCenter": "42",
490
- },
491
- freeform_tags={
492
- "Department": "Finance",
493
- },
494
- ),
495
- ],
441
+ stages=[oci.os_management_hub.LifecycleEnvironmentStageArgs(
442
+ display_name=lifecycle_environment_stages_display_name,
443
+ rank=lifecycle_environment_stages_rank,
444
+ defined_tags={
445
+ "Operations.CostCenter": "42",
446
+ },
447
+ freeform_tags={
448
+ "Department": "Finance",
449
+ },
450
+ )],
496
451
  vendor_name=lifecycle_environment_vendor_name,
497
452
  defined_tags={
498
453
  "Operations.CostCenter": "42",
@@ -500,8 +455,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
500
455
  description=lifecycle_environment_description,
501
456
  freeform_tags={
502
457
  "Department": "Finance",
503
- },
504
- location=lifecycle_environment_location)
458
+ })
505
459
  ```
506
460
 
507
461
  ## Import
@@ -514,16 +468,15 @@ class LifecycleEnvironment(pulumi.CustomResource):
514
468
 
515
469
  :param str resource_name: The name of the resource.
516
470
  :param pulumi.ResourceOptions opts: Options for the resource.
517
- :param pulumi.Input[str] arch_type: The CPU architecture of the managed instances in the lifecycle environment.
518
- :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the lifecycle stage.
471
+ :param pulumi.Input[str] arch_type: The CPU architecture of the managed instance(s) in the lifecycle environment.
472
+ :param pulumi.Input[str] compartment_id: The OCID of the tenancy containing the lifecycle environment.
519
473
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
520
- :param pulumi.Input[str] description: (Updatable) User-specified information about the lifecycle environment. Avoid entering confidential information.
521
- :param pulumi.Input[str] display_name: (Updatable) A user-friendly name for the lifecycle stage. Does not have to be unique and you can change the name later. Avoid entering confidential information.
474
+ :param pulumi.Input[str] description: (Updatable) User specified information about the lifecycle environment.
475
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
522
476
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
523
- :param pulumi.Input[str] location: The location of managed instances attached to the lifecycle environment. If no location is provided, the default is 'ON_PREMISE.'
524
- :param pulumi.Input[str] os_family: The operating system of the managed instances in the lifecycle environment.
525
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['LifecycleEnvironmentStageArgs']]]] stages: (Updatable) User-specified list of ranked lifecycle stages used within the lifecycle environment.
526
- :param pulumi.Input[str] vendor_name: The vendor of the operating system used by the managed instances in the lifecycle environment.
477
+ :param pulumi.Input[str] os_family: The operating system type of the managed instance(s) in the lifecycle environment.
478
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['LifecycleEnvironmentStageArgs']]]] stages: (Updatable) User specified list of ranked lifecycle stages to be created for the lifecycle environment.
479
+ :param pulumi.Input[str] vendor_name: The software source vendor name.
527
480
 
528
481
 
529
482
  ** IMPORTANT **
@@ -538,7 +491,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
538
491
  """
539
492
  This resource provides the Lifecycle Environment resource in Oracle Cloud Infrastructure Os Management Hub service.
540
493
 
541
- Creates a lifecycle environment. A lifecycle environment is a user-defined pipeline to deliver curated, versioned content in a prescribed, methodical manner.
494
+ Creates a new lifecycle environment.
542
495
 
543
496
  ## Example Usage
544
497
 
@@ -551,28 +504,16 @@ class LifecycleEnvironment(pulumi.CustomResource):
551
504
  compartment_id=compartment_id,
552
505
  display_name=lifecycle_environment_display_name,
553
506
  os_family=lifecycle_environment_os_family,
554
- stages=[
555
- oci.os_management_hub.LifecycleEnvironmentStageArgs(
556
- display_name=lifecycle_environment_stages_display_name1,
557
- rank=lifecycle_environment_stages_rank1,
558
- defined_tags={
559
- "Operations.CostCenter": "42",
560
- },
561
- freeform_tags={
562
- "Department": "Finance",
563
- },
564
- ),
565
- oci.os_management_hub.LifecycleEnvironmentStageArgs(
566
- display_name=lifecycle_environment_stages_display_name2,
567
- rank=lifecycle_environment_stages_rank2,
568
- defined_tags={
569
- "Operations.CostCenter": "42",
570
- },
571
- freeform_tags={
572
- "Department": "Finance",
573
- },
574
- ),
575
- ],
507
+ stages=[oci.os_management_hub.LifecycleEnvironmentStageArgs(
508
+ display_name=lifecycle_environment_stages_display_name,
509
+ rank=lifecycle_environment_stages_rank,
510
+ defined_tags={
511
+ "Operations.CostCenter": "42",
512
+ },
513
+ freeform_tags={
514
+ "Department": "Finance",
515
+ },
516
+ )],
576
517
  vendor_name=lifecycle_environment_vendor_name,
577
518
  defined_tags={
578
519
  "Operations.CostCenter": "42",
@@ -580,8 +521,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
580
521
  description=lifecycle_environment_description,
581
522
  freeform_tags={
582
523
  "Department": "Finance",
583
- },
584
- location=lifecycle_environment_location)
524
+ })
585
525
  ```
586
526
 
587
527
  ## Import
@@ -613,7 +553,6 @@ class LifecycleEnvironment(pulumi.CustomResource):
613
553
  description: Optional[pulumi.Input[str]] = None,
614
554
  display_name: Optional[pulumi.Input[str]] = None,
615
555
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
616
- location: Optional[pulumi.Input[str]] = None,
617
556
  os_family: Optional[pulumi.Input[str]] = None,
618
557
  stages: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['LifecycleEnvironmentStageArgs']]]]] = None,
619
558
  vendor_name: Optional[pulumi.Input[str]] = None,
@@ -638,7 +577,6 @@ class LifecycleEnvironment(pulumi.CustomResource):
638
577
  raise TypeError("Missing required property 'display_name'")
639
578
  __props__.__dict__["display_name"] = display_name
640
579
  __props__.__dict__["freeform_tags"] = freeform_tags
641
- __props__.__dict__["location"] = location
642
580
  if os_family is None and not opts.urn:
643
581
  raise TypeError("Missing required property 'os_family'")
644
582
  __props__.__dict__["os_family"] = os_family
@@ -669,7 +607,6 @@ class LifecycleEnvironment(pulumi.CustomResource):
669
607
  description: Optional[pulumi.Input[str]] = None,
670
608
  display_name: Optional[pulumi.Input[str]] = None,
671
609
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
672
- location: Optional[pulumi.Input[str]] = None,
673
610
  managed_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['LifecycleEnvironmentManagedInstanceIdArgs']]]]] = None,
674
611
  os_family: Optional[pulumi.Input[str]] = None,
675
612
  stages: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['LifecycleEnvironmentStageArgs']]]]] = None,
@@ -685,21 +622,20 @@ class LifecycleEnvironment(pulumi.CustomResource):
685
622
  :param str resource_name: The unique name of the resulting resource.
686
623
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
687
624
  :param pulumi.ResourceOptions opts: Options for the resource.
688
- :param pulumi.Input[str] arch_type: The CPU architecture of the managed instances in the lifecycle environment.
689
- :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the lifecycle stage.
625
+ :param pulumi.Input[str] arch_type: The CPU architecture of the managed instance(s) in the lifecycle environment.
626
+ :param pulumi.Input[str] compartment_id: The OCID of the tenancy containing the lifecycle environment.
690
627
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
691
- :param pulumi.Input[str] description: (Updatable) User-specified information about the lifecycle environment. Avoid entering confidential information.
692
- :param pulumi.Input[str] display_name: (Updatable) A user-friendly name for the lifecycle stage. Does not have to be unique and you can change the name later. Avoid entering confidential information.
628
+ :param pulumi.Input[str] description: (Updatable) User specified information about the lifecycle environment.
629
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
693
630
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
694
- :param pulumi.Input[str] location: The location of managed instances attached to the lifecycle environment. If no location is provided, the default is 'ON_PREMISE.'
695
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['LifecycleEnvironmentManagedInstanceIdArgs']]]] managed_instance_ids: The list of managed instances associated with the lifecycle stage.
696
- :param pulumi.Input[str] os_family: The operating system of the managed instances in the lifecycle environment.
697
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['LifecycleEnvironmentStageArgs']]]] stages: (Updatable) User-specified list of ranked lifecycle stages used within the lifecycle environment.
631
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['LifecycleEnvironmentManagedInstanceIdArgs']]]] managed_instance_ids: The list of managed instances specified lifecycle stage.
632
+ :param pulumi.Input[str] os_family: The operating system type of the managed instance(s) in the lifecycle environment.
633
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['LifecycleEnvironmentStageArgs']]]] stages: (Updatable) User specified list of ranked lifecycle stages to be created for the lifecycle environment.
698
634
  :param pulumi.Input[str] state: The current state of the lifecycle environment.
699
635
  :param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
700
- :param pulumi.Input[str] time_created: The time the lifecycle environment was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
701
- :param pulumi.Input[str] time_modified: The time the lifecycle environment was last modified (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
702
- :param pulumi.Input[str] vendor_name: The vendor of the operating system used by the managed instances in the lifecycle environment.
636
+ :param pulumi.Input[str] time_created: The time the lifecycle environment was created. An RFC3339 formatted datetime string.
637
+ :param pulumi.Input[str] time_modified: The time the lifecycle environment was last modified. An RFC3339 formatted datetime string.
638
+ :param pulumi.Input[str] vendor_name: The software source vendor name.
703
639
 
704
640
 
705
641
  ** IMPORTANT **
@@ -715,7 +651,6 @@ class LifecycleEnvironment(pulumi.CustomResource):
715
651
  __props__.__dict__["description"] = description
716
652
  __props__.__dict__["display_name"] = display_name
717
653
  __props__.__dict__["freeform_tags"] = freeform_tags
718
- __props__.__dict__["location"] = location
719
654
  __props__.__dict__["managed_instance_ids"] = managed_instance_ids
720
655
  __props__.__dict__["os_family"] = os_family
721
656
  __props__.__dict__["stages"] = stages
@@ -730,7 +665,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
730
665
  @pulumi.getter(name="archType")
731
666
  def arch_type(self) -> pulumi.Output[str]:
732
667
  """
733
- The CPU architecture of the managed instances in the lifecycle environment.
668
+ The CPU architecture of the managed instance(s) in the lifecycle environment.
734
669
  """
735
670
  return pulumi.get(self, "arch_type")
736
671
 
@@ -738,7 +673,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
738
673
  @pulumi.getter(name="compartmentId")
739
674
  def compartment_id(self) -> pulumi.Output[str]:
740
675
  """
741
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the lifecycle stage.
676
+ The OCID of the tenancy containing the lifecycle environment.
742
677
  """
743
678
  return pulumi.get(self, "compartment_id")
744
679
 
@@ -754,7 +689,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
754
689
  @pulumi.getter
755
690
  def description(self) -> pulumi.Output[str]:
756
691
  """
757
- (Updatable) User-specified information about the lifecycle environment. Avoid entering confidential information.
692
+ (Updatable) User specified information about the lifecycle environment.
758
693
  """
759
694
  return pulumi.get(self, "description")
760
695
 
@@ -762,7 +697,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
762
697
  @pulumi.getter(name="displayName")
763
698
  def display_name(self) -> pulumi.Output[str]:
764
699
  """
765
- (Updatable) A user-friendly name for the lifecycle stage. Does not have to be unique and you can change the name later. Avoid entering confidential information.
700
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
766
701
  """
767
702
  return pulumi.get(self, "display_name")
768
703
 
@@ -774,19 +709,11 @@ class LifecycleEnvironment(pulumi.CustomResource):
774
709
  """
775
710
  return pulumi.get(self, "freeform_tags")
776
711
 
777
- @property
778
- @pulumi.getter
779
- def location(self) -> pulumi.Output[str]:
780
- """
781
- The location of managed instances attached to the lifecycle environment. If no location is provided, the default is 'ON_PREMISE.'
782
- """
783
- return pulumi.get(self, "location")
784
-
785
712
  @property
786
713
  @pulumi.getter(name="managedInstanceIds")
787
714
  def managed_instance_ids(self) -> pulumi.Output[Sequence['outputs.LifecycleEnvironmentManagedInstanceId']]:
788
715
  """
789
- The list of managed instances associated with the lifecycle stage.
716
+ The list of managed instances specified lifecycle stage.
790
717
  """
791
718
  return pulumi.get(self, "managed_instance_ids")
792
719
 
@@ -794,7 +721,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
794
721
  @pulumi.getter(name="osFamily")
795
722
  def os_family(self) -> pulumi.Output[str]:
796
723
  """
797
- The operating system of the managed instances in the lifecycle environment.
724
+ The operating system type of the managed instance(s) in the lifecycle environment.
798
725
  """
799
726
  return pulumi.get(self, "os_family")
800
727
 
@@ -802,7 +729,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
802
729
  @pulumi.getter
803
730
  def stages(self) -> pulumi.Output[Sequence['outputs.LifecycleEnvironmentStage']]:
804
731
  """
805
- (Updatable) User-specified list of ranked lifecycle stages used within the lifecycle environment.
732
+ (Updatable) User specified list of ranked lifecycle stages to be created for the lifecycle environment.
806
733
  """
807
734
  return pulumi.get(self, "stages")
808
735
 
@@ -826,7 +753,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
826
753
  @pulumi.getter(name="timeCreated")
827
754
  def time_created(self) -> pulumi.Output[str]:
828
755
  """
829
- The time the lifecycle environment was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
756
+ The time the lifecycle environment was created. An RFC3339 formatted datetime string.
830
757
  """
831
758
  return pulumi.get(self, "time_created")
832
759
 
@@ -834,7 +761,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
834
761
  @pulumi.getter(name="timeModified")
835
762
  def time_modified(self) -> pulumi.Output[str]:
836
763
  """
837
- The time the lifecycle environment was last modified (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
764
+ The time the lifecycle environment was last modified. An RFC3339 formatted datetime string.
838
765
  """
839
766
  return pulumi.get(self, "time_modified")
840
767
 
@@ -842,7 +769,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
842
769
  @pulumi.getter(name="vendorName")
843
770
  def vendor_name(self) -> pulumi.Output[str]:
844
771
  """
845
- The vendor of the operating system used by the managed instances in the lifecycle environment.
772
+ The software source vendor name.
846
773
 
847
774
 
848
775
  ** IMPORTANT **