pulumi-oci 3.6.0a1756509375__py3-none-any.whl → 3.7.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/aivision/__init__.py +12 -0
- pulumi_oci/aivision/_inputs.py +787 -51
- pulumi_oci/aivision/get_model.py +4 -4
- pulumi_oci/aivision/get_models.py +11 -11
- pulumi_oci/aivision/get_project.py +15 -15
- pulumi_oci/aivision/get_projects.py +10 -10
- pulumi_oci/aivision/get_stream_group.py +268 -0
- pulumi_oci/aivision/get_stream_groups.py +177 -0
- pulumi_oci/aivision/get_stream_job.py +296 -0
- pulumi_oci/aivision/get_stream_jobs.py +199 -0
- pulumi_oci/aivision/get_stream_source.py +240 -0
- pulumi_oci/aivision/get_stream_sources.py +199 -0
- pulumi_oci/aivision/get_vision_private_endpoint.py +267 -0
- pulumi_oci/aivision/get_vision_private_endpoints.py +199 -0
- pulumi_oci/aivision/model.py +149 -157
- pulumi_oci/aivision/outputs.py +1920 -116
- pulumi_oci/aivision/project.py +61 -69
- pulumi_oci/aivision/stream_group.py +632 -0
- pulumi_oci/aivision/stream_job.py +744 -0
- pulumi_oci/aivision/stream_source.py +519 -0
- pulumi_oci/aivision/vision_private_endpoint.py +606 -0
- pulumi_oci/cloudguard/_inputs.py +1198 -72
- pulumi_oci/cloudguard/get_managed_list.py +15 -1
- pulumi_oci/cloudguard/managed_list.py +47 -0
- pulumi_oci/cloudguard/outputs.py +2104 -67
- pulumi_oci/database/_inputs.py +41 -1
- pulumi_oci/database/exascale_db_storage_vault.py +98 -0
- pulumi_oci/database/get_db_system_storage_performances.py +26 -2
- pulumi_oci/database/get_exascale_db_storage_vault.py +29 -1
- pulumi_oci/database/outputs.py +121 -5
- pulumi_oci/email/_inputs.py +342 -0
- pulumi_oci/email/email_domain.py +26 -4
- pulumi_oci/email/email_return_path.py +34 -4
- pulumi_oci/email/get_email_domain.py +17 -2
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_email_return_path.py +17 -2
- pulumi_oci/email/get_email_return_paths.py +1 -1
- pulumi_oci/email/get_sender.py +17 -2
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/outputs.py +678 -0
- pulumi_oci/email/sender.py +30 -0
- pulumi_oci/filestorage/_inputs.py +3 -3
- pulumi_oci/filestorage/mount_target.py +63 -7
- pulumi_oci/filestorage/outputs.py +15 -4
- pulumi_oci/mysql/_inputs.py +221 -0
- pulumi_oci/mysql/get_mysql_backup.py +40 -4
- pulumi_oci/mysql/get_mysql_backups.py +2 -2
- pulumi_oci/mysql/mysql_backup.py +119 -3
- pulumi_oci/mysql/outputs.py +343 -957
- pulumi_oci/oci/__init__.py +8 -0
- pulumi_oci/oci/_inputs.py +256 -15
- pulumi_oci/oci/dbmulticloud_multi_cloud_resource_discovery.py +103 -54
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_container.py +45 -45
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_mount.py +42 -44
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_connector.py +100 -72
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault.py +74 -74
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault_association.py +50 -50
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_identity_connector.py +924 -0
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_key_ring.py +762 -0
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discoveries.py +37 -15
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discovery.py +26 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_container.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_containers.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mount.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mounts.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connector.py +30 -16
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connectors.py +11 -11
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_key.py +41 -13
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_keys.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault.py +17 -17
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_association.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_associations.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vaults.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connector.py +366 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connectors.py +213 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key.py +295 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_ring.py +309 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_rings.py +229 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_keys.py +232 -0
- pulumi_oci/oci/outputs.py +1042 -142
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0.dist-info}/METADATA +1 -1
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0.dist-info}/RECORD +86 -66
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0.dist-info}/top_level.txt +0 -0
pulumi_oci/email/email_domain.py
CHANGED
@@ -13,6 +13,8 @@ if sys.version_info >= (3, 11):
|
|
13
13
|
else:
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
15
|
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
from ._inputs import *
|
16
18
|
|
17
19
|
__all__ = ['EmailDomainArgs', 'EmailDomain']
|
18
20
|
|
@@ -138,6 +140,7 @@ class _EmailDomainState:
|
|
138
140
|
domain_verification_status: Optional[pulumi.Input[_builtins.str]] = None,
|
139
141
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
140
142
|
is_spf: Optional[pulumi.Input[_builtins.bool]] = None,
|
143
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input['EmailDomainLockArgs']]]] = None,
|
141
144
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
142
145
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
143
146
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
@@ -151,7 +154,7 @@ class _EmailDomainState:
|
|
151
154
|
:param pulumi.Input[_builtins.str] domain_verification_id: (Updatable) Id for Domain in Domain Management (under governance) if DOMAINID verification method used.
|
152
155
|
:param pulumi.Input[_builtins.str] domain_verification_status: The current domain verification status.
|
153
156
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
154
|
-
:param pulumi.Input[_builtins.bool] is_spf: Value of the SPF field. For more information about SPF, please see [SPF Authentication](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
|
157
|
+
:param pulumi.Input[_builtins.bool] is_spf: Value of the SPF field. For more information about SPF, please see [SPF Authentication](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).* `locks` - Locks associated with this resource.
|
155
158
|
:param pulumi.Input[_builtins.str] name: The name of the email domain in the Internet Domain Name System (DNS). The email domain name must be unique in the region for this tenancy. Domain names limited to ASCII characters use alphanumeric, dash ("-"), and dot (".") characters. The dash and dot are only allowed between alphanumeric characters. For details, see [RFC 5321, section 4.1.2](https://tools.ietf.org/html/rfc5321#section-4.1.2) Non-ASCII domain names should adopt IDNA2008 normalization (RFC 5891-5892).
|
156
159
|
|
157
160
|
|
@@ -177,6 +180,8 @@ class _EmailDomainState:
|
|
177
180
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
178
181
|
if is_spf is not None:
|
179
182
|
pulumi.set(__self__, "is_spf", is_spf)
|
183
|
+
if locks is not None:
|
184
|
+
pulumi.set(__self__, "locks", locks)
|
180
185
|
if name is not None:
|
181
186
|
pulumi.set(__self__, "name", name)
|
182
187
|
if state is not None:
|
@@ -274,7 +279,7 @@ class _EmailDomainState:
|
|
274
279
|
@pulumi.getter(name="isSpf")
|
275
280
|
def is_spf(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
276
281
|
"""
|
277
|
-
Value of the SPF field. For more information about SPF, please see [SPF Authentication](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
|
282
|
+
Value of the SPF field. For more information about SPF, please see [SPF Authentication](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).* `locks` - Locks associated with this resource.
|
278
283
|
"""
|
279
284
|
return pulumi.get(self, "is_spf")
|
280
285
|
|
@@ -282,6 +287,15 @@ class _EmailDomainState:
|
|
282
287
|
def is_spf(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
283
288
|
pulumi.set(self, "is_spf", value)
|
284
289
|
|
290
|
+
@_builtins.property
|
291
|
+
@pulumi.getter
|
292
|
+
def locks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['EmailDomainLockArgs']]]]:
|
293
|
+
return pulumi.get(self, "locks")
|
294
|
+
|
295
|
+
@locks.setter
|
296
|
+
def locks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['EmailDomainLockArgs']]]]):
|
297
|
+
pulumi.set(self, "locks", value)
|
298
|
+
|
285
299
|
@_builtins.property
|
286
300
|
@pulumi.getter
|
287
301
|
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -472,6 +486,7 @@ class EmailDomain(pulumi.CustomResource):
|
|
472
486
|
__props__.__dict__["active_dkim_id"] = None
|
473
487
|
__props__.__dict__["domain_verification_status"] = None
|
474
488
|
__props__.__dict__["is_spf"] = None
|
489
|
+
__props__.__dict__["locks"] = None
|
475
490
|
__props__.__dict__["state"] = None
|
476
491
|
__props__.__dict__["system_tags"] = None
|
477
492
|
__props__.__dict__["time_created"] = None
|
@@ -493,6 +508,7 @@ class EmailDomain(pulumi.CustomResource):
|
|
493
508
|
domain_verification_status: Optional[pulumi.Input[_builtins.str]] = None,
|
494
509
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
495
510
|
is_spf: Optional[pulumi.Input[_builtins.bool]] = None,
|
511
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['EmailDomainLockArgs', 'EmailDomainLockArgsDict']]]]] = None,
|
496
512
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
497
513
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
498
514
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
@@ -511,7 +527,7 @@ class EmailDomain(pulumi.CustomResource):
|
|
511
527
|
:param pulumi.Input[_builtins.str] domain_verification_id: (Updatable) Id for Domain in Domain Management (under governance) if DOMAINID verification method used.
|
512
528
|
:param pulumi.Input[_builtins.str] domain_verification_status: The current domain verification status.
|
513
529
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
514
|
-
:param pulumi.Input[_builtins.bool] is_spf: Value of the SPF field. For more information about SPF, please see [SPF Authentication](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
|
530
|
+
:param pulumi.Input[_builtins.bool] is_spf: Value of the SPF field. For more information about SPF, please see [SPF Authentication](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).* `locks` - Locks associated with this resource.
|
515
531
|
:param pulumi.Input[_builtins.str] name: The name of the email domain in the Internet Domain Name System (DNS). The email domain name must be unique in the region for this tenancy. Domain names limited to ASCII characters use alphanumeric, dash ("-"), and dot (".") characters. The dash and dot are only allowed between alphanumeric characters. For details, see [RFC 5321, section 4.1.2](https://tools.ietf.org/html/rfc5321#section-4.1.2) Non-ASCII domain names should adopt IDNA2008 normalization (RFC 5891-5892).
|
516
532
|
|
517
533
|
|
@@ -533,6 +549,7 @@ class EmailDomain(pulumi.CustomResource):
|
|
533
549
|
__props__.__dict__["domain_verification_status"] = domain_verification_status
|
534
550
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
535
551
|
__props__.__dict__["is_spf"] = is_spf
|
552
|
+
__props__.__dict__["locks"] = locks
|
536
553
|
__props__.__dict__["name"] = name
|
537
554
|
__props__.__dict__["state"] = state
|
538
555
|
__props__.__dict__["system_tags"] = system_tags
|
@@ -599,10 +616,15 @@ class EmailDomain(pulumi.CustomResource):
|
|
599
616
|
@pulumi.getter(name="isSpf")
|
600
617
|
def is_spf(self) -> pulumi.Output[_builtins.bool]:
|
601
618
|
"""
|
602
|
-
Value of the SPF field. For more information about SPF, please see [SPF Authentication](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
|
619
|
+
Value of the SPF field. For more information about SPF, please see [SPF Authentication](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).* `locks` - Locks associated with this resource.
|
603
620
|
"""
|
604
621
|
return pulumi.get(self, "is_spf")
|
605
622
|
|
623
|
+
@_builtins.property
|
624
|
+
@pulumi.getter
|
625
|
+
def locks(self) -> pulumi.Output[Sequence['outputs.EmailDomainLock']]:
|
626
|
+
return pulumi.get(self, "locks")
|
627
|
+
|
606
628
|
@_builtins.property
|
607
629
|
@pulumi.getter
|
608
630
|
def name(self) -> pulumi.Output[_builtins.str]:
|
@@ -13,6 +13,8 @@ if sys.version_info >= (3, 11):
|
|
13
13
|
else:
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
15
|
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
from ._inputs import *
|
16
18
|
|
17
19
|
__all__ = ['EmailReturnPathArgs', 'EmailReturnPath']
|
18
20
|
|
@@ -121,6 +123,7 @@ class _EmailReturnPathState:
|
|
121
123
|
dns_subdomain_name: Optional[pulumi.Input[_builtins.str]] = None,
|
122
124
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
123
125
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
126
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input['EmailReturnPathLockArgs']]]] = None,
|
124
127
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
125
128
|
parent_resource_id: Optional[pulumi.Input[_builtins.str]] = None,
|
126
129
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -130,12 +133,13 @@ class _EmailReturnPathState:
|
|
130
133
|
"""
|
131
134
|
Input properties used for looking up and filtering EmailReturnPath resources.
|
132
135
|
:param pulumi.Input[_builtins.str] cname_record_value: The DNS CNAME record value to provision to the Return Patn DNS subdomain, when using the CNAME method for Email Return Path setup (preferred).
|
133
|
-
:param pulumi.Input[_builtins.str] compartment_id: The
|
136
|
+
:param pulumi.Input[_builtins.str] compartment_id: The lock compartment ID.
|
134
137
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
135
138
|
:param pulumi.Input[_builtins.str] description: (Updatable) A string that describes the details about the email return path. It does not have to be unique, and you can change it. Avoid entering confidential information.
|
136
139
|
:param pulumi.Input[_builtins.str] dns_subdomain_name: The name of the DNS subdomain that must be provisioned to enable email recipients to verify Email Return Path. It is usually created with a CNAME record set to the cnameRecordValue.
|
137
140
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
138
141
|
:param pulumi.Input[_builtins.str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
|
142
|
+
:param pulumi.Input[Sequence[pulumi.Input['EmailReturnPathLockArgs']]] locks: Locks associated with this resource.
|
139
143
|
:param pulumi.Input[_builtins.str] name: The name of the email return path domain in the Internet Domain Name System (DNS). The name must be a subdomain of the email domain used to send emails. The email return path name must be globally unique for this tenancy. If you do not provide the email return path name, we will generate one for you. If you do provide the email return path name, we suggest adding a short region indicator to allow using the same parent domain in other regions you might be subscribed to. Domain names limited to ASCII characters use alphanumeric, dash ("-"), and dot (".") characters. The dash and dot are only allowed between alphanumeric characters. Non-ASCII domain names should adopt IDNA2008 normalization (RFC 5891-5892).
|
140
144
|
:param pulumi.Input[_builtins.str] parent_resource_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the EmailDomain for this email return path.
|
141
145
|
|
@@ -161,6 +165,8 @@ class _EmailReturnPathState:
|
|
161
165
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
162
166
|
if lifecycle_details is not None:
|
163
167
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
168
|
+
if locks is not None:
|
169
|
+
pulumi.set(__self__, "locks", locks)
|
164
170
|
if name is not None:
|
165
171
|
pulumi.set(__self__, "name", name)
|
166
172
|
if parent_resource_id is not None:
|
@@ -190,7 +196,7 @@ class _EmailReturnPathState:
|
|
190
196
|
@pulumi.getter(name="compartmentId")
|
191
197
|
def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
192
198
|
"""
|
193
|
-
The
|
199
|
+
The lock compartment ID.
|
194
200
|
"""
|
195
201
|
return pulumi.get(self, "compartment_id")
|
196
202
|
|
@@ -258,6 +264,18 @@ class _EmailReturnPathState:
|
|
258
264
|
def lifecycle_details(self, value: Optional[pulumi.Input[_builtins.str]]):
|
259
265
|
pulumi.set(self, "lifecycle_details", value)
|
260
266
|
|
267
|
+
@_builtins.property
|
268
|
+
@pulumi.getter
|
269
|
+
def locks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['EmailReturnPathLockArgs']]]]:
|
270
|
+
"""
|
271
|
+
Locks associated with this resource.
|
272
|
+
"""
|
273
|
+
return pulumi.get(self, "locks")
|
274
|
+
|
275
|
+
@locks.setter
|
276
|
+
def locks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['EmailReturnPathLockArgs']]]]):
|
277
|
+
pulumi.set(self, "locks", value)
|
278
|
+
|
261
279
|
@_builtins.property
|
262
280
|
@pulumi.getter
|
263
281
|
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -467,6 +485,7 @@ class EmailReturnPath(pulumi.CustomResource):
|
|
467
485
|
__props__.__dict__["compartment_id"] = None
|
468
486
|
__props__.__dict__["dns_subdomain_name"] = None
|
469
487
|
__props__.__dict__["lifecycle_details"] = None
|
488
|
+
__props__.__dict__["locks"] = None
|
470
489
|
__props__.__dict__["state"] = None
|
471
490
|
__props__.__dict__["system_tags"] = None
|
472
491
|
__props__.__dict__["time_created"] = None
|
@@ -488,6 +507,7 @@ class EmailReturnPath(pulumi.CustomResource):
|
|
488
507
|
dns_subdomain_name: Optional[pulumi.Input[_builtins.str]] = None,
|
489
508
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
490
509
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
510
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['EmailReturnPathLockArgs', 'EmailReturnPathLockArgsDict']]]]] = None,
|
491
511
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
492
512
|
parent_resource_id: Optional[pulumi.Input[_builtins.str]] = None,
|
493
513
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -502,12 +522,13 @@ class EmailReturnPath(pulumi.CustomResource):
|
|
502
522
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
503
523
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
504
524
|
:param pulumi.Input[_builtins.str] cname_record_value: The DNS CNAME record value to provision to the Return Patn DNS subdomain, when using the CNAME method for Email Return Path setup (preferred).
|
505
|
-
:param pulumi.Input[_builtins.str] compartment_id: The
|
525
|
+
:param pulumi.Input[_builtins.str] compartment_id: The lock compartment ID.
|
506
526
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
507
527
|
:param pulumi.Input[_builtins.str] description: (Updatable) A string that describes the details about the email return path. It does not have to be unique, and you can change it. Avoid entering confidential information.
|
508
528
|
:param pulumi.Input[_builtins.str] dns_subdomain_name: The name of the DNS subdomain that must be provisioned to enable email recipients to verify Email Return Path. It is usually created with a CNAME record set to the cnameRecordValue.
|
509
529
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
510
530
|
:param pulumi.Input[_builtins.str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
|
531
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['EmailReturnPathLockArgs', 'EmailReturnPathLockArgsDict']]]] locks: Locks associated with this resource.
|
511
532
|
:param pulumi.Input[_builtins.str] name: The name of the email return path domain in the Internet Domain Name System (DNS). The name must be a subdomain of the email domain used to send emails. The email return path name must be globally unique for this tenancy. If you do not provide the email return path name, we will generate one for you. If you do provide the email return path name, we suggest adding a short region indicator to allow using the same parent domain in other regions you might be subscribed to. Domain names limited to ASCII characters use alphanumeric, dash ("-"), and dot (".") characters. The dash and dot are only allowed between alphanumeric characters. Non-ASCII domain names should adopt IDNA2008 normalization (RFC 5891-5892).
|
512
533
|
:param pulumi.Input[_builtins.str] parent_resource_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the EmailDomain for this email return path.
|
513
534
|
|
@@ -530,6 +551,7 @@ class EmailReturnPath(pulumi.CustomResource):
|
|
530
551
|
__props__.__dict__["dns_subdomain_name"] = dns_subdomain_name
|
531
552
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
532
553
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
554
|
+
__props__.__dict__["locks"] = locks
|
533
555
|
__props__.__dict__["name"] = name
|
534
556
|
__props__.__dict__["parent_resource_id"] = parent_resource_id
|
535
557
|
__props__.__dict__["state"] = state
|
@@ -550,7 +572,7 @@ class EmailReturnPath(pulumi.CustomResource):
|
|
550
572
|
@pulumi.getter(name="compartmentId")
|
551
573
|
def compartment_id(self) -> pulumi.Output[_builtins.str]:
|
552
574
|
"""
|
553
|
-
The
|
575
|
+
The lock compartment ID.
|
554
576
|
"""
|
555
577
|
return pulumi.get(self, "compartment_id")
|
556
578
|
|
@@ -594,6 +616,14 @@ class EmailReturnPath(pulumi.CustomResource):
|
|
594
616
|
"""
|
595
617
|
return pulumi.get(self, "lifecycle_details")
|
596
618
|
|
619
|
+
@_builtins.property
|
620
|
+
@pulumi.getter
|
621
|
+
def locks(self) -> pulumi.Output[Sequence['outputs.EmailReturnPathLock']]:
|
622
|
+
"""
|
623
|
+
Locks associated with this resource.
|
624
|
+
"""
|
625
|
+
return pulumi.get(self, "locks")
|
626
|
+
|
597
627
|
@_builtins.property
|
598
628
|
@pulumi.getter
|
599
629
|
def name(self) -> pulumi.Output[_builtins.str]:
|
@@ -13,6 +13,7 @@ if sys.version_info >= (3, 11):
|
|
13
13
|
else:
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
15
|
from .. import _utilities
|
16
|
+
from . import outputs
|
16
17
|
|
17
18
|
__all__ = [
|
18
19
|
'GetEmailDomainResult',
|
@@ -26,7 +27,7 @@ class GetEmailDomainResult:
|
|
26
27
|
"""
|
27
28
|
A collection of values returned by getEmailDomain.
|
28
29
|
"""
|
29
|
-
def __init__(__self__, active_dkim_id=None, compartment_id=None, defined_tags=None, description=None, domain_verification_id=None, domain_verification_status=None, email_domain_id=None, freeform_tags=None, id=None, is_spf=None, name=None, state=None, system_tags=None, time_created=None):
|
30
|
+
def __init__(__self__, active_dkim_id=None, compartment_id=None, defined_tags=None, description=None, domain_verification_id=None, domain_verification_status=None, email_domain_id=None, freeform_tags=None, id=None, is_spf=None, locks=None, name=None, state=None, system_tags=None, time_created=None):
|
30
31
|
if active_dkim_id and not isinstance(active_dkim_id, str):
|
31
32
|
raise TypeError("Expected argument 'active_dkim_id' to be a str")
|
32
33
|
pulumi.set(__self__, "active_dkim_id", active_dkim_id)
|
@@ -57,6 +58,9 @@ class GetEmailDomainResult:
|
|
57
58
|
if is_spf and not isinstance(is_spf, bool):
|
58
59
|
raise TypeError("Expected argument 'is_spf' to be a bool")
|
59
60
|
pulumi.set(__self__, "is_spf", is_spf)
|
61
|
+
if locks and not isinstance(locks, list):
|
62
|
+
raise TypeError("Expected argument 'locks' to be a list")
|
63
|
+
pulumi.set(__self__, "locks", locks)
|
60
64
|
if name and not isinstance(name, str):
|
61
65
|
raise TypeError("Expected argument 'name' to be a str")
|
62
66
|
pulumi.set(__self__, "name", name)
|
@@ -82,7 +86,7 @@ class GetEmailDomainResult:
|
|
82
86
|
@pulumi.getter(name="compartmentId")
|
83
87
|
def compartment_id(self) -> _builtins.str:
|
84
88
|
"""
|
85
|
-
The
|
89
|
+
The lock compartment ID.
|
86
90
|
"""
|
87
91
|
return pulumi.get(self, "compartment_id")
|
88
92
|
|
@@ -147,6 +151,14 @@ class GetEmailDomainResult:
|
|
147
151
|
"""
|
148
152
|
return pulumi.get(self, "is_spf")
|
149
153
|
|
154
|
+
@_builtins.property
|
155
|
+
@pulumi.getter
|
156
|
+
def locks(self) -> Sequence['outputs.GetEmailDomainLockResult']:
|
157
|
+
"""
|
158
|
+
Locks associated with this resource.
|
159
|
+
"""
|
160
|
+
return pulumi.get(self, "locks")
|
161
|
+
|
150
162
|
@_builtins.property
|
151
163
|
@pulumi.getter
|
152
164
|
def name(self) -> _builtins.str:
|
@@ -196,6 +208,7 @@ class AwaitableGetEmailDomainResult(GetEmailDomainResult):
|
|
196
208
|
freeform_tags=self.freeform_tags,
|
197
209
|
id=self.id,
|
198
210
|
is_spf=self.is_spf,
|
211
|
+
locks=self.locks,
|
199
212
|
name=self.name,
|
200
213
|
state=self.state,
|
201
214
|
system_tags=self.system_tags,
|
@@ -237,6 +250,7 @@ def get_email_domain(email_domain_id: Optional[_builtins.str] = None,
|
|
237
250
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
238
251
|
id=pulumi.get(__ret__, 'id'),
|
239
252
|
is_spf=pulumi.get(__ret__, 'is_spf'),
|
253
|
+
locks=pulumi.get(__ret__, 'locks'),
|
240
254
|
name=pulumi.get(__ret__, 'name'),
|
241
255
|
state=pulumi.get(__ret__, 'state'),
|
242
256
|
system_tags=pulumi.get(__ret__, 'system_tags'),
|
@@ -275,6 +289,7 @@ def get_email_domain_output(email_domain_id: Optional[pulumi.Input[_builtins.str
|
|
275
289
|
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
276
290
|
id=pulumi.get(__response__, 'id'),
|
277
291
|
is_spf=pulumi.get(__response__, 'is_spf'),
|
292
|
+
locks=pulumi.get(__response__, 'locks'),
|
278
293
|
name=pulumi.get(__response__, 'name'),
|
279
294
|
state=pulumi.get(__response__, 'state'),
|
280
295
|
system_tags=pulumi.get(__response__, 'system_tags'),
|
@@ -52,7 +52,7 @@ class GetEmailDomainsResult:
|
|
52
52
|
@pulumi.getter(name="compartmentId")
|
53
53
|
def compartment_id(self) -> _builtins.str:
|
54
54
|
"""
|
55
|
-
The
|
55
|
+
The lock compartment ID.
|
56
56
|
"""
|
57
57
|
return pulumi.get(self, "compartment_id")
|
58
58
|
|
@@ -13,6 +13,7 @@ if sys.version_info >= (3, 11):
|
|
13
13
|
else:
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
15
|
from .. import _utilities
|
16
|
+
from . import outputs
|
16
17
|
|
17
18
|
__all__ = [
|
18
19
|
'GetEmailReturnPathResult',
|
@@ -26,7 +27,7 @@ class GetEmailReturnPathResult:
|
|
26
27
|
"""
|
27
28
|
A collection of values returned by getEmailReturnPath.
|
28
29
|
"""
|
29
|
-
def __init__(__self__, cname_record_value=None, compartment_id=None, defined_tags=None, description=None, dns_subdomain_name=None, email_return_path_id=None, freeform_tags=None, id=None, lifecycle_details=None, name=None, parent_resource_id=None, state=None, system_tags=None, time_created=None, time_updated=None):
|
30
|
+
def __init__(__self__, cname_record_value=None, compartment_id=None, defined_tags=None, description=None, dns_subdomain_name=None, email_return_path_id=None, freeform_tags=None, id=None, lifecycle_details=None, locks=None, name=None, parent_resource_id=None, state=None, system_tags=None, time_created=None, time_updated=None):
|
30
31
|
if cname_record_value and not isinstance(cname_record_value, str):
|
31
32
|
raise TypeError("Expected argument 'cname_record_value' to be a str")
|
32
33
|
pulumi.set(__self__, "cname_record_value", cname_record_value)
|
@@ -54,6 +55,9 @@ class GetEmailReturnPathResult:
|
|
54
55
|
if lifecycle_details and not isinstance(lifecycle_details, str):
|
55
56
|
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
56
57
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
58
|
+
if locks and not isinstance(locks, list):
|
59
|
+
raise TypeError("Expected argument 'locks' to be a list")
|
60
|
+
pulumi.set(__self__, "locks", locks)
|
57
61
|
if name and not isinstance(name, str):
|
58
62
|
raise TypeError("Expected argument 'name' to be a str")
|
59
63
|
pulumi.set(__self__, "name", name)
|
@@ -85,7 +89,7 @@ class GetEmailReturnPathResult:
|
|
85
89
|
@pulumi.getter(name="compartmentId")
|
86
90
|
def compartment_id(self) -> _builtins.str:
|
87
91
|
"""
|
88
|
-
The
|
92
|
+
The lock compartment ID.
|
89
93
|
"""
|
90
94
|
return pulumi.get(self, "compartment_id")
|
91
95
|
|
@@ -142,6 +146,14 @@ class GetEmailReturnPathResult:
|
|
142
146
|
"""
|
143
147
|
return pulumi.get(self, "lifecycle_details")
|
144
148
|
|
149
|
+
@_builtins.property
|
150
|
+
@pulumi.getter
|
151
|
+
def locks(self) -> Sequence['outputs.GetEmailReturnPathLockResult']:
|
152
|
+
"""
|
153
|
+
Locks associated with this resource.
|
154
|
+
"""
|
155
|
+
return pulumi.get(self, "locks")
|
156
|
+
|
145
157
|
@_builtins.property
|
146
158
|
@pulumi.getter
|
147
159
|
def name(self) -> _builtins.str:
|
@@ -206,6 +218,7 @@ class AwaitableGetEmailReturnPathResult(GetEmailReturnPathResult):
|
|
206
218
|
freeform_tags=self.freeform_tags,
|
207
219
|
id=self.id,
|
208
220
|
lifecycle_details=self.lifecycle_details,
|
221
|
+
locks=self.locks,
|
209
222
|
name=self.name,
|
210
223
|
parent_resource_id=self.parent_resource_id,
|
211
224
|
state=self.state,
|
@@ -248,6 +261,7 @@ def get_email_return_path(email_return_path_id: Optional[_builtins.str] = None,
|
|
248
261
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
249
262
|
id=pulumi.get(__ret__, 'id'),
|
250
263
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
264
|
+
locks=pulumi.get(__ret__, 'locks'),
|
251
265
|
name=pulumi.get(__ret__, 'name'),
|
252
266
|
parent_resource_id=pulumi.get(__ret__, 'parent_resource_id'),
|
253
267
|
state=pulumi.get(__ret__, 'state'),
|
@@ -287,6 +301,7 @@ def get_email_return_path_output(email_return_path_id: Optional[pulumi.Input[_bu
|
|
287
301
|
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
288
302
|
id=pulumi.get(__response__, 'id'),
|
289
303
|
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
304
|
+
locks=pulumi.get(__response__, 'locks'),
|
290
305
|
name=pulumi.get(__response__, 'name'),
|
291
306
|
parent_resource_id=pulumi.get(__response__, 'parent_resource_id'),
|
292
307
|
state=pulumi.get(__response__, 'state'),
|
@@ -55,7 +55,7 @@ class GetEmailReturnPathsResult:
|
|
55
55
|
@pulumi.getter(name="compartmentId")
|
56
56
|
def compartment_id(self) -> Optional[_builtins.str]:
|
57
57
|
"""
|
58
|
-
The
|
58
|
+
The lock compartment ID.
|
59
59
|
"""
|
60
60
|
return pulumi.get(self, "compartment_id")
|
61
61
|
|
pulumi_oci/email/get_sender.py
CHANGED
@@ -13,6 +13,7 @@ if sys.version_info >= (3, 11):
|
|
13
13
|
else:
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
15
|
from .. import _utilities
|
16
|
+
from . import outputs
|
16
17
|
|
17
18
|
__all__ = [
|
18
19
|
'GetSenderResult',
|
@@ -26,7 +27,7 @@ class GetSenderResult:
|
|
26
27
|
"""
|
27
28
|
A collection of values returned by getSender.
|
28
29
|
"""
|
29
|
-
def __init__(__self__, compartment_id=None, defined_tags=None, email_address=None, email_domain_id=None, freeform_tags=None, id=None, is_spf=None, sender_id=None, state=None, system_tags=None, time_created=None):
|
30
|
+
def __init__(__self__, compartment_id=None, defined_tags=None, email_address=None, email_domain_id=None, freeform_tags=None, id=None, is_spf=None, locks=None, sender_id=None, state=None, system_tags=None, time_created=None):
|
30
31
|
if compartment_id and not isinstance(compartment_id, str):
|
31
32
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
32
33
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -48,6 +49,9 @@ class GetSenderResult:
|
|
48
49
|
if is_spf and not isinstance(is_spf, bool):
|
49
50
|
raise TypeError("Expected argument 'is_spf' to be a bool")
|
50
51
|
pulumi.set(__self__, "is_spf", is_spf)
|
52
|
+
if locks and not isinstance(locks, list):
|
53
|
+
raise TypeError("Expected argument 'locks' to be a list")
|
54
|
+
pulumi.set(__self__, "locks", locks)
|
51
55
|
if sender_id and not isinstance(sender_id, str):
|
52
56
|
raise TypeError("Expected argument 'sender_id' to be a str")
|
53
57
|
pulumi.set(__self__, "sender_id", sender_id)
|
@@ -65,7 +69,7 @@ class GetSenderResult:
|
|
65
69
|
@pulumi.getter(name="compartmentId")
|
66
70
|
def compartment_id(self) -> _builtins.str:
|
67
71
|
"""
|
68
|
-
The
|
72
|
+
The lock compartment ID.
|
69
73
|
"""
|
70
74
|
return pulumi.get(self, "compartment_id")
|
71
75
|
|
@@ -117,6 +121,14 @@ class GetSenderResult:
|
|
117
121
|
"""
|
118
122
|
return pulumi.get(self, "is_spf")
|
119
123
|
|
124
|
+
@_builtins.property
|
125
|
+
@pulumi.getter
|
126
|
+
def locks(self) -> Sequence['outputs.GetSenderLockResult']:
|
127
|
+
"""
|
128
|
+
Locks associated with this resource.
|
129
|
+
"""
|
130
|
+
return pulumi.get(self, "locks")
|
131
|
+
|
120
132
|
@_builtins.property
|
121
133
|
@pulumi.getter(name="senderId")
|
122
134
|
def sender_id(self) -> _builtins.str:
|
@@ -160,6 +172,7 @@ class AwaitableGetSenderResult(GetSenderResult):
|
|
160
172
|
freeform_tags=self.freeform_tags,
|
161
173
|
id=self.id,
|
162
174
|
is_spf=self.is_spf,
|
175
|
+
locks=self.locks,
|
163
176
|
sender_id=self.sender_id,
|
164
177
|
state=self.state,
|
165
178
|
system_tags=self.system_tags,
|
@@ -198,6 +211,7 @@ def get_sender(sender_id: Optional[_builtins.str] = None,
|
|
198
211
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
199
212
|
id=pulumi.get(__ret__, 'id'),
|
200
213
|
is_spf=pulumi.get(__ret__, 'is_spf'),
|
214
|
+
locks=pulumi.get(__ret__, 'locks'),
|
201
215
|
sender_id=pulumi.get(__ret__, 'sender_id'),
|
202
216
|
state=pulumi.get(__ret__, 'state'),
|
203
217
|
system_tags=pulumi.get(__ret__, 'system_tags'),
|
@@ -233,6 +247,7 @@ def get_sender_output(sender_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
233
247
|
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
234
248
|
id=pulumi.get(__response__, 'id'),
|
235
249
|
is_spf=pulumi.get(__response__, 'is_spf'),
|
250
|
+
locks=pulumi.get(__response__, 'locks'),
|
236
251
|
sender_id=pulumi.get(__response__, 'sender_id'),
|
237
252
|
state=pulumi.get(__response__, 'state'),
|
238
253
|
system_tags=pulumi.get(__response__, 'system_tags'),
|
pulumi_oci/email/get_senders.py
CHANGED