pulumi-oci 2.19.0a1733984857__py3-none-any.whl → 2.20.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.
- pulumi_oci/__init__.py +56 -0
- pulumi_oci/bigdataservice/__init__.py +4 -0
- pulumi_oci/bigdataservice/_inputs.py +672 -6
- pulumi_oci/bigdataservice/bds_instance.py +169 -7
- pulumi_oci/bigdataservice/bds_instance_api_key.py +66 -3
- pulumi_oci/bigdataservice/bds_instance_identity_configuration.py +859 -0
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +4 -0
- pulumi_oci/bigdataservice/get_bds_cluster_versions.py +123 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +48 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +17 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +3 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configuration.py +322 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configurations.py +207 -0
- pulumi_oci/bigdataservice/outputs.py +1466 -98
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/outputs.py +2 -2
- pulumi_oci/core/outputs.py +4 -0
- pulumi_oci/database/autonomous_container_database.py +47 -0
- pulumi_oci/database/autonomous_database.py +94 -0
- pulumi_oci/database/exadb_vm_cluster.py +104 -0
- pulumi_oci/database/get_autonomous_container_database.py +15 -1
- pulumi_oci/database/get_autonomous_database.py +29 -1
- pulumi_oci/database/outputs.py +36 -0
- pulumi_oci/dataflow/application.py +75 -33
- pulumi_oci/dataflow/get_application.py +15 -1
- pulumi_oci/dataflow/outputs.py +7 -0
- pulumi_oci/datascience/_inputs.py +32 -12
- pulumi_oci/datascience/get_job_run.py +3 -3
- pulumi_oci/datascience/get_job_runs.py +2 -2
- pulumi_oci/datascience/job_run.py +7 -7
- pulumi_oci/datascience/model_deployment.py +2 -0
- pulumi_oci/datascience/outputs.py +62 -26
- pulumi_oci/desktops/_inputs.py +9 -9
- pulumi_oci/desktops/desktop_pool.py +84 -35
- pulumi_oci/desktops/get_desktop_pool.py +12 -1
- pulumi_oci/desktops/outputs.py +13 -6
- pulumi_oci/disasterrecovery/_inputs.py +46 -30
- pulumi_oci/disasterrecovery/dr_plan.py +194 -23
- pulumi_oci/disasterrecovery/get_dr_plan.py +54 -4
- pulumi_oci/disasterrecovery/get_dr_plans.py +23 -1
- pulumi_oci/disasterrecovery/outputs.py +113 -21
- pulumi_oci/fleetappsmanagement/__init__.py +19 -0
- pulumi_oci/fleetappsmanagement/_inputs.py +5334 -378
- pulumi_oci/fleetappsmanagement/compliance_policy_rule.py +830 -0
- pulumi_oci/fleetappsmanagement/fleet.py +112 -67
- pulumi_oci/fleetappsmanagement/fleet_credential.py +44 -36
- pulumi_oci/fleetappsmanagement/fleet_property.py +35 -35
- pulumi_oci/fleetappsmanagement/fleet_resource.py +37 -37
- pulumi_oci/fleetappsmanagement/get_announcements.py +4 -4
- pulumi_oci/fleetappsmanagement/get_compliance_policies.py +199 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy.py +253 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy_rule.py +324 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy_rules.py +243 -0
- pulumi_oci/fleetappsmanagement/get_compliance_record_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_compliance_records.py +279 -0
- pulumi_oci/fleetappsmanagement/get_fleet.py +29 -15
- pulumi_oci/fleetappsmanagement/get_fleet_compliance_report.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleet_credential.py +7 -7
- pulumi_oci/fleetappsmanagement/get_fleet_credentials.py +61 -17
- pulumi_oci/fleetappsmanagement/get_fleet_products.py +6 -6
- pulumi_oci/fleetappsmanagement/get_fleet_properties.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleet_property.py +11 -11
- pulumi_oci/fleetappsmanagement/get_fleet_resource.py +11 -11
- pulumi_oci/fleetappsmanagement/get_fleet_resources.py +10 -10
- pulumi_oci/fleetappsmanagement/get_fleet_targets.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleets.py +16 -16
- pulumi_oci/fleetappsmanagement/get_inventory_resources.py +12 -12
- pulumi_oci/fleetappsmanagement/get_maintenance_window.py +8 -8
- pulumi_oci/fleetappsmanagement/get_maintenance_windows.py +31 -12
- pulumi_oci/fleetappsmanagement/get_managed_entity_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_onboarding_policies.py +2 -2
- pulumi_oci/fleetappsmanagement/get_onboardings.py +2 -2
- pulumi_oci/fleetappsmanagement/get_patch.py +363 -0
- pulumi_oci/fleetappsmanagement/get_patches.py +335 -0
- pulumi_oci/fleetappsmanagement/get_platform_configuration.py +296 -0
- pulumi_oci/fleetappsmanagement/get_platform_configurations.py +221 -0
- pulumi_oci/fleetappsmanagement/get_properties.py +9 -9
- pulumi_oci/fleetappsmanagement/get_property.py +4 -4
- pulumi_oci/fleetappsmanagement/get_runbook.py +8 -8
- pulumi_oci/fleetappsmanagement/get_runbooks.py +16 -16
- pulumi_oci/fleetappsmanagement/get_scheduler_definition.py +10 -10
- pulumi_oci/fleetappsmanagement/get_scheduler_definition_scheduled_fleets.py +2 -2
- pulumi_oci/fleetappsmanagement/get_scheduler_definitions.py +33 -11
- pulumi_oci/fleetappsmanagement/get_scheduler_job_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_job_job_activity_resources.py +245 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_job_job_activity_steps.py +245 -0
- pulumi_oci/fleetappsmanagement/get_task_record.py +3 -3
- pulumi_oci/fleetappsmanagement/maintenance_window.py +44 -44
- pulumi_oci/fleetappsmanagement/onboarding.py +108 -20
- pulumi_oci/fleetappsmanagement/outputs.py +11222 -2736
- pulumi_oci/fleetappsmanagement/patch.py +978 -0
- pulumi_oci/fleetappsmanagement/platform_configuration.py +687 -0
- pulumi_oci/fleetappsmanagement/property.py +27 -27
- pulumi_oci/fleetappsmanagement/runbook.py +1173 -0
- pulumi_oci/fleetappsmanagement/scheduler_definition.py +30 -30
- pulumi_oci/fleetappsmanagement/task_record.py +754 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +28 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +56 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +15 -1
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +29 -1
- pulumi_oci/fleetsoftwareupdate/outputs.py +33 -0
- pulumi_oci/generativeai/dedicated_ai_cluster.py +21 -0
- pulumi_oci/goldengate/__init__.py +7 -0
- pulumi_oci/goldengate/_inputs.py +665 -0
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/goldengate/get_pipeline.py +408 -0
- pulumi_oci/goldengate/get_pipeline_running_processes.py +144 -0
- pulumi_oci/goldengate/get_pipeline_schema_tables.py +207 -0
- pulumi_oci/goldengate/get_pipeline_schemas.py +163 -0
- pulumi_oci/goldengate/get_pipelines.py +213 -0
- pulumi_oci/goldengate/get_recipes.py +188 -0
- pulumi_oci/goldengate/get_trail_files.py +4 -2
- pulumi_oci/goldengate/get_trail_sequences.py +4 -2
- pulumi_oci/goldengate/outputs.py +1500 -0
- pulumi_oci/goldengate/pipeline.py +928 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/stackmonitoring/_inputs.py +94 -14
- pulumi_oci/stackmonitoring/get_metric_extensions.py +22 -3
- pulumi_oci/stackmonitoring/metric_extension.py +8 -0
- pulumi_oci/stackmonitoring/outputs.py +166 -24
- pulumi_oci/visualbuilder/_inputs.py +57 -202
- pulumi_oci/visualbuilder/get_vb_instance.py +15 -29
- pulumi_oci/visualbuilder/outputs.py +114 -400
- pulumi_oci/visualbuilder/vb_instance.py +62 -59
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/METADATA +3 -3
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/RECORD +128 -98
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/top_level.txt +0 -0
@@ -195,28 +195,28 @@ class _SchedulerDefinitionState:
|
|
195
195
|
time_updated: Optional[pulumi.Input[str]] = None):
|
196
196
|
"""
|
197
197
|
Input properties used for looking up and filtering SchedulerDefinition resources.
|
198
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] action_group_types: All ActionGroup Types part of the schedule.
|
198
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] action_group_types: All ActionGroup Types that are part of the schedule.
|
199
199
|
:param pulumi.Input[Sequence[pulumi.Input['SchedulerDefinitionActionGroupArgs']]] action_groups: (Updatable) Action Groups associated with the Schedule.
|
200
200
|
:param pulumi.Input[int] activity_initiation_cut_off: (Updatable) Activity Initiation Cut Off
|
201
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] application_types: All application types part of the schedule for ENVIRONMENT ActionGroup Type.
|
201
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] application_types: All application types that are part of the schedule for ENVIRONMENT ActionGroup Type.
|
202
202
|
:param pulumi.Input[str] compartment_id: Tenancy OCID
|
203
203
|
:param pulumi.Input[int] count_of_affected_action_groups: Count of Action Groups affected by the Schedule.
|
204
|
-
:param pulumi.Input[int] count_of_affected_resources: Count of Resources affected by the Schedule
|
205
|
-
:param pulumi.Input[int] count_of_affected_targets: Count of Targets affected by the Schedule
|
204
|
+
:param pulumi.Input[int] count_of_affected_resources: Count of Resources affected by the Schedule.
|
205
|
+
:param pulumi.Input[int] count_of_affected_targets: Count of Targets affected by the Schedule.
|
206
206
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
207
207
|
:param pulumi.Input[str] description: (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
|
208
208
|
: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. Example: `My new resource`
|
209
209
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
210
210
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
211
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] lifecycle_operations: All LifeCycle Operations part of the schedule
|
212
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] products: All products part of the schedule for PRODUCT ActionGroup Type.
|
211
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] lifecycle_operations: All LifeCycle Operations that are part of the schedule.
|
212
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] products: All products that are part of the schedule for PRODUCT ActionGroup Type.
|
213
213
|
:param pulumi.Input[str] resource_region: Associated region
|
214
214
|
:param pulumi.Input[Sequence[pulumi.Input['SchedulerDefinitionRunBookArgs']]] run_books: (Updatable) Runbooks.
|
215
215
|
:param pulumi.Input['SchedulerDefinitionScheduleArgs'] schedule: (Updatable) Schedule Information.
|
216
216
|
:param pulumi.Input[str] state: The current state of the SchedulerDefinition.
|
217
217
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
218
218
|
:param pulumi.Input[str] time_created: The time this resource was created. An RFC3339 formatted datetime string.
|
219
|
-
:param pulumi.Input[str] time_of_next_run:
|
219
|
+
:param pulumi.Input[str] time_of_next_run: The scheduled date for the next run of the Job.
|
220
220
|
:param pulumi.Input[str] time_updated: The time this resource was last updated. An RFC3339 formatted datetime string.
|
221
221
|
"""
|
222
222
|
if action_group_types is not None:
|
@@ -270,7 +270,7 @@ class _SchedulerDefinitionState:
|
|
270
270
|
@pulumi.getter(name="actionGroupTypes")
|
271
271
|
def action_group_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
272
272
|
"""
|
273
|
-
All ActionGroup Types part of the schedule.
|
273
|
+
All ActionGroup Types that are part of the schedule.
|
274
274
|
"""
|
275
275
|
return pulumi.get(self, "action_group_types")
|
276
276
|
|
@@ -306,7 +306,7 @@ class _SchedulerDefinitionState:
|
|
306
306
|
@pulumi.getter(name="applicationTypes")
|
307
307
|
def application_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
308
308
|
"""
|
309
|
-
All application types part of the schedule for ENVIRONMENT ActionGroup Type.
|
309
|
+
All application types that are part of the schedule for ENVIRONMENT ActionGroup Type.
|
310
310
|
"""
|
311
311
|
return pulumi.get(self, "application_types")
|
312
312
|
|
@@ -342,7 +342,7 @@ class _SchedulerDefinitionState:
|
|
342
342
|
@pulumi.getter(name="countOfAffectedResources")
|
343
343
|
def count_of_affected_resources(self) -> Optional[pulumi.Input[int]]:
|
344
344
|
"""
|
345
|
-
Count of Resources affected by the Schedule
|
345
|
+
Count of Resources affected by the Schedule.
|
346
346
|
"""
|
347
347
|
return pulumi.get(self, "count_of_affected_resources")
|
348
348
|
|
@@ -354,7 +354,7 @@ class _SchedulerDefinitionState:
|
|
354
354
|
@pulumi.getter(name="countOfAffectedTargets")
|
355
355
|
def count_of_affected_targets(self) -> Optional[pulumi.Input[int]]:
|
356
356
|
"""
|
357
|
-
Count of Targets affected by the Schedule
|
357
|
+
Count of Targets affected by the Schedule.
|
358
358
|
"""
|
359
359
|
return pulumi.get(self, "count_of_affected_targets")
|
360
360
|
|
@@ -426,7 +426,7 @@ class _SchedulerDefinitionState:
|
|
426
426
|
@pulumi.getter(name="lifecycleOperations")
|
427
427
|
def lifecycle_operations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
428
428
|
"""
|
429
|
-
All LifeCycle Operations part of the schedule
|
429
|
+
All LifeCycle Operations that are part of the schedule.
|
430
430
|
"""
|
431
431
|
return pulumi.get(self, "lifecycle_operations")
|
432
432
|
|
@@ -438,7 +438,7 @@ class _SchedulerDefinitionState:
|
|
438
438
|
@pulumi.getter
|
439
439
|
def products(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
440
440
|
"""
|
441
|
-
All products part of the schedule for PRODUCT ActionGroup Type.
|
441
|
+
All products that are part of the schedule for PRODUCT ActionGroup Type.
|
442
442
|
"""
|
443
443
|
return pulumi.get(self, "products")
|
444
444
|
|
@@ -522,7 +522,7 @@ class _SchedulerDefinitionState:
|
|
522
522
|
@pulumi.getter(name="timeOfNextRun")
|
523
523
|
def time_of_next_run(self) -> Optional[pulumi.Input[str]]:
|
524
524
|
"""
|
525
|
-
|
525
|
+
The scheduled date for the next run of the Job.
|
526
526
|
"""
|
527
527
|
return pulumi.get(self, "time_of_next_run")
|
528
528
|
|
@@ -561,7 +561,7 @@ class SchedulerDefinition(pulumi.CustomResource):
|
|
561
561
|
"""
|
562
562
|
This resource provides the Scheduler Definition resource in Oracle Cloud Infrastructure Fleet Apps Management service.
|
563
563
|
|
564
|
-
|
564
|
+
Create a SchedulerDefinition to perform lifecycle operations.
|
565
565
|
|
566
566
|
## Example Usage
|
567
567
|
|
@@ -638,7 +638,7 @@ class SchedulerDefinition(pulumi.CustomResource):
|
|
638
638
|
"""
|
639
639
|
This resource provides the Scheduler Definition resource in Oracle Cloud Infrastructure Fleet Apps Management service.
|
640
640
|
|
641
|
-
|
641
|
+
Create a SchedulerDefinition to perform lifecycle operations.
|
642
642
|
|
643
643
|
## Example Usage
|
644
644
|
|
@@ -796,28 +796,28 @@ class SchedulerDefinition(pulumi.CustomResource):
|
|
796
796
|
:param str resource_name: The unique name of the resulting resource.
|
797
797
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
798
798
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
799
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] action_group_types: All ActionGroup Types part of the schedule.
|
799
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] action_group_types: All ActionGroup Types that are part of the schedule.
|
800
800
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SchedulerDefinitionActionGroupArgs', 'SchedulerDefinitionActionGroupArgsDict']]]] action_groups: (Updatable) Action Groups associated with the Schedule.
|
801
801
|
:param pulumi.Input[int] activity_initiation_cut_off: (Updatable) Activity Initiation Cut Off
|
802
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] application_types: All application types part of the schedule for ENVIRONMENT ActionGroup Type.
|
802
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] application_types: All application types that are part of the schedule for ENVIRONMENT ActionGroup Type.
|
803
803
|
:param pulumi.Input[str] compartment_id: Tenancy OCID
|
804
804
|
:param pulumi.Input[int] count_of_affected_action_groups: Count of Action Groups affected by the Schedule.
|
805
|
-
:param pulumi.Input[int] count_of_affected_resources: Count of Resources affected by the Schedule
|
806
|
-
:param pulumi.Input[int] count_of_affected_targets: Count of Targets affected by the Schedule
|
805
|
+
:param pulumi.Input[int] count_of_affected_resources: Count of Resources affected by the Schedule.
|
806
|
+
:param pulumi.Input[int] count_of_affected_targets: Count of Targets affected by the Schedule.
|
807
807
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
808
808
|
:param pulumi.Input[str] description: (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
|
809
809
|
: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. Example: `My new resource`
|
810
810
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
811
811
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
812
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] lifecycle_operations: All LifeCycle Operations part of the schedule
|
813
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] products: All products part of the schedule for PRODUCT ActionGroup Type.
|
812
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] lifecycle_operations: All LifeCycle Operations that are part of the schedule.
|
813
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] products: All products that are part of the schedule for PRODUCT ActionGroup Type.
|
814
814
|
:param pulumi.Input[str] resource_region: Associated region
|
815
815
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SchedulerDefinitionRunBookArgs', 'SchedulerDefinitionRunBookArgsDict']]]] run_books: (Updatable) Runbooks.
|
816
816
|
:param pulumi.Input[Union['SchedulerDefinitionScheduleArgs', 'SchedulerDefinitionScheduleArgsDict']] schedule: (Updatable) Schedule Information.
|
817
817
|
:param pulumi.Input[str] state: The current state of the SchedulerDefinition.
|
818
818
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
819
819
|
:param pulumi.Input[str] time_created: The time this resource was created. An RFC3339 formatted datetime string.
|
820
|
-
:param pulumi.Input[str] time_of_next_run:
|
820
|
+
:param pulumi.Input[str] time_of_next_run: The scheduled date for the next run of the Job.
|
821
821
|
:param pulumi.Input[str] time_updated: The time this resource was last updated. An RFC3339 formatted datetime string.
|
822
822
|
"""
|
823
823
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -853,7 +853,7 @@ class SchedulerDefinition(pulumi.CustomResource):
|
|
853
853
|
@pulumi.getter(name="actionGroupTypes")
|
854
854
|
def action_group_types(self) -> pulumi.Output[Sequence[str]]:
|
855
855
|
"""
|
856
|
-
All ActionGroup Types part of the schedule.
|
856
|
+
All ActionGroup Types that are part of the schedule.
|
857
857
|
"""
|
858
858
|
return pulumi.get(self, "action_group_types")
|
859
859
|
|
@@ -877,7 +877,7 @@ class SchedulerDefinition(pulumi.CustomResource):
|
|
877
877
|
@pulumi.getter(name="applicationTypes")
|
878
878
|
def application_types(self) -> pulumi.Output[Sequence[str]]:
|
879
879
|
"""
|
880
|
-
All application types part of the schedule for ENVIRONMENT ActionGroup Type.
|
880
|
+
All application types that are part of the schedule for ENVIRONMENT ActionGroup Type.
|
881
881
|
"""
|
882
882
|
return pulumi.get(self, "application_types")
|
883
883
|
|
@@ -901,7 +901,7 @@ class SchedulerDefinition(pulumi.CustomResource):
|
|
901
901
|
@pulumi.getter(name="countOfAffectedResources")
|
902
902
|
def count_of_affected_resources(self) -> pulumi.Output[int]:
|
903
903
|
"""
|
904
|
-
Count of Resources affected by the Schedule
|
904
|
+
Count of Resources affected by the Schedule.
|
905
905
|
"""
|
906
906
|
return pulumi.get(self, "count_of_affected_resources")
|
907
907
|
|
@@ -909,7 +909,7 @@ class SchedulerDefinition(pulumi.CustomResource):
|
|
909
909
|
@pulumi.getter(name="countOfAffectedTargets")
|
910
910
|
def count_of_affected_targets(self) -> pulumi.Output[int]:
|
911
911
|
"""
|
912
|
-
Count of Targets affected by the Schedule
|
912
|
+
Count of Targets affected by the Schedule.
|
913
913
|
"""
|
914
914
|
return pulumi.get(self, "count_of_affected_targets")
|
915
915
|
|
@@ -957,7 +957,7 @@ class SchedulerDefinition(pulumi.CustomResource):
|
|
957
957
|
@pulumi.getter(name="lifecycleOperations")
|
958
958
|
def lifecycle_operations(self) -> pulumi.Output[Sequence[str]]:
|
959
959
|
"""
|
960
|
-
All LifeCycle Operations part of the schedule
|
960
|
+
All LifeCycle Operations that are part of the schedule.
|
961
961
|
"""
|
962
962
|
return pulumi.get(self, "lifecycle_operations")
|
963
963
|
|
@@ -965,7 +965,7 @@ class SchedulerDefinition(pulumi.CustomResource):
|
|
965
965
|
@pulumi.getter
|
966
966
|
def products(self) -> pulumi.Output[Sequence[str]]:
|
967
967
|
"""
|
968
|
-
All products part of the schedule for PRODUCT ActionGroup Type.
|
968
|
+
All products that are part of the schedule for PRODUCT ActionGroup Type.
|
969
969
|
"""
|
970
970
|
return pulumi.get(self, "products")
|
971
971
|
|
@@ -1021,7 +1021,7 @@ class SchedulerDefinition(pulumi.CustomResource):
|
|
1021
1021
|
@pulumi.getter(name="timeOfNextRun")
|
1022
1022
|
def time_of_next_run(self) -> pulumi.Output[str]:
|
1023
1023
|
"""
|
1024
|
-
|
1024
|
+
The scheduled date for the next run of the Job.
|
1025
1025
|
"""
|
1026
1026
|
return pulumi.get(self, "time_of_next_run")
|
1027
1027
|
|