Socket
Socket
Sign inDemoInstall

@pulumi/aiven

Package Overview
Dependencies
Maintainers
2
Versions
438
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pulumi/aiven - npm Package Compare versions

Comparing version 6.18.0-alpha.1717650798 to 6.18.0-alpha.1717710891

4

getMirrorMakerReplicationFlow.d.ts

@@ -46,2 +46,6 @@ import * as pulumi from "@pulumi/pulumi";

/**
* List of topic configuration properties and/or regular expressions to not replicate. The properties that are not replicated by default are: `follower.replication.throttled.replicas`, `leader.replication.throttled.replicas`, `message.timestamp.difference.max.ms`, `message.timestamp.type`, `unclean.leader.election.enable`, and `min.insync.replicas`. Setting this overrides the defaults. For example, to enable replication for 'min.insync.replicas' and 'unclean.leader.election.enable' set this to: ["follower\\.replication\\.throttled\\.replicas", "leader\\.replication\\.throttled\\.replicas", "message\\.timestamp\\.difference\\.max\\.ms", "message\\.timestamp\\.type"]
*/
readonly configPropertiesExcludes: string[];
/**
* Whether to emit heartbeats to the direction opposite to the flow, i.e. to the source cluster. The default value is `false`.

@@ -48,0 +52,0 @@ */

@@ -23,2 +23,10 @@ import * as pulumi from "@pulumi/pulumi";

* ],
* configPropertiesExcludes: [
* "follower\\.replication\\.throttled\\.replicas",
* "leader\\.replication\\.throttled\\.replicas",
* "message\\.timestamp\\.difference\\.max\\.ms",
* "message\\.timestamp\\.type",
* "unclean\\.leader\\.election\\.enable",
* "min\\.insync\\.replicas",
* ],
* });

@@ -50,2 +58,6 @@ * ```

/**
* List of topic configuration properties and/or regular expressions to not replicate. The properties that are not replicated by default are: `follower.replication.throttled.replicas`, `leader.replication.throttled.replicas`, `message.timestamp.difference.max.ms`, `message.timestamp.type`, `unclean.leader.election.enable`, and `min.insync.replicas`. Setting this overrides the defaults. For example, to enable replication for 'min.insync.replicas' and 'unclean.leader.election.enable' set this to: ["follower\\.replication\\.throttled\\.replicas", "leader\\.replication\\.throttled\\.replicas", "message\\.timestamp\\.difference\\.max\\.ms", "message\\.timestamp\\.type"]
*/
readonly configPropertiesExcludes: pulumi.Output<string[] | undefined>;
/**
* Whether to emit heartbeats to the direction opposite to the flow, i.e. to the source cluster. The default value is `false`.

@@ -120,2 +132,6 @@ */

/**
* List of topic configuration properties and/or regular expressions to not replicate. The properties that are not replicated by default are: `follower.replication.throttled.replicas`, `leader.replication.throttled.replicas`, `message.timestamp.difference.max.ms`, `message.timestamp.type`, `unclean.leader.election.enable`, and `min.insync.replicas`. Setting this overrides the defaults. For example, to enable replication for 'min.insync.replicas' and 'unclean.leader.election.enable' set this to: ["follower\\.replication\\.throttled\\.replicas", "leader\\.replication\\.throttled\\.replicas", "message\\.timestamp\\.difference\\.max\\.ms", "message\\.timestamp\\.type"]
*/
configPropertiesExcludes?: pulumi.Input<pulumi.Input<string>[]>;
/**
* Whether to emit heartbeats to the direction opposite to the flow, i.e. to the source cluster. The default value is `false`.

@@ -182,2 +198,6 @@ */

/**
* List of topic configuration properties and/or regular expressions to not replicate. The properties that are not replicated by default are: `follower.replication.throttled.replicas`, `leader.replication.throttled.replicas`, `message.timestamp.difference.max.ms`, `message.timestamp.type`, `unclean.leader.election.enable`, and `min.insync.replicas`. Setting this overrides the defaults. For example, to enable replication for 'min.insync.replicas' and 'unclean.leader.election.enable' set this to: ["follower\\.replication\\.throttled\\.replicas", "leader\\.replication\\.throttled\\.replicas", "message\\.timestamp\\.difference\\.max\\.ms", "message\\.timestamp\\.type"]
*/
configPropertiesExcludes?: pulumi.Input<pulumi.Input<string>[]>;
/**
* Whether to emit heartbeats to the direction opposite to the flow, i.e. to the source cluster. The default value is `false`.

@@ -184,0 +204,0 @@ */

@@ -29,2 +29,10 @@ "use strict";

* ],
* configPropertiesExcludes: [
* "follower\\.replication\\.throttled\\.replicas",
* "leader\\.replication\\.throttled\\.replicas",
* "message\\.timestamp\\.difference\\.max\\.ms",
* "message\\.timestamp\\.type",
* "unclean\\.leader\\.election\\.enable",
* "min\\.insync\\.replicas",
* ],
* });

@@ -67,2 +75,3 @@ * ```

const state = argsOrState;
resourceInputs["configPropertiesExcludes"] = state ? state.configPropertiesExcludes : undefined;
resourceInputs["emitBackwardHeartbeatsEnabled"] = state ? state.emitBackwardHeartbeatsEnabled : undefined;

@@ -106,2 +115,3 @@ resourceInputs["emitHeartbeatsEnabled"] = state ? state.emitHeartbeatsEnabled : undefined;

}
resourceInputs["configPropertiesExcludes"] = args ? args.configPropertiesExcludes : undefined;
resourceInputs["emitBackwardHeartbeatsEnabled"] = args ? args.emitBackwardHeartbeatsEnabled : undefined;

@@ -108,0 +118,0 @@ resourceInputs["emitHeartbeatsEnabled"] = args ? args.emitHeartbeatsEnabled : undefined;

4

package.json
{
"name": "@pulumi/aiven",
"version": "6.18.0-alpha.1717650798",
"version": "6.18.0-alpha.1717710891",
"description": "A Pulumi package for creating and managing Aiven cloud resources.",

@@ -26,4 +26,4 @@ "keywords": [

"name": "aiven",
"version": "6.18.0-alpha.1717650798"
"version": "6.18.0-alpha.1717710891"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc