@pulumi/mongodbatlas 3.9.0 → 3.9.2
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/auditing.d.ts +3 -3
- package/cluster.d.ts +3 -3
- package/getCloudBackupSnapshot.d.ts +6 -0
- package/getCloudBackupSnapshot.js.map +1 -1
- package/getOnlineArchive.d.ts +45 -22
- package/getOnlineArchive.js +44 -22
- package/getOnlineArchive.js.map +1 -1
- package/getOnlineArchives.d.ts +42 -30
- package/getOnlineArchives.js +42 -30
- package/getOnlineArchives.js.map +1 -1
- package/getOrgInvitation.d.ts +1 -6
- package/getOrgInvitation.js.map +1 -1
- package/getProject.d.ts +4 -3
- package/getProject.js.map +1 -1
- package/onlineArchive.d.ts +3 -0
- package/onlineArchive.js +2 -0
- package/onlineArchive.js.map +1 -1
- package/orgInvitation.d.ts +3 -18
- package/orgInvitation.js.map +1 -1
- package/organization.d.ts +15 -6
- package/organization.js +2 -0
- package/organization.js.map +1 -1
- package/package.json +2 -2
- package/project.d.ts +7 -3
- package/project.js +4 -0
- package/project.js.map +1 -1
- package/provider.js +1 -1
- package/provider.js.map +1 -1
- package/thirdPartyIntegration.d.ts +13 -14
- package/thirdPartyIntegration.js +1 -2
- package/thirdPartyIntegration.js.map +1 -1
- package/types/input.d.ts +72 -5
- package/types/output.d.ts +105 -8
package/auditing.d.ts
CHANGED
|
@@ -64,7 +64,7 @@ export declare class Auditing extends pulumi.CustomResource {
|
|
|
64
64
|
*/
|
|
65
65
|
readonly enabled: pulumi.Output<boolean>;
|
|
66
66
|
/**
|
|
67
|
-
* The unique ID for the project to configure auditing.
|
|
67
|
+
* The unique ID for the project to configure auditing. **Note: When changing this value to a different projectId it will delete the current audit settings for the original project that was assigned to.**
|
|
68
68
|
*/
|
|
69
69
|
readonly projectId: pulumi.Output<string>;
|
|
70
70
|
/**
|
|
@@ -102,7 +102,7 @@ export interface AuditingState {
|
|
|
102
102
|
*/
|
|
103
103
|
enabled?: pulumi.Input<boolean>;
|
|
104
104
|
/**
|
|
105
|
-
* The unique ID for the project to configure auditing.
|
|
105
|
+
* The unique ID for the project to configure auditing. **Note: When changing this value to a different projectId it will delete the current audit settings for the original project that was assigned to.**
|
|
106
106
|
*/
|
|
107
107
|
projectId?: pulumi.Input<string>;
|
|
108
108
|
}
|
|
@@ -125,7 +125,7 @@ export interface AuditingArgs {
|
|
|
125
125
|
*/
|
|
126
126
|
enabled?: pulumi.Input<boolean>;
|
|
127
127
|
/**
|
|
128
|
-
* The unique ID for the project to configure auditing.
|
|
128
|
+
* The unique ID for the project to configure auditing. **Note: When changing this value to a different projectId it will delete the current audit settings for the original project that was assigned to.**
|
|
129
129
|
*/
|
|
130
130
|
projectId: pulumi.Input<string>;
|
|
131
131
|
}
|
package/cluster.d.ts
CHANGED
|
@@ -201,7 +201,7 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
201
201
|
*/
|
|
202
202
|
readonly replicationSpecs: pulumi.Output<outputs.ClusterReplicationSpec[]>;
|
|
203
203
|
/**
|
|
204
|
-
* Set to true to retain backup snapshots for the deleted cluster.
|
|
204
|
+
* Set to true to retain backup snapshots for the deleted cluster. M10 and above only.
|
|
205
205
|
*/
|
|
206
206
|
readonly retainBackupsEnabled: pulumi.Output<boolean | undefined>;
|
|
207
207
|
/**
|
|
@@ -416,7 +416,7 @@ export interface ClusterState {
|
|
|
416
416
|
*/
|
|
417
417
|
replicationSpecs?: pulumi.Input<pulumi.Input<inputs.ClusterReplicationSpec>[]>;
|
|
418
418
|
/**
|
|
419
|
-
* Set to true to retain backup snapshots for the deleted cluster.
|
|
419
|
+
* Set to true to retain backup snapshots for the deleted cluster. M10 and above only.
|
|
420
420
|
*/
|
|
421
421
|
retainBackupsEnabled?: pulumi.Input<boolean>;
|
|
422
422
|
/**
|
|
@@ -594,7 +594,7 @@ export interface ClusterArgs {
|
|
|
594
594
|
*/
|
|
595
595
|
replicationSpecs?: pulumi.Input<pulumi.Input<inputs.ClusterReplicationSpec>[]>;
|
|
596
596
|
/**
|
|
597
|
-
* Set to true to retain backup snapshots for the deleted cluster.
|
|
597
|
+
* Set to true to retain backup snapshots for the deleted cluster. M10 and above only.
|
|
598
598
|
*/
|
|
599
599
|
retainBackupsEnabled?: pulumi.Input<boolean>;
|
|
600
600
|
/**
|
|
@@ -14,6 +14,9 @@ export interface GetCloudBackupSnapshotArgs {
|
|
|
14
14
|
* The name of the Atlas cluster that contains the snapshot you want to retrieve.
|
|
15
15
|
*/
|
|
16
16
|
clusterName: string;
|
|
17
|
+
/**
|
|
18
|
+
* The unique identifier of the project for the Atlas cluster.
|
|
19
|
+
*/
|
|
17
20
|
projectId: string;
|
|
18
21
|
/**
|
|
19
22
|
* The unique identifier of the snapshot you want to retrieve.
|
|
@@ -98,6 +101,9 @@ export interface GetCloudBackupSnapshotOutputArgs {
|
|
|
98
101
|
* The name of the Atlas cluster that contains the snapshot you want to retrieve.
|
|
99
102
|
*/
|
|
100
103
|
clusterName: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* The unique identifier of the project for the Atlas cluster.
|
|
106
|
+
*/
|
|
101
107
|
projectId: pulumi.Input<string>;
|
|
102
108
|
/**
|
|
103
109
|
* The unique identifier of the snapshot you want to retrieve.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCloudBackupSnapshot.js","sourceRoot":"","sources":["../getCloudBackupSnapshot.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAEhG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wDAQC;
|
|
1
|
+
{"version":3,"file":"getCloudBackupSnapshot.js","sourceRoot":"","sources":["../getCloudBackupSnapshot.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAEhG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wDAQC;AAoFD;;;;GAIG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,sBAAsB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjF,CAAC;AAFD,oEAEC"}
|
package/getOnlineArchive.d.ts
CHANGED
|
@@ -22,19 +22,30 @@ import * as outputs from "./types/output";
|
|
|
22
22
|
* * `dbName` - Name of the database that contains the collection.
|
|
23
23
|
* * `collName` - Name of the collection.
|
|
24
24
|
* * `collectionType` - Classification of MongoDB database collection that you want to return, "TIMESERIES" or "STANDARD". Default is "STANDARD".
|
|
25
|
-
* * `criteria` - Criteria to use for archiving data.
|
|
26
|
-
* * `criteria.type` - Type of criteria (DATE, CUSTOM)
|
|
27
|
-
* * `criteria.date_field` - Name of an already indexed date field from the documents. Data is archived when the current date is greater than the value of the date field specified here plus the number of days specified via the `expireAfterDays` parameter.
|
|
28
|
-
* * `criteria.date_format` - the date format. Valid values: ISODATE (default), EPOCH_SECONDS, EPOCH_MILLIS, EPOCH_NANOSECONDS
|
|
29
|
-
* * `criteria.expire_after_days` - Number of days that specifies the age limit for the data in the live Atlas cluster.
|
|
30
|
-
* * `criteria.query` - JSON query to use to select documents for archiving. Only for `CUSTOM` type
|
|
31
|
-
* * `partitionFields` - Fields to use to partition data.
|
|
32
|
-
* * `partition_fields.field_name` - Name of the field. To specify a nested field, use the dot notation.
|
|
33
|
-
* * `partition_fields.order` - Position of the field in the partition. Value can be: 0,1,2
|
|
34
|
-
* By default, the date field specified in the criteria.dateField parameter is in the first position of the partition.
|
|
35
|
-
* * `partitio_fields.field_type` - Type of the partition field
|
|
36
25
|
* * `state` - Status of the online archive. Valid values are: Pending, Archiving, Idle, Pausing, Paused, Orphaned and Deleted
|
|
37
26
|
*
|
|
27
|
+
* ### Criteria
|
|
28
|
+
* * `type` - Type of criteria (DATE, CUSTOM)
|
|
29
|
+
* * `dateField` - Indexed database parameter that stores the date that determines when data moves to the online archive. MongoDB Cloud archives the data when the current date exceeds the date in this database parameter plus the number of days specified through the expireAfterDays parameter. Set this parameter when `type` is `DATE`.
|
|
30
|
+
* * `dateFormat` - Syntax used to write the date after which data moves to the online archive. Date can be expressed as ISO 8601 or Epoch timestamps. The Epoch timestamp can be expressed as nanoseconds, milliseconds, or seconds. Set this parameter when `type` is `DATE`. You must set `type` to `DATE` if `collectionType` is `TIMESERIES`. Valid values: ISODATE (default), EPOCH_SECONDS, EPOCH_MILLIS, EPOCH_NANOSECONDS.
|
|
31
|
+
* * `expireAfterDays` - Number of days after the value in the criteria.dateField when MongoDB Cloud archives data in the specified cluster. Set this parameter when `type` is `DATE`.
|
|
32
|
+
* * `query` - JSON query to use to select documents for archiving. Atlas uses the specified query with the db.collection.find(query) command. The empty document {} to return all documents is not supported. Set this parameter when `type` is `CUSTOM`.
|
|
33
|
+
*
|
|
34
|
+
* ### Schedule
|
|
35
|
+
*
|
|
36
|
+
* * `type` - Type of schedule. Valid values: `DEFAULT`, `DAILY`, `MONTHLY`, `WEEKLY`.
|
|
37
|
+
* * `startHour` - Hour of the day when the when the scheduled window to run one online archive starts.
|
|
38
|
+
* * `endHour` - Hour of the day when the scheduled window to run one online archive ends.
|
|
39
|
+
* * `startMinute` - Minute of the hour when the scheduled window to run one online archive starts.
|
|
40
|
+
* * `endMinute` - Minute of the hour when the scheduled window to run one online archive ends.
|
|
41
|
+
* * `dayOfMonth` - Day of the month when the scheduled archive starts. Set this parameter when `type` is `MONTHLY`.
|
|
42
|
+
* * `dayOfWeek` - Day of the week when the scheduled archive starts. The week starts with Monday (1) and ends with Sunday (7).Set this parameter when `type` is `WEEKLY`.
|
|
43
|
+
*
|
|
44
|
+
* ### Partition
|
|
45
|
+
* * `fieldName` - Human-readable label that identifies the parameter that MongoDB Cloud uses to partition data. To specify a nested parameter, use the dot notation.
|
|
46
|
+
* * `order` - Sequence in which MongoDB Cloud slices the collection data to create partitions. The resource expresses this sequence starting with zero. The value of the `criteria.dateField` parameter defaults as the first item in the partition sequence.
|
|
47
|
+
* * `fieldType` - Data type of the parameter that that MongoDB Cloud uses to partition data. Partition parameters of type UUID must be of binary subtype 4. MongoDB Cloud skips partition parameters of type UUID with subtype 3. Valid values: `date`, `int`, `long`, `objectId`, `string`, `uuid`.
|
|
48
|
+
*
|
|
38
49
|
* See [MongoDB Atlas API](https://docs.atlas.mongodb.com/reference/api/online-archive-get-one/) Documentation for more information.
|
|
39
50
|
*/
|
|
40
51
|
export declare function getOnlineArchive(args: GetOnlineArchiveArgs, opts?: pulumi.InvokeOptions): Promise<GetOnlineArchiveResult>;
|
|
@@ -72,6 +83,7 @@ export interface GetOnlineArchiveResult {
|
|
|
72
83
|
readonly partitionFields: outputs.GetOnlineArchivePartitionField[];
|
|
73
84
|
readonly paused: boolean;
|
|
74
85
|
readonly projectId: string;
|
|
86
|
+
readonly schedules: outputs.GetOnlineArchiveSchedule[];
|
|
75
87
|
readonly state: string;
|
|
76
88
|
}
|
|
77
89
|
/**
|
|
@@ -96,19 +108,30 @@ export interface GetOnlineArchiveResult {
|
|
|
96
108
|
* * `dbName` - Name of the database that contains the collection.
|
|
97
109
|
* * `collName` - Name of the collection.
|
|
98
110
|
* * `collectionType` - Classification of MongoDB database collection that you want to return, "TIMESERIES" or "STANDARD". Default is "STANDARD".
|
|
99
|
-
* * `criteria` - Criteria to use for archiving data.
|
|
100
|
-
* * `criteria.type` - Type of criteria (DATE, CUSTOM)
|
|
101
|
-
* * `criteria.date_field` - Name of an already indexed date field from the documents. Data is archived when the current date is greater than the value of the date field specified here plus the number of days specified via the `expireAfterDays` parameter.
|
|
102
|
-
* * `criteria.date_format` - the date format. Valid values: ISODATE (default), EPOCH_SECONDS, EPOCH_MILLIS, EPOCH_NANOSECONDS
|
|
103
|
-
* * `criteria.expire_after_days` - Number of days that specifies the age limit for the data in the live Atlas cluster.
|
|
104
|
-
* * `criteria.query` - JSON query to use to select documents for archiving. Only for `CUSTOM` type
|
|
105
|
-
* * `partitionFields` - Fields to use to partition data.
|
|
106
|
-
* * `partition_fields.field_name` - Name of the field. To specify a nested field, use the dot notation.
|
|
107
|
-
* * `partition_fields.order` - Position of the field in the partition. Value can be: 0,1,2
|
|
108
|
-
* By default, the date field specified in the criteria.dateField parameter is in the first position of the partition.
|
|
109
|
-
* * `partitio_fields.field_type` - Type of the partition field
|
|
110
111
|
* * `state` - Status of the online archive. Valid values are: Pending, Archiving, Idle, Pausing, Paused, Orphaned and Deleted
|
|
111
112
|
*
|
|
113
|
+
* ### Criteria
|
|
114
|
+
* * `type` - Type of criteria (DATE, CUSTOM)
|
|
115
|
+
* * `dateField` - Indexed database parameter that stores the date that determines when data moves to the online archive. MongoDB Cloud archives the data when the current date exceeds the date in this database parameter plus the number of days specified through the expireAfterDays parameter. Set this parameter when `type` is `DATE`.
|
|
116
|
+
* * `dateFormat` - Syntax used to write the date after which data moves to the online archive. Date can be expressed as ISO 8601 or Epoch timestamps. The Epoch timestamp can be expressed as nanoseconds, milliseconds, or seconds. Set this parameter when `type` is `DATE`. You must set `type` to `DATE` if `collectionType` is `TIMESERIES`. Valid values: ISODATE (default), EPOCH_SECONDS, EPOCH_MILLIS, EPOCH_NANOSECONDS.
|
|
117
|
+
* * `expireAfterDays` - Number of days after the value in the criteria.dateField when MongoDB Cloud archives data in the specified cluster. Set this parameter when `type` is `DATE`.
|
|
118
|
+
* * `query` - JSON query to use to select documents for archiving. Atlas uses the specified query with the db.collection.find(query) command. The empty document {} to return all documents is not supported. Set this parameter when `type` is `CUSTOM`.
|
|
119
|
+
*
|
|
120
|
+
* ### Schedule
|
|
121
|
+
*
|
|
122
|
+
* * `type` - Type of schedule. Valid values: `DEFAULT`, `DAILY`, `MONTHLY`, `WEEKLY`.
|
|
123
|
+
* * `startHour` - Hour of the day when the when the scheduled window to run one online archive starts.
|
|
124
|
+
* * `endHour` - Hour of the day when the scheduled window to run one online archive ends.
|
|
125
|
+
* * `startMinute` - Minute of the hour when the scheduled window to run one online archive starts.
|
|
126
|
+
* * `endMinute` - Minute of the hour when the scheduled window to run one online archive ends.
|
|
127
|
+
* * `dayOfMonth` - Day of the month when the scheduled archive starts. Set this parameter when `type` is `MONTHLY`.
|
|
128
|
+
* * `dayOfWeek` - Day of the week when the scheduled archive starts. The week starts with Monday (1) and ends with Sunday (7).Set this parameter when `type` is `WEEKLY`.
|
|
129
|
+
*
|
|
130
|
+
* ### Partition
|
|
131
|
+
* * `fieldName` - Human-readable label that identifies the parameter that MongoDB Cloud uses to partition data. To specify a nested parameter, use the dot notation.
|
|
132
|
+
* * `order` - Sequence in which MongoDB Cloud slices the collection data to create partitions. The resource expresses this sequence starting with zero. The value of the `criteria.dateField` parameter defaults as the first item in the partition sequence.
|
|
133
|
+
* * `fieldType` - Data type of the parameter that that MongoDB Cloud uses to partition data. Partition parameters of type UUID must be of binary subtype 4. MongoDB Cloud skips partition parameters of type UUID with subtype 3. Valid values: `date`, `int`, `long`, `objectId`, `string`, `uuid`.
|
|
134
|
+
*
|
|
112
135
|
* See [MongoDB Atlas API](https://docs.atlas.mongodb.com/reference/api/online-archive-get-one/) Documentation for more information.
|
|
113
136
|
*/
|
|
114
137
|
export declare function getOnlineArchiveOutput(args: GetOnlineArchiveOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetOnlineArchiveResult>;
|
package/getOnlineArchive.js
CHANGED
|
@@ -27,19 +27,30 @@ const utilities = require("./utilities");
|
|
|
27
27
|
* * `dbName` - Name of the database that contains the collection.
|
|
28
28
|
* * `collName` - Name of the collection.
|
|
29
29
|
* * `collectionType` - Classification of MongoDB database collection that you want to return, "TIMESERIES" or "STANDARD". Default is "STANDARD".
|
|
30
|
-
* * `criteria` - Criteria to use for archiving data.
|
|
31
|
-
* * `criteria.type` - Type of criteria (DATE, CUSTOM)
|
|
32
|
-
* * `criteria.date_field` - Name of an already indexed date field from the documents. Data is archived when the current date is greater than the value of the date field specified here plus the number of days specified via the `expireAfterDays` parameter.
|
|
33
|
-
* * `criteria.date_format` - the date format. Valid values: ISODATE (default), EPOCH_SECONDS, EPOCH_MILLIS, EPOCH_NANOSECONDS
|
|
34
|
-
* * `criteria.expire_after_days` - Number of days that specifies the age limit for the data in the live Atlas cluster.
|
|
35
|
-
* * `criteria.query` - JSON query to use to select documents for archiving. Only for `CUSTOM` type
|
|
36
|
-
* * `partitionFields` - Fields to use to partition data.
|
|
37
|
-
* * `partition_fields.field_name` - Name of the field. To specify a nested field, use the dot notation.
|
|
38
|
-
* * `partition_fields.order` - Position of the field in the partition. Value can be: 0,1,2
|
|
39
|
-
* By default, the date field specified in the criteria.dateField parameter is in the first position of the partition.
|
|
40
|
-
* * `partitio_fields.field_type` - Type of the partition field
|
|
41
30
|
* * `state` - Status of the online archive. Valid values are: Pending, Archiving, Idle, Pausing, Paused, Orphaned and Deleted
|
|
42
31
|
*
|
|
32
|
+
* ### Criteria
|
|
33
|
+
* * `type` - Type of criteria (DATE, CUSTOM)
|
|
34
|
+
* * `dateField` - Indexed database parameter that stores the date that determines when data moves to the online archive. MongoDB Cloud archives the data when the current date exceeds the date in this database parameter plus the number of days specified through the expireAfterDays parameter. Set this parameter when `type` is `DATE`.
|
|
35
|
+
* * `dateFormat` - Syntax used to write the date after which data moves to the online archive. Date can be expressed as ISO 8601 or Epoch timestamps. The Epoch timestamp can be expressed as nanoseconds, milliseconds, or seconds. Set this parameter when `type` is `DATE`. You must set `type` to `DATE` if `collectionType` is `TIMESERIES`. Valid values: ISODATE (default), EPOCH_SECONDS, EPOCH_MILLIS, EPOCH_NANOSECONDS.
|
|
36
|
+
* * `expireAfterDays` - Number of days after the value in the criteria.dateField when MongoDB Cloud archives data in the specified cluster. Set this parameter when `type` is `DATE`.
|
|
37
|
+
* * `query` - JSON query to use to select documents for archiving. Atlas uses the specified query with the db.collection.find(query) command. The empty document {} to return all documents is not supported. Set this parameter when `type` is `CUSTOM`.
|
|
38
|
+
*
|
|
39
|
+
* ### Schedule
|
|
40
|
+
*
|
|
41
|
+
* * `type` - Type of schedule. Valid values: `DEFAULT`, `DAILY`, `MONTHLY`, `WEEKLY`.
|
|
42
|
+
* * `startHour` - Hour of the day when the when the scheduled window to run one online archive starts.
|
|
43
|
+
* * `endHour` - Hour of the day when the scheduled window to run one online archive ends.
|
|
44
|
+
* * `startMinute` - Minute of the hour when the scheduled window to run one online archive starts.
|
|
45
|
+
* * `endMinute` - Minute of the hour when the scheduled window to run one online archive ends.
|
|
46
|
+
* * `dayOfMonth` - Day of the month when the scheduled archive starts. Set this parameter when `type` is `MONTHLY`.
|
|
47
|
+
* * `dayOfWeek` - Day of the week when the scheduled archive starts. The week starts with Monday (1) and ends with Sunday (7).Set this parameter when `type` is `WEEKLY`.
|
|
48
|
+
*
|
|
49
|
+
* ### Partition
|
|
50
|
+
* * `fieldName` - Human-readable label that identifies the parameter that MongoDB Cloud uses to partition data. To specify a nested parameter, use the dot notation.
|
|
51
|
+
* * `order` - Sequence in which MongoDB Cloud slices the collection data to create partitions. The resource expresses this sequence starting with zero. The value of the `criteria.dateField` parameter defaults as the first item in the partition sequence.
|
|
52
|
+
* * `fieldType` - Data type of the parameter that that MongoDB Cloud uses to partition data. Partition parameters of type UUID must be of binary subtype 4. MongoDB Cloud skips partition parameters of type UUID with subtype 3. Valid values: `date`, `int`, `long`, `objectId`, `string`, `uuid`.
|
|
53
|
+
*
|
|
43
54
|
* See [MongoDB Atlas API](https://docs.atlas.mongodb.com/reference/api/online-archive-get-one/) Documentation for more information.
|
|
44
55
|
*/
|
|
45
56
|
function getOnlineArchive(args, opts) {
|
|
@@ -73,19 +84,30 @@ exports.getOnlineArchive = getOnlineArchive;
|
|
|
73
84
|
* * `dbName` - Name of the database that contains the collection.
|
|
74
85
|
* * `collName` - Name of the collection.
|
|
75
86
|
* * `collectionType` - Classification of MongoDB database collection that you want to return, "TIMESERIES" or "STANDARD". Default is "STANDARD".
|
|
76
|
-
* * `criteria` - Criteria to use for archiving data.
|
|
77
|
-
* * `criteria.type` - Type of criteria (DATE, CUSTOM)
|
|
78
|
-
* * `criteria.date_field` - Name of an already indexed date field from the documents. Data is archived when the current date is greater than the value of the date field specified here plus the number of days specified via the `expireAfterDays` parameter.
|
|
79
|
-
* * `criteria.date_format` - the date format. Valid values: ISODATE (default), EPOCH_SECONDS, EPOCH_MILLIS, EPOCH_NANOSECONDS
|
|
80
|
-
* * `criteria.expire_after_days` - Number of days that specifies the age limit for the data in the live Atlas cluster.
|
|
81
|
-
* * `criteria.query` - JSON query to use to select documents for archiving. Only for `CUSTOM` type
|
|
82
|
-
* * `partitionFields` - Fields to use to partition data.
|
|
83
|
-
* * `partition_fields.field_name` - Name of the field. To specify a nested field, use the dot notation.
|
|
84
|
-
* * `partition_fields.order` - Position of the field in the partition. Value can be: 0,1,2
|
|
85
|
-
* By default, the date field specified in the criteria.dateField parameter is in the first position of the partition.
|
|
86
|
-
* * `partitio_fields.field_type` - Type of the partition field
|
|
87
87
|
* * `state` - Status of the online archive. Valid values are: Pending, Archiving, Idle, Pausing, Paused, Orphaned and Deleted
|
|
88
88
|
*
|
|
89
|
+
* ### Criteria
|
|
90
|
+
* * `type` - Type of criteria (DATE, CUSTOM)
|
|
91
|
+
* * `dateField` - Indexed database parameter that stores the date that determines when data moves to the online archive. MongoDB Cloud archives the data when the current date exceeds the date in this database parameter plus the number of days specified through the expireAfterDays parameter. Set this parameter when `type` is `DATE`.
|
|
92
|
+
* * `dateFormat` - Syntax used to write the date after which data moves to the online archive. Date can be expressed as ISO 8601 or Epoch timestamps. The Epoch timestamp can be expressed as nanoseconds, milliseconds, or seconds. Set this parameter when `type` is `DATE`. You must set `type` to `DATE` if `collectionType` is `TIMESERIES`. Valid values: ISODATE (default), EPOCH_SECONDS, EPOCH_MILLIS, EPOCH_NANOSECONDS.
|
|
93
|
+
* * `expireAfterDays` - Number of days after the value in the criteria.dateField when MongoDB Cloud archives data in the specified cluster. Set this parameter when `type` is `DATE`.
|
|
94
|
+
* * `query` - JSON query to use to select documents for archiving. Atlas uses the specified query with the db.collection.find(query) command. The empty document {} to return all documents is not supported. Set this parameter when `type` is `CUSTOM`.
|
|
95
|
+
*
|
|
96
|
+
* ### Schedule
|
|
97
|
+
*
|
|
98
|
+
* * `type` - Type of schedule. Valid values: `DEFAULT`, `DAILY`, `MONTHLY`, `WEEKLY`.
|
|
99
|
+
* * `startHour` - Hour of the day when the when the scheduled window to run one online archive starts.
|
|
100
|
+
* * `endHour` - Hour of the day when the scheduled window to run one online archive ends.
|
|
101
|
+
* * `startMinute` - Minute of the hour when the scheduled window to run one online archive starts.
|
|
102
|
+
* * `endMinute` - Minute of the hour when the scheduled window to run one online archive ends.
|
|
103
|
+
* * `dayOfMonth` - Day of the month when the scheduled archive starts. Set this parameter when `type` is `MONTHLY`.
|
|
104
|
+
* * `dayOfWeek` - Day of the week when the scheduled archive starts. The week starts with Monday (1) and ends with Sunday (7).Set this parameter when `type` is `WEEKLY`.
|
|
105
|
+
*
|
|
106
|
+
* ### Partition
|
|
107
|
+
* * `fieldName` - Human-readable label that identifies the parameter that MongoDB Cloud uses to partition data. To specify a nested parameter, use the dot notation.
|
|
108
|
+
* * `order` - Sequence in which MongoDB Cloud slices the collection data to create partitions. The resource expresses this sequence starting with zero. The value of the `criteria.dateField` parameter defaults as the first item in the partition sequence.
|
|
109
|
+
* * `fieldType` - Data type of the parameter that that MongoDB Cloud uses to partition data. Partition parameters of type UUID must be of binary subtype 4. MongoDB Cloud skips partition parameters of type UUID with subtype 3. Valid values: `date`, `int`, `long`, `objectId`, `string`, `uuid`.
|
|
110
|
+
*
|
|
89
111
|
* See [MongoDB Atlas API](https://docs.atlas.mongodb.com/reference/api/online-archive-get-one/) Documentation for more information.
|
|
90
112
|
*/
|
|
91
113
|
function getOnlineArchiveOutput(args, opts) {
|
package/getOnlineArchive.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOnlineArchive.js","sourceRoot":"","sources":["../getOnlineArchive.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getOnlineArchive.js","sourceRoot":"","sources":["../getOnlineArchive.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+CG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IAEpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4CAQC;AAwCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+CG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
|
package/getOnlineArchives.d.ts
CHANGED
|
@@ -18,26 +18,32 @@ import * as outputs from "./types/output";
|
|
|
18
18
|
* ```
|
|
19
19
|
* ## Attributes reference
|
|
20
20
|
*
|
|
21
|
-
* Each object in the results array represents an online archive with the following attributes:
|
|
22
|
-
*
|
|
23
|
-
* * `archiveId` - ID of the online archive.
|
|
24
21
|
* * `dbName` - Name of the database that contains the collection.
|
|
25
22
|
* * `collName` - Name of the collection.
|
|
26
23
|
* * `collectionType` - Classification of MongoDB database collection that you want to return, "TIMESERIES" or "STANDARD". Default is "STANDARD".
|
|
27
|
-
* * `criteria` - Criteria to use for archiving data.
|
|
28
|
-
* * `criteria.type` - Type of criteria (DATE, CUSTOM)
|
|
29
|
-
* * `criteria.date_field` - Name of an already indexed date field from the documents. Data is archived when the current date is greater than the value of the date field specified here plus the number of days specified via the `expireAfterDays` parameter.
|
|
30
|
-
* * `criteria.date_format` - the date format. Valid values: ISODATE (default), EPOCH_SECONDS, EPOCH_MILLIS, EPOCH_NANOSECONDS
|
|
31
|
-
* * `criteria.expire_after_days` - Number of days that specifies the age limit for the data in the live Atlas cluster.
|
|
32
|
-
* * `criteria.query` - JSON query to use to select documents for archiving. Only for `CUSTOM` type
|
|
33
|
-
* * `partitionFields` - Fields to use to partition data.
|
|
34
|
-
* * `partition_fields.field_name` - Name of the field. To specify a nested field, use the dot notation.
|
|
35
|
-
* * `partition_fields.order` - Position of the field in the partition. Value can be: 0,1,2
|
|
36
|
-
* By default, the date field specified in the criteria.dateField parameter is in the first position of the partition.
|
|
37
|
-
* * `partitio_fields.field_type` - Type of the partition field
|
|
38
24
|
* * `state` - Status of the online archive. Valid values are: Pending, Archiving, Idle, Pausing, Paused, Orphaned and Deleted
|
|
39
25
|
*
|
|
40
|
-
*
|
|
26
|
+
* ### Criteria
|
|
27
|
+
* * `type` - Type of criteria (DATE, CUSTOM)
|
|
28
|
+
* * `dateField` - Indexed database parameter that stores the date that determines when data moves to the online archive. MongoDB Cloud archives the data when the current date exceeds the date in this database parameter plus the number of days specified through the expireAfterDays parameter. Set this parameter when `type` is `DATE`.
|
|
29
|
+
* * `dateFormat` - Syntax used to write the date after which data moves to the online archive. Date can be expressed as ISO 8601 or Epoch timestamps. The Epoch timestamp can be expressed as nanoseconds, milliseconds, or seconds. Set this parameter when `type` is `DATE`. You must set `type` to `DATE` if `collectionType` is `TIMESERIES`. Valid values: ISODATE (default), EPOCH_SECONDS, EPOCH_MILLIS, EPOCH_NANOSECONDS.
|
|
30
|
+
* * `expireAfterDays` - Number of days after the value in the criteria.dateField when MongoDB Cloud archives data in the specified cluster. Set this parameter when `type` is `DATE`.
|
|
31
|
+
* * `query` - JSON query to use to select documents for archiving. Atlas uses the specified query with the db.collection.find(query) command. The empty document {} to return all documents is not supported. Set this parameter when `type` is `CUSTOM`.
|
|
32
|
+
*
|
|
33
|
+
* ### Schedule
|
|
34
|
+
*
|
|
35
|
+
* * `type` - Type of schedule (`DAILY`, `MONTHLY`, `WEEKLY`).
|
|
36
|
+
* * `startHour` - Hour of the day when the when the scheduled window to run one online archive starts.
|
|
37
|
+
* * `endHour` - Hour of the day when the scheduled window to run one online archive ends.
|
|
38
|
+
* * `startMinute` - Minute of the hour when the scheduled window to run one online archive starts.
|
|
39
|
+
* * `endMinute` - Minute of the hour when the scheduled window to run one online archive ends.
|
|
40
|
+
* * `dayOfMonth` - Day of the month when the scheduled archive starts.
|
|
41
|
+
* * `dayOfWeek` - Day of the week when the scheduled archive starts. The week starts with Monday (1) and ends with Sunday (7).
|
|
42
|
+
*
|
|
43
|
+
* ### Partition
|
|
44
|
+
* * `fieldName` - Human-readable label that identifies the parameter that MongoDB Cloud uses to partition data. To specify a nested parameter, use the dot notation.
|
|
45
|
+
* * `order` - Sequence in which MongoDB Cloud slices the collection data to create partitions. The resource expresses this sequence starting with zero. The value of the `criteria.dateField` parameter defaults as the first item in the partition sequence.
|
|
46
|
+
* * `fieldType` - Data type of the parameter that that MongoDB Cloud uses to partition data. Partition parameters of type UUID must be of binary subtype 4. MongoDB Cloud skips partition parameters of type UUID with subtype 3. Valid values: `date`, `int`, `long`, `objectId`, `string`, `uuid`.
|
|
41
47
|
*/
|
|
42
48
|
export declare function getOnlineArchives(args: GetOnlineArchivesArgs, opts?: pulumi.InvokeOptions): Promise<GetOnlineArchivesResult>;
|
|
43
49
|
/**
|
|
@@ -88,26 +94,32 @@ export interface GetOnlineArchivesResult {
|
|
|
88
94
|
* ```
|
|
89
95
|
* ## Attributes reference
|
|
90
96
|
*
|
|
91
|
-
* Each object in the results array represents an online archive with the following attributes:
|
|
92
|
-
*
|
|
93
|
-
* * `archiveId` - ID of the online archive.
|
|
94
97
|
* * `dbName` - Name of the database that contains the collection.
|
|
95
98
|
* * `collName` - Name of the collection.
|
|
96
99
|
* * `collectionType` - Classification of MongoDB database collection that you want to return, "TIMESERIES" or "STANDARD". Default is "STANDARD".
|
|
97
|
-
* * `criteria` - Criteria to use for archiving data.
|
|
98
|
-
* * `criteria.type` - Type of criteria (DATE, CUSTOM)
|
|
99
|
-
* * `criteria.date_field` - Name of an already indexed date field from the documents. Data is archived when the current date is greater than the value of the date field specified here plus the number of days specified via the `expireAfterDays` parameter.
|
|
100
|
-
* * `criteria.date_format` - the date format. Valid values: ISODATE (default), EPOCH_SECONDS, EPOCH_MILLIS, EPOCH_NANOSECONDS
|
|
101
|
-
* * `criteria.expire_after_days` - Number of days that specifies the age limit for the data in the live Atlas cluster.
|
|
102
|
-
* * `criteria.query` - JSON query to use to select documents for archiving. Only for `CUSTOM` type
|
|
103
|
-
* * `partitionFields` - Fields to use to partition data.
|
|
104
|
-
* * `partition_fields.field_name` - Name of the field. To specify a nested field, use the dot notation.
|
|
105
|
-
* * `partition_fields.order` - Position of the field in the partition. Value can be: 0,1,2
|
|
106
|
-
* By default, the date field specified in the criteria.dateField parameter is in the first position of the partition.
|
|
107
|
-
* * `partitio_fields.field_type` - Type of the partition field
|
|
108
100
|
* * `state` - Status of the online archive. Valid values are: Pending, Archiving, Idle, Pausing, Paused, Orphaned and Deleted
|
|
109
101
|
*
|
|
110
|
-
*
|
|
102
|
+
* ### Criteria
|
|
103
|
+
* * `type` - Type of criteria (DATE, CUSTOM)
|
|
104
|
+
* * `dateField` - Indexed database parameter that stores the date that determines when data moves to the online archive. MongoDB Cloud archives the data when the current date exceeds the date in this database parameter plus the number of days specified through the expireAfterDays parameter. Set this parameter when `type` is `DATE`.
|
|
105
|
+
* * `dateFormat` - Syntax used to write the date after which data moves to the online archive. Date can be expressed as ISO 8601 or Epoch timestamps. The Epoch timestamp can be expressed as nanoseconds, milliseconds, or seconds. Set this parameter when `type` is `DATE`. You must set `type` to `DATE` if `collectionType` is `TIMESERIES`. Valid values: ISODATE (default), EPOCH_SECONDS, EPOCH_MILLIS, EPOCH_NANOSECONDS.
|
|
106
|
+
* * `expireAfterDays` - Number of days after the value in the criteria.dateField when MongoDB Cloud archives data in the specified cluster. Set this parameter when `type` is `DATE`.
|
|
107
|
+
* * `query` - JSON query to use to select documents for archiving. Atlas uses the specified query with the db.collection.find(query) command. The empty document {} to return all documents is not supported. Set this parameter when `type` is `CUSTOM`.
|
|
108
|
+
*
|
|
109
|
+
* ### Schedule
|
|
110
|
+
*
|
|
111
|
+
* * `type` - Type of schedule (`DAILY`, `MONTHLY`, `WEEKLY`).
|
|
112
|
+
* * `startHour` - Hour of the day when the when the scheduled window to run one online archive starts.
|
|
113
|
+
* * `endHour` - Hour of the day when the scheduled window to run one online archive ends.
|
|
114
|
+
* * `startMinute` - Minute of the hour when the scheduled window to run one online archive starts.
|
|
115
|
+
* * `endMinute` - Minute of the hour when the scheduled window to run one online archive ends.
|
|
116
|
+
* * `dayOfMonth` - Day of the month when the scheduled archive starts.
|
|
117
|
+
* * `dayOfWeek` - Day of the week when the scheduled archive starts. The week starts with Monday (1) and ends with Sunday (7).
|
|
118
|
+
*
|
|
119
|
+
* ### Partition
|
|
120
|
+
* * `fieldName` - Human-readable label that identifies the parameter that MongoDB Cloud uses to partition data. To specify a nested parameter, use the dot notation.
|
|
121
|
+
* * `order` - Sequence in which MongoDB Cloud slices the collection data to create partitions. The resource expresses this sequence starting with zero. The value of the `criteria.dateField` parameter defaults as the first item in the partition sequence.
|
|
122
|
+
* * `fieldType` - Data type of the parameter that that MongoDB Cloud uses to partition data. Partition parameters of type UUID must be of binary subtype 4. MongoDB Cloud skips partition parameters of type UUID with subtype 3. Valid values: `date`, `int`, `long`, `objectId`, `string`, `uuid`.
|
|
111
123
|
*/
|
|
112
124
|
export declare function getOnlineArchivesOutput(args: GetOnlineArchivesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetOnlineArchivesResult>;
|
|
113
125
|
/**
|
package/getOnlineArchives.js
CHANGED
|
@@ -23,26 +23,32 @@ const utilities = require("./utilities");
|
|
|
23
23
|
* ```
|
|
24
24
|
* ## Attributes reference
|
|
25
25
|
*
|
|
26
|
-
* Each object in the results array represents an online archive with the following attributes:
|
|
27
|
-
*
|
|
28
|
-
* * `archiveId` - ID of the online archive.
|
|
29
26
|
* * `dbName` - Name of the database that contains the collection.
|
|
30
27
|
* * `collName` - Name of the collection.
|
|
31
28
|
* * `collectionType` - Classification of MongoDB database collection that you want to return, "TIMESERIES" or "STANDARD". Default is "STANDARD".
|
|
32
|
-
* * `criteria` - Criteria to use for archiving data.
|
|
33
|
-
* * `criteria.type` - Type of criteria (DATE, CUSTOM)
|
|
34
|
-
* * `criteria.date_field` - Name of an already indexed date field from the documents. Data is archived when the current date is greater than the value of the date field specified here plus the number of days specified via the `expireAfterDays` parameter.
|
|
35
|
-
* * `criteria.date_format` - the date format. Valid values: ISODATE (default), EPOCH_SECONDS, EPOCH_MILLIS, EPOCH_NANOSECONDS
|
|
36
|
-
* * `criteria.expire_after_days` - Number of days that specifies the age limit for the data in the live Atlas cluster.
|
|
37
|
-
* * `criteria.query` - JSON query to use to select documents for archiving. Only for `CUSTOM` type
|
|
38
|
-
* * `partitionFields` - Fields to use to partition data.
|
|
39
|
-
* * `partition_fields.field_name` - Name of the field. To specify a nested field, use the dot notation.
|
|
40
|
-
* * `partition_fields.order` - Position of the field in the partition. Value can be: 0,1,2
|
|
41
|
-
* By default, the date field specified in the criteria.dateField parameter is in the first position of the partition.
|
|
42
|
-
* * `partitio_fields.field_type` - Type of the partition field
|
|
43
29
|
* * `state` - Status of the online archive. Valid values are: Pending, Archiving, Idle, Pausing, Paused, Orphaned and Deleted
|
|
44
30
|
*
|
|
45
|
-
*
|
|
31
|
+
* ### Criteria
|
|
32
|
+
* * `type` - Type of criteria (DATE, CUSTOM)
|
|
33
|
+
* * `dateField` - Indexed database parameter that stores the date that determines when data moves to the online archive. MongoDB Cloud archives the data when the current date exceeds the date in this database parameter plus the number of days specified through the expireAfterDays parameter. Set this parameter when `type` is `DATE`.
|
|
34
|
+
* * `dateFormat` - Syntax used to write the date after which data moves to the online archive. Date can be expressed as ISO 8601 or Epoch timestamps. The Epoch timestamp can be expressed as nanoseconds, milliseconds, or seconds. Set this parameter when `type` is `DATE`. You must set `type` to `DATE` if `collectionType` is `TIMESERIES`. Valid values: ISODATE (default), EPOCH_SECONDS, EPOCH_MILLIS, EPOCH_NANOSECONDS.
|
|
35
|
+
* * `expireAfterDays` - Number of days after the value in the criteria.dateField when MongoDB Cloud archives data in the specified cluster. Set this parameter when `type` is `DATE`.
|
|
36
|
+
* * `query` - JSON query to use to select documents for archiving. Atlas uses the specified query with the db.collection.find(query) command. The empty document {} to return all documents is not supported. Set this parameter when `type` is `CUSTOM`.
|
|
37
|
+
*
|
|
38
|
+
* ### Schedule
|
|
39
|
+
*
|
|
40
|
+
* * `type` - Type of schedule (`DAILY`, `MONTHLY`, `WEEKLY`).
|
|
41
|
+
* * `startHour` - Hour of the day when the when the scheduled window to run one online archive starts.
|
|
42
|
+
* * `endHour` - Hour of the day when the scheduled window to run one online archive ends.
|
|
43
|
+
* * `startMinute` - Minute of the hour when the scheduled window to run one online archive starts.
|
|
44
|
+
* * `endMinute` - Minute of the hour when the scheduled window to run one online archive ends.
|
|
45
|
+
* * `dayOfMonth` - Day of the month when the scheduled archive starts.
|
|
46
|
+
* * `dayOfWeek` - Day of the week when the scheduled archive starts. The week starts with Monday (1) and ends with Sunday (7).
|
|
47
|
+
*
|
|
48
|
+
* ### Partition
|
|
49
|
+
* * `fieldName` - Human-readable label that identifies the parameter that MongoDB Cloud uses to partition data. To specify a nested parameter, use the dot notation.
|
|
50
|
+
* * `order` - Sequence in which MongoDB Cloud slices the collection data to create partitions. The resource expresses this sequence starting with zero. The value of the `criteria.dateField` parameter defaults as the first item in the partition sequence.
|
|
51
|
+
* * `fieldType` - Data type of the parameter that that MongoDB Cloud uses to partition data. Partition parameters of type UUID must be of binary subtype 4. MongoDB Cloud skips partition parameters of type UUID with subtype 3. Valid values: `date`, `int`, `long`, `objectId`, `string`, `uuid`.
|
|
46
52
|
*/
|
|
47
53
|
function getOnlineArchives(args, opts) {
|
|
48
54
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -70,26 +76,32 @@ exports.getOnlineArchives = getOnlineArchives;
|
|
|
70
76
|
* ```
|
|
71
77
|
* ## Attributes reference
|
|
72
78
|
*
|
|
73
|
-
* Each object in the results array represents an online archive with the following attributes:
|
|
74
|
-
*
|
|
75
|
-
* * `archiveId` - ID of the online archive.
|
|
76
79
|
* * `dbName` - Name of the database that contains the collection.
|
|
77
80
|
* * `collName` - Name of the collection.
|
|
78
81
|
* * `collectionType` - Classification of MongoDB database collection that you want to return, "TIMESERIES" or "STANDARD". Default is "STANDARD".
|
|
79
|
-
* * `criteria` - Criteria to use for archiving data.
|
|
80
|
-
* * `criteria.type` - Type of criteria (DATE, CUSTOM)
|
|
81
|
-
* * `criteria.date_field` - Name of an already indexed date field from the documents. Data is archived when the current date is greater than the value of the date field specified here plus the number of days specified via the `expireAfterDays` parameter.
|
|
82
|
-
* * `criteria.date_format` - the date format. Valid values: ISODATE (default), EPOCH_SECONDS, EPOCH_MILLIS, EPOCH_NANOSECONDS
|
|
83
|
-
* * `criteria.expire_after_days` - Number of days that specifies the age limit for the data in the live Atlas cluster.
|
|
84
|
-
* * `criteria.query` - JSON query to use to select documents for archiving. Only for `CUSTOM` type
|
|
85
|
-
* * `partitionFields` - Fields to use to partition data.
|
|
86
|
-
* * `partition_fields.field_name` - Name of the field. To specify a nested field, use the dot notation.
|
|
87
|
-
* * `partition_fields.order` - Position of the field in the partition. Value can be: 0,1,2
|
|
88
|
-
* By default, the date field specified in the criteria.dateField parameter is in the first position of the partition.
|
|
89
|
-
* * `partitio_fields.field_type` - Type of the partition field
|
|
90
82
|
* * `state` - Status of the online archive. Valid values are: Pending, Archiving, Idle, Pausing, Paused, Orphaned and Deleted
|
|
91
83
|
*
|
|
92
|
-
*
|
|
84
|
+
* ### Criteria
|
|
85
|
+
* * `type` - Type of criteria (DATE, CUSTOM)
|
|
86
|
+
* * `dateField` - Indexed database parameter that stores the date that determines when data moves to the online archive. MongoDB Cloud archives the data when the current date exceeds the date in this database parameter plus the number of days specified through the expireAfterDays parameter. Set this parameter when `type` is `DATE`.
|
|
87
|
+
* * `dateFormat` - Syntax used to write the date after which data moves to the online archive. Date can be expressed as ISO 8601 or Epoch timestamps. The Epoch timestamp can be expressed as nanoseconds, milliseconds, or seconds. Set this parameter when `type` is `DATE`. You must set `type` to `DATE` if `collectionType` is `TIMESERIES`. Valid values: ISODATE (default), EPOCH_SECONDS, EPOCH_MILLIS, EPOCH_NANOSECONDS.
|
|
88
|
+
* * `expireAfterDays` - Number of days after the value in the criteria.dateField when MongoDB Cloud archives data in the specified cluster. Set this parameter when `type` is `DATE`.
|
|
89
|
+
* * `query` - JSON query to use to select documents for archiving. Atlas uses the specified query with the db.collection.find(query) command. The empty document {} to return all documents is not supported. Set this parameter when `type` is `CUSTOM`.
|
|
90
|
+
*
|
|
91
|
+
* ### Schedule
|
|
92
|
+
*
|
|
93
|
+
* * `type` - Type of schedule (`DAILY`, `MONTHLY`, `WEEKLY`).
|
|
94
|
+
* * `startHour` - Hour of the day when the when the scheduled window to run one online archive starts.
|
|
95
|
+
* * `endHour` - Hour of the day when the scheduled window to run one online archive ends.
|
|
96
|
+
* * `startMinute` - Minute of the hour when the scheduled window to run one online archive starts.
|
|
97
|
+
* * `endMinute` - Minute of the hour when the scheduled window to run one online archive ends.
|
|
98
|
+
* * `dayOfMonth` - Day of the month when the scheduled archive starts.
|
|
99
|
+
* * `dayOfWeek` - Day of the week when the scheduled archive starts. The week starts with Monday (1) and ends with Sunday (7).
|
|
100
|
+
*
|
|
101
|
+
* ### Partition
|
|
102
|
+
* * `fieldName` - Human-readable label that identifies the parameter that MongoDB Cloud uses to partition data. To specify a nested parameter, use the dot notation.
|
|
103
|
+
* * `order` - Sequence in which MongoDB Cloud slices the collection data to create partitions. The resource expresses this sequence starting with zero. The value of the `criteria.dateField` parameter defaults as the first item in the partition sequence.
|
|
104
|
+
* * `fieldType` - Data type of the parameter that that MongoDB Cloud uses to partition data. Partition parameters of type UUID must be of binary subtype 4. MongoDB Cloud skips partition parameters of type UUID with subtype 3. Valid values: `date`, `int`, `long`, `objectId`, `string`, `uuid`.
|
|
93
105
|
*/
|
|
94
106
|
function getOnlineArchivesOutput(args, opts) {
|
|
95
107
|
return pulumi.output(args).apply((a) => getOnlineArchives(a, opts));
|
package/getOnlineArchives.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOnlineArchives.js","sourceRoot":"","sources":["../getOnlineArchives.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getOnlineArchives.js","sourceRoot":"","sources":["../getOnlineArchives.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IAEtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC;AAiCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,0DAEC"}
|
package/getOrgInvitation.d.ts
CHANGED
|
@@ -43,12 +43,7 @@ export interface GetOrgInvitationResult {
|
|
|
43
43
|
readonly inviterUsername: string;
|
|
44
44
|
readonly orgId: string;
|
|
45
45
|
/**
|
|
46
|
-
* Atlas roles to assign to the invited user. If the user accepts the invitation, Atlas assigns these roles to them. The
|
|
47
|
-
* * ORG_OWNER
|
|
48
|
-
* * ORG_GROUP_CREATOR
|
|
49
|
-
* * ORG_BILLING_ADMIN
|
|
50
|
-
* * ORG_READ_ONLY
|
|
51
|
-
* * ORG_MEMBER
|
|
46
|
+
* Atlas roles to assign to the invited user. If the user accepts the invitation, Atlas assigns these roles to them. The [MongoDB Documentation](https://www.mongodb.com/docs/atlas/reference/user-roles/#organization-roles) describes the roles a user can have.
|
|
52
47
|
*/
|
|
53
48
|
readonly roles: string[];
|
|
54
49
|
/**
|
package/getOrgInvitation.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOrgInvitation.js","sourceRoot":"","sources":["../getOrgInvitation.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IAEpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4CAQC;
|
|
1
|
+
{"version":3,"file":"getOrgInvitation.js","sourceRoot":"","sources":["../getOrgInvitation.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IAEpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4CAQC;AAoDD;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
|
package/getProject.d.ts
CHANGED
|
@@ -35,8 +35,9 @@ export interface GetProjectResult {
|
|
|
35
35
|
/**
|
|
36
36
|
* The ISO-8601-formatted timestamp of when Atlas created the project.
|
|
37
37
|
* * `teams.#.team_id` - The unique identifier of the team you want to associate with the project. The team and project must share the same parent organization.
|
|
38
|
-
* * `teams.#.role_names` - Each string in the array represents a project role assigned to the team. Every user associated with the team inherits these roles.
|
|
39
|
-
* The
|
|
38
|
+
* * `teams.#.role_names` - Each string in the array represents a project role assigned to the team. Every user associated with the team inherits these roles. The [MongoDB Documentation](https://www.mongodb.com/docs/atlas/reference/user-roles/#organization-roles) describes the roles a user can have.
|
|
39
|
+
* * `api_keys.#.api_key_id` - The unique identifier of the programmatic API key you want to associate with the project. The programmatic API key and project must share the same parent organization.
|
|
40
|
+
* * `api_keys.#.role_names` - Each string in the array represents a project role assigned to the programmatic API key. The [MongoDB Documentation](https://www.mongodb.com/docs/atlas/reference/user-roles/#organization-roles) describes the roles a user can have.
|
|
40
41
|
*/
|
|
41
42
|
readonly created: string;
|
|
42
43
|
/**
|
|
@@ -68,7 +69,7 @@ export interface GetProjectResult {
|
|
|
68
69
|
*/
|
|
69
70
|
readonly isSchemaAdvisorEnabled: boolean;
|
|
70
71
|
/**
|
|
71
|
-
* The name of the project you want to create.
|
|
72
|
+
* The name of the project you want to create.
|
|
72
73
|
*/
|
|
73
74
|
readonly name?: string;
|
|
74
75
|
/**
|
package/getProject.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gCAQC;
|
|
1
|
+
{"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gCAQC;AA8ED;;;;;;GAMG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
|
package/onlineArchive.d.ts
CHANGED
|
@@ -64,6 +64,7 @@ export declare class OnlineArchive extends pulumi.CustomResource {
|
|
|
64
64
|
* The unique ID for the project
|
|
65
65
|
*/
|
|
66
66
|
readonly projectId: pulumi.Output<string>;
|
|
67
|
+
readonly schedule: pulumi.Output<outputs.OnlineArchiveSchedule | undefined>;
|
|
67
68
|
/**
|
|
68
69
|
* Status of the online archive. Valid values are: Pending, Archiving, Idle, Pausing, Paused, Orphaned and Deleted
|
|
69
70
|
*/
|
|
@@ -118,6 +119,7 @@ export interface OnlineArchiveState {
|
|
|
118
119
|
* The unique ID for the project
|
|
119
120
|
*/
|
|
120
121
|
projectId?: pulumi.Input<string>;
|
|
122
|
+
schedule?: pulumi.Input<inputs.OnlineArchiveSchedule>;
|
|
121
123
|
/**
|
|
122
124
|
* Status of the online archive. Valid values are: Pending, Archiving, Idle, Pausing, Paused, Orphaned and Deleted
|
|
123
125
|
*/
|
|
@@ -160,5 +162,6 @@ export interface OnlineArchiveArgs {
|
|
|
160
162
|
* The unique ID for the project
|
|
161
163
|
*/
|
|
162
164
|
projectId: pulumi.Input<string>;
|
|
165
|
+
schedule?: pulumi.Input<inputs.OnlineArchiveSchedule>;
|
|
163
166
|
syncCreation?: pulumi.Input<boolean>;
|
|
164
167
|
}
|
package/onlineArchive.js
CHANGED
|
@@ -53,6 +53,7 @@ class OnlineArchive extends pulumi.CustomResource {
|
|
|
53
53
|
resourceInputs["partitionFields"] = state ? state.partitionFields : undefined;
|
|
54
54
|
resourceInputs["paused"] = state ? state.paused : undefined;
|
|
55
55
|
resourceInputs["projectId"] = state ? state.projectId : undefined;
|
|
56
|
+
resourceInputs["schedule"] = state ? state.schedule : undefined;
|
|
56
57
|
resourceInputs["state"] = state ? state.state : undefined;
|
|
57
58
|
resourceInputs["syncCreation"] = state ? state.syncCreation : undefined;
|
|
58
59
|
}
|
|
@@ -81,6 +82,7 @@ class OnlineArchive extends pulumi.CustomResource {
|
|
|
81
82
|
resourceInputs["partitionFields"] = args ? args.partitionFields : undefined;
|
|
82
83
|
resourceInputs["paused"] = args ? args.paused : undefined;
|
|
83
84
|
resourceInputs["projectId"] = args ? args.projectId : undefined;
|
|
85
|
+
resourceInputs["schedule"] = args ? args.schedule : undefined;
|
|
84
86
|
resourceInputs["syncCreation"] = args ? args.syncCreation : undefined;
|
|
85
87
|
resourceInputs["archiveId"] = undefined /*out*/;
|
|
86
88
|
resourceInputs["state"] = undefined /*out*/;
|
package/onlineArchive.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"onlineArchive.js","sourceRoot":"","sources":["../onlineArchive.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;GAUG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IACpD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA0B,EAAE,IAAmC;QACxH,OAAO,IAAI,aAAa,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACpE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,aAAa,CAAC,YAAY,CAAC;IAC9D,CAAC;
|
|
1
|
+
{"version":3,"file":"onlineArchive.js","sourceRoot":"","sources":["../onlineArchive.ts"],"names":[],"mappings":"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"}
|