@pulumi/oci 1.29.0 → 1.30.0-alpha.1712219839
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.
- package/cloudguard/cloudGuardConfiguration.d.ts +1 -1
- package/cloudguard/cloudGuardConfiguration.js +1 -1
- package/cloudguard/cloudGuardDataSource.d.ts +18 -13
- package/cloudguard/cloudGuardDataSource.js +2 -1
- package/cloudguard/cloudGuardDataSource.js.map +1 -1
- package/cloudguard/dataMaskRule.d.ts +1 -1
- package/cloudguard/dataMaskRule.js +1 -1
- package/cloudguard/detectorRecipe.d.ts +1 -1
- package/cloudguard/detectorRecipe.js +1 -1
- package/cloudguard/getCloudGuardConfiguration.d.ts +2 -2
- package/cloudguard/getCloudGuardConfiguration.js +2 -2
- package/cloudguard/getDataMaskRule.d.ts +2 -2
- package/cloudguard/getDataMaskRule.js +2 -2
- package/cloudguard/getDataMaskRules.d.ts +2 -2
- package/cloudguard/getDataMaskRules.js +2 -2
- package/cloudguard/getDetectorRecipe.d.ts +2 -2
- package/cloudguard/getDetectorRecipe.js +2 -2
- package/cloudguard/getDetectorRecipes.d.ts +2 -2
- package/cloudguard/getDetectorRecipes.js +2 -2
- package/cloudguard/getManagedList.d.ts +2 -2
- package/cloudguard/getManagedList.js +2 -2
- package/cloudguard/getManagedLists.d.ts +2 -2
- package/cloudguard/getManagedLists.js +2 -2
- package/cloudguard/managedList.d.ts +1 -1
- package/cloudguard/managedList.js +1 -1
- package/disasterrecovery/drProtectionGroup.d.ts +1 -1
- package/email/dkim.d.ts +10 -10
- package/email/dkim.js +3 -3
- package/email/emailDomain.d.ts +3 -3
- package/email/getConfiguration.d.ts +78 -0
- package/email/getConfiguration.js +55 -0
- package/email/getConfiguration.js.map +1 -0
- package/email/getDkim.d.ts +2 -2
- package/email/getDkims.d.ts +2 -2
- package/email/getDkims.js +2 -2
- package/email/getEmailDomain.d.ts +2 -2
- package/email/getEmailDomains.d.ts +1 -1
- package/email/getSender.d.ts +7 -1
- package/email/getSender.js.map +1 -1
- package/email/getSuppression.d.ts +2 -2
- package/email/getSuppressions.d.ts +4 -4
- package/email/index.d.ts +3 -0
- package/email/index.js +4 -1
- package/email/index.js.map +1 -1
- package/email/sender.d.ts +14 -2
- package/email/sender.js +2 -0
- package/email/sender.js.map +1 -1
- package/email/suppression.d.ts +4 -4
- package/loadbalancer/sslCipherSuite.d.ts +18 -0
- package/loadbalancer/sslCipherSuite.js.map +1 -1
- package/managementagent/getManagementAgents.d.ts +11 -0
- package/managementagent/getManagementAgents.js +3 -0
- package/managementagent/getManagementAgents.js.map +1 -1
- package/managementagent/managementAgent.d.ts +12 -45
- package/managementagent/managementAgent.js +3 -0
- package/managementagent/managementAgent.js.map +1 -1
- package/networkloadbalancer/getNetworkLoadBalancer.d.ts +3 -0
- package/networkloadbalancer/getNetworkLoadBalancer.js.map +1 -1
- package/networkloadbalancer/networkLoadBalancer.d.ts +48 -3
- package/networkloadbalancer/networkLoadBalancer.js +9 -0
- package/networkloadbalancer/networkLoadBalancer.js.map +1 -1
- package/package.json +1 -1
- package/types/input.d.ts +9 -38
- package/types/output.d.ts +25 -45
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* This resource provides the Cloud Guard Configuration resource in Oracle Cloud Infrastructure Cloud Guard service.
|
|
4
4
|
*
|
|
5
|
-
*
|
|
5
|
+
* Update configuration details for a Cloud Guard tenancy, identified by root compartment OCID. The reporting region cannot be updated once created.
|
|
6
6
|
*
|
|
7
7
|
* ## Example Usage
|
|
8
8
|
*
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* This resource provides the Cloud Guard Configuration resource in Oracle Cloud Infrastructure Cloud Guard service.
|
|
10
10
|
*
|
|
11
|
-
*
|
|
11
|
+
* Update configuration details for a Cloud Guard tenancy, identified by root compartment OCID. The reporting region cannot be updated once created.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
@@ -41,6 +41,7 @@ import * as outputs from "../types/output";
|
|
|
41
41
|
* freeformTags: {
|
|
42
42
|
* "bar-key": "value",
|
|
43
43
|
* },
|
|
44
|
+
* status: _var.data_source_status,
|
|
44
45
|
* });
|
|
45
46
|
* ```
|
|
46
47
|
* <!--End PulumiCodeChooser -->
|
|
@@ -99,10 +100,6 @@ export declare class CloudGuardDataSource extends pulumi.CustomResource {
|
|
|
99
100
|
* (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
|
100
101
|
*
|
|
101
102
|
* Avoid entering confidential information.
|
|
102
|
-
*
|
|
103
|
-
*
|
|
104
|
-
* ** IMPORTANT **
|
|
105
|
-
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
106
103
|
*/
|
|
107
104
|
readonly freeformTags: pulumi.Output<{
|
|
108
105
|
[key: string]: any;
|
|
@@ -116,7 +113,11 @@ export declare class CloudGuardDataSource extends pulumi.CustomResource {
|
|
|
116
113
|
*/
|
|
117
114
|
readonly state: pulumi.Output<string>;
|
|
118
115
|
/**
|
|
119
|
-
* Status of
|
|
116
|
+
* (Updatable) Status of DataSource. Default value is DISABLED.
|
|
117
|
+
*
|
|
118
|
+
*
|
|
119
|
+
* ** IMPORTANT **
|
|
120
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
120
121
|
*/
|
|
121
122
|
readonly status: pulumi.Output<string>;
|
|
122
123
|
/**
|
|
@@ -176,10 +177,6 @@ export interface CloudGuardDataSourceState {
|
|
|
176
177
|
* (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
|
177
178
|
*
|
|
178
179
|
* Avoid entering confidential information.
|
|
179
|
-
*
|
|
180
|
-
*
|
|
181
|
-
* ** IMPORTANT **
|
|
182
|
-
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
183
180
|
*/
|
|
184
181
|
freeformTags?: pulumi.Input<{
|
|
185
182
|
[key: string]: any;
|
|
@@ -193,7 +190,11 @@ export interface CloudGuardDataSourceState {
|
|
|
193
190
|
*/
|
|
194
191
|
state?: pulumi.Input<string>;
|
|
195
192
|
/**
|
|
196
|
-
* Status of
|
|
193
|
+
* (Updatable) Status of DataSource. Default value is DISABLED.
|
|
194
|
+
*
|
|
195
|
+
*
|
|
196
|
+
* ** IMPORTANT **
|
|
197
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
197
198
|
*/
|
|
198
199
|
status?: pulumi.Input<string>;
|
|
199
200
|
/**
|
|
@@ -241,12 +242,16 @@ export interface CloudGuardDataSourceArgs {
|
|
|
241
242
|
* (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
|
242
243
|
*
|
|
243
244
|
* Avoid entering confidential information.
|
|
245
|
+
*/
|
|
246
|
+
freeformTags?: pulumi.Input<{
|
|
247
|
+
[key: string]: any;
|
|
248
|
+
}>;
|
|
249
|
+
/**
|
|
250
|
+
* (Updatable) Status of DataSource. Default value is DISABLED.
|
|
244
251
|
*
|
|
245
252
|
*
|
|
246
253
|
* ** IMPORTANT **
|
|
247
254
|
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
248
255
|
*/
|
|
249
|
-
|
|
250
|
-
[key: string]: any;
|
|
251
|
-
}>;
|
|
256
|
+
status?: pulumi.Input<string>;
|
|
252
257
|
}
|
|
@@ -45,6 +45,7 @@ const utilities = require("../utilities");
|
|
|
45
45
|
* freeformTags: {
|
|
46
46
|
* "bar-key": "value",
|
|
47
47
|
* },
|
|
48
|
+
* status: _var.data_source_status,
|
|
48
49
|
* });
|
|
49
50
|
* ```
|
|
50
51
|
* <!--End PulumiCodeChooser -->
|
|
@@ -116,10 +117,10 @@ class CloudGuardDataSource extends pulumi.CustomResource {
|
|
|
116
117
|
resourceInputs["definedTags"] = args ? args.definedTags : undefined;
|
|
117
118
|
resourceInputs["displayName"] = args ? args.displayName : undefined;
|
|
118
119
|
resourceInputs["freeformTags"] = args ? args.freeformTags : undefined;
|
|
120
|
+
resourceInputs["status"] = args ? args.status : undefined;
|
|
119
121
|
resourceInputs["dataSourceDetectorMappingInfos"] = undefined /*out*/;
|
|
120
122
|
resourceInputs["regionStatusDetails"] = undefined /*out*/;
|
|
121
123
|
resourceInputs["state"] = undefined /*out*/;
|
|
122
|
-
resourceInputs["status"] = undefined /*out*/;
|
|
123
124
|
resourceInputs["systemTags"] = undefined /*out*/;
|
|
124
125
|
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
125
126
|
resourceInputs["timeUpdated"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cloudGuardDataSource.js","sourceRoot":"","sources":["../../cloudguard/cloudGuardDataSource.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"cloudGuardDataSource.js","sourceRoot":"","sources":["../../cloudguard/cloudGuardDataSource.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* This resource provides the Data Mask Rule resource in Oracle Cloud Infrastructure Cloud Guard service.
|
|
6
6
|
*
|
|
7
|
-
* Creates a new
|
|
7
|
+
* Creates a new DataMaskRule object definition.
|
|
8
8
|
*
|
|
9
9
|
* ## Example Usage
|
|
10
10
|
*
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* This resource provides the Data Mask Rule resource in Oracle Cloud Infrastructure Cloud Guard service.
|
|
10
10
|
*
|
|
11
|
-
* Creates a new
|
|
11
|
+
* Creates a new DataMaskRule object definition.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* This data source provides details about a specific Cloud Guard Configuration resource in Oracle Cloud Infrastructure Cloud Guard service.
|
|
4
4
|
*
|
|
5
|
-
*
|
|
5
|
+
* Returns the configuration details for a Cloud Guard tenancy, identified by root compartment OCID.
|
|
6
6
|
*
|
|
7
7
|
* ## Example Usage
|
|
8
8
|
*
|
|
@@ -49,7 +49,7 @@ export interface GetCloudGuardConfigurationResult {
|
|
|
49
49
|
/**
|
|
50
50
|
* This data source provides details about a specific Cloud Guard Configuration resource in Oracle Cloud Infrastructure Cloud Guard service.
|
|
51
51
|
*
|
|
52
|
-
*
|
|
52
|
+
* Returns the configuration details for a Cloud Guard tenancy, identified by root compartment OCID.
|
|
53
53
|
*
|
|
54
54
|
* ## Example Usage
|
|
55
55
|
*
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* This data source provides details about a specific Cloud Guard Configuration resource in Oracle Cloud Infrastructure Cloud Guard service.
|
|
10
10
|
*
|
|
11
|
-
*
|
|
11
|
+
* Returns the configuration details for a Cloud Guard tenancy, identified by root compartment OCID.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
@@ -33,7 +33,7 @@ exports.getCloudGuardConfiguration = getCloudGuardConfiguration;
|
|
|
33
33
|
/**
|
|
34
34
|
* This data source provides details about a specific Cloud Guard Configuration resource in Oracle Cloud Infrastructure Cloud Guard service.
|
|
35
35
|
*
|
|
36
|
-
*
|
|
36
|
+
* Returns the configuration details for a Cloud Guard tenancy, identified by root compartment OCID.
|
|
37
37
|
*
|
|
38
38
|
* ## Example Usage
|
|
39
39
|
*
|
|
@@ -3,7 +3,7 @@ import * as outputs from "../types/output";
|
|
|
3
3
|
/**
|
|
4
4
|
* This data source provides details about a specific Data Mask Rule resource in Oracle Cloud Infrastructure Cloud Guard service.
|
|
5
5
|
*
|
|
6
|
-
* Returns a DataMaskRule identified by DataMaskRuleId
|
|
6
|
+
* Returns a DataMaskRule object, identified by DataMaskRuleId.
|
|
7
7
|
*
|
|
8
8
|
* ## Example Usage
|
|
9
9
|
*
|
|
@@ -103,7 +103,7 @@ export interface GetDataMaskRuleResult {
|
|
|
103
103
|
/**
|
|
104
104
|
* This data source provides details about a specific Data Mask Rule resource in Oracle Cloud Infrastructure Cloud Guard service.
|
|
105
105
|
*
|
|
106
|
-
* Returns a DataMaskRule identified by DataMaskRuleId
|
|
106
|
+
* Returns a DataMaskRule object, identified by DataMaskRuleId.
|
|
107
107
|
*
|
|
108
108
|
* ## Example Usage
|
|
109
109
|
*
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* This data source provides details about a specific Data Mask Rule resource in Oracle Cloud Infrastructure Cloud Guard service.
|
|
10
10
|
*
|
|
11
|
-
* Returns a DataMaskRule identified by DataMaskRuleId
|
|
11
|
+
* Returns a DataMaskRule object, identified by DataMaskRuleId.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
@@ -33,7 +33,7 @@ exports.getDataMaskRule = getDataMaskRule;
|
|
|
33
33
|
/**
|
|
34
34
|
* This data source provides details about a specific Data Mask Rule resource in Oracle Cloud Infrastructure Cloud Guard service.
|
|
35
35
|
*
|
|
36
|
-
* Returns a DataMaskRule identified by DataMaskRuleId
|
|
36
|
+
* Returns a DataMaskRule object, identified by DataMaskRuleId.
|
|
37
37
|
*
|
|
38
38
|
* ## Example Usage
|
|
39
39
|
*
|
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* This data source provides the list of Data Mask Rules in Oracle Cloud Infrastructure Cloud Guard service.
|
|
6
6
|
*
|
|
7
|
-
* Returns a list of all
|
|
7
|
+
* Returns a list of all DataMaskRule objects in the specified compartmentId (OCID) and its subcompartments.
|
|
8
8
|
*
|
|
9
9
|
* ## Example Usage
|
|
10
10
|
*
|
|
@@ -105,7 +105,7 @@ export interface GetDataMaskRulesResult {
|
|
|
105
105
|
/**
|
|
106
106
|
* This data source provides the list of Data Mask Rules in Oracle Cloud Infrastructure Cloud Guard service.
|
|
107
107
|
*
|
|
108
|
-
* Returns a list of all
|
|
108
|
+
* Returns a list of all DataMaskRule objects in the specified compartmentId (OCID) and its subcompartments.
|
|
109
109
|
*
|
|
110
110
|
* ## Example Usage
|
|
111
111
|
*
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* This data source provides the list of Data Mask Rules in Oracle Cloud Infrastructure Cloud Guard service.
|
|
10
10
|
*
|
|
11
|
-
* Returns a list of all
|
|
11
|
+
* Returns a list of all DataMaskRule objects in the specified compartmentId (OCID) and its subcompartments.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
@@ -48,7 +48,7 @@ exports.getDataMaskRules = getDataMaskRules;
|
|
|
48
48
|
/**
|
|
49
49
|
* This data source provides the list of Data Mask Rules in Oracle Cloud Infrastructure Cloud Guard service.
|
|
50
50
|
*
|
|
51
|
-
* Returns a list of all
|
|
51
|
+
* Returns a list of all DataMaskRule objects in the specified compartmentId (OCID) and its subcompartments.
|
|
52
52
|
*
|
|
53
53
|
* ## Example Usage
|
|
54
54
|
*
|
|
@@ -3,7 +3,7 @@ import * as outputs from "../types/output";
|
|
|
3
3
|
/**
|
|
4
4
|
* This data source provides details about a specific Detector Recipe resource in Oracle Cloud Infrastructure Cloud Guard service.
|
|
5
5
|
*
|
|
6
|
-
* Returns a DetectorRecipe identified by detectorRecipeId
|
|
6
|
+
* Returns a detector recipe (DetectorRecipe object) identified by detectorRecipeId.
|
|
7
7
|
*
|
|
8
8
|
* ## Example Usage
|
|
9
9
|
*
|
|
@@ -107,7 +107,7 @@ export interface GetDetectorRecipeResult {
|
|
|
107
107
|
/**
|
|
108
108
|
* This data source provides details about a specific Detector Recipe resource in Oracle Cloud Infrastructure Cloud Guard service.
|
|
109
109
|
*
|
|
110
|
-
* Returns a DetectorRecipe identified by detectorRecipeId
|
|
110
|
+
* Returns a detector recipe (DetectorRecipe object) identified by detectorRecipeId.
|
|
111
111
|
*
|
|
112
112
|
* ## Example Usage
|
|
113
113
|
*
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* This data source provides details about a specific Detector Recipe resource in Oracle Cloud Infrastructure Cloud Guard service.
|
|
10
10
|
*
|
|
11
|
-
* Returns a DetectorRecipe identified by detectorRecipeId
|
|
11
|
+
* Returns a detector recipe (DetectorRecipe object) identified by detectorRecipeId.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
@@ -33,7 +33,7 @@ exports.getDetectorRecipe = getDetectorRecipe;
|
|
|
33
33
|
/**
|
|
34
34
|
* This data source provides details about a specific Detector Recipe resource in Oracle Cloud Infrastructure Cloud Guard service.
|
|
35
35
|
*
|
|
36
|
-
* Returns a DetectorRecipe identified by detectorRecipeId
|
|
36
|
+
* Returns a detector recipe (DetectorRecipe object) identified by detectorRecipeId.
|
|
37
37
|
*
|
|
38
38
|
* ## Example Usage
|
|
39
39
|
*
|
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* This data source provides the list of Detector Recipes in Oracle Cloud Infrastructure Cloud Guard service.
|
|
6
6
|
*
|
|
7
|
-
* Returns a list of all
|
|
7
|
+
* Returns a list of all detector recipes (DetectorRecipe objects) in a compartment, identified by compartmentId.
|
|
8
8
|
*
|
|
9
9
|
* The ListDetectorRecipes operation returns only the detector recipes in `compartmentId` passed.
|
|
10
10
|
* The list does not include any subcompartments of the compartmentId passed.
|
|
@@ -101,7 +101,7 @@ export interface GetDetectorRecipesResult {
|
|
|
101
101
|
/**
|
|
102
102
|
* This data source provides the list of Detector Recipes in Oracle Cloud Infrastructure Cloud Guard service.
|
|
103
103
|
*
|
|
104
|
-
* Returns a list of all
|
|
104
|
+
* Returns a list of all detector recipes (DetectorRecipe objects) in a compartment, identified by compartmentId.
|
|
105
105
|
*
|
|
106
106
|
* The ListDetectorRecipes operation returns only the detector recipes in `compartmentId` passed.
|
|
107
107
|
* The list does not include any subcompartments of the compartmentId passed.
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* This data source provides the list of Detector Recipes in Oracle Cloud Infrastructure Cloud Guard service.
|
|
10
10
|
*
|
|
11
|
-
* Returns a list of all
|
|
11
|
+
* Returns a list of all detector recipes (DetectorRecipe objects) in a compartment, identified by compartmentId.
|
|
12
12
|
*
|
|
13
13
|
* The ListDetectorRecipes operation returns only the detector recipes in `compartmentId` passed.
|
|
14
14
|
* The list does not include any subcompartments of the compartmentId passed.
|
|
@@ -58,7 +58,7 @@ exports.getDetectorRecipes = getDetectorRecipes;
|
|
|
58
58
|
/**
|
|
59
59
|
* This data source provides the list of Detector Recipes in Oracle Cloud Infrastructure Cloud Guard service.
|
|
60
60
|
*
|
|
61
|
-
* Returns a list of all
|
|
61
|
+
* Returns a list of all detector recipes (DetectorRecipe objects) in a compartment, identified by compartmentId.
|
|
62
62
|
*
|
|
63
63
|
* The ListDetectorRecipes operation returns only the detector recipes in `compartmentId` passed.
|
|
64
64
|
* The list does not include any subcompartments of the compartmentId passed.
|
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* This data source provides details about a specific Managed List resource in Oracle Cloud Infrastructure Cloud Guard service.
|
|
4
4
|
*
|
|
5
|
-
* Returns a managed list identified by managedListId
|
|
5
|
+
* Returns a managed list identified by managedListId.
|
|
6
6
|
*
|
|
7
7
|
* ## Example Usage
|
|
8
8
|
*
|
|
@@ -106,7 +106,7 @@ export interface GetManagedListResult {
|
|
|
106
106
|
/**
|
|
107
107
|
* This data source provides details about a specific Managed List resource in Oracle Cloud Infrastructure Cloud Guard service.
|
|
108
108
|
*
|
|
109
|
-
* Returns a managed list identified by managedListId
|
|
109
|
+
* Returns a managed list identified by managedListId.
|
|
110
110
|
*
|
|
111
111
|
* ## Example Usage
|
|
112
112
|
*
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* This data source provides details about a specific Managed List resource in Oracle Cloud Infrastructure Cloud Guard service.
|
|
10
10
|
*
|
|
11
|
-
* Returns a managed list identified by managedListId
|
|
11
|
+
* Returns a managed list identified by managedListId.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
@@ -33,7 +33,7 @@ exports.getManagedList = getManagedList;
|
|
|
33
33
|
/**
|
|
34
34
|
* This data source provides details about a specific Managed List resource in Oracle Cloud Infrastructure Cloud Guard service.
|
|
35
35
|
*
|
|
36
|
-
* Returns a managed list identified by managedListId
|
|
36
|
+
* Returns a managed list identified by managedListId.
|
|
37
37
|
*
|
|
38
38
|
* ## Example Usage
|
|
39
39
|
*
|
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* This data source provides the list of Managed Lists in Oracle Cloud Infrastructure Cloud Guard service.
|
|
6
6
|
*
|
|
7
|
-
* Returns a list of
|
|
7
|
+
* Returns a list of all ManagedList objects in a compartment, identified by compartmentId.
|
|
8
8
|
* The ListManagedLists operation returns only the managed lists in `compartmentId` passed.
|
|
9
9
|
* The list does not include any subcompartments of the compartmentId passed.
|
|
10
10
|
*
|
|
@@ -109,7 +109,7 @@ export interface GetManagedListsResult {
|
|
|
109
109
|
/**
|
|
110
110
|
* This data source provides the list of Managed Lists in Oracle Cloud Infrastructure Cloud Guard service.
|
|
111
111
|
*
|
|
112
|
-
* Returns a list of
|
|
112
|
+
* Returns a list of all ManagedList objects in a compartment, identified by compartmentId.
|
|
113
113
|
* The ListManagedLists operation returns only the managed lists in `compartmentId` passed.
|
|
114
114
|
* The list does not include any subcompartments of the compartmentId passed.
|
|
115
115
|
*
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* This data source provides the list of Managed Lists in Oracle Cloud Infrastructure Cloud Guard service.
|
|
10
10
|
*
|
|
11
|
-
* Returns a list of
|
|
11
|
+
* Returns a list of all ManagedList objects in a compartment, identified by compartmentId.
|
|
12
12
|
* The ListManagedLists operation returns only the managed lists in `compartmentId` passed.
|
|
13
13
|
* The list does not include any subcompartments of the compartmentId passed.
|
|
14
14
|
*
|
|
@@ -59,7 +59,7 @@ exports.getManagedLists = getManagedLists;
|
|
|
59
59
|
/**
|
|
60
60
|
* This data source provides the list of Managed Lists in Oracle Cloud Infrastructure Cloud Guard service.
|
|
61
61
|
*
|
|
62
|
-
* Returns a list of
|
|
62
|
+
* Returns a list of all ManagedList objects in a compartment, identified by compartmentId.
|
|
63
63
|
* The ListManagedLists operation returns only the managed lists in `compartmentId` passed.
|
|
64
64
|
* The list does not include any subcompartments of the compartmentId passed.
|
|
65
65
|
*
|
|
@@ -97,7 +97,7 @@ export declare class DrProtectionGroup extends pulumi.CustomResource {
|
|
|
97
97
|
/**
|
|
98
98
|
* (Updatable) A list of DR protection group members.
|
|
99
99
|
*/
|
|
100
|
-
readonly members: pulumi.Output<outputs.DisasterRecovery.DrProtectionGroupMember[]>;
|
|
100
|
+
readonly members: pulumi.Output<outputs.DisasterRecovery.DrProtectionGroupMember[] | undefined>;
|
|
101
101
|
/**
|
|
102
102
|
* The OCID of the peer DR protection group. Example: `ocid1.drprotectiongroup.oc1..uniqueID`
|
|
103
103
|
*/
|
package/email/dkim.d.ts
CHANGED
|
@@ -2,10 +2,10 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* This resource provides the Dkim resource in Oracle Cloud Infrastructure Email service.
|
|
4
4
|
*
|
|
5
|
-
* Creates a new DKIM for
|
|
6
|
-
* This DKIM
|
|
5
|
+
* Creates a new DKIM for an email domain.
|
|
6
|
+
* This DKIM signs all approved senders in the tenancy that are in this email domain.
|
|
7
7
|
* Best security practices indicate to periodically rotate the DKIM that is doing the signing.
|
|
8
|
-
* When a second DKIM is applied, all senders
|
|
8
|
+
* When a second DKIM is applied, all senders seamlessly pick up the new key
|
|
9
9
|
* without interruption in signing.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
@@ -71,7 +71,7 @@ export declare class Dkim extends pulumi.CustomResource {
|
|
|
71
71
|
*/
|
|
72
72
|
readonly description: pulumi.Output<string>;
|
|
73
73
|
/**
|
|
74
|
-
* 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
|
|
74
|
+
* 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.
|
|
75
75
|
*/
|
|
76
76
|
readonly dnsSubdomainName: pulumi.Output<string>;
|
|
77
77
|
/**
|
|
@@ -89,7 +89,7 @@ export declare class Dkim extends pulumi.CustomResource {
|
|
|
89
89
|
*/
|
|
90
90
|
readonly lifecycleDetails: pulumi.Output<string>;
|
|
91
91
|
/**
|
|
92
|
-
* The DKIM selector. This selector is required to be globally unique for this email domain. If you do not provide the selector, we will generate one for you. If you do provide the selector, we suggest adding a short region indicator to differentiate from your signing of emails in other regions you
|
|
92
|
+
* The DKIM selector. This selector is required to be globally unique for this email domain. If you do not provide the selector, we will generate one for you. If you do provide the selector, we suggest adding a short region indicator to differentiate from your signing of emails in other regions you might be subscribed to. Selectors limited to ASCII characters can use alphanumeric, dash ("-"), and dot (".") characters. Non-ASCII selector names should adopt IDNA2008 normalization (RFC 5891-5892).
|
|
93
93
|
*
|
|
94
94
|
* Avoid entering confidential information.
|
|
95
95
|
*
|
|
@@ -119,7 +119,7 @@ export declare class Dkim extends pulumi.CustomResource {
|
|
|
119
119
|
*/
|
|
120
120
|
readonly timeUpdated: pulumi.Output<string>;
|
|
121
121
|
/**
|
|
122
|
-
* 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
|
|
122
|
+
* 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.
|
|
123
123
|
*/
|
|
124
124
|
readonly txtRecordValue: pulumi.Output<string>;
|
|
125
125
|
/**
|
|
@@ -154,7 +154,7 @@ export interface DkimState {
|
|
|
154
154
|
*/
|
|
155
155
|
description?: pulumi.Input<string>;
|
|
156
156
|
/**
|
|
157
|
-
* 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
|
|
157
|
+
* 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.
|
|
158
158
|
*/
|
|
159
159
|
dnsSubdomainName?: pulumi.Input<string>;
|
|
160
160
|
/**
|
|
@@ -172,7 +172,7 @@ export interface DkimState {
|
|
|
172
172
|
*/
|
|
173
173
|
lifecycleDetails?: pulumi.Input<string>;
|
|
174
174
|
/**
|
|
175
|
-
* The DKIM selector. This selector is required to be globally unique for this email domain. If you do not provide the selector, we will generate one for you. If you do provide the selector, we suggest adding a short region indicator to differentiate from your signing of emails in other regions you
|
|
175
|
+
* The DKIM selector. This selector is required to be globally unique for this email domain. If you do not provide the selector, we will generate one for you. If you do provide the selector, we suggest adding a short region indicator to differentiate from your signing of emails in other regions you might be subscribed to. Selectors limited to ASCII characters can use alphanumeric, dash ("-"), and dot (".") characters. Non-ASCII selector names should adopt IDNA2008 normalization (RFC 5891-5892).
|
|
176
176
|
*
|
|
177
177
|
* Avoid entering confidential information.
|
|
178
178
|
*
|
|
@@ -202,7 +202,7 @@ export interface DkimState {
|
|
|
202
202
|
*/
|
|
203
203
|
timeUpdated?: pulumi.Input<string>;
|
|
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
|
txtRecordValue?: pulumi.Input<string>;
|
|
208
208
|
}
|
|
@@ -231,7 +231,7 @@ export interface DkimArgs {
|
|
|
231
231
|
[key: string]: any;
|
|
232
232
|
}>;
|
|
233
233
|
/**
|
|
234
|
-
* The DKIM selector. This selector is required to be globally unique for this email domain. If you do not provide the selector, we will generate one for you. If you do provide the selector, we suggest adding a short region indicator to differentiate from your signing of emails in other regions you
|
|
234
|
+
* The DKIM selector. This selector is required to be globally unique for this email domain. If you do not provide the selector, we will generate one for you. If you do provide the selector, we suggest adding a short region indicator to differentiate from your signing of emails in other regions you might be subscribed to. Selectors limited to ASCII characters can use alphanumeric, dash ("-"), and dot (".") characters. Non-ASCII selector names should adopt IDNA2008 normalization (RFC 5891-5892).
|
|
235
235
|
*
|
|
236
236
|
* Avoid entering confidential information.
|
|
237
237
|
*
|
package/email/dkim.js
CHANGED
|
@@ -8,10 +8,10 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* This resource provides the Dkim resource in Oracle Cloud Infrastructure Email service.
|
|
10
10
|
*
|
|
11
|
-
* Creates a new DKIM for
|
|
12
|
-
* This DKIM
|
|
11
|
+
* Creates a new DKIM for an email domain.
|
|
12
|
+
* This DKIM signs all approved senders in the tenancy that are in this email domain.
|
|
13
13
|
* Best security practices indicate to periodically rotate the DKIM that is doing the signing.
|
|
14
|
-
* When a second DKIM is applied, all senders
|
|
14
|
+
* When a second DKIM is applied, all senders seamlessly pick up the new key
|
|
15
15
|
* without interruption in signing.
|
|
16
16
|
*
|
|
17
17
|
* ## Example Usage
|
package/email/emailDomain.d.ts
CHANGED
|
@@ -77,7 +77,7 @@ export declare class EmailDomain extends pulumi.CustomResource {
|
|
|
77
77
|
*/
|
|
78
78
|
readonly isSpf: pulumi.Output<boolean>;
|
|
79
79
|
/**
|
|
80
|
-
* 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,
|
|
80
|
+
* 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).
|
|
81
81
|
*
|
|
82
82
|
*
|
|
83
83
|
* ** IMPORTANT **
|
|
@@ -140,7 +140,7 @@ export interface EmailDomainState {
|
|
|
140
140
|
*/
|
|
141
141
|
isSpf?: pulumi.Input<boolean>;
|
|
142
142
|
/**
|
|
143
|
-
* 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,
|
|
143
|
+
* 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).
|
|
144
144
|
*
|
|
145
145
|
*
|
|
146
146
|
* ** IMPORTANT **
|
|
@@ -187,7 +187,7 @@ export interface EmailDomainArgs {
|
|
|
187
187
|
[key: string]: any;
|
|
188
188
|
}>;
|
|
189
189
|
/**
|
|
190
|
-
* 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,
|
|
190
|
+
* 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).
|
|
191
191
|
*
|
|
192
192
|
*
|
|
193
193
|
* ** IMPORTANT **
|