pulumi-oci 1.29.0a1711606977__py3-none-any.whl → 1.30.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 +8 -0
- pulumi_oci/cloudguard/_inputs.py +10 -2
- pulumi_oci/cloudguard/cloud_guard_configuration.py +2 -2
- pulumi_oci/cloudguard/cloud_guard_data_source.py +45 -24
- pulumi_oci/cloudguard/data_mask_rule.py +2 -2
- pulumi_oci/cloudguard/detector_recipe.py +2 -2
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +2 -2
- pulumi_oci/cloudguard/get_data_mask_rule.py +2 -2
- pulumi_oci/cloudguard/get_data_mask_rules.py +2 -2
- pulumi_oci/cloudguard/get_detector_recipe.py +2 -2
- pulumi_oci/cloudguard/get_detector_recipes.py +2 -2
- pulumi_oci/cloudguard/get_managed_list.py +2 -2
- pulumi_oci/cloudguard/get_managed_lists.py +2 -2
- pulumi_oci/cloudguard/managed_list.py +2 -2
- pulumi_oci/cloudguard/outputs.py +10 -2
- pulumi_oci/database/autonomous_database.py +155 -14
- pulumi_oci/database/get_autonomous_database.py +41 -2
- pulumi_oci/database/get_autonomous_databases.py +1 -1
- pulumi_oci/database/outputs.py +68 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database.py +111 -6
- pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py +32 -4
- pulumi_oci/databasemanagement/outputs.py +267 -75
- pulumi_oci/dataintegration/__init__.py +3 -0
- pulumi_oci/dataintegration/_inputs.py +4504 -0
- pulumi_oci/dataintegration/get_workspace_task.py +443 -0
- pulumi_oci/dataintegration/get_workspace_tasks.py +254 -0
- pulumi_oci/dataintegration/outputs.py +16511 -4723
- pulumi_oci/dataintegration/workspace_task.py +1364 -0
- pulumi_oci/devops/_inputs.py +18 -2
- pulumi_oci/devops/deploy_artifact.py +2 -0
- pulumi_oci/devops/deploy_stage.py +141 -0
- pulumi_oci/devops/get_deploy_stage.py +40 -1
- pulumi_oci/devops/outputs.py +75 -6
- pulumi_oci/disasterrecovery/dr_protection_group.py +1 -1
- pulumi_oci/email/__init__.py +1 -0
- pulumi_oci/email/dkim.py +21 -21
- pulumi_oci/email/email_domain.py +7 -7
- pulumi_oci/email/get_configuration.py +138 -0
- pulumi_oci/email/get_dkim.py +2 -2
- pulumi_oci/email/get_dkims.py +2 -2
- pulumi_oci/email/get_email_domain.py +2 -2
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +15 -2
- pulumi_oci/email/get_suppression.py +2 -2
- pulumi_oci/email/get_suppressions.py +4 -4
- pulumi_oci/email/outputs.py +23 -12
- pulumi_oci/email/sender.py +32 -4
- pulumi_oci/email/suppression.py +8 -8
- pulumi_oci/loadbalancer/_inputs.py +2 -2
- pulumi_oci/loadbalancer/outputs.py +4 -4
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +42 -0
- pulumi_oci/logging/_inputs.py +2751 -187
- pulumi_oci/logging/outputs.py +4981 -768
- pulumi_oci/logging/unified_agent_configuration.py +34 -208
- pulumi_oci/managementagent/_inputs.py +0 -44
- pulumi_oci/managementagent/get_management_agents.py +20 -3
- pulumi_oci/managementagent/management_agent.py +27 -79
- pulumi_oci/managementagent/outputs.py +0 -44
- pulumi_oci/monitoring/_inputs.py +136 -0
- pulumi_oci/monitoring/alarm.py +173 -0
- pulumi_oci/monitoring/get_alarm.py +40 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +2 -2
- pulumi_oci/monitoring/outputs.py +305 -0
- pulumi_oci/networkloadbalancer/_inputs.py +16 -16
- pulumi_oci/networkloadbalancer/backend.py +7 -7
- pulumi_oci/networkloadbalancer/backend_set.py +11 -11
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +44 -1
- pulumi_oci/networkloadbalancer/listener.py +7 -7
- pulumi_oci/networkloadbalancer/network_load_balancer.py +233 -23
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +7 -7
- pulumi_oci/networkloadbalancer/outputs.py +58 -30
- {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.30.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.30.0.dist-info}/RECORD +77 -73
- {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.30.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.30.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,138 @@
|
|
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 pulumi
|
8
|
+
import pulumi.runtime
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
+
from .. import _utilities
|
11
|
+
|
12
|
+
__all__ = [
|
13
|
+
'GetConfigurationResult',
|
14
|
+
'AwaitableGetConfigurationResult',
|
15
|
+
'get_configuration',
|
16
|
+
'get_configuration_output',
|
17
|
+
]
|
18
|
+
|
19
|
+
@pulumi.output_type
|
20
|
+
class GetConfigurationResult:
|
21
|
+
"""
|
22
|
+
A collection of values returned by getConfiguration.
|
23
|
+
"""
|
24
|
+
def __init__(__self__, compartment_id=None, http_submit_endpoint=None, id=None, smtp_submit_endpoint=None):
|
25
|
+
if compartment_id and not isinstance(compartment_id, str):
|
26
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
27
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
28
|
+
if http_submit_endpoint and not isinstance(http_submit_endpoint, str):
|
29
|
+
raise TypeError("Expected argument 'http_submit_endpoint' to be a str")
|
30
|
+
pulumi.set(__self__, "http_submit_endpoint", http_submit_endpoint)
|
31
|
+
if id and not isinstance(id, str):
|
32
|
+
raise TypeError("Expected argument 'id' to be a str")
|
33
|
+
pulumi.set(__self__, "id", id)
|
34
|
+
if smtp_submit_endpoint and not isinstance(smtp_submit_endpoint, str):
|
35
|
+
raise TypeError("Expected argument 'smtp_submit_endpoint' to be a str")
|
36
|
+
pulumi.set(__self__, "smtp_submit_endpoint", smtp_submit_endpoint)
|
37
|
+
|
38
|
+
@property
|
39
|
+
@pulumi.getter(name="compartmentId")
|
40
|
+
def compartment_id(self) -> str:
|
41
|
+
"""
|
42
|
+
The root compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) (same as the tenancy OCID)
|
43
|
+
"""
|
44
|
+
return pulumi.get(self, "compartment_id")
|
45
|
+
|
46
|
+
@property
|
47
|
+
@pulumi.getter(name="httpSubmitEndpoint")
|
48
|
+
def http_submit_endpoint(self) -> str:
|
49
|
+
"""
|
50
|
+
Endpoint used to submit emails via the HTTP email submission API
|
51
|
+
"""
|
52
|
+
return pulumi.get(self, "http_submit_endpoint")
|
53
|
+
|
54
|
+
@property
|
55
|
+
@pulumi.getter
|
56
|
+
def id(self) -> str:
|
57
|
+
"""
|
58
|
+
The provider-assigned unique ID for this managed resource.
|
59
|
+
"""
|
60
|
+
return pulumi.get(self, "id")
|
61
|
+
|
62
|
+
@property
|
63
|
+
@pulumi.getter(name="smtpSubmitEndpoint")
|
64
|
+
def smtp_submit_endpoint(self) -> str:
|
65
|
+
"""
|
66
|
+
Endpoint used to submit emails via the standard SMTP submission protocol. Note that TLS 1.2 and standard SMTP authentication is required for submission.
|
67
|
+
"""
|
68
|
+
return pulumi.get(self, "smtp_submit_endpoint")
|
69
|
+
|
70
|
+
|
71
|
+
class AwaitableGetConfigurationResult(GetConfigurationResult):
|
72
|
+
# pylint: disable=using-constant-test
|
73
|
+
def __await__(self):
|
74
|
+
if False:
|
75
|
+
yield self
|
76
|
+
return GetConfigurationResult(
|
77
|
+
compartment_id=self.compartment_id,
|
78
|
+
http_submit_endpoint=self.http_submit_endpoint,
|
79
|
+
id=self.id,
|
80
|
+
smtp_submit_endpoint=self.smtp_submit_endpoint)
|
81
|
+
|
82
|
+
|
83
|
+
def get_configuration(compartment_id: Optional[str] = None,
|
84
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetConfigurationResult:
|
85
|
+
"""
|
86
|
+
This data source provides details about a specific Configuration resource in Oracle Cloud Infrastructure Email service.
|
87
|
+
|
88
|
+
Returns email configuration associated with the specified compartment.
|
89
|
+
|
90
|
+
## Example Usage
|
91
|
+
|
92
|
+
<!--Start PulumiCodeChooser -->
|
93
|
+
```python
|
94
|
+
import pulumi
|
95
|
+
import pulumi_oci as oci
|
96
|
+
|
97
|
+
test_configuration = oci.Email.get_configuration(compartment_id=var["compartment_id"])
|
98
|
+
```
|
99
|
+
<!--End PulumiCodeChooser -->
|
100
|
+
|
101
|
+
|
102
|
+
:param str compartment_id: The OCID for the compartment.
|
103
|
+
"""
|
104
|
+
__args__ = dict()
|
105
|
+
__args__['compartmentId'] = compartment_id
|
106
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
107
|
+
__ret__ = pulumi.runtime.invoke('oci:Email/getConfiguration:getConfiguration', __args__, opts=opts, typ=GetConfigurationResult).value
|
108
|
+
|
109
|
+
return AwaitableGetConfigurationResult(
|
110
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
111
|
+
http_submit_endpoint=pulumi.get(__ret__, 'http_submit_endpoint'),
|
112
|
+
id=pulumi.get(__ret__, 'id'),
|
113
|
+
smtp_submit_endpoint=pulumi.get(__ret__, 'smtp_submit_endpoint'))
|
114
|
+
|
115
|
+
|
116
|
+
@_utilities.lift_output_func(get_configuration)
|
117
|
+
def get_configuration_output(compartment_id: Optional[pulumi.Input[str]] = None,
|
118
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetConfigurationResult]:
|
119
|
+
"""
|
120
|
+
This data source provides details about a specific Configuration resource in Oracle Cloud Infrastructure Email service.
|
121
|
+
|
122
|
+
Returns email configuration associated with the specified compartment.
|
123
|
+
|
124
|
+
## Example Usage
|
125
|
+
|
126
|
+
<!--Start PulumiCodeChooser -->
|
127
|
+
```python
|
128
|
+
import pulumi
|
129
|
+
import pulumi_oci as oci
|
130
|
+
|
131
|
+
test_configuration = oci.Email.get_configuration(compartment_id=var["compartment_id"])
|
132
|
+
```
|
133
|
+
<!--End PulumiCodeChooser -->
|
134
|
+
|
135
|
+
|
136
|
+
:param str compartment_id: The OCID for the compartment.
|
137
|
+
"""
|
138
|
+
...
|
pulumi_oci/email/get_dkim.py
CHANGED
@@ -112,7 +112,7 @@ class GetDkimResult:
|
|
112
112
|
@pulumi.getter(name="dnsSubdomainName")
|
113
113
|
def dns_subdomain_name(self) -> str:
|
114
114
|
"""
|
115
|
-
The name of the DNS subdomain that must be provisioned to enable email recipients to verify DKIM signatures. It is usually created with a CNAME record set to the cnameRecordValue
|
115
|
+
The name of the DNS subdomain that must be provisioned to enable email recipients to verify DKIM signatures. It is usually created with a CNAME record set to the cnameRecordValue.
|
116
116
|
"""
|
117
117
|
return pulumi.get(self, "dns_subdomain_name")
|
118
118
|
|
@@ -192,7 +192,7 @@ class GetDkimResult:
|
|
192
192
|
@pulumi.getter(name="txtRecordValue")
|
193
193
|
def txt_record_value(self) -> str:
|
194
194
|
"""
|
195
|
-
The DNS TXT record value to provision to the DKIM DNS subdomain in place of using a CNAME record. This is used in cases where a CNAME
|
195
|
+
The DNS TXT record value to provision to the DKIM DNS subdomain in place of using a CNAME record. This is used in cases where a CNAME cannot be used, such as when the cnameRecordValue would exceed the maximum length for a DNS entry. You can also use this if you have an existing procedure to directly provision TXT records for DKIM. Many DNS APIs require you to break this string into segments of fewer than 255 characters.
|
196
196
|
"""
|
197
197
|
return pulumi.get(self, "txt_record_value")
|
198
198
|
|
pulumi_oci/email/get_dkims.py
CHANGED
@@ -112,7 +112,7 @@ def get_dkims(email_domain_id: Optional[str] = None,
|
|
112
112
|
"""
|
113
113
|
This data source provides the list of Dkims in Oracle Cloud Infrastructure Email service.
|
114
114
|
|
115
|
-
Lists DKIMs for
|
115
|
+
Lists DKIMs for an email domain.
|
116
116
|
|
117
117
|
## Example Usage
|
118
118
|
|
@@ -162,7 +162,7 @@ def get_dkims_output(email_domain_id: Optional[pulumi.Input[str]] = None,
|
|
162
162
|
"""
|
163
163
|
This data source provides the list of Dkims in Oracle Cloud Infrastructure Email service.
|
164
164
|
|
165
|
-
Lists DKIMs for
|
165
|
+
Lists DKIMs for an email domain.
|
166
166
|
|
167
167
|
## Example Usage
|
168
168
|
|
@@ -87,7 +87,7 @@ class GetEmailDomainResult:
|
|
87
87
|
@pulumi.getter
|
88
88
|
def description(self) -> str:
|
89
89
|
"""
|
90
|
-
The description of
|
90
|
+
The description of an email domain.
|
91
91
|
"""
|
92
92
|
return pulumi.get(self, "description")
|
93
93
|
|
@@ -124,7 +124,7 @@ class GetEmailDomainResult:
|
|
124
124
|
@pulumi.getter
|
125
125
|
def name(self) -> str:
|
126
126
|
"""
|
127
|
-
The name of the email domain in the Internet Domain Name System (DNS). Example: `example.
|
127
|
+
The name of the email domain in the Internet Domain Name System (DNS). Example: `mydomain.example.com`
|
128
128
|
"""
|
129
129
|
return pulumi.get(self, "name")
|
130
130
|
|
@@ -76,7 +76,7 @@ class GetEmailDomainsResult:
|
|
76
76
|
@pulumi.getter
|
77
77
|
def name(self) -> Optional[str]:
|
78
78
|
"""
|
79
|
-
The name of the email domain in the Internet Domain Name System (DNS). Example: `example.
|
79
|
+
The name of the email domain in the Internet Domain Name System (DNS). Example: `mydomain.example.com`
|
80
80
|
"""
|
81
81
|
return pulumi.get(self, "name")
|
82
82
|
|
pulumi_oci/email/get_sender.py
CHANGED
@@ -21,7 +21,7 @@ class GetSenderResult:
|
|
21
21
|
"""
|
22
22
|
A collection of values returned by getSender.
|
23
23
|
"""
|
24
|
-
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, time_created=None):
|
24
|
+
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):
|
25
25
|
if compartment_id and not isinstance(compartment_id, str):
|
26
26
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
27
27
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -49,6 +49,9 @@ class GetSenderResult:
|
|
49
49
|
if state and not isinstance(state, str):
|
50
50
|
raise TypeError("Expected argument 'state' to be a str")
|
51
51
|
pulumi.set(__self__, "state", state)
|
52
|
+
if system_tags and not isinstance(system_tags, dict):
|
53
|
+
raise TypeError("Expected argument 'system_tags' to be a dict")
|
54
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
52
55
|
if time_created and not isinstance(time_created, str):
|
53
56
|
raise TypeError("Expected argument 'time_created' to be a str")
|
54
57
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -122,11 +125,19 @@ class GetSenderResult:
|
|
122
125
|
"""
|
123
126
|
return pulumi.get(self, "state")
|
124
127
|
|
128
|
+
@property
|
129
|
+
@pulumi.getter(name="systemTags")
|
130
|
+
def system_tags(self) -> Mapping[str, Any]:
|
131
|
+
"""
|
132
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
133
|
+
"""
|
134
|
+
return pulumi.get(self, "system_tags")
|
135
|
+
|
125
136
|
@property
|
126
137
|
@pulumi.getter(name="timeCreated")
|
127
138
|
def time_created(self) -> str:
|
128
139
|
"""
|
129
|
-
The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
140
|
+
The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
130
141
|
"""
|
131
142
|
return pulumi.get(self, "time_created")
|
132
143
|
|
@@ -146,6 +157,7 @@ class AwaitableGetSenderResult(GetSenderResult):
|
|
146
157
|
is_spf=self.is_spf,
|
147
158
|
sender_id=self.sender_id,
|
148
159
|
state=self.state,
|
160
|
+
system_tags=self.system_tags,
|
149
161
|
time_created=self.time_created)
|
150
162
|
|
151
163
|
|
@@ -185,6 +197,7 @@ def get_sender(sender_id: Optional[str] = None,
|
|
185
197
|
is_spf=pulumi.get(__ret__, 'is_spf'),
|
186
198
|
sender_id=pulumi.get(__ret__, 'sender_id'),
|
187
199
|
state=pulumi.get(__ret__, 'state'),
|
200
|
+
system_tags=pulumi.get(__ret__, 'system_tags'),
|
188
201
|
time_created=pulumi.get(__ret__, 'time_created'))
|
189
202
|
|
190
203
|
|
@@ -118,7 +118,7 @@ class GetSuppressionResult:
|
|
118
118
|
@pulumi.getter(name="timeCreated")
|
119
119
|
def time_created(self) -> str:
|
120
120
|
"""
|
121
|
-
The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
121
|
+
The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
122
122
|
"""
|
123
123
|
return pulumi.get(self, "time_created")
|
124
124
|
|
@@ -126,7 +126,7 @@ class GetSuppressionResult:
|
|
126
126
|
@pulumi.getter(name="timeLastSuppressed")
|
127
127
|
def time_last_suppressed(self) -> str:
|
128
128
|
"""
|
129
|
-
The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
129
|
+
The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
130
130
|
"""
|
131
131
|
return pulumi.get(self, "time_last_suppressed")
|
132
132
|
|
@@ -139,10 +139,10 @@ def get_suppressions(compartment_id: Optional[str] = None,
|
|
139
139
|
|
140
140
|
:param str compartment_id: The OCID for the compartment.
|
141
141
|
:param str email_address: The email address of the suppression.
|
142
|
-
:param str time_created_greater_than_or_equal_to: Search for suppressions that were created within a specific date range, using this parameter to specify the earliest creation date for the returned list (inclusive). Specifying this parameter without the corresponding `timeCreatedLessThan` parameter will retrieve suppressions created from the given `timeCreatedGreaterThanOrEqualTo` to the current time, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
142
|
+
:param str time_created_greater_than_or_equal_to: Search for suppressions that were created within a specific date range, using this parameter to specify the earliest creation date for the returned list (inclusive). Specifying this parameter without the corresponding `timeCreatedLessThan` parameter will retrieve suppressions created from the given `timeCreatedGreaterThanOrEqualTo` to the current time, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
143
143
|
|
144
144
|
**Example:** 2016-12-19T16:39:57.600Z
|
145
|
-
:param str time_created_less_than: Search for suppressions that were created within a specific date range, using this parameter to specify the latest creation date for the returned list (exclusive). Specifying this parameter without the corresponding `timeCreatedGreaterThanOrEqualTo` parameter will retrieve all suppressions created before the specified end date, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
145
|
+
:param str time_created_less_than: Search for suppressions that were created within a specific date range, using this parameter to specify the latest creation date for the returned list (exclusive). Specifying this parameter without the corresponding `timeCreatedGreaterThanOrEqualTo` parameter will retrieve all suppressions created before the specified end date, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
146
146
|
|
147
147
|
**Example:** 2016-12-19T16:39:57.600Z
|
148
148
|
"""
|
@@ -196,10 +196,10 @@ def get_suppressions_output(compartment_id: Optional[pulumi.Input[str]] = None,
|
|
196
196
|
|
197
197
|
:param str compartment_id: The OCID for the compartment.
|
198
198
|
:param str email_address: The email address of the suppression.
|
199
|
-
:param str time_created_greater_than_or_equal_to: Search for suppressions that were created within a specific date range, using this parameter to specify the earliest creation date for the returned list (inclusive). Specifying this parameter without the corresponding `timeCreatedLessThan` parameter will retrieve suppressions created from the given `timeCreatedGreaterThanOrEqualTo` to the current time, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
199
|
+
:param str time_created_greater_than_or_equal_to: Search for suppressions that were created within a specific date range, using this parameter to specify the earliest creation date for the returned list (inclusive). Specifying this parameter without the corresponding `timeCreatedLessThan` parameter will retrieve suppressions created from the given `timeCreatedGreaterThanOrEqualTo` to the current time, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
200
200
|
|
201
201
|
**Example:** 2016-12-19T16:39:57.600Z
|
202
|
-
:param str time_created_less_than: Search for suppressions that were created within a specific date range, using this parameter to specify the latest creation date for the returned list (exclusive). Specifying this parameter without the corresponding `timeCreatedGreaterThanOrEqualTo` parameter will retrieve all suppressions created before the specified end date, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
202
|
+
:param str time_created_less_than: Search for suppressions that were created within a specific date range, using this parameter to specify the latest creation date for the returned list (exclusive). Specifying this parameter without the corresponding `timeCreatedGreaterThanOrEqualTo` parameter will retrieve all suppressions created before the specified end date, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
203
203
|
|
204
204
|
**Example:** 2016-12-19T16:39:57.600Z
|
205
205
|
"""
|
pulumi_oci/email/outputs.py
CHANGED
@@ -58,7 +58,7 @@ class GetDkimsDkimCollectionItemResult(dict):
|
|
58
58
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains this DKIM.
|
59
59
|
:param Mapping[str, Any] defined_tags: 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"}`
|
60
60
|
:param str description: The description of the DKIM. Avoid entering confidential information.
|
61
|
-
:param str dns_subdomain_name: The name of the DNS subdomain that must be provisioned to enable email recipients to verify DKIM signatures. It is usually created with a CNAME record set to the cnameRecordValue
|
61
|
+
:param str dns_subdomain_name: The name of the DNS subdomain that must be provisioned to enable email recipients to verify DKIM signatures. It is usually created with a CNAME record set to the cnameRecordValue.
|
62
62
|
:param str email_domain_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the email domain to which this DKIM belongs.
|
63
63
|
:param Mapping[str, Any] freeform_tags: 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"}`
|
64
64
|
:param str id: A filter to only return resources that match the given id exactly.
|
@@ -68,7 +68,7 @@ class GetDkimsDkimCollectionItemResult(dict):
|
|
68
68
|
:param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
69
69
|
:param str time_created: The time the DKIM was created. Times are expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, "YYYY-MM-ddThh:mmZ". Example: `2021-02-12T22:47:12.613Z`
|
70
70
|
:param str time_updated: The time of the last change to the DKIM configuration, due to a state change or an update operation. Times are expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, "YYYY-MM-ddThh:mmZ".
|
71
|
-
:param str txt_record_value: The DNS TXT record value to provision to the DKIM DNS subdomain in place of using a CNAME record. This is used in cases where a CNAME
|
71
|
+
:param str txt_record_value: The DNS TXT record value to provision to the DKIM DNS subdomain in place of using a CNAME record. This is used in cases where a CNAME cannot be used, such as when the cnameRecordValue would exceed the maximum length for a DNS entry. You can also use this if you have an existing procedure to directly provision TXT records for DKIM. Many DNS APIs require you to break this string into segments of fewer than 255 characters.
|
72
72
|
"""
|
73
73
|
pulumi.set(__self__, "cname_record_value", cname_record_value)
|
74
74
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -122,7 +122,7 @@ class GetDkimsDkimCollectionItemResult(dict):
|
|
122
122
|
@pulumi.getter(name="dnsSubdomainName")
|
123
123
|
def dns_subdomain_name(self) -> str:
|
124
124
|
"""
|
125
|
-
The name of the DNS subdomain that must be provisioned to enable email recipients to verify DKIM signatures. It is usually created with a CNAME record set to the cnameRecordValue
|
125
|
+
The name of the DNS subdomain that must be provisioned to enable email recipients to verify DKIM signatures. It is usually created with a CNAME record set to the cnameRecordValue.
|
126
126
|
"""
|
127
127
|
return pulumi.get(self, "dns_subdomain_name")
|
128
128
|
|
@@ -202,7 +202,7 @@ class GetDkimsDkimCollectionItemResult(dict):
|
|
202
202
|
@pulumi.getter(name="txtRecordValue")
|
203
203
|
def txt_record_value(self) -> str:
|
204
204
|
"""
|
205
|
-
The DNS TXT record value to provision to the DKIM DNS subdomain in place of using a CNAME record. This is used in cases where a CNAME
|
205
|
+
The DNS TXT record value to provision to the DKIM DNS subdomain in place of using a CNAME record. This is used in cases where a CNAME cannot be used, such as when the cnameRecordValue would exceed the maximum length for a DNS entry. You can also use this if you have an existing procedure to directly provision TXT records for DKIM. Many DNS APIs require you to break this string into segments of fewer than 255 characters.
|
206
206
|
"""
|
207
207
|
return pulumi.get(self, "txt_record_value")
|
208
208
|
|
@@ -270,7 +270,7 @@ class GetEmailDomainsEmailDomainCollectionItemResult(dict):
|
|
270
270
|
:param str active_dkim_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DKIM key that will be used to sign mail sent from this email domain.
|
271
271
|
:param str compartment_id: The OCID for the compartment.
|
272
272
|
:param Mapping[str, Any] defined_tags: 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"}`
|
273
|
-
:param str description: The description of
|
273
|
+
:param str description: The description of an email domain.
|
274
274
|
:param Mapping[str, Any] freeform_tags: 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"}`
|
275
275
|
:param str id: A filter to only return resources that match the given id exactly.
|
276
276
|
:param 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).
|
@@ -319,7 +319,7 @@ class GetEmailDomainsEmailDomainCollectionItemResult(dict):
|
|
319
319
|
@pulumi.getter
|
320
320
|
def description(self) -> str:
|
321
321
|
"""
|
322
|
-
The description of
|
322
|
+
The description of an email domain.
|
323
323
|
"""
|
324
324
|
return pulumi.get(self, "description")
|
325
325
|
|
@@ -451,6 +451,7 @@ class GetSendersSenderResult(dict):
|
|
451
451
|
id: str,
|
452
452
|
is_spf: bool,
|
453
453
|
state: str,
|
454
|
+
system_tags: Mapping[str, Any],
|
454
455
|
time_created: str):
|
455
456
|
"""
|
456
457
|
:param str compartment_id: The OCID for the compartment.
|
@@ -461,7 +462,8 @@ class GetSendersSenderResult(dict):
|
|
461
462
|
:param str id: The unique OCID of the sender.
|
462
463
|
:param 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).
|
463
464
|
:param str state: The current state of a sender.
|
464
|
-
:param str
|
465
|
+
:param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
466
|
+
:param str time_created: The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
465
467
|
"""
|
466
468
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
467
469
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
@@ -471,6 +473,7 @@ class GetSendersSenderResult(dict):
|
|
471
473
|
pulumi.set(__self__, "id", id)
|
472
474
|
pulumi.set(__self__, "is_spf", is_spf)
|
473
475
|
pulumi.set(__self__, "state", state)
|
476
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
474
477
|
pulumi.set(__self__, "time_created", time_created)
|
475
478
|
|
476
479
|
@property
|
@@ -537,11 +540,19 @@ class GetSendersSenderResult(dict):
|
|
537
540
|
"""
|
538
541
|
return pulumi.get(self, "state")
|
539
542
|
|
543
|
+
@property
|
544
|
+
@pulumi.getter(name="systemTags")
|
545
|
+
def system_tags(self) -> Mapping[str, Any]:
|
546
|
+
"""
|
547
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
548
|
+
"""
|
549
|
+
return pulumi.get(self, "system_tags")
|
550
|
+
|
540
551
|
@property
|
541
552
|
@pulumi.getter(name="timeCreated")
|
542
553
|
def time_created(self) -> str:
|
543
554
|
"""
|
544
|
-
The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
555
|
+
The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
545
556
|
"""
|
546
557
|
return pulumi.get(self, "time_created")
|
547
558
|
|
@@ -593,8 +604,8 @@ class GetSuppressionsSuppressionResult(dict):
|
|
593
604
|
:param str id: The unique OCID of the suppression.
|
594
605
|
:param str message_id: The value of the Message-ID header from the email that triggered a suppression. This value is as defined in RFC 5322 section 3.6.4, excluding angle-brackets. Not provided for all types of suppressions.
|
595
606
|
:param str reason: The reason that the email address was suppressed. For more information on the types of bounces, see [Suppression List](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
|
596
|
-
:param str time_created: The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
597
|
-
:param str time_last_suppressed: The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
607
|
+
:param str time_created: The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
608
|
+
:param str time_last_suppressed: The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
598
609
|
"""
|
599
610
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
600
611
|
pulumi.set(__self__, "email_address", email_address)
|
@@ -666,7 +677,7 @@ class GetSuppressionsSuppressionResult(dict):
|
|
666
677
|
@pulumi.getter(name="timeCreated")
|
667
678
|
def time_created(self) -> str:
|
668
679
|
"""
|
669
|
-
The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
680
|
+
The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
670
681
|
"""
|
671
682
|
return pulumi.get(self, "time_created")
|
672
683
|
|
@@ -674,7 +685,7 @@ class GetSuppressionsSuppressionResult(dict):
|
|
674
685
|
@pulumi.getter(name="timeLastSuppressed")
|
675
686
|
def time_last_suppressed(self) -> str:
|
676
687
|
"""
|
677
|
-
The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
688
|
+
The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
678
689
|
"""
|
679
690
|
return pulumi.get(self, "time_last_suppressed")
|
680
691
|
|
pulumi_oci/email/sender.py
CHANGED
@@ -99,6 +99,7 @@ class _SenderState:
|
|
99
99
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
100
100
|
is_spf: Optional[pulumi.Input[bool]] = None,
|
101
101
|
state: Optional[pulumi.Input[str]] = None,
|
102
|
+
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
102
103
|
time_created: Optional[pulumi.Input[str]] = None):
|
103
104
|
"""
|
104
105
|
Input properties used for looking up and filtering Sender resources.
|
@@ -113,7 +114,8 @@ class _SenderState:
|
|
113
114
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
114
115
|
:param pulumi.Input[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).
|
115
116
|
:param pulumi.Input[str] state: The current status of the approved sender.
|
116
|
-
:param pulumi.Input[str]
|
117
|
+
:param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
118
|
+
:param pulumi.Input[str] time_created: The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
117
119
|
"""
|
118
120
|
if compartment_id is not None:
|
119
121
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -129,6 +131,8 @@ class _SenderState:
|
|
129
131
|
pulumi.set(__self__, "is_spf", is_spf)
|
130
132
|
if state is not None:
|
131
133
|
pulumi.set(__self__, "state", state)
|
134
|
+
if system_tags is not None:
|
135
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
132
136
|
if time_created is not None:
|
133
137
|
pulumi.set(__self__, "time_created", time_created)
|
134
138
|
|
@@ -220,11 +224,23 @@ class _SenderState:
|
|
220
224
|
def state(self, value: Optional[pulumi.Input[str]]):
|
221
225
|
pulumi.set(self, "state", value)
|
222
226
|
|
227
|
+
@property
|
228
|
+
@pulumi.getter(name="systemTags")
|
229
|
+
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
230
|
+
"""
|
231
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
232
|
+
"""
|
233
|
+
return pulumi.get(self, "system_tags")
|
234
|
+
|
235
|
+
@system_tags.setter
|
236
|
+
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
237
|
+
pulumi.set(self, "system_tags", value)
|
238
|
+
|
223
239
|
@property
|
224
240
|
@pulumi.getter(name="timeCreated")
|
225
241
|
def time_created(self) -> Optional[pulumi.Input[str]]:
|
226
242
|
"""
|
227
|
-
The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
243
|
+
The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
228
244
|
"""
|
229
245
|
return pulumi.get(self, "time_created")
|
230
246
|
|
@@ -363,6 +379,7 @@ class Sender(pulumi.CustomResource):
|
|
363
379
|
__props__.__dict__["email_domain_id"] = None
|
364
380
|
__props__.__dict__["is_spf"] = None
|
365
381
|
__props__.__dict__["state"] = None
|
382
|
+
__props__.__dict__["system_tags"] = None
|
366
383
|
__props__.__dict__["time_created"] = None
|
367
384
|
super(Sender, __self__).__init__(
|
368
385
|
'oci:Email/sender:Sender',
|
@@ -381,6 +398,7 @@ class Sender(pulumi.CustomResource):
|
|
381
398
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
382
399
|
is_spf: Optional[pulumi.Input[bool]] = None,
|
383
400
|
state: Optional[pulumi.Input[str]] = None,
|
401
|
+
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
384
402
|
time_created: Optional[pulumi.Input[str]] = None) -> 'Sender':
|
385
403
|
"""
|
386
404
|
Get an existing Sender resource's state with the given name, id, and optional extra
|
@@ -400,7 +418,8 @@ class Sender(pulumi.CustomResource):
|
|
400
418
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
401
419
|
:param pulumi.Input[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).
|
402
420
|
:param pulumi.Input[str] state: The current status of the approved sender.
|
403
|
-
:param pulumi.Input[str]
|
421
|
+
:param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
422
|
+
:param pulumi.Input[str] time_created: The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
404
423
|
"""
|
405
424
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
406
425
|
|
@@ -413,6 +432,7 @@ class Sender(pulumi.CustomResource):
|
|
413
432
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
414
433
|
__props__.__dict__["is_spf"] = is_spf
|
415
434
|
__props__.__dict__["state"] = state
|
435
|
+
__props__.__dict__["system_tags"] = system_tags
|
416
436
|
__props__.__dict__["time_created"] = time_created
|
417
437
|
return Sender(resource_name, opts=opts, __props__=__props__)
|
418
438
|
|
@@ -476,11 +496,19 @@ class Sender(pulumi.CustomResource):
|
|
476
496
|
"""
|
477
497
|
return pulumi.get(self, "state")
|
478
498
|
|
499
|
+
@property
|
500
|
+
@pulumi.getter(name="systemTags")
|
501
|
+
def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
|
502
|
+
"""
|
503
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
504
|
+
"""
|
505
|
+
return pulumi.get(self, "system_tags")
|
506
|
+
|
479
507
|
@property
|
480
508
|
@pulumi.getter(name="timeCreated")
|
481
509
|
def time_created(self) -> pulumi.Output[str]:
|
482
510
|
"""
|
483
|
-
The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
511
|
+
The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
484
512
|
"""
|
485
513
|
return pulumi.get(self, "time_created")
|
486
514
|
|
pulumi_oci/email/suppression.py
CHANGED
@@ -80,8 +80,8 @@ class _SuppressionState:
|
|
80
80
|
:param pulumi.Input[str] error_source: DNS name of the source of the error that caused the suppression. Will be set to either the remote-mta or reporting-mta field from a delivery status notification (RFC 3464) when available. Not provided for all types of suppressions, and not always known.
|
81
81
|
:param pulumi.Input[str] message_id: The value of the Message-ID header from the email that triggered a suppression. This value is as defined in RFC 5322 section 3.6.4, excluding angle-brackets. Not provided for all types of suppressions.
|
82
82
|
:param pulumi.Input[str] reason: The reason that the email address was suppressed. For more information on the types of bounces, see [Suppression List](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
|
83
|
-
:param pulumi.Input[str] time_created: The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
84
|
-
:param pulumi.Input[str] time_last_suppressed: The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
83
|
+
:param pulumi.Input[str] time_created: The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
84
|
+
:param pulumi.Input[str] time_last_suppressed: The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
85
85
|
"""
|
86
86
|
if compartment_id is not None:
|
87
87
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -180,7 +180,7 @@ class _SuppressionState:
|
|
180
180
|
@pulumi.getter(name="timeCreated")
|
181
181
|
def time_created(self) -> Optional[pulumi.Input[str]]:
|
182
182
|
"""
|
183
|
-
The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
183
|
+
The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
184
184
|
"""
|
185
185
|
return pulumi.get(self, "time_created")
|
186
186
|
|
@@ -192,7 +192,7 @@ class _SuppressionState:
|
|
192
192
|
@pulumi.getter(name="timeLastSuppressed")
|
193
193
|
def time_last_suppressed(self) -> Optional[pulumi.Input[str]]:
|
194
194
|
"""
|
195
|
-
The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
195
|
+
The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
196
196
|
"""
|
197
197
|
return pulumi.get(self, "time_last_suppressed")
|
198
198
|
|
@@ -355,8 +355,8 @@ class Suppression(pulumi.CustomResource):
|
|
355
355
|
:param pulumi.Input[str] error_source: DNS name of the source of the error that caused the suppression. Will be set to either the remote-mta or reporting-mta field from a delivery status notification (RFC 3464) when available. Not provided for all types of suppressions, and not always known.
|
356
356
|
:param pulumi.Input[str] message_id: The value of the Message-ID header from the email that triggered a suppression. This value is as defined in RFC 5322 section 3.6.4, excluding angle-brackets. Not provided for all types of suppressions.
|
357
357
|
:param pulumi.Input[str] reason: The reason that the email address was suppressed. For more information on the types of bounces, see [Suppression List](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
|
358
|
-
:param pulumi.Input[str] time_created: The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
359
|
-
:param pulumi.Input[str] time_last_suppressed: The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
358
|
+
:param pulumi.Input[str] time_created: The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
359
|
+
:param pulumi.Input[str] time_last_suppressed: The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
360
360
|
"""
|
361
361
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
362
362
|
|
@@ -428,7 +428,7 @@ class Suppression(pulumi.CustomResource):
|
|
428
428
|
@pulumi.getter(name="timeCreated")
|
429
429
|
def time_created(self) -> pulumi.Output[str]:
|
430
430
|
"""
|
431
|
-
The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
431
|
+
The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
432
432
|
"""
|
433
433
|
return pulumi.get(self, "time_created")
|
434
434
|
|
@@ -436,7 +436,7 @@ class Suppression(pulumi.CustomResource):
|
|
436
436
|
@pulumi.getter(name="timeLastSuppressed")
|
437
437
|
def time_last_suppressed(self) -> pulumi.Output[str]:
|
438
438
|
"""
|
439
|
-
The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
439
|
+
The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
440
440
|
"""
|
441
441
|
return pulumi.get(self, "time_last_suppressed")
|
442
442
|
|
@@ -2219,7 +2219,7 @@ class GetLoadBalancersFilterArgs:
|
|
2219
2219
|
values: Sequence[str],
|
2220
2220
|
regex: Optional[bool] = None):
|
2221
2221
|
"""
|
2222
|
-
:param str name: A
|
2222
|
+
:param str name: A friendly name for the SSL cipher suite. It must be unique and it cannot be changed.
|
2223
2223
|
"""
|
2224
2224
|
pulumi.set(__self__, "name", name)
|
2225
2225
|
pulumi.set(__self__, "values", values)
|
@@ -2230,7 +2230,7 @@ class GetLoadBalancersFilterArgs:
|
|
2230
2230
|
@pulumi.getter
|
2231
2231
|
def name(self) -> str:
|
2232
2232
|
"""
|
2233
|
-
A
|
2233
|
+
A friendly name for the SSL cipher suite. It must be unique and it cannot be changed.
|
2234
2234
|
"""
|
2235
2235
|
return pulumi.get(self, "name")
|
2236
2236
|
|