pulumi-oci 1.37.0a1715927489__py3-none-any.whl → 1.38.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 +48 -0
- pulumi_oci/adm/_inputs.py +6 -6
- pulumi_oci/adm/outputs.py +6 -6
- pulumi_oci/aianomalydetection/_inputs.py +10 -8
- pulumi_oci/aianomalydetection/outputs.py +22 -8
- pulumi_oci/aidocument/_inputs.py +22 -18
- pulumi_oci/aidocument/outputs.py +36 -18
- pulumi_oci/ailanguage/_inputs.py +4 -20
- pulumi_oci/ailanguage/model.py +4 -4
- pulumi_oci/ailanguage/outputs.py +4 -20
- pulumi_oci/aivision/_inputs.py +0 -16
- pulumi_oci/aivision/outputs.py +0 -16
- pulumi_oci/analytics/_inputs.py +2 -2
- pulumi_oci/analytics/outputs.py +2 -2
- pulumi_oci/apigateway/_inputs.py +206 -414
- pulumi_oci/apigateway/outputs.py +206 -414
- pulumi_oci/apmconfig/_inputs.py +4 -4
- pulumi_oci/apmconfig/config.py +7 -7
- pulumi_oci/apmconfig/outputs.py +4 -4
- pulumi_oci/apmsynthetics/_inputs.py +18 -26
- pulumi_oci/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/outputs.py +18 -26
- pulumi_oci/autoscaling/_inputs.py +14 -16
- pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
- pulumi_oci/autoscaling/outputs.py +14 -16
- pulumi_oci/bigdataservice/__init__.py +1 -0
- pulumi_oci/bigdataservice/_inputs.py +135 -46
- pulumi_oci/bigdataservice/bds_instance.py +4 -4
- pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +239 -0
- pulumi_oci/bigdataservice/outputs.py +206 -50
- pulumi_oci/certificatesmanagement/_inputs.py +16 -16
- pulumi_oci/certificatesmanagement/certificate.py +16 -16
- pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
- pulumi_oci/certificatesmanagement/outputs.py +16 -16
- pulumi_oci/cloudbridge/_inputs.py +18 -18
- pulumi_oci/cloudbridge/outputs.py +18 -18
- pulumi_oci/cloudguard/__init__.py +9 -0
- pulumi_oci/cloudguard/_inputs.py +1066 -488
- pulumi_oci/cloudguard/adhoc_query.py +596 -0
- pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
- pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
- pulumi_oci/cloudguard/data_mask_rule.py +62 -62
- pulumi_oci/cloudguard/detector_recipe.py +95 -53
- pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
- pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
- pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
- pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
- pulumi_oci/cloudguard/get_data_source.py +10 -10
- pulumi_oci/cloudguard/get_data_source_events.py +11 -7
- pulumi_oci/cloudguard/get_data_sources.py +24 -20
- pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
- pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
- pulumi_oci/cloudguard/get_guard_target.py +14 -14
- pulumi_oci/cloudguard/get_guard_targets.py +19 -17
- pulumi_oci/cloudguard/get_managed_list.py +14 -14
- pulumi_oci/cloudguard/get_managed_lists.py +16 -16
- pulumi_oci/cloudguard/get_problem_entities.py +5 -3
- pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
- pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
- pulumi_oci/cloudguard/get_saved_queries.py +190 -0
- pulumi_oci/cloudguard/get_saved_query.py +235 -0
- pulumi_oci/cloudguard/get_security_policies.py +14 -12
- pulumi_oci/cloudguard/get_security_policy.py +12 -8
- pulumi_oci/cloudguard/get_security_recipe.py +9 -9
- pulumi_oci/cloudguard/get_security_recipes.py +14 -12
- pulumi_oci/cloudguard/get_security_zone.py +8 -8
- pulumi_oci/cloudguard/get_security_zones.py +17 -15
- pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
- pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
- pulumi_oci/cloudguard/managed_list.py +57 -57
- pulumi_oci/cloudguard/outputs.py +3493 -1808
- pulumi_oci/cloudguard/responder_recipe.py +41 -39
- pulumi_oci/cloudguard/saved_query.py +595 -0
- pulumi_oci/cloudguard/security_recipe.py +43 -27
- pulumi_oci/cloudguard/security_zone.py +22 -20
- pulumi_oci/cloudguard/target.py +54 -54
- pulumi_oci/cloudguard/wlp_agent.py +654 -0
- pulumi_oci/cloudmigrations/_inputs.py +222 -496
- pulumi_oci/cloudmigrations/outputs.py +222 -496
- pulumi_oci/cloudmigrations/target_asset.py +15 -15
- pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
- pulumi_oci/clusterplacementgroups/outputs.py +2 -2
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
- pulumi_oci/containerengine/_inputs.py +22 -22
- pulumi_oci/containerengine/container_instance.py +21 -21
- pulumi_oci/containerengine/outputs.py +22 -22
- pulumi_oci/containerengine/virtual_node_pool.py +7 -35
- pulumi_oci/core/_inputs.py +404 -670
- pulumi_oci/core/boot_volume.py +7 -7
- pulumi_oci/core/cluster_network.py +22 -22
- pulumi_oci/core/cross_connect_group.py +4 -20
- pulumi_oci/core/drg_route_table_route_rule.py +7 -0
- pulumi_oci/core/get_image.py +4 -0
- pulumi_oci/core/get_instance.py +4 -0
- pulumi_oci/core/get_public_ip.py +4 -0
- pulumi_oci/core/get_public_ips.py +8 -0
- pulumi_oci/core/get_vtap.py +2 -0
- pulumi_oci/core/get_vtaps.py +2 -0
- pulumi_oci/core/image.py +56 -0
- pulumi_oci/core/instance.py +48 -48
- pulumi_oci/core/instance_configuration.py +70 -28
- pulumi_oci/core/instance_pool.py +7 -7
- pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
- pulumi_oci/core/network_security_group_security_rule.py +28 -105
- pulumi_oci/core/outputs.py +748 -668
- pulumi_oci/core/public_ip.py +8 -0
- pulumi_oci/core/vnic_attachment.py +8 -24
- pulumi_oci/core/volume.py +7 -7
- pulumi_oci/core/volume_group.py +7 -7
- pulumi_oci/core/vtap.py +14 -0
- pulumi_oci/database/_inputs.py +188 -220
- pulumi_oci/database/autonomous_database.py +21 -7
- pulumi_oci/database/autonomous_database_wallet.py +28 -0
- pulumi_oci/database/backup_destination.py +11 -11
- pulumi_oci/database/cloud_database_management.py +14 -0
- pulumi_oci/database/database.py +28 -44
- pulumi_oci/database/database_upgrade.py +4 -4
- pulumi_oci/database/db_home.py +0 -13
- pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
- pulumi_oci/database/outputs.py +188 -220
- pulumi_oci/database/vm_cluster_network.py +4 -4
- pulumi_oci/databasemanagement/_inputs.py +8 -8
- pulumi_oci/databasemanagement/outputs.py +8 -8
- pulumi_oci/databasemigration/_inputs.py +34 -34
- pulumi_oci/databasemigration/connection.py +7 -7
- pulumi_oci/databasemigration/migration.py +7 -7
- pulumi_oci/databasemigration/outputs.py +34 -34
- pulumi_oci/databasetools/_inputs.py +12 -36
- pulumi_oci/databasetools/database_tools_connection.py +4 -4
- pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
- pulumi_oci/databasetools/outputs.py +12 -36
- pulumi_oci/dataintegration/_inputs.py +318 -330
- pulumi_oci/dataintegration/outputs.py +318 -330
- pulumi_oci/dataintegration/workspace_application.py +7 -7
- pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
- pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
- pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
- pulumi_oci/dataintegration/workspace_folder.py +7 -7
- pulumi_oci/dataintegration/workspace_project.py +7 -7
- pulumi_oci/dataintegration/workspace_task.py +47 -47
- pulumi_oci/datalabellingservice/_inputs.py +10 -10
- pulumi_oci/datalabellingservice/outputs.py +10 -10
- pulumi_oci/datasafe/__init__.py +2 -0
- pulumi_oci/datasafe/_inputs.py +72 -80
- pulumi_oci/datasafe/library_masing_format.py +7 -7
- pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
- pulumi_oci/datasafe/masking_policy.py +7 -7
- pulumi_oci/datasafe/outputs.py +72 -80
- pulumi_oci/datasafe/report_definition.py +8 -24
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/target_database.py +21 -21
- pulumi_oci/datascience/_inputs.py +337 -65
- pulumi_oci/datascience/get_job_run.py +11 -1
- pulumi_oci/datascience/get_model_deployment.py +11 -1
- pulumi_oci/datascience/get_pipeline.py +3 -0
- pulumi_oci/datascience/get_pipeline_run.py +14 -1
- pulumi_oci/datascience/job_run.py +52 -3
- pulumi_oci/datascience/model_deployment.py +51 -2
- pulumi_oci/datascience/outputs.py +767 -104
- pulumi_oci/datascience/pipeline.py +34 -14
- pulumi_oci/datascience/pipeline_run.py +65 -0
- pulumi_oci/devops/_inputs.py +80 -462
- pulumi_oci/devops/deploy_stage.py +4 -4
- pulumi_oci/devops/deployment.py +7 -7
- pulumi_oci/devops/outputs.py +208 -1141
- pulumi_oci/disasterrecovery/_inputs.py +6 -6
- pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
- pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
- pulumi_oci/disasterrecovery/outputs.py +6 -6
- pulumi_oci/dns/_inputs.py +20 -8
- pulumi_oci/dns/outputs.py +42 -8
- pulumi_oci/dns/rrset.py +7 -7
- pulumi_oci/dns/steering_policy.py +42 -0
- pulumi_oci/events/_inputs.py +4 -12
- pulumi_oci/events/outputs.py +4 -12
- pulumi_oci/events/rule.py +7 -7
- pulumi_oci/functions/_inputs.py +2 -2
- pulumi_oci/functions/outputs.py +2 -2
- pulumi_oci/goldengate/_inputs.py +2 -4
- pulumi_oci/goldengate/outputs.py +2 -4
- pulumi_oci/identity/_inputs.py +4860 -5954
- pulumi_oci/identity/domains_api_key.py +70 -70
- pulumi_oci/identity/domains_app.py +119 -140
- pulumi_oci/identity/domains_auth_token.py +21 -21
- pulumi_oci/identity/domains_cloud_gate.py +49 -49
- pulumi_oci/identity/domains_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_api_key.py +70 -70
- pulumi_oci/identity/domains_my_auth_token.py +21 -21
- pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_oauth2client_credential.py +49 -70
- pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_my_support_account.py +21 -21
- pulumi_oci/identity/domains_my_user_db_credential.py +37 -41
- pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
- pulumi_oci/identity/domains_policy.py +35 -49
- pulumi_oci/identity/domains_rule.py +28 -21
- pulumi_oci/identity/domains_setting.py +35 -21
- pulumi_oci/identity/domains_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_user.py +189 -175
- pulumi_oci/identity/domains_user_db_credential.py +37 -41
- pulumi_oci/identity/outputs.py +4913 -6007
- pulumi_oci/integration/_inputs.py +4 -0
- pulumi_oci/integration/outputs.py +16 -4
- pulumi_oci/jms/_inputs.py +0 -8
- pulumi_oci/jms/get_java_downloads_java_download_report.py +28 -2
- pulumi_oci/jms/get_java_downloads_java_download_token.py +4 -4
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +2 -2
- pulumi_oci/jms/java_downloads_java_download_report.py +96 -6
- pulumi_oci/jms/java_downloads_java_download_token.py +14 -12
- pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +41 -16
- pulumi_oci/jms/outputs.py +38 -24
- pulumi_oci/kms/_inputs.py +6 -6
- pulumi_oci/kms/outputs.py +6 -6
- pulumi_oci/loadbalancer/_inputs.py +18 -30
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
- pulumi_oci/loadbalancer/outputs.py +18 -30
- pulumi_oci/loganalytics/_inputs.py +26 -34
- pulumi_oci/loganalytics/outputs.py +26 -34
- pulumi_oci/logging/_inputs.py +60 -60
- pulumi_oci/logging/outputs.py +60 -60
- pulumi_oci/managementagent/_inputs.py +2 -46
- pulumi_oci/managementagent/outputs.py +2 -46
- pulumi_oci/marketplace/_inputs.py +6 -6
- pulumi_oci/marketplace/outputs.py +6 -6
- pulumi_oci/marketplace/publication.py +11 -11
- pulumi_oci/mediaservices/_inputs.py +8 -32
- pulumi_oci/mediaservices/media_asset.py +18 -18
- pulumi_oci/mediaservices/media_workflow.py +22 -38
- pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
- pulumi_oci/mediaservices/media_workflow_job.py +11 -11
- pulumi_oci/mediaservices/outputs.py +8 -32
- pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
- pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
- pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
- pulumi_oci/meteringcomputation/_inputs.py +2 -2
- pulumi_oci/meteringcomputation/outputs.py +2 -2
- pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
- pulumi_oci/monitoring/_inputs.py +4 -4
- pulumi_oci/monitoring/alarm.py +21 -0
- pulumi_oci/monitoring/get_alarm.py +3 -0
- pulumi_oci/monitoring/outputs.py +10 -4
- pulumi_oci/mysql/_inputs.py +30 -22
- pulumi_oci/mysql/outputs.py +30 -22
- pulumi_oci/mysql/replica.py +12 -28
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
- pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
- pulumi_oci/networkfirewall/outputs.py +4 -0
- pulumi_oci/networkloadbalancer/_inputs.py +10 -26
- pulumi_oci/networkloadbalancer/outputs.py +10 -26
- pulumi_oci/nosql/_inputs.py +4 -12
- pulumi_oci/nosql/outputs.py +4 -12
- pulumi_oci/objectstorage/_inputs.py +4 -4
- pulumi_oci/objectstorage/outputs.py +4 -4
- pulumi_oci/ocvp/_inputs.py +86 -42
- pulumi_oci/ocvp/get_retrieve_password.py +1 -0
- pulumi_oci/ocvp/outputs.py +86 -42
- pulumi_oci/ocvp/sddc.py +49 -77
- pulumi_oci/ons/subscription.py +63 -0
- pulumi_oci/opa/_inputs.py +6 -2
- pulumi_oci/opa/outputs.py +18 -6
- pulumi_oci/opsi/_inputs.py +6 -6
- pulumi_oci/opsi/exadata_insight.py +28 -28
- pulumi_oci/opsi/outputs.py +6 -6
- pulumi_oci/optimizer/_inputs.py +4 -4
- pulumi_oci/optimizer/outputs.py +4 -4
- pulumi_oci/osmanagement/_inputs.py +2 -10
- pulumi_oci/osmanagement/outputs.py +2 -10
- pulumi_oci/osmanagementhub/_inputs.py +24 -8
- pulumi_oci/osmanagementhub/event.py +32 -0
- pulumi_oci/osmanagementhub/get_event.py +8 -0
- pulumi_oci/osmanagementhub/get_events.py +8 -0
- pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
- pulumi_oci/osmanagementhub/outputs.py +40 -8
- pulumi_oci/osmanagementhub/software_source.py +7 -7
- pulumi_oci/ospgateway/_inputs.py +96 -96
- pulumi_oci/ospgateway/outputs.py +96 -96
- pulumi_oci/ospgateway/subscription.py +80 -80
- pulumi_oci/psql/_inputs.py +10 -18
- pulumi_oci/psql/db_system.py +14 -14
- pulumi_oci/psql/outputs.py +10 -18
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/queue/get_queue.py +9 -9
- pulumi_oci/queue/outputs.py +5 -5
- pulumi_oci/queue/queue.py +77 -26
- pulumi_oci/sch/_inputs.py +26 -26
- pulumi_oci/sch/connector.py +7 -7
- pulumi_oci/sch/outputs.py +26 -26
- pulumi_oci/servicecatalog/private_application.py +4 -4
- pulumi_oci/servicemesh/_inputs.py +8 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
- pulumi_oci/servicemesh/outputs.py +8 -24
- pulumi_oci/stackmonitoring/_inputs.py +40 -56
- pulumi_oci/stackmonitoring/metric_extension.py +18 -18
- pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
- pulumi_oci/stackmonitoring/outputs.py +40 -56
- pulumi_oci/visualbuilder/_inputs.py +6 -2
- pulumi_oci/visualbuilder/outputs.py +18 -6
- pulumi_oci/vnmonitoring/_inputs.py +10 -42
- pulumi_oci/vnmonitoring/outputs.py +10 -42
- pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
- pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
- pulumi_oci/waas/_inputs.py +133 -205
- pulumi_oci/waas/outputs.py +133 -205
- pulumi_oci/waas/policy.py +7 -7
- pulumi_oci/waas/protection_rule.py +7 -7
- pulumi_oci/waf/_inputs.py +36 -30
- pulumi_oci/waf/network_address_list.py +7 -7
- pulumi_oci/waf/outputs.py +36 -30
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/RECORD +315 -303
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/top_level.txt +0 -0
@@ -18,7 +18,8 @@ class JavaDownloadsJavaLicenseAcceptanceRecordArgs:
|
|
18
18
|
def __init__(__self__, *,
|
19
19
|
compartment_id: pulumi.Input[str],
|
20
20
|
license_acceptance_status: pulumi.Input[str],
|
21
|
-
license_type: pulumi.Input[str]
|
21
|
+
license_type: pulumi.Input[str],
|
22
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
|
22
23
|
"""
|
23
24
|
The set of arguments for constructing a JavaDownloadsJavaLicenseAcceptanceRecord resource.
|
24
25
|
:param pulumi.Input[str] compartment_id: The tenancy [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user accepting the license.
|
@@ -28,10 +29,13 @@ class JavaDownloadsJavaLicenseAcceptanceRecordArgs:
|
|
28
29
|
|
29
30
|
** IMPORTANT **
|
30
31
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
32
|
+
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`. (See [Understanding Free-form Tags](https://docs.cloud.oracle.com/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
|
31
33
|
"""
|
32
34
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
33
35
|
pulumi.set(__self__, "license_acceptance_status", license_acceptance_status)
|
34
36
|
pulumi.set(__self__, "license_type", license_type)
|
37
|
+
if defined_tags is not None:
|
38
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
35
39
|
|
36
40
|
@property
|
37
41
|
@pulumi.getter(name="compartmentId")
|
@@ -73,6 +77,18 @@ class JavaDownloadsJavaLicenseAcceptanceRecordArgs:
|
|
73
77
|
def license_type(self, value: pulumi.Input[str]):
|
74
78
|
pulumi.set(self, "license_type", value)
|
75
79
|
|
80
|
+
@property
|
81
|
+
@pulumi.getter(name="definedTags")
|
82
|
+
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
83
|
+
"""
|
84
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`. (See [Understanding Free-form Tags](https://docs.cloud.oracle.com/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
|
85
|
+
"""
|
86
|
+
return pulumi.get(self, "defined_tags")
|
87
|
+
|
88
|
+
@defined_tags.setter
|
89
|
+
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
90
|
+
pulumi.set(self, "defined_tags", value)
|
91
|
+
|
76
92
|
|
77
93
|
@pulumi.input_type
|
78
94
|
class _JavaDownloadsJavaLicenseAcceptanceRecordState:
|
@@ -92,7 +108,7 @@ class _JavaDownloadsJavaLicenseAcceptanceRecordState:
|
|
92
108
|
Input properties used for looking up and filtering JavaDownloadsJavaLicenseAcceptanceRecord resources.
|
93
109
|
:param pulumi.Input[str] compartment_id: The tenancy [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user accepting the license.
|
94
110
|
:param pulumi.Input[Sequence[pulumi.Input['JavaDownloadsJavaLicenseAcceptanceRecordCreatedByArgs']]] created_bies: An authorized principal.
|
95
|
-
:param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`. (See [Understanding Free-form Tags](https://docs.cloud.oracle.com/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
|
111
|
+
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`. (See [Understanding Free-form Tags](https://docs.cloud.oracle.com/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
|
96
112
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`. (See [Managing Tags and Tag Namespaces](https://docs.cloud.oracle.com/iaas/Content/Tagging/Concepts/understandingfreeformtags.htm).)
|
97
113
|
:param pulumi.Input[Sequence[pulumi.Input['JavaDownloadsJavaLicenseAcceptanceRecordLastUpdatedByArgs']]] last_updated_bies: An authorized principal.
|
98
114
|
:param pulumi.Input[str] license_acceptance_status: (Updatable) Status of license acceptance.
|
@@ -103,8 +119,8 @@ class _JavaDownloadsJavaLicenseAcceptanceRecordState:
|
|
103
119
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
104
120
|
:param pulumi.Input[str] state: The current state of the JavaLicenseAcceptanceRecord.
|
105
121
|
:param pulumi.Input[Mapping[str, Any]] system_tags: System 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). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
106
|
-
:param pulumi.Input[str] time_accepted: The date and time of license acceptance(formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
107
|
-
:param pulumi.Input[str] time_last_updated: The date and time of last update(formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
122
|
+
:param pulumi.Input[str] time_accepted: The date and time of license acceptance (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
123
|
+
:param pulumi.Input[str] time_last_updated: The date and time of last update (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
108
124
|
"""
|
109
125
|
if compartment_id is not None:
|
110
126
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -157,7 +173,7 @@ class _JavaDownloadsJavaLicenseAcceptanceRecordState:
|
|
157
173
|
@pulumi.getter(name="definedTags")
|
158
174
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
159
175
|
"""
|
160
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`. (See [Understanding Free-form Tags](https://docs.cloud.oracle.com/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
|
176
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`. (See [Understanding Free-form Tags](https://docs.cloud.oracle.com/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
|
161
177
|
"""
|
162
178
|
return pulumi.get(self, "defined_tags")
|
163
179
|
|
@@ -245,7 +261,7 @@ class _JavaDownloadsJavaLicenseAcceptanceRecordState:
|
|
245
261
|
@pulumi.getter(name="timeAccepted")
|
246
262
|
def time_accepted(self) -> Optional[pulumi.Input[str]]:
|
247
263
|
"""
|
248
|
-
The date and time of license acceptance(formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
264
|
+
The date and time of license acceptance (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
249
265
|
"""
|
250
266
|
return pulumi.get(self, "time_accepted")
|
251
267
|
|
@@ -257,7 +273,7 @@ class _JavaDownloadsJavaLicenseAcceptanceRecordState:
|
|
257
273
|
@pulumi.getter(name="timeLastUpdated")
|
258
274
|
def time_last_updated(self) -> Optional[pulumi.Input[str]]:
|
259
275
|
"""
|
260
|
-
The date and time of last update(formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
276
|
+
The date and time of last update (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
261
277
|
"""
|
262
278
|
return pulumi.get(self, "time_last_updated")
|
263
279
|
|
@@ -272,6 +288,7 @@ class JavaDownloadsJavaLicenseAcceptanceRecord(pulumi.CustomResource):
|
|
272
288
|
resource_name: str,
|
273
289
|
opts: Optional[pulumi.ResourceOptions] = None,
|
274
290
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
291
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
275
292
|
license_acceptance_status: Optional[pulumi.Input[str]] = None,
|
276
293
|
license_type: Optional[pulumi.Input[str]] = None,
|
277
294
|
__props__=None):
|
@@ -289,7 +306,10 @@ class JavaDownloadsJavaLicenseAcceptanceRecord(pulumi.CustomResource):
|
|
289
306
|
test_java_license_acceptance_record = oci.jms.JavaDownloadsJavaLicenseAcceptanceRecord("test_java_license_acceptance_record",
|
290
307
|
compartment_id=tenancy_ocid,
|
291
308
|
license_acceptance_status=java_license_acceptance_record_license_acceptance_status,
|
292
|
-
license_type=java_license_acceptance_record_license_type
|
309
|
+
license_type=java_license_acceptance_record_license_type,
|
310
|
+
defined_tags={
|
311
|
+
"foo-namespace.bar-key": "value",
|
312
|
+
})
|
293
313
|
```
|
294
314
|
|
295
315
|
## Import
|
@@ -299,6 +319,7 @@ class JavaDownloadsJavaLicenseAcceptanceRecord(pulumi.CustomResource):
|
|
299
319
|
:param str resource_name: The name of the resource.
|
300
320
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
301
321
|
:param pulumi.Input[str] compartment_id: The tenancy [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user accepting the license.
|
322
|
+
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`. (See [Understanding Free-form Tags](https://docs.cloud.oracle.com/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
|
302
323
|
:param pulumi.Input[str] license_acceptance_status: (Updatable) Status of license acceptance.
|
303
324
|
:param pulumi.Input[str] license_type: License type for the Java version.
|
304
325
|
|
@@ -326,7 +347,10 @@ class JavaDownloadsJavaLicenseAcceptanceRecord(pulumi.CustomResource):
|
|
326
347
|
test_java_license_acceptance_record = oci.jms.JavaDownloadsJavaLicenseAcceptanceRecord("test_java_license_acceptance_record",
|
327
348
|
compartment_id=tenancy_ocid,
|
328
349
|
license_acceptance_status=java_license_acceptance_record_license_acceptance_status,
|
329
|
-
license_type=java_license_acceptance_record_license_type
|
350
|
+
license_type=java_license_acceptance_record_license_type,
|
351
|
+
defined_tags={
|
352
|
+
"foo-namespace.bar-key": "value",
|
353
|
+
})
|
330
354
|
```
|
331
355
|
|
332
356
|
## Import
|
@@ -349,6 +373,7 @@ class JavaDownloadsJavaLicenseAcceptanceRecord(pulumi.CustomResource):
|
|
349
373
|
resource_name: str,
|
350
374
|
opts: Optional[pulumi.ResourceOptions] = None,
|
351
375
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
376
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
352
377
|
license_acceptance_status: Optional[pulumi.Input[str]] = None,
|
353
378
|
license_type: Optional[pulumi.Input[str]] = None,
|
354
379
|
__props__=None):
|
@@ -363,6 +388,7 @@ class JavaDownloadsJavaLicenseAcceptanceRecord(pulumi.CustomResource):
|
|
363
388
|
if compartment_id is None and not opts.urn:
|
364
389
|
raise TypeError("Missing required property 'compartment_id'")
|
365
390
|
__props__.__dict__["compartment_id"] = compartment_id
|
391
|
+
__props__.__dict__["defined_tags"] = defined_tags
|
366
392
|
if license_acceptance_status is None and not opts.urn:
|
367
393
|
raise TypeError("Missing required property 'license_acceptance_status'")
|
368
394
|
__props__.__dict__["license_acceptance_status"] = license_acceptance_status
|
@@ -370,7 +396,6 @@ class JavaDownloadsJavaLicenseAcceptanceRecord(pulumi.CustomResource):
|
|
370
396
|
raise TypeError("Missing required property 'license_type'")
|
371
397
|
__props__.__dict__["license_type"] = license_type
|
372
398
|
__props__.__dict__["created_bies"] = None
|
373
|
-
__props__.__dict__["defined_tags"] = None
|
374
399
|
__props__.__dict__["freeform_tags"] = None
|
375
400
|
__props__.__dict__["last_updated_bies"] = None
|
376
401
|
__props__.__dict__["state"] = None
|
@@ -407,7 +432,7 @@ class JavaDownloadsJavaLicenseAcceptanceRecord(pulumi.CustomResource):
|
|
407
432
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
408
433
|
:param pulumi.Input[str] compartment_id: The tenancy [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user accepting the license.
|
409
434
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['JavaDownloadsJavaLicenseAcceptanceRecordCreatedByArgs']]]] created_bies: An authorized principal.
|
410
|
-
:param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`. (See [Understanding Free-form Tags](https://docs.cloud.oracle.com/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
|
435
|
+
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`. (See [Understanding Free-form Tags](https://docs.cloud.oracle.com/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
|
411
436
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`. (See [Managing Tags and Tag Namespaces](https://docs.cloud.oracle.com/iaas/Content/Tagging/Concepts/understandingfreeformtags.htm).)
|
412
437
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['JavaDownloadsJavaLicenseAcceptanceRecordLastUpdatedByArgs']]]] last_updated_bies: An authorized principal.
|
413
438
|
:param pulumi.Input[str] license_acceptance_status: (Updatable) Status of license acceptance.
|
@@ -418,8 +443,8 @@ class JavaDownloadsJavaLicenseAcceptanceRecord(pulumi.CustomResource):
|
|
418
443
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
419
444
|
:param pulumi.Input[str] state: The current state of the JavaLicenseAcceptanceRecord.
|
420
445
|
:param pulumi.Input[Mapping[str, Any]] system_tags: System 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). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
421
|
-
:param pulumi.Input[str] time_accepted: The date and time of license acceptance(formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
422
|
-
:param pulumi.Input[str] time_last_updated: The date and time of last update(formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
446
|
+
:param pulumi.Input[str] time_accepted: The date and time of license acceptance (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
447
|
+
:param pulumi.Input[str] time_last_updated: The date and time of last update (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
423
448
|
"""
|
424
449
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
425
450
|
|
@@ -458,7 +483,7 @@ class JavaDownloadsJavaLicenseAcceptanceRecord(pulumi.CustomResource):
|
|
458
483
|
@pulumi.getter(name="definedTags")
|
459
484
|
def defined_tags(self) -> pulumi.Output[Mapping[str, Any]]:
|
460
485
|
"""
|
461
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`. (See [Understanding Free-form Tags](https://docs.cloud.oracle.com/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
|
486
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`. (See [Understanding Free-form Tags](https://docs.cloud.oracle.com/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
|
462
487
|
"""
|
463
488
|
return pulumi.get(self, "defined_tags")
|
464
489
|
|
@@ -518,7 +543,7 @@ class JavaDownloadsJavaLicenseAcceptanceRecord(pulumi.CustomResource):
|
|
518
543
|
@pulumi.getter(name="timeAccepted")
|
519
544
|
def time_accepted(self) -> pulumi.Output[str]:
|
520
545
|
"""
|
521
|
-
The date and time of license acceptance(formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
546
|
+
The date and time of license acceptance (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
522
547
|
"""
|
523
548
|
return pulumi.get(self, "time_accepted")
|
524
549
|
|
@@ -526,7 +551,7 @@ class JavaDownloadsJavaLicenseAcceptanceRecord(pulumi.CustomResource):
|
|
526
551
|
@pulumi.getter(name="timeLastUpdated")
|
527
552
|
def time_last_updated(self) -> pulumi.Output[str]:
|
528
553
|
"""
|
529
|
-
The date and time of last update(formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
554
|
+
The date and time of last update (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
530
555
|
"""
|
531
556
|
return pulumi.get(self, "time_last_updated")
|
532
557
|
|
pulumi_oci/jms/outputs.py
CHANGED
@@ -144,10 +144,6 @@ class FleetInventoryLog(dict):
|
|
144
144
|
"""
|
145
145
|
:param str log_group_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
|
146
146
|
:param str log_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
|
147
|
-
|
148
|
-
|
149
|
-
** IMPORTANT **
|
150
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
151
147
|
"""
|
152
148
|
pulumi.set(__self__, "log_group_id", log_group_id)
|
153
149
|
pulumi.set(__self__, "log_id", log_id)
|
@@ -165,10 +161,6 @@ class FleetInventoryLog(dict):
|
|
165
161
|
def log_id(self) -> str:
|
166
162
|
"""
|
167
163
|
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
|
168
|
-
|
169
|
-
|
170
|
-
** IMPORTANT **
|
171
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
172
164
|
"""
|
173
165
|
return pulumi.get(self, "log_id")
|
174
166
|
|
@@ -3167,7 +3159,7 @@ class GetJavaDownloadsJavaDownloadRecordsJavaDownloadRecordCollectionItemResult(
|
|
3167
3159
|
:param str family_display_name: The Java family display name.
|
3168
3160
|
:param str family_version: Unique Java family version identifier.
|
3169
3161
|
:param str os_family: Target Operating System family of the artifact.
|
3170
|
-
:param str package_type: The package type(typically the file extension) of the artifact.
|
3162
|
+
:param str package_type: The package type (typically the file extension) of the artifact.
|
3171
3163
|
:param str package_type_detail: Packaging type detail of the artifact.
|
3172
3164
|
:param str release_version: Unique Java release version identifier.
|
3173
3165
|
:param str time_downloaded: Timestamp of download.
|
@@ -3235,7 +3227,7 @@ class GetJavaDownloadsJavaDownloadRecordsJavaDownloadRecordCollectionItemResult(
|
|
3235
3227
|
@pulumi.getter(name="packageType")
|
3236
3228
|
def package_type(self) -> str:
|
3237
3229
|
"""
|
3238
|
-
The package type(typically the file extension) of the artifact.
|
3230
|
+
The package type (typically the file extension) of the artifact.
|
3239
3231
|
"""
|
3240
3232
|
return pulumi.get(self, "package_type")
|
3241
3233
|
|
@@ -3356,6 +3348,8 @@ class GetJavaDownloadsJavaDownloadReportsJavaDownloadReportCollectionItemResult(
|
|
3356
3348
|
format: str,
|
3357
3349
|
freeform_tags: Mapping[str, Any],
|
3358
3350
|
id: str,
|
3351
|
+
sort_by: str,
|
3352
|
+
sort_order: str,
|
3359
3353
|
state: str,
|
3360
3354
|
system_tags: Mapping[str, Any],
|
3361
3355
|
time_created: str,
|
@@ -3374,7 +3368,9 @@ class GetJavaDownloadsJavaDownloadReportsJavaDownloadReportCollectionItemResult(
|
|
3374
3368
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Java download report.
|
3375
3369
|
:param str state: A filter to return only resources their lifecycleState matches the given lifecycleState.
|
3376
3370
|
:param Mapping[str, Any] system_tags: System 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). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
3377
|
-
:param str time_created: The time the Java download report was created
|
3371
|
+
:param str time_created: The time the Java download report was created, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
3372
|
+
:param str time_end: The end time until when the download records are included (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
3373
|
+
:param str time_start: The start time from when the download records are included (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
3378
3374
|
"""
|
3379
3375
|
pulumi.set(__self__, "checksum_type", checksum_type)
|
3380
3376
|
pulumi.set(__self__, "checksum_value", checksum_value)
|
@@ -3386,6 +3382,8 @@ class GetJavaDownloadsJavaDownloadReportsJavaDownloadReportCollectionItemResult(
|
|
3386
3382
|
pulumi.set(__self__, "format", format)
|
3387
3383
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
3388
3384
|
pulumi.set(__self__, "id", id)
|
3385
|
+
pulumi.set(__self__, "sort_by", sort_by)
|
3386
|
+
pulumi.set(__self__, "sort_order", sort_order)
|
3389
3387
|
pulumi.set(__self__, "state", state)
|
3390
3388
|
pulumi.set(__self__, "system_tags", system_tags)
|
3391
3389
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -3472,6 +3470,16 @@ class GetJavaDownloadsJavaDownloadReportsJavaDownloadReportCollectionItemResult(
|
|
3472
3470
|
"""
|
3473
3471
|
return pulumi.get(self, "id")
|
3474
3472
|
|
3473
|
+
@property
|
3474
|
+
@pulumi.getter(name="sortBy")
|
3475
|
+
def sort_by(self) -> str:
|
3476
|
+
return pulumi.get(self, "sort_by")
|
3477
|
+
|
3478
|
+
@property
|
3479
|
+
@pulumi.getter(name="sortOrder")
|
3480
|
+
def sort_order(self) -> str:
|
3481
|
+
return pulumi.get(self, "sort_order")
|
3482
|
+
|
3475
3483
|
@property
|
3476
3484
|
@pulumi.getter
|
3477
3485
|
def state(self) -> str:
|
@@ -3492,18 +3500,24 @@ class GetJavaDownloadsJavaDownloadReportsJavaDownloadReportCollectionItemResult(
|
|
3492
3500
|
@pulumi.getter(name="timeCreated")
|
3493
3501
|
def time_created(self) -> str:
|
3494
3502
|
"""
|
3495
|
-
The time the Java download report was created
|
3503
|
+
The time the Java download report was created, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
3496
3504
|
"""
|
3497
3505
|
return pulumi.get(self, "time_created")
|
3498
3506
|
|
3499
3507
|
@property
|
3500
3508
|
@pulumi.getter(name="timeEnd")
|
3501
3509
|
def time_end(self) -> str:
|
3510
|
+
"""
|
3511
|
+
The end time until when the download records are included (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
3512
|
+
"""
|
3502
3513
|
return pulumi.get(self, "time_end")
|
3503
3514
|
|
3504
3515
|
@property
|
3505
3516
|
@pulumi.getter(name="timeStart")
|
3506
3517
|
def time_start(self) -> str:
|
3518
|
+
"""
|
3519
|
+
The start time from when the download records are included (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
3520
|
+
"""
|
3507
3521
|
return pulumi.get(self, "time_start")
|
3508
3522
|
|
3509
3523
|
|
@@ -3703,10 +3717,10 @@ class GetJavaDownloadsJavaDownloadTokensJavaDownloadTokenCollectionItemResult(di
|
|
3703
3717
|
:param str lifecycle_details: Possible lifecycle substates.
|
3704
3718
|
:param str state: A filter to return only resources their lifecycleState matches the given lifecycleState.
|
3705
3719
|
:param Mapping[str, Any] system_tags: System 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). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
3706
|
-
:param str time_created: The time the JavaDownloadToken was created
|
3707
|
-
:param str time_expires: The expiry time of the JavaDownloadToken
|
3708
|
-
:param str time_last_used: The time the JavaDownloadToken was last used for download
|
3709
|
-
:param str time_updated: The time the JavaDownloadToken was updated
|
3720
|
+
:param str time_created: The time the JavaDownloadToken was created, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
3721
|
+
:param str time_expires: The expiry time of the JavaDownloadToken, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
3722
|
+
:param str time_last_used: The time the JavaDownloadToken was last used for download, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
3723
|
+
:param str time_updated: The time the JavaDownloadToken was updated, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
3710
3724
|
:param str value: Unique JavaDownloadToken value.
|
3711
3725
|
"""
|
3712
3726
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -3845,7 +3859,7 @@ class GetJavaDownloadsJavaDownloadTokensJavaDownloadTokenCollectionItemResult(di
|
|
3845
3859
|
@pulumi.getter(name="timeCreated")
|
3846
3860
|
def time_created(self) -> str:
|
3847
3861
|
"""
|
3848
|
-
The time the JavaDownloadToken was created
|
3862
|
+
The time the JavaDownloadToken was created, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
3849
3863
|
"""
|
3850
3864
|
return pulumi.get(self, "time_created")
|
3851
3865
|
|
@@ -3853,7 +3867,7 @@ class GetJavaDownloadsJavaDownloadTokensJavaDownloadTokenCollectionItemResult(di
|
|
3853
3867
|
@pulumi.getter(name="timeExpires")
|
3854
3868
|
def time_expires(self) -> str:
|
3855
3869
|
"""
|
3856
|
-
The expiry time of the JavaDownloadToken
|
3870
|
+
The expiry time of the JavaDownloadToken, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
3857
3871
|
"""
|
3858
3872
|
return pulumi.get(self, "time_expires")
|
3859
3873
|
|
@@ -3861,7 +3875,7 @@ class GetJavaDownloadsJavaDownloadTokensJavaDownloadTokenCollectionItemResult(di
|
|
3861
3875
|
@pulumi.getter(name="timeLastUsed")
|
3862
3876
|
def time_last_used(self) -> str:
|
3863
3877
|
"""
|
3864
|
-
The time the JavaDownloadToken was last used for download
|
3878
|
+
The time the JavaDownloadToken was last used for download, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
3865
3879
|
"""
|
3866
3880
|
return pulumi.get(self, "time_last_used")
|
3867
3881
|
|
@@ -3869,7 +3883,7 @@ class GetJavaDownloadsJavaDownloadTokensJavaDownloadTokenCollectionItemResult(di
|
|
3869
3883
|
@pulumi.getter(name="timeUpdated")
|
3870
3884
|
def time_updated(self) -> str:
|
3871
3885
|
"""
|
3872
|
-
The time the JavaDownloadToken was updated
|
3886
|
+
The time the JavaDownloadToken was updated, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
3873
3887
|
"""
|
3874
3888
|
return pulumi.get(self, "time_updated")
|
3875
3889
|
|
@@ -4107,8 +4121,8 @@ class GetJavaDownloadsJavaLicenseAcceptanceRecordsJavaLicenseAcceptanceRecordCol
|
|
4107
4121
|
:param str license_type: Unique Java license type.
|
4108
4122
|
:param str state: The current state of the JavaLicenseAcceptanceRecord.
|
4109
4123
|
:param Mapping[str, Any] system_tags: System 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). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
4110
|
-
:param str time_accepted: The date and time of license acceptance(formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
4111
|
-
:param str time_last_updated: The date and time of last update(formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
4124
|
+
:param str time_accepted: The date and time of license acceptance (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
4125
|
+
:param str time_last_updated: The date and time of last update (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
4112
4126
|
"""
|
4113
4127
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
4114
4128
|
pulumi.set(__self__, "created_bies", created_bies)
|
@@ -4207,7 +4221,7 @@ class GetJavaDownloadsJavaLicenseAcceptanceRecordsJavaLicenseAcceptanceRecordCol
|
|
4207
4221
|
@pulumi.getter(name="timeAccepted")
|
4208
4222
|
def time_accepted(self) -> str:
|
4209
4223
|
"""
|
4210
|
-
The date and time of license acceptance(formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
4224
|
+
The date and time of license acceptance (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
4211
4225
|
"""
|
4212
4226
|
return pulumi.get(self, "time_accepted")
|
4213
4227
|
|
@@ -4215,7 +4229,7 @@ class GetJavaDownloadsJavaLicenseAcceptanceRecordsJavaLicenseAcceptanceRecordCol
|
|
4215
4229
|
@pulumi.getter(name="timeLastUpdated")
|
4216
4230
|
def time_last_updated(self) -> str:
|
4217
4231
|
"""
|
4218
|
-
The date and time of last update(formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
4232
|
+
The date and time of last update (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
4219
4233
|
"""
|
4220
4234
|
return pulumi.get(self, "time_last_updated")
|
4221
4235
|
|
pulumi_oci/kms/_inputs.py
CHANGED
@@ -224,7 +224,7 @@ class KeyExternalKeyReferenceDetailArgs:
|
|
224
224
|
external_key_id: Optional[pulumi.Input[str]] = None,
|
225
225
|
external_key_version_id: Optional[pulumi.Input[str]] = None):
|
226
226
|
"""
|
227
|
-
:param pulumi.Input[str] external_key_id: ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM
|
227
|
+
:param pulumi.Input[str] external_key_id: ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM.
|
228
228
|
:param pulumi.Input[str] external_key_version_id: Key version ID associated with the external key.
|
229
229
|
"""
|
230
230
|
if external_key_id is not None:
|
@@ -236,7 +236,7 @@ class KeyExternalKeyReferenceDetailArgs:
|
|
236
236
|
@pulumi.getter(name="externalKeyId")
|
237
237
|
def external_key_id(self) -> Optional[pulumi.Input[str]]:
|
238
238
|
"""
|
239
|
-
ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM
|
239
|
+
ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM.
|
240
240
|
"""
|
241
241
|
return pulumi.get(self, "external_key_id")
|
242
242
|
|
@@ -652,9 +652,9 @@ class VaultExternalKeyManagerMetadataSummaryArgs:
|
|
652
652
|
private_endpoint_id: Optional[pulumi.Input[str]] = None,
|
653
653
|
vendor: Optional[pulumi.Input[str]] = None):
|
654
654
|
"""
|
655
|
-
:param pulumi.Input[str] external_vault_endpoint_url:
|
655
|
+
:param pulumi.Input[str] external_vault_endpoint_url: URL of the vault on external key manager.
|
656
656
|
:param pulumi.Input[Sequence[pulumi.Input['VaultExternalKeyManagerMetadataSummaryOauthMetadataSummaryArgs']]] oauth_metadata_summaries: Summary about authorization to be returned to the customer as a response.
|
657
|
-
:param pulumi.Input[str] private_endpoint_id: OCID of private endpoint
|
657
|
+
:param pulumi.Input[str] private_endpoint_id: OCID of the private endpoint.
|
658
658
|
:param pulumi.Input[str] vendor: Vendor of the external key manager.
|
659
659
|
"""
|
660
660
|
if external_vault_endpoint_url is not None:
|
@@ -670,7 +670,7 @@ class VaultExternalKeyManagerMetadataSummaryArgs:
|
|
670
670
|
@pulumi.getter(name="externalVaultEndpointUrl")
|
671
671
|
def external_vault_endpoint_url(self) -> Optional[pulumi.Input[str]]:
|
672
672
|
"""
|
673
|
-
|
673
|
+
URL of the vault on external key manager.
|
674
674
|
"""
|
675
675
|
return pulumi.get(self, "external_vault_endpoint_url")
|
676
676
|
|
@@ -694,7 +694,7 @@ class VaultExternalKeyManagerMetadataSummaryArgs:
|
|
694
694
|
@pulumi.getter(name="privateEndpointId")
|
695
695
|
def private_endpoint_id(self) -> Optional[pulumi.Input[str]]:
|
696
696
|
"""
|
697
|
-
OCID of private endpoint
|
697
|
+
OCID of the private endpoint.
|
698
698
|
"""
|
699
699
|
return pulumi.get(self, "private_endpoint_id")
|
700
700
|
|
pulumi_oci/kms/outputs.py
CHANGED
@@ -303,7 +303,7 @@ class KeyExternalKeyReferenceDetail(dict):
|
|
303
303
|
external_key_id: Optional[str] = None,
|
304
304
|
external_key_version_id: Optional[str] = None):
|
305
305
|
"""
|
306
|
-
:param str external_key_id: ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM
|
306
|
+
:param str external_key_id: ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM.
|
307
307
|
:param str external_key_version_id: Key version ID associated with the external key.
|
308
308
|
"""
|
309
309
|
if external_key_id is not None:
|
@@ -315,7 +315,7 @@ class KeyExternalKeyReferenceDetail(dict):
|
|
315
315
|
@pulumi.getter(name="externalKeyId")
|
316
316
|
def external_key_id(self) -> Optional[str]:
|
317
317
|
"""
|
318
|
-
ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM
|
318
|
+
ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM.
|
319
319
|
"""
|
320
320
|
return pulumi.get(self, "external_key_id")
|
321
321
|
|
@@ -793,9 +793,9 @@ class VaultExternalKeyManagerMetadataSummary(dict):
|
|
793
793
|
private_endpoint_id: Optional[str] = None,
|
794
794
|
vendor: Optional[str] = None):
|
795
795
|
"""
|
796
|
-
:param str external_vault_endpoint_url:
|
796
|
+
:param str external_vault_endpoint_url: URL of the vault on external key manager.
|
797
797
|
:param Sequence['VaultExternalKeyManagerMetadataSummaryOauthMetadataSummaryArgs'] oauth_metadata_summaries: Summary about authorization to be returned to the customer as a response.
|
798
|
-
:param str private_endpoint_id: OCID of private endpoint
|
798
|
+
:param str private_endpoint_id: OCID of the private endpoint.
|
799
799
|
:param str vendor: Vendor of the external key manager.
|
800
800
|
"""
|
801
801
|
if external_vault_endpoint_url is not None:
|
@@ -811,7 +811,7 @@ class VaultExternalKeyManagerMetadataSummary(dict):
|
|
811
811
|
@pulumi.getter(name="externalVaultEndpointUrl")
|
812
812
|
def external_vault_endpoint_url(self) -> Optional[str]:
|
813
813
|
"""
|
814
|
-
|
814
|
+
URL of the vault on external key manager.
|
815
815
|
"""
|
816
816
|
return pulumi.get(self, "external_vault_endpoint_url")
|
817
817
|
|
@@ -827,7 +827,7 @@ class VaultExternalKeyManagerMetadataSummary(dict):
|
|
827
827
|
@pulumi.getter(name="privateEndpointId")
|
828
828
|
def private_endpoint_id(self) -> Optional[str]:
|
829
829
|
"""
|
830
|
-
OCID of private endpoint
|
830
|
+
OCID of the private endpoint.
|
831
831
|
"""
|
832
832
|
return pulumi.get(self, "private_endpoint_id")
|
833
833
|
|
@@ -57,7 +57,7 @@ class BackendSetBackendArgs:
|
|
57
57
|
weight: Optional[pulumi.Input[int]] = None):
|
58
58
|
"""
|
59
59
|
:param pulumi.Input[str] ip_address: (Updatable) The IP address of the backend server. Example: `10.0.0.3`
|
60
|
-
:param pulumi.Input[int] port: (Updatable) The
|
60
|
+
:param pulumi.Input[int] port: (Updatable) The communication port for the backend server. Example: `8080`
|
61
61
|
:param pulumi.Input[bool] backup: (Updatable) Whether the load balancer should treat this server as a backup unit. If `true`, the load balancer forwards no ingress traffic to this backend server unless all other backend servers not marked as "backup" fail the health check policy.
|
62
62
|
|
63
63
|
**Note:** You cannot add a backend server marked as `backup` to a backend set that uses the IP Hash policy.
|
@@ -104,7 +104,7 @@ class BackendSetBackendArgs:
|
|
104
104
|
@pulumi.getter
|
105
105
|
def port(self) -> pulumi.Input[int]:
|
106
106
|
"""
|
107
|
-
(Updatable) The
|
107
|
+
(Updatable) The communication port for the backend server. Example: `8080`
|
108
108
|
"""
|
109
109
|
return pulumi.get(self, "port")
|
110
110
|
|
@@ -366,7 +366,11 @@ class BackendSetLbCookieSessionPersistenceConfigurationArgs:
|
|
366
366
|
max_age_in_seconds: Optional[pulumi.Input[int]] = None,
|
367
367
|
path: Optional[pulumi.Input[str]] = None):
|
368
368
|
"""
|
369
|
-
:param pulumi.Input[str] cookie_name: (Updatable) The name of the cookie
|
369
|
+
:param pulumi.Input[str] cookie_name: (Updatable) The name of the cookie inserted by the load balancer. If this field is not configured, the cookie name defaults to "X-Oracle-BMC-LBS-Route". Example: `example_cookie`
|
370
|
+
|
371
|
+
**Notes:**
|
372
|
+
* Ensure that the cookie name used at the backend application servers is different from the cookie name used at the load balancer. To minimize the chance of name collision, Oracle recommends that you use a prefix such as "X-Oracle-OCI-" for this field.
|
373
|
+
* If a backend server and the load balancer both insert cookies with the same name, the client or browser behavior can vary depending on the domain and path values associated with the cookie. If the name, domain, and path values of the `Set-cookie` generated by a backend server and the `Set-cookie` generated by the load balancer are all the same, the client or browser treats them as one cookie and returns only one of the cookie values in subsequent requests. If both `Set-cookie` names are the same, but the domain and path names are different, the client or browser treats them as two different cookies.
|
370
374
|
:param pulumi.Input[bool] disable_fallback: (Updatable) Whether the load balancer is prevented from directing traffic from a persistent session client to a different backend server if the original server is unavailable. Defaults to false. Example: `false`
|
371
375
|
:param pulumi.Input[str] domain: (Updatable) The domain in which the cookie is valid. The `Set-cookie` header inserted by the load balancer contains a domain attribute with the specified value.
|
372
376
|
|
@@ -417,7 +421,11 @@ class BackendSetLbCookieSessionPersistenceConfigurationArgs:
|
|
417
421
|
@pulumi.getter(name="cookieName")
|
418
422
|
def cookie_name(self) -> Optional[pulumi.Input[str]]:
|
419
423
|
"""
|
420
|
-
(Updatable) The name of the cookie
|
424
|
+
(Updatable) The name of the cookie inserted by the load balancer. If this field is not configured, the cookie name defaults to "X-Oracle-BMC-LBS-Route". Example: `example_cookie`
|
425
|
+
|
426
|
+
**Notes:**
|
427
|
+
* Ensure that the cookie name used at the backend application servers is different from the cookie name used at the load balancer. To minimize the chance of name collision, Oracle recommends that you use a prefix such as "X-Oracle-OCI-" for this field.
|
428
|
+
* If a backend server and the load balancer both insert cookies with the same name, the client or browser behavior can vary depending on the domain and path values associated with the cookie. If the name, domain, and path values of the `Set-cookie` generated by a backend server and the `Set-cookie` generated by the load balancer are all the same, the client or browser treats them as one cookie and returns only one of the cookie values in subsequent requests. If both `Set-cookie` names are the same, but the domain and path names are different, the client or browser treats them as two different cookies.
|
421
429
|
"""
|
422
430
|
return pulumi.get(self, "cookie_name")
|
423
431
|
|
@@ -596,6 +604,7 @@ class BackendSetSslConfigurationArgs:
|
|
596
604
|
* TLSv1
|
597
605
|
* TLSv1.1
|
598
606
|
* TLSv1.2
|
607
|
+
* TLSv1.3
|
599
608
|
|
600
609
|
If this field is not specified, TLSv1.2 is the default.
|
601
610
|
|
@@ -695,6 +704,7 @@ class BackendSetSslConfigurationArgs:
|
|
695
704
|
* TLSv1
|
696
705
|
* TLSv1.1
|
697
706
|
* TLSv1.2
|
707
|
+
* TLSv1.3
|
698
708
|
|
699
709
|
If this field is not specified, TLSv1.2 is the default.
|
700
710
|
|
@@ -851,6 +861,7 @@ class ListenerSslConfigurationArgs:
|
|
851
861
|
* TLSv1
|
852
862
|
* TLSv1.1
|
853
863
|
* TLSv1.2
|
864
|
+
* TLSv1.3
|
854
865
|
|
855
866
|
If this field is not specified, TLSv1.2 is the default.
|
856
867
|
|
@@ -965,6 +976,7 @@ class ListenerSslConfigurationArgs:
|
|
965
976
|
* TLSv1
|
966
977
|
* TLSv1.1
|
967
978
|
* TLSv1.2
|
979
|
+
* TLSv1.3
|
968
980
|
|
969
981
|
If this field is not specified, TLSv1.2 is the default.
|
970
982
|
|
@@ -1095,14 +1107,6 @@ class LoadBalancerIpAddressDetailReservedIpArgs:
|
|
1095
1107
|
id: Optional[pulumi.Input[str]] = None):
|
1096
1108
|
"""
|
1097
1109
|
:param pulumi.Input[str] id: Ocid of the Reserved IP/Public Ip created with VCN.
|
1098
|
-
|
1099
|
-
Reserved IPs are IPs which already registered using VCN API.
|
1100
|
-
|
1101
|
-
Create a reserved Public IP and then while creating the load balancer pass the ocid of the reserved IP in this field reservedIp to attach the Ip to Load balancer. Load balancer will be configured to listen to traffic on this IP.
|
1102
|
-
|
1103
|
-
Reserved IPs will not be deleted when the Load balancer is deleted. They will be unattached from the Load balancer.
|
1104
|
-
|
1105
|
-
Example: "ocid1.publicip.oc1.phx.unique_ID" Ocid of the pre-created public IP that should be attached to this load balancer. The public IP will be attached to a private IP. **Note** If public IP resource is present in the config, the pulumi preview will throw `After applying this step and refreshing, the plan was not empty` error, and `private_ip_id` needs to be added as an input argument to the public IP resource block or ignore from its lifecycle as shown in examples to resolve this error.
|
1106
1110
|
"""
|
1107
1111
|
if id is not None:
|
1108
1112
|
pulumi.set(__self__, "id", id)
|
@@ -1112,14 +1116,6 @@ class LoadBalancerIpAddressDetailReservedIpArgs:
|
|
1112
1116
|
def id(self) -> Optional[pulumi.Input[str]]:
|
1113
1117
|
"""
|
1114
1118
|
Ocid of the Reserved IP/Public Ip created with VCN.
|
1115
|
-
|
1116
|
-
Reserved IPs are IPs which already registered using VCN API.
|
1117
|
-
|
1118
|
-
Create a reserved Public IP and then while creating the load balancer pass the ocid of the reserved IP in this field reservedIp to attach the Ip to Load balancer. Load balancer will be configured to listen to traffic on this IP.
|
1119
|
-
|
1120
|
-
Reserved IPs will not be deleted when the Load balancer is deleted. They will be unattached from the Load balancer.
|
1121
|
-
|
1122
|
-
Example: "ocid1.publicip.oc1.phx.unique_ID" Ocid of the pre-created public IP that should be attached to this load balancer. The public IP will be attached to a private IP. **Note** If public IP resource is present in the config, the pulumi preview will throw `After applying this step and refreshing, the plan was not empty` error, and `private_ip_id` needs to be added as an input argument to the public IP resource block or ignore from its lifecycle as shown in examples to resolve this error.
|
1123
1119
|
"""
|
1124
1120
|
return pulumi.get(self, "id")
|
1125
1121
|
|
@@ -1234,11 +1230,7 @@ class LoadBalancerRoutingPolicyRuleActionArgs:
|
|
1234
1230
|
name: pulumi.Input[str]):
|
1235
1231
|
"""
|
1236
1232
|
:param pulumi.Input[str] backend_set_name: (Updatable) Name of the backend set the listener will forward the traffic to. Example: `backendSetForImages`
|
1237
|
-
:param pulumi.Input[str] name: (Updatable)
|
1238
|
-
|
1239
|
-
|
1240
|
-
** IMPORTANT **
|
1241
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1233
|
+
:param pulumi.Input[str] name: (Updatable) The name can be one of these values: `FORWARD_TO_BACKENDSET`
|
1242
1234
|
"""
|
1243
1235
|
pulumi.set(__self__, "backend_set_name", backend_set_name)
|
1244
1236
|
pulumi.set(__self__, "name", name)
|
@@ -1259,11 +1251,7 @@ class LoadBalancerRoutingPolicyRuleActionArgs:
|
|
1259
1251
|
@pulumi.getter
|
1260
1252
|
def name(self) -> pulumi.Input[str]:
|
1261
1253
|
"""
|
1262
|
-
(Updatable)
|
1263
|
-
|
1264
|
-
|
1265
|
-
** IMPORTANT **
|
1266
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1254
|
+
(Updatable) The name can be one of these values: `FORWARD_TO_BACKENDSET`
|
1267
1255
|
"""
|
1268
1256
|
return pulumi.get(self, "name")
|
1269
1257
|
|