@pulumi/aiven 6.53.0 → 6.53.1
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/package.json +2 -2
- package/types/input.d.ts +2 -2
- package/types/output.d.ts +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/aiven",
|
|
3
|
-
"version": "6.53.
|
|
3
|
+
"version": "6.53.1",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Aiven cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "aiven",
|
|
26
|
-
"version": "6.53.
|
|
26
|
+
"version": "6.53.1"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -4442,11 +4442,11 @@ export interface KafkaTopicConfig {
|
|
|
4442
4442
|
/**
|
|
4443
4443
|
* The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message. If message.timestamp.type=CreateTime, a message will be rejected if the difference in timestamp exceeds this threshold. Applies only for messages with timestamps later than the broker's timestamp.
|
|
4444
4444
|
*/
|
|
4445
|
-
messageTimestampAfterMaxMs?: pulumi.Input<
|
|
4445
|
+
messageTimestampAfterMaxMs?: pulumi.Input<string>;
|
|
4446
4446
|
/**
|
|
4447
4447
|
* The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message. If message.timestamp.type=CreateTime, a message will be rejected if the difference in timestamp exceeds this threshold. Applies only for messages with timestamps earlier than the broker's timestamp.
|
|
4448
4448
|
*/
|
|
4449
|
-
messageTimestampBeforeMaxMs?: pulumi.Input<
|
|
4449
|
+
messageTimestampBeforeMaxMs?: pulumi.Input<string>;
|
|
4450
4450
|
/**
|
|
4451
4451
|
* The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message. If message.timestamp.type=CreateTime, a message will be rejected if the difference in timestamp exceeds this threshold. This configuration is ignored if message.timestamp.type=LogAppendTime.
|
|
4452
4452
|
*/
|
package/types/output.d.ts
CHANGED
|
@@ -4105,11 +4105,11 @@ export interface GetKafkaTopicConfig {
|
|
|
4105
4105
|
/**
|
|
4106
4106
|
* The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message. If message.timestamp.type=CreateTime, a message will be rejected if the difference in timestamp exceeds this threshold. Applies only for messages with timestamps later than the broker's timestamp.
|
|
4107
4107
|
*/
|
|
4108
|
-
messageTimestampAfterMaxMs?:
|
|
4108
|
+
messageTimestampAfterMaxMs?: string;
|
|
4109
4109
|
/**
|
|
4110
4110
|
* The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message. If message.timestamp.type=CreateTime, a message will be rejected if the difference in timestamp exceeds this threshold. Applies only for messages with timestamps earlier than the broker's timestamp.
|
|
4111
4111
|
*/
|
|
4112
|
-
messageTimestampBeforeMaxMs?:
|
|
4112
|
+
messageTimestampBeforeMaxMs?: string;
|
|
4113
4113
|
/**
|
|
4114
4114
|
* The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message. If message.timestamp.type=CreateTime, a message will be rejected if the difference in timestamp exceeds this threshold. This configuration is ignored if message.timestamp.type=LogAppendTime.
|
|
4115
4115
|
*/
|
|
@@ -11108,11 +11108,11 @@ export interface KafkaTopicConfig {
|
|
|
11108
11108
|
/**
|
|
11109
11109
|
* The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message. If message.timestamp.type=CreateTime, a message will be rejected if the difference in timestamp exceeds this threshold. Applies only for messages with timestamps later than the broker's timestamp.
|
|
11110
11110
|
*/
|
|
11111
|
-
messageTimestampAfterMaxMs?:
|
|
11111
|
+
messageTimestampAfterMaxMs?: string;
|
|
11112
11112
|
/**
|
|
11113
11113
|
* The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message. If message.timestamp.type=CreateTime, a message will be rejected if the difference in timestamp exceeds this threshold. Applies only for messages with timestamps earlier than the broker's timestamp.
|
|
11114
11114
|
*/
|
|
11115
|
-
messageTimestampBeforeMaxMs?:
|
|
11115
|
+
messageTimestampBeforeMaxMs?: string;
|
|
11116
11116
|
/**
|
|
11117
11117
|
* The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message. If message.timestamp.type=CreateTime, a message will be rejected if the difference in timestamp exceeds this threshold. This configuration is ignored if message.timestamp.type=LogAppendTime.
|
|
11118
11118
|
*/
|