pulumi-oci 2.25.0a1740032973__py3-none-any.whl → 2.26.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 +102 -0
- pulumi_oci/config/__init__.pyi +2 -0
- pulumi_oci/config/vars.py +4 -0
- pulumi_oci/containerengine/_inputs.py +74 -35
- pulumi_oci/containerengine/cluster.py +4 -0
- pulumi_oci/containerengine/container_instance.py +2 -4
- pulumi_oci/containerengine/outputs.py +180 -21
- pulumi_oci/containerinstances/outputs.py +0 -14
- pulumi_oci/core/_inputs.py +21 -33
- pulumi_oci/core/outputs.py +13 -21
- pulumi_oci/database/__init__.py +1 -0
- pulumi_oci/database/_inputs.py +1246 -57
- pulumi_oci/database/application_vip.py +59 -10
- pulumi_oci/database/autonomous_container_database.py +92 -0
- pulumi_oci/database/autonomous_database.py +90 -22
- pulumi_oci/database/backup.py +153 -5
- pulumi_oci/database/backup_destination.py +84 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +126 -0
- pulumi_oci/database/cloud_vm_cluster.py +163 -30
- pulumi_oci/database/data_guard_association.py +49 -0
- pulumi_oci/database/db_node.py +64 -8
- pulumi_oci/database/db_system.py +111 -8
- pulumi_oci/database/exadata_infrastructure.py +157 -3
- pulumi_oci/database/exadata_infrastructure_configure_exascale_management.py +1615 -0
- pulumi_oci/database/exadb_vm_cluster.py +84 -7
- pulumi_oci/database/exascale_db_storage_vault.py +147 -0
- pulumi_oci/database/external_container_database.py +4 -4
- pulumi_oci/database/external_non_container_database.py +4 -4
- pulumi_oci/database/external_pluggable_database.py +4 -4
- pulumi_oci/database/get_application_vip.py +16 -2
- pulumi_oci/database/get_autonomous_container_database.py +43 -1
- pulumi_oci/database/get_autonomous_database.py +29 -1
- pulumi_oci/database/get_autonomous_databases.py +0 -26
- pulumi_oci/database/get_backup_destination.py +43 -1
- pulumi_oci/database/get_backups.py +136 -10
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +43 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +59 -3
- pulumi_oci/database/get_cloud_vm_clusters.py +28 -6
- pulumi_oci/database/get_data_guard_association.py +12 -1
- pulumi_oci/database/get_database_software_images.py +20 -1
- pulumi_oci/database/get_db_node.py +31 -4
- pulumi_oci/database/get_db_server.py +15 -1
- pulumi_oci/database/get_exadata_infrastructure.py +57 -1
- pulumi_oci/database/get_exadb_vm_cluster.py +29 -1
- pulumi_oci/database/get_exadb_vm_clusters.py +25 -3
- pulumi_oci/database/get_exascale_db_storage_vault.py +43 -1
- pulumi_oci/database/get_exascale_db_storage_vaults.py +47 -3
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_flex_components.py +28 -6
- pulumi_oci/database/get_maintenance_runs.py +20 -1
- pulumi_oci/database/get_vm_cluster.py +60 -4
- pulumi_oci/database/get_vm_clusters.py +25 -3
- pulumi_oci/database/outputs.py +2260 -87
- pulumi_oci/database/pluggable_database.py +13 -13
- pulumi_oci/database/vm_cluster.py +172 -18
- pulumi_oci/database/vm_cluster_add_virtual_network.py +114 -2
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +114 -2
- pulumi_oci/datasafe/__init__.py +7 -0
- pulumi_oci/datasafe/_inputs.py +301 -0
- pulumi_oci/datasafe/discovery_mod.py +49 -0
- pulumi_oci/datasafe/get_discovery_job.py +15 -1
- pulumi_oci/datasafe/get_masking_report.py +46 -4
- pulumi_oci/datasafe/get_masking_report_masking_errors.py +166 -0
- pulumi_oci/datasafe/get_security_assessment_finding.py +31 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +43 -3
- pulumi_oci/datasafe/get_sensitive_column_analytics.py +370 -0
- pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
- pulumi_oci/datasafe/get_sensitive_type_group.py +253 -0
- pulumi_oci/datasafe/get_sensitive_type_group_grouped_sensitive_types.py +166 -0
- pulumi_oci/datasafe/get_sensitive_type_groups.py +294 -0
- pulumi_oci/datasafe/outputs.py +676 -3
- pulumi_oci/datasafe/sensitive_data_model.py +49 -0
- pulumi_oci/datasafe/sensitive_type_group.py +563 -0
- pulumi_oci/datasafe/sensitive_type_group_grouped_sensitive_type.py +287 -0
- pulumi_oci/datascience/__init__.py +4 -0
- pulumi_oci/datascience/_inputs.py +1160 -41
- pulumi_oci/datascience/get_model.py +29 -1
- pulumi_oci/datascience/get_model_custom_metadata_artifact_content.py +151 -0
- pulumi_oci/datascience/get_model_defined_metadata_artifact_content.py +151 -0
- pulumi_oci/datascience/get_model_version_set.py +15 -1
- pulumi_oci/datascience/get_model_version_sets.py +25 -3
- pulumi_oci/datascience/get_models.py +25 -3
- pulumi_oci/datascience/get_pipeline.py +15 -1
- pulumi_oci/datascience/model.py +64 -0
- pulumi_oci/datascience/model_custom_metadata_artifact.py +418 -0
- pulumi_oci/datascience/model_defined_metadata_artifact.py +418 -0
- pulumi_oci/datascience/model_version_set.py +28 -0
- pulumi_oci/datascience/outputs.py +4343 -2164
- pulumi_oci/datascience/pipeline.py +48 -141
- pulumi_oci/datascience/pipeline_run.py +32 -0
- pulumi_oci/dblm/__init__.py +17 -0
- pulumi_oci/dblm/_inputs.py +275 -0
- pulumi_oci/dblm/get_vulnerability.py +242 -0
- pulumi_oci/dblm/get_vulnerability_aggregated_vulnerability_data.py +220 -0
- pulumi_oci/dblm/get_vulnerability_notifications.py +144 -0
- pulumi_oci/dblm/get_vulnerability_resources.py +258 -0
- pulumi_oci/dblm/get_vulnerability_scan.py +267 -0
- pulumi_oci/dblm/get_vulnerability_scans.py +270 -0
- pulumi_oci/dblm/get_vulnerability_vulnerabilities.py +258 -0
- pulumi_oci/dblm/outputs.py +1294 -0
- pulumi_oci/dblm/vulnerability_scan.py +521 -0
- pulumi_oci/email/dkim.py +120 -20
- pulumi_oci/email/get_dkim.py +40 -1
- pulumi_oci/email/outputs.py +29 -0
- pulumi_oci/filestorage/__init__.py +3 -0
- pulumi_oci/filestorage/_inputs.py +49 -0
- pulumi_oci/filestorage/file_system.py +133 -0
- pulumi_oci/filestorage/file_system_quota_rule.py +593 -0
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +28 -0
- pulumi_oci/filestorage/get_file_system_quota_rule.py +248 -0
- pulumi_oci/filestorage/get_file_system_quota_rules.py +210 -0
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +15 -1
- pulumi_oci/filestorage/get_outbound_connector.py +15 -1
- pulumi_oci/filestorage/get_replication.py +15 -1
- pulumi_oci/filestorage/get_replication_target.py +15 -1
- pulumi_oci/filestorage/get_snapshot.py +15 -1
- pulumi_oci/filestorage/mount_target.py +28 -0
- pulumi_oci/filestorage/outbound_connector.py +28 -0
- pulumi_oci/filestorage/outputs.py +263 -0
- pulumi_oci/filestorage/replication.py +28 -0
- pulumi_oci/filestorage/snapshot.py +28 -0
- pulumi_oci/goldengate/connection.py +561 -162
- pulumi_oci/goldengate/database_registration.py +14 -14
- pulumi_oci/goldengate/get_connection.py +117 -6
- pulumi_oci/goldengate/outputs.py +96 -10
- pulumi_oci/jms/__init__.py +4 -0
- pulumi_oci/jms/_inputs.py +196 -0
- pulumi_oci/jms/get_fleet_error_analytics.py +163 -0
- pulumi_oci/jms/get_fleet_errors.py +264 -0
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +23 -1
- pulumi_oci/jms/get_jms_plugins.py +23 -1
- pulumi_oci/jms/get_plugin_error_analytics.py +163 -0
- pulumi_oci/jms/get_plugin_errors.py +264 -0
- pulumi_oci/jms/outputs.py +566 -6
- pulumi_oci/mysql/_inputs.py +1239 -10
- pulumi_oci/mysql/channel.py +28 -0
- pulumi_oci/mysql/get_channel.py +15 -1
- pulumi_oci/mysql/get_mysql_backup.py +15 -1
- pulumi_oci/mysql/get_mysql_configuration.py +15 -1
- pulumi_oci/mysql/get_mysql_db_system.py +15 -1
- pulumi_oci/mysql/mysql_backup.py +28 -0
- pulumi_oci/mysql/mysql_configuration.py +106 -0
- pulumi_oci/mysql/mysql_db_system.py +36 -0
- pulumi_oci/mysql/outputs.py +2008 -35
- pulumi_oci/opensearch/__init__.py +3 -0
- pulumi_oci/opensearch/_inputs.py +101 -0
- pulumi_oci/opensearch/cluster.py +76 -29
- pulumi_oci/opensearch/get_opensearch_cluster.py +12 -1
- pulumi_oci/opensearch/get_opensearch_cluster_pipeline.py +433 -0
- pulumi_oci/opensearch/get_opensearch_cluster_pipelines.py +218 -0
- pulumi_oci/opensearch/opensearch_cluster_pipeline.py +1172 -0
- pulumi_oci/opensearch/outputs.py +425 -0
- pulumi_oci/provider.py +20 -0
- pulumi_oci/psql/_inputs.py +258 -0
- pulumi_oci/psql/backup.py +129 -28
- pulumi_oci/psql/db_system.py +10 -0
- pulumi_oci/psql/get_backup.py +47 -2
- pulumi_oci/psql/get_backups.py +3 -0
- pulumi_oci/psql/get_configurations.py +23 -1
- pulumi_oci/psql/get_db_system.py +1 -1
- pulumi_oci/psql/get_db_systems.py +1 -1
- pulumi_oci/psql/outputs.py +541 -5
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/redis_cluster.py +7 -7
- pulumi_oci/stackmonitoring/__init__.py +8 -0
- pulumi_oci/stackmonitoring/_inputs.py +372 -1
- pulumi_oci/stackmonitoring/get_defined_monitoring_templates.py +185 -0
- pulumi_oci/stackmonitoring/get_metric_extension.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +15 -1
- pulumi_oci/stackmonitoring/get_monitoring_template.py +380 -0
- pulumi_oci/stackmonitoring/get_monitoring_template_alarm_condition.py +318 -0
- pulumi_oci/stackmonitoring/get_monitoring_template_alarm_conditions.py +262 -0
- pulumi_oci/stackmonitoring/get_monitoring_templates.py +289 -0
- pulumi_oci/stackmonitoring/metric_extension.py +4 -4
- pulumi_oci/stackmonitoring/monitored_resource_type.py +30 -0
- pulumi_oci/stackmonitoring/monitoring_template.py +954 -0
- pulumi_oci/stackmonitoring/monitoring_template_alarm_condition.py +780 -0
- pulumi_oci/stackmonitoring/monitoring_template_monitoring_template_on_given_resources_management.py +253 -0
- pulumi_oci/stackmonitoring/outputs.py +1305 -118
- pulumi_oci/tenantmanagercontrolplane/__init__.py +33 -0
- pulumi_oci/tenantmanagercontrolplane/_inputs.py +685 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription.py +478 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription_line_items.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscriptions.py +188 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain.py +253 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain_governance.py +281 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain_governances.py +226 -0
- pulumi_oci/tenantmanagercontrolplane/get_domains.py +226 -0
- pulumi_oci/tenantmanagercontrolplane/get_link.py +197 -0
- pulumi_oci/tenantmanagercontrolplane/get_links.py +191 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization.py +211 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization_tenancies.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization_tenancy.py +233 -0
- pulumi_oci/tenantmanagercontrolplane/get_organizations.py +147 -0
- pulumi_oci/tenantmanagercontrolplane/get_recipient_invitation.py +295 -0
- pulumi_oci/tenantmanagercontrolplane/get_recipient_invitations.py +213 -0
- pulumi_oci/tenantmanagercontrolplane/get_sender_invitation.py +295 -0
- pulumi_oci/tenantmanagercontrolplane/get_sender_invitations.py +235 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription.py +464 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_available_regions.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_line_items.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_mapping.py +211 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_mappings.py +210 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscriptions.py +188 -0
- pulumi_oci/tenantmanagercontrolplane/outputs.py +3257 -0
- pulumi_oci/tenantmanagercontrolplane/subscription_mapping.py +409 -0
- pulumi_oci/vault/__init__.py +1 -1
- pulumi_oci/vault/_inputs.py +92 -0
- pulumi_oci/vault/get_secret.py +40 -1
- pulumi_oci/vault/{get_secret_version.py → get_secret_version_sdk_v2.py} +32 -77
- pulumi_oci/vault/outputs.py +210 -0
- pulumi_oci/vault/secret.py +122 -0
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/RECORD +218 -150
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/WHEEL +1 -1
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,33 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
from .. import _utilities
|
6
|
+
import typing
|
7
|
+
# Export this package's modules as members:
|
8
|
+
from .get_assigned_subscription import *
|
9
|
+
from .get_assigned_subscription_line_items import *
|
10
|
+
from .get_assigned_subscriptions import *
|
11
|
+
from .get_domain import *
|
12
|
+
from .get_domain_governance import *
|
13
|
+
from .get_domain_governances import *
|
14
|
+
from .get_domains import *
|
15
|
+
from .get_link import *
|
16
|
+
from .get_links import *
|
17
|
+
from .get_organization import *
|
18
|
+
from .get_organization_tenancies import *
|
19
|
+
from .get_organization_tenancy import *
|
20
|
+
from .get_organizations import *
|
21
|
+
from .get_recipient_invitation import *
|
22
|
+
from .get_recipient_invitations import *
|
23
|
+
from .get_sender_invitation import *
|
24
|
+
from .get_sender_invitations import *
|
25
|
+
from .get_subscription import *
|
26
|
+
from .get_subscription_available_regions import *
|
27
|
+
from .get_subscription_line_items import *
|
28
|
+
from .get_subscription_mapping import *
|
29
|
+
from .get_subscription_mappings import *
|
30
|
+
from .get_subscriptions import *
|
31
|
+
from .subscription_mapping import *
|
32
|
+
from ._inputs import *
|
33
|
+
from . import outputs
|
@@ -0,0 +1,685 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
|
17
|
+
__all__ = [
|
18
|
+
'GetAssignedSubscriptionLineItemsFilterArgs',
|
19
|
+
'GetAssignedSubscriptionLineItemsFilterArgsDict',
|
20
|
+
'GetAssignedSubscriptionsFilterArgs',
|
21
|
+
'GetAssignedSubscriptionsFilterArgsDict',
|
22
|
+
'GetDomainGovernancesFilterArgs',
|
23
|
+
'GetDomainGovernancesFilterArgsDict',
|
24
|
+
'GetDomainsFilterArgs',
|
25
|
+
'GetDomainsFilterArgsDict',
|
26
|
+
'GetLinksFilterArgs',
|
27
|
+
'GetLinksFilterArgsDict',
|
28
|
+
'GetOrganizationTenanciesFilterArgs',
|
29
|
+
'GetOrganizationTenanciesFilterArgsDict',
|
30
|
+
'GetOrganizationsFilterArgs',
|
31
|
+
'GetOrganizationsFilterArgsDict',
|
32
|
+
'GetRecipientInvitationsFilterArgs',
|
33
|
+
'GetRecipientInvitationsFilterArgsDict',
|
34
|
+
'GetSenderInvitationsFilterArgs',
|
35
|
+
'GetSenderInvitationsFilterArgsDict',
|
36
|
+
'GetSubscriptionAvailableRegionsFilterArgs',
|
37
|
+
'GetSubscriptionAvailableRegionsFilterArgsDict',
|
38
|
+
'GetSubscriptionLineItemsFilterArgs',
|
39
|
+
'GetSubscriptionLineItemsFilterArgsDict',
|
40
|
+
'GetSubscriptionMappingsFilterArgs',
|
41
|
+
'GetSubscriptionMappingsFilterArgsDict',
|
42
|
+
'GetSubscriptionsFilterArgs',
|
43
|
+
'GetSubscriptionsFilterArgsDict',
|
44
|
+
]
|
45
|
+
|
46
|
+
MYPY = False
|
47
|
+
|
48
|
+
if not MYPY:
|
49
|
+
class GetAssignedSubscriptionLineItemsFilterArgsDict(TypedDict):
|
50
|
+
name: str
|
51
|
+
values: Sequence[str]
|
52
|
+
regex: NotRequired[bool]
|
53
|
+
elif False:
|
54
|
+
GetAssignedSubscriptionLineItemsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
55
|
+
|
56
|
+
@pulumi.input_type
|
57
|
+
class GetAssignedSubscriptionLineItemsFilterArgs:
|
58
|
+
def __init__(__self__, *,
|
59
|
+
name: str,
|
60
|
+
values: Sequence[str],
|
61
|
+
regex: Optional[bool] = None):
|
62
|
+
pulumi.set(__self__, "name", name)
|
63
|
+
pulumi.set(__self__, "values", values)
|
64
|
+
if regex is not None:
|
65
|
+
pulumi.set(__self__, "regex", regex)
|
66
|
+
|
67
|
+
@property
|
68
|
+
@pulumi.getter
|
69
|
+
def name(self) -> str:
|
70
|
+
return pulumi.get(self, "name")
|
71
|
+
|
72
|
+
@name.setter
|
73
|
+
def name(self, value: str):
|
74
|
+
pulumi.set(self, "name", value)
|
75
|
+
|
76
|
+
@property
|
77
|
+
@pulumi.getter
|
78
|
+
def values(self) -> Sequence[str]:
|
79
|
+
return pulumi.get(self, "values")
|
80
|
+
|
81
|
+
@values.setter
|
82
|
+
def values(self, value: Sequence[str]):
|
83
|
+
pulumi.set(self, "values", value)
|
84
|
+
|
85
|
+
@property
|
86
|
+
@pulumi.getter
|
87
|
+
def regex(self) -> Optional[bool]:
|
88
|
+
return pulumi.get(self, "regex")
|
89
|
+
|
90
|
+
@regex.setter
|
91
|
+
def regex(self, value: Optional[bool]):
|
92
|
+
pulumi.set(self, "regex", value)
|
93
|
+
|
94
|
+
|
95
|
+
if not MYPY:
|
96
|
+
class GetAssignedSubscriptionsFilterArgsDict(TypedDict):
|
97
|
+
name: str
|
98
|
+
values: Sequence[str]
|
99
|
+
regex: NotRequired[bool]
|
100
|
+
elif False:
|
101
|
+
GetAssignedSubscriptionsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
102
|
+
|
103
|
+
@pulumi.input_type
|
104
|
+
class GetAssignedSubscriptionsFilterArgs:
|
105
|
+
def __init__(__self__, *,
|
106
|
+
name: str,
|
107
|
+
values: Sequence[str],
|
108
|
+
regex: Optional[bool] = None):
|
109
|
+
pulumi.set(__self__, "name", name)
|
110
|
+
pulumi.set(__self__, "values", values)
|
111
|
+
if regex is not None:
|
112
|
+
pulumi.set(__self__, "regex", regex)
|
113
|
+
|
114
|
+
@property
|
115
|
+
@pulumi.getter
|
116
|
+
def name(self) -> str:
|
117
|
+
return pulumi.get(self, "name")
|
118
|
+
|
119
|
+
@name.setter
|
120
|
+
def name(self, value: str):
|
121
|
+
pulumi.set(self, "name", value)
|
122
|
+
|
123
|
+
@property
|
124
|
+
@pulumi.getter
|
125
|
+
def values(self) -> Sequence[str]:
|
126
|
+
return pulumi.get(self, "values")
|
127
|
+
|
128
|
+
@values.setter
|
129
|
+
def values(self, value: Sequence[str]):
|
130
|
+
pulumi.set(self, "values", value)
|
131
|
+
|
132
|
+
@property
|
133
|
+
@pulumi.getter
|
134
|
+
def regex(self) -> Optional[bool]:
|
135
|
+
return pulumi.get(self, "regex")
|
136
|
+
|
137
|
+
@regex.setter
|
138
|
+
def regex(self, value: Optional[bool]):
|
139
|
+
pulumi.set(self, "regex", value)
|
140
|
+
|
141
|
+
|
142
|
+
if not MYPY:
|
143
|
+
class GetDomainGovernancesFilterArgsDict(TypedDict):
|
144
|
+
name: str
|
145
|
+
"""
|
146
|
+
A filter to return only resources that exactly match the name given.
|
147
|
+
"""
|
148
|
+
values: Sequence[str]
|
149
|
+
regex: NotRequired[bool]
|
150
|
+
elif False:
|
151
|
+
GetDomainGovernancesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
152
|
+
|
153
|
+
@pulumi.input_type
|
154
|
+
class GetDomainGovernancesFilterArgs:
|
155
|
+
def __init__(__self__, *,
|
156
|
+
name: str,
|
157
|
+
values: Sequence[str],
|
158
|
+
regex: Optional[bool] = None):
|
159
|
+
"""
|
160
|
+
:param str name: A filter to return only resources that exactly match the name given.
|
161
|
+
"""
|
162
|
+
pulumi.set(__self__, "name", name)
|
163
|
+
pulumi.set(__self__, "values", values)
|
164
|
+
if regex is not None:
|
165
|
+
pulumi.set(__self__, "regex", regex)
|
166
|
+
|
167
|
+
@property
|
168
|
+
@pulumi.getter
|
169
|
+
def name(self) -> str:
|
170
|
+
"""
|
171
|
+
A filter to return only resources that exactly match the name given.
|
172
|
+
"""
|
173
|
+
return pulumi.get(self, "name")
|
174
|
+
|
175
|
+
@name.setter
|
176
|
+
def name(self, value: str):
|
177
|
+
pulumi.set(self, "name", value)
|
178
|
+
|
179
|
+
@property
|
180
|
+
@pulumi.getter
|
181
|
+
def values(self) -> Sequence[str]:
|
182
|
+
return pulumi.get(self, "values")
|
183
|
+
|
184
|
+
@values.setter
|
185
|
+
def values(self, value: Sequence[str]):
|
186
|
+
pulumi.set(self, "values", value)
|
187
|
+
|
188
|
+
@property
|
189
|
+
@pulumi.getter
|
190
|
+
def regex(self) -> Optional[bool]:
|
191
|
+
return pulumi.get(self, "regex")
|
192
|
+
|
193
|
+
@regex.setter
|
194
|
+
def regex(self, value: Optional[bool]):
|
195
|
+
pulumi.set(self, "regex", value)
|
196
|
+
|
197
|
+
|
198
|
+
if not MYPY:
|
199
|
+
class GetDomainsFilterArgsDict(TypedDict):
|
200
|
+
name: str
|
201
|
+
"""
|
202
|
+
A filter to return only resources that exactly match the name given.
|
203
|
+
"""
|
204
|
+
values: Sequence[str]
|
205
|
+
regex: NotRequired[bool]
|
206
|
+
elif False:
|
207
|
+
GetDomainsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
208
|
+
|
209
|
+
@pulumi.input_type
|
210
|
+
class GetDomainsFilterArgs:
|
211
|
+
def __init__(__self__, *,
|
212
|
+
name: str,
|
213
|
+
values: Sequence[str],
|
214
|
+
regex: Optional[bool] = None):
|
215
|
+
"""
|
216
|
+
:param str name: A filter to return only resources that exactly match the name given.
|
217
|
+
"""
|
218
|
+
pulumi.set(__self__, "name", name)
|
219
|
+
pulumi.set(__self__, "values", values)
|
220
|
+
if regex is not None:
|
221
|
+
pulumi.set(__self__, "regex", regex)
|
222
|
+
|
223
|
+
@property
|
224
|
+
@pulumi.getter
|
225
|
+
def name(self) -> str:
|
226
|
+
"""
|
227
|
+
A filter to return only resources that exactly match the name given.
|
228
|
+
"""
|
229
|
+
return pulumi.get(self, "name")
|
230
|
+
|
231
|
+
@name.setter
|
232
|
+
def name(self, value: str):
|
233
|
+
pulumi.set(self, "name", value)
|
234
|
+
|
235
|
+
@property
|
236
|
+
@pulumi.getter
|
237
|
+
def values(self) -> Sequence[str]:
|
238
|
+
return pulumi.get(self, "values")
|
239
|
+
|
240
|
+
@values.setter
|
241
|
+
def values(self, value: Sequence[str]):
|
242
|
+
pulumi.set(self, "values", value)
|
243
|
+
|
244
|
+
@property
|
245
|
+
@pulumi.getter
|
246
|
+
def regex(self) -> Optional[bool]:
|
247
|
+
return pulumi.get(self, "regex")
|
248
|
+
|
249
|
+
@regex.setter
|
250
|
+
def regex(self, value: Optional[bool]):
|
251
|
+
pulumi.set(self, "regex", value)
|
252
|
+
|
253
|
+
|
254
|
+
if not MYPY:
|
255
|
+
class GetLinksFilterArgsDict(TypedDict):
|
256
|
+
name: str
|
257
|
+
values: Sequence[str]
|
258
|
+
regex: NotRequired[bool]
|
259
|
+
elif False:
|
260
|
+
GetLinksFilterArgsDict: TypeAlias = Mapping[str, Any]
|
261
|
+
|
262
|
+
@pulumi.input_type
|
263
|
+
class GetLinksFilterArgs:
|
264
|
+
def __init__(__self__, *,
|
265
|
+
name: str,
|
266
|
+
values: Sequence[str],
|
267
|
+
regex: Optional[bool] = None):
|
268
|
+
pulumi.set(__self__, "name", name)
|
269
|
+
pulumi.set(__self__, "values", values)
|
270
|
+
if regex is not None:
|
271
|
+
pulumi.set(__self__, "regex", regex)
|
272
|
+
|
273
|
+
@property
|
274
|
+
@pulumi.getter
|
275
|
+
def name(self) -> str:
|
276
|
+
return pulumi.get(self, "name")
|
277
|
+
|
278
|
+
@name.setter
|
279
|
+
def name(self, value: str):
|
280
|
+
pulumi.set(self, "name", value)
|
281
|
+
|
282
|
+
@property
|
283
|
+
@pulumi.getter
|
284
|
+
def values(self) -> Sequence[str]:
|
285
|
+
return pulumi.get(self, "values")
|
286
|
+
|
287
|
+
@values.setter
|
288
|
+
def values(self, value: Sequence[str]):
|
289
|
+
pulumi.set(self, "values", value)
|
290
|
+
|
291
|
+
@property
|
292
|
+
@pulumi.getter
|
293
|
+
def regex(self) -> Optional[bool]:
|
294
|
+
return pulumi.get(self, "regex")
|
295
|
+
|
296
|
+
@regex.setter
|
297
|
+
def regex(self, value: Optional[bool]):
|
298
|
+
pulumi.set(self, "regex", value)
|
299
|
+
|
300
|
+
|
301
|
+
if not MYPY:
|
302
|
+
class GetOrganizationTenanciesFilterArgsDict(TypedDict):
|
303
|
+
name: str
|
304
|
+
"""
|
305
|
+
Name of the tenancy.
|
306
|
+
"""
|
307
|
+
values: Sequence[str]
|
308
|
+
regex: NotRequired[bool]
|
309
|
+
elif False:
|
310
|
+
GetOrganizationTenanciesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
311
|
+
|
312
|
+
@pulumi.input_type
|
313
|
+
class GetOrganizationTenanciesFilterArgs:
|
314
|
+
def __init__(__self__, *,
|
315
|
+
name: str,
|
316
|
+
values: Sequence[str],
|
317
|
+
regex: Optional[bool] = None):
|
318
|
+
"""
|
319
|
+
:param str name: Name of the tenancy.
|
320
|
+
"""
|
321
|
+
pulumi.set(__self__, "name", name)
|
322
|
+
pulumi.set(__self__, "values", values)
|
323
|
+
if regex is not None:
|
324
|
+
pulumi.set(__self__, "regex", regex)
|
325
|
+
|
326
|
+
@property
|
327
|
+
@pulumi.getter
|
328
|
+
def name(self) -> str:
|
329
|
+
"""
|
330
|
+
Name of the tenancy.
|
331
|
+
"""
|
332
|
+
return pulumi.get(self, "name")
|
333
|
+
|
334
|
+
@name.setter
|
335
|
+
def name(self, value: str):
|
336
|
+
pulumi.set(self, "name", value)
|
337
|
+
|
338
|
+
@property
|
339
|
+
@pulumi.getter
|
340
|
+
def values(self) -> Sequence[str]:
|
341
|
+
return pulumi.get(self, "values")
|
342
|
+
|
343
|
+
@values.setter
|
344
|
+
def values(self, value: Sequence[str]):
|
345
|
+
pulumi.set(self, "values", value)
|
346
|
+
|
347
|
+
@property
|
348
|
+
@pulumi.getter
|
349
|
+
def regex(self) -> Optional[bool]:
|
350
|
+
return pulumi.get(self, "regex")
|
351
|
+
|
352
|
+
@regex.setter
|
353
|
+
def regex(self, value: Optional[bool]):
|
354
|
+
pulumi.set(self, "regex", value)
|
355
|
+
|
356
|
+
|
357
|
+
if not MYPY:
|
358
|
+
class GetOrganizationsFilterArgsDict(TypedDict):
|
359
|
+
name: str
|
360
|
+
values: Sequence[str]
|
361
|
+
regex: NotRequired[bool]
|
362
|
+
elif False:
|
363
|
+
GetOrganizationsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
364
|
+
|
365
|
+
@pulumi.input_type
|
366
|
+
class GetOrganizationsFilterArgs:
|
367
|
+
def __init__(__self__, *,
|
368
|
+
name: str,
|
369
|
+
values: Sequence[str],
|
370
|
+
regex: Optional[bool] = None):
|
371
|
+
pulumi.set(__self__, "name", name)
|
372
|
+
pulumi.set(__self__, "values", values)
|
373
|
+
if regex is not None:
|
374
|
+
pulumi.set(__self__, "regex", regex)
|
375
|
+
|
376
|
+
@property
|
377
|
+
@pulumi.getter
|
378
|
+
def name(self) -> str:
|
379
|
+
return pulumi.get(self, "name")
|
380
|
+
|
381
|
+
@name.setter
|
382
|
+
def name(self, value: str):
|
383
|
+
pulumi.set(self, "name", value)
|
384
|
+
|
385
|
+
@property
|
386
|
+
@pulumi.getter
|
387
|
+
def values(self) -> Sequence[str]:
|
388
|
+
return pulumi.get(self, "values")
|
389
|
+
|
390
|
+
@values.setter
|
391
|
+
def values(self, value: Sequence[str]):
|
392
|
+
pulumi.set(self, "values", value)
|
393
|
+
|
394
|
+
@property
|
395
|
+
@pulumi.getter
|
396
|
+
def regex(self) -> Optional[bool]:
|
397
|
+
return pulumi.get(self, "regex")
|
398
|
+
|
399
|
+
@regex.setter
|
400
|
+
def regex(self, value: Optional[bool]):
|
401
|
+
pulumi.set(self, "regex", value)
|
402
|
+
|
403
|
+
|
404
|
+
if not MYPY:
|
405
|
+
class GetRecipientInvitationsFilterArgsDict(TypedDict):
|
406
|
+
name: str
|
407
|
+
values: Sequence[str]
|
408
|
+
regex: NotRequired[bool]
|
409
|
+
elif False:
|
410
|
+
GetRecipientInvitationsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
411
|
+
|
412
|
+
@pulumi.input_type
|
413
|
+
class GetRecipientInvitationsFilterArgs:
|
414
|
+
def __init__(__self__, *,
|
415
|
+
name: str,
|
416
|
+
values: Sequence[str],
|
417
|
+
regex: Optional[bool] = None):
|
418
|
+
pulumi.set(__self__, "name", name)
|
419
|
+
pulumi.set(__self__, "values", values)
|
420
|
+
if regex is not None:
|
421
|
+
pulumi.set(__self__, "regex", regex)
|
422
|
+
|
423
|
+
@property
|
424
|
+
@pulumi.getter
|
425
|
+
def name(self) -> str:
|
426
|
+
return pulumi.get(self, "name")
|
427
|
+
|
428
|
+
@name.setter
|
429
|
+
def name(self, value: str):
|
430
|
+
pulumi.set(self, "name", value)
|
431
|
+
|
432
|
+
@property
|
433
|
+
@pulumi.getter
|
434
|
+
def values(self) -> Sequence[str]:
|
435
|
+
return pulumi.get(self, "values")
|
436
|
+
|
437
|
+
@values.setter
|
438
|
+
def values(self, value: Sequence[str]):
|
439
|
+
pulumi.set(self, "values", value)
|
440
|
+
|
441
|
+
@property
|
442
|
+
@pulumi.getter
|
443
|
+
def regex(self) -> Optional[bool]:
|
444
|
+
return pulumi.get(self, "regex")
|
445
|
+
|
446
|
+
@regex.setter
|
447
|
+
def regex(self, value: Optional[bool]):
|
448
|
+
pulumi.set(self, "regex", value)
|
449
|
+
|
450
|
+
|
451
|
+
if not MYPY:
|
452
|
+
class GetSenderInvitationsFilterArgsDict(TypedDict):
|
453
|
+
name: str
|
454
|
+
values: Sequence[str]
|
455
|
+
regex: NotRequired[bool]
|
456
|
+
elif False:
|
457
|
+
GetSenderInvitationsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
458
|
+
|
459
|
+
@pulumi.input_type
|
460
|
+
class GetSenderInvitationsFilterArgs:
|
461
|
+
def __init__(__self__, *,
|
462
|
+
name: str,
|
463
|
+
values: Sequence[str],
|
464
|
+
regex: Optional[bool] = None):
|
465
|
+
pulumi.set(__self__, "name", name)
|
466
|
+
pulumi.set(__self__, "values", values)
|
467
|
+
if regex is not None:
|
468
|
+
pulumi.set(__self__, "regex", regex)
|
469
|
+
|
470
|
+
@property
|
471
|
+
@pulumi.getter
|
472
|
+
def name(self) -> str:
|
473
|
+
return pulumi.get(self, "name")
|
474
|
+
|
475
|
+
@name.setter
|
476
|
+
def name(self, value: str):
|
477
|
+
pulumi.set(self, "name", value)
|
478
|
+
|
479
|
+
@property
|
480
|
+
@pulumi.getter
|
481
|
+
def values(self) -> Sequence[str]:
|
482
|
+
return pulumi.get(self, "values")
|
483
|
+
|
484
|
+
@values.setter
|
485
|
+
def values(self, value: Sequence[str]):
|
486
|
+
pulumi.set(self, "values", value)
|
487
|
+
|
488
|
+
@property
|
489
|
+
@pulumi.getter
|
490
|
+
def regex(self) -> Optional[bool]:
|
491
|
+
return pulumi.get(self, "regex")
|
492
|
+
|
493
|
+
@regex.setter
|
494
|
+
def regex(self, value: Optional[bool]):
|
495
|
+
pulumi.set(self, "regex", value)
|
496
|
+
|
497
|
+
|
498
|
+
if not MYPY:
|
499
|
+
class GetSubscriptionAvailableRegionsFilterArgsDict(TypedDict):
|
500
|
+
name: str
|
501
|
+
values: Sequence[str]
|
502
|
+
regex: NotRequired[bool]
|
503
|
+
elif False:
|
504
|
+
GetSubscriptionAvailableRegionsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
505
|
+
|
506
|
+
@pulumi.input_type
|
507
|
+
class GetSubscriptionAvailableRegionsFilterArgs:
|
508
|
+
def __init__(__self__, *,
|
509
|
+
name: str,
|
510
|
+
values: Sequence[str],
|
511
|
+
regex: Optional[bool] = None):
|
512
|
+
pulumi.set(__self__, "name", name)
|
513
|
+
pulumi.set(__self__, "values", values)
|
514
|
+
if regex is not None:
|
515
|
+
pulumi.set(__self__, "regex", regex)
|
516
|
+
|
517
|
+
@property
|
518
|
+
@pulumi.getter
|
519
|
+
def name(self) -> str:
|
520
|
+
return pulumi.get(self, "name")
|
521
|
+
|
522
|
+
@name.setter
|
523
|
+
def name(self, value: str):
|
524
|
+
pulumi.set(self, "name", value)
|
525
|
+
|
526
|
+
@property
|
527
|
+
@pulumi.getter
|
528
|
+
def values(self) -> Sequence[str]:
|
529
|
+
return pulumi.get(self, "values")
|
530
|
+
|
531
|
+
@values.setter
|
532
|
+
def values(self, value: Sequence[str]):
|
533
|
+
pulumi.set(self, "values", value)
|
534
|
+
|
535
|
+
@property
|
536
|
+
@pulumi.getter
|
537
|
+
def regex(self) -> Optional[bool]:
|
538
|
+
return pulumi.get(self, "regex")
|
539
|
+
|
540
|
+
@regex.setter
|
541
|
+
def regex(self, value: Optional[bool]):
|
542
|
+
pulumi.set(self, "regex", value)
|
543
|
+
|
544
|
+
|
545
|
+
if not MYPY:
|
546
|
+
class GetSubscriptionLineItemsFilterArgsDict(TypedDict):
|
547
|
+
name: str
|
548
|
+
values: Sequence[str]
|
549
|
+
regex: NotRequired[bool]
|
550
|
+
elif False:
|
551
|
+
GetSubscriptionLineItemsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
552
|
+
|
553
|
+
@pulumi.input_type
|
554
|
+
class GetSubscriptionLineItemsFilterArgs:
|
555
|
+
def __init__(__self__, *,
|
556
|
+
name: str,
|
557
|
+
values: Sequence[str],
|
558
|
+
regex: Optional[bool] = None):
|
559
|
+
pulumi.set(__self__, "name", name)
|
560
|
+
pulumi.set(__self__, "values", values)
|
561
|
+
if regex is not None:
|
562
|
+
pulumi.set(__self__, "regex", regex)
|
563
|
+
|
564
|
+
@property
|
565
|
+
@pulumi.getter
|
566
|
+
def name(self) -> str:
|
567
|
+
return pulumi.get(self, "name")
|
568
|
+
|
569
|
+
@name.setter
|
570
|
+
def name(self, value: str):
|
571
|
+
pulumi.set(self, "name", value)
|
572
|
+
|
573
|
+
@property
|
574
|
+
@pulumi.getter
|
575
|
+
def values(self) -> Sequence[str]:
|
576
|
+
return pulumi.get(self, "values")
|
577
|
+
|
578
|
+
@values.setter
|
579
|
+
def values(self, value: Sequence[str]):
|
580
|
+
pulumi.set(self, "values", value)
|
581
|
+
|
582
|
+
@property
|
583
|
+
@pulumi.getter
|
584
|
+
def regex(self) -> Optional[bool]:
|
585
|
+
return pulumi.get(self, "regex")
|
586
|
+
|
587
|
+
@regex.setter
|
588
|
+
def regex(self, value: Optional[bool]):
|
589
|
+
pulumi.set(self, "regex", value)
|
590
|
+
|
591
|
+
|
592
|
+
if not MYPY:
|
593
|
+
class GetSubscriptionMappingsFilterArgsDict(TypedDict):
|
594
|
+
name: str
|
595
|
+
values: Sequence[str]
|
596
|
+
regex: NotRequired[bool]
|
597
|
+
elif False:
|
598
|
+
GetSubscriptionMappingsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
599
|
+
|
600
|
+
@pulumi.input_type
|
601
|
+
class GetSubscriptionMappingsFilterArgs:
|
602
|
+
def __init__(__self__, *,
|
603
|
+
name: str,
|
604
|
+
values: Sequence[str],
|
605
|
+
regex: Optional[bool] = None):
|
606
|
+
pulumi.set(__self__, "name", name)
|
607
|
+
pulumi.set(__self__, "values", values)
|
608
|
+
if regex is not None:
|
609
|
+
pulumi.set(__self__, "regex", regex)
|
610
|
+
|
611
|
+
@property
|
612
|
+
@pulumi.getter
|
613
|
+
def name(self) -> str:
|
614
|
+
return pulumi.get(self, "name")
|
615
|
+
|
616
|
+
@name.setter
|
617
|
+
def name(self, value: str):
|
618
|
+
pulumi.set(self, "name", value)
|
619
|
+
|
620
|
+
@property
|
621
|
+
@pulumi.getter
|
622
|
+
def values(self) -> Sequence[str]:
|
623
|
+
return pulumi.get(self, "values")
|
624
|
+
|
625
|
+
@values.setter
|
626
|
+
def values(self, value: Sequence[str]):
|
627
|
+
pulumi.set(self, "values", value)
|
628
|
+
|
629
|
+
@property
|
630
|
+
@pulumi.getter
|
631
|
+
def regex(self) -> Optional[bool]:
|
632
|
+
return pulumi.get(self, "regex")
|
633
|
+
|
634
|
+
@regex.setter
|
635
|
+
def regex(self, value: Optional[bool]):
|
636
|
+
pulumi.set(self, "regex", value)
|
637
|
+
|
638
|
+
|
639
|
+
if not MYPY:
|
640
|
+
class GetSubscriptionsFilterArgsDict(TypedDict):
|
641
|
+
name: str
|
642
|
+
values: Sequence[str]
|
643
|
+
regex: NotRequired[bool]
|
644
|
+
elif False:
|
645
|
+
GetSubscriptionsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
646
|
+
|
647
|
+
@pulumi.input_type
|
648
|
+
class GetSubscriptionsFilterArgs:
|
649
|
+
def __init__(__self__, *,
|
650
|
+
name: str,
|
651
|
+
values: Sequence[str],
|
652
|
+
regex: Optional[bool] = None):
|
653
|
+
pulumi.set(__self__, "name", name)
|
654
|
+
pulumi.set(__self__, "values", values)
|
655
|
+
if regex is not None:
|
656
|
+
pulumi.set(__self__, "regex", regex)
|
657
|
+
|
658
|
+
@property
|
659
|
+
@pulumi.getter
|
660
|
+
def name(self) -> str:
|
661
|
+
return pulumi.get(self, "name")
|
662
|
+
|
663
|
+
@name.setter
|
664
|
+
def name(self, value: str):
|
665
|
+
pulumi.set(self, "name", value)
|
666
|
+
|
667
|
+
@property
|
668
|
+
@pulumi.getter
|
669
|
+
def values(self) -> Sequence[str]:
|
670
|
+
return pulumi.get(self, "values")
|
671
|
+
|
672
|
+
@values.setter
|
673
|
+
def values(self, value: Sequence[str]):
|
674
|
+
pulumi.set(self, "values", value)
|
675
|
+
|
676
|
+
@property
|
677
|
+
@pulumi.getter
|
678
|
+
def regex(self) -> Optional[bool]:
|
679
|
+
return pulumi.get(self, "regex")
|
680
|
+
|
681
|
+
@regex.setter
|
682
|
+
def regex(self, value: Optional[bool]):
|
683
|
+
pulumi.set(self, "regex", value)
|
684
|
+
|
685
|
+
|