@pulumi/aiven 6.58.0-alpha.1782946246 → 6.58.0
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/governanceAccess.d.ts +3 -3
- package/organizationBillingGroup.d.ts +9 -9
- package/organizationPermission.d.ts +3 -3
- package/package.json +2 -2
- package/types/input.d.ts +71 -15
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +141 -29
- package/types/output.d.ts.map +1 -1
package/governanceAccess.d.ts
CHANGED
|
@@ -56,7 +56,7 @@ export declare class GovernanceAccess extends pulumi.CustomResource {
|
|
|
56
56
|
*/
|
|
57
57
|
static isInstance(obj: any): obj is GovernanceAccess;
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* access type specific data. Changing this property forces recreation of the resource.
|
|
60
60
|
*/
|
|
61
61
|
readonly accessData: pulumi.Output<outputs.GovernanceAccessAccessData>;
|
|
62
62
|
/**
|
|
@@ -94,7 +94,7 @@ export declare class GovernanceAccess extends pulumi.CustomResource {
|
|
|
94
94
|
*/
|
|
95
95
|
export interface GovernanceAccessState {
|
|
96
96
|
/**
|
|
97
|
-
*
|
|
97
|
+
* access type specific data. Changing this property forces recreation of the resource.
|
|
98
98
|
*/
|
|
99
99
|
accessData?: pulumi.Input<inputs.GovernanceAccessAccessData | undefined>;
|
|
100
100
|
/**
|
|
@@ -124,7 +124,7 @@ export interface GovernanceAccessState {
|
|
|
124
124
|
*/
|
|
125
125
|
export interface GovernanceAccessArgs {
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
127
|
+
* access type specific data. Changing this property forces recreation of the resource.
|
|
128
128
|
*/
|
|
129
129
|
accessData: pulumi.Input<inputs.GovernanceAccessAccessData>;
|
|
130
130
|
/**
|
|
@@ -57,11 +57,11 @@ export declare class OrganizationBillingGroup extends pulumi.CustomResource {
|
|
|
57
57
|
*/
|
|
58
58
|
readonly billingAddressId: pulumi.Output<string>;
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
* List of billing contact emails.
|
|
61
61
|
*/
|
|
62
62
|
readonly billingContactEmails: pulumi.Output<outputs.OrganizationBillingGroupBillingContactEmail[]>;
|
|
63
63
|
/**
|
|
64
|
-
*
|
|
64
|
+
* List of billing contact emails.
|
|
65
65
|
*/
|
|
66
66
|
readonly billingEmails: pulumi.Output<outputs.OrganizationBillingGroupBillingEmail[]>;
|
|
67
67
|
/**
|
|
@@ -85,7 +85,7 @@ export declare class OrganizationBillingGroup extends pulumi.CustomResource {
|
|
|
85
85
|
*/
|
|
86
86
|
readonly organizationId: pulumi.Output<string>;
|
|
87
87
|
/**
|
|
88
|
-
*
|
|
88
|
+
* Payment method.
|
|
89
89
|
*/
|
|
90
90
|
readonly paymentMethod: pulumi.Output<outputs.OrganizationBillingGroupPaymentMethod>;
|
|
91
91
|
/**
|
|
@@ -115,11 +115,11 @@ export interface OrganizationBillingGroupState {
|
|
|
115
115
|
*/
|
|
116
116
|
billingAddressId?: pulumi.Input<string | undefined>;
|
|
117
117
|
/**
|
|
118
|
-
*
|
|
118
|
+
* List of billing contact emails.
|
|
119
119
|
*/
|
|
120
120
|
billingContactEmails?: pulumi.Input<pulumi.Input<inputs.OrganizationBillingGroupBillingContactEmail>[] | undefined>;
|
|
121
121
|
/**
|
|
122
|
-
*
|
|
122
|
+
* List of billing contact emails.
|
|
123
123
|
*/
|
|
124
124
|
billingEmails?: pulumi.Input<pulumi.Input<inputs.OrganizationBillingGroupBillingEmail>[] | undefined>;
|
|
125
125
|
/**
|
|
@@ -143,7 +143,7 @@ export interface OrganizationBillingGroupState {
|
|
|
143
143
|
*/
|
|
144
144
|
organizationId?: pulumi.Input<string | undefined>;
|
|
145
145
|
/**
|
|
146
|
-
*
|
|
146
|
+
* Payment method.
|
|
147
147
|
*/
|
|
148
148
|
paymentMethod?: pulumi.Input<inputs.OrganizationBillingGroupPaymentMethod | undefined>;
|
|
149
149
|
/**
|
|
@@ -165,11 +165,11 @@ export interface OrganizationBillingGroupArgs {
|
|
|
165
165
|
*/
|
|
166
166
|
billingAddressId: pulumi.Input<string>;
|
|
167
167
|
/**
|
|
168
|
-
*
|
|
168
|
+
* List of billing contact emails.
|
|
169
169
|
*/
|
|
170
170
|
billingContactEmails: pulumi.Input<pulumi.Input<inputs.OrganizationBillingGroupBillingContactEmail>[]>;
|
|
171
171
|
/**
|
|
172
|
-
*
|
|
172
|
+
* List of billing contact emails.
|
|
173
173
|
*/
|
|
174
174
|
billingEmails: pulumi.Input<pulumi.Input<inputs.OrganizationBillingGroupBillingEmail>[]>;
|
|
175
175
|
/**
|
|
@@ -185,7 +185,7 @@ export interface OrganizationBillingGroupArgs {
|
|
|
185
185
|
*/
|
|
186
186
|
organizationId: pulumi.Input<string>;
|
|
187
187
|
/**
|
|
188
|
-
*
|
|
188
|
+
* Payment method.
|
|
189
189
|
*/
|
|
190
190
|
paymentMethod: pulumi.Input<inputs.OrganizationBillingGroupPaymentMethod>;
|
|
191
191
|
/**
|
|
@@ -49,7 +49,7 @@ export declare class OrganizationPermission extends pulumi.CustomResource {
|
|
|
49
49
|
*/
|
|
50
50
|
readonly organizationId: pulumi.Output<string>;
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* List of roles to set.
|
|
53
53
|
*/
|
|
54
54
|
readonly permissions: pulumi.Output<outputs.OrganizationPermissionPermission[]>;
|
|
55
55
|
/**
|
|
@@ -79,7 +79,7 @@ export interface OrganizationPermissionState {
|
|
|
79
79
|
*/
|
|
80
80
|
organizationId?: pulumi.Input<string | undefined>;
|
|
81
81
|
/**
|
|
82
|
-
*
|
|
82
|
+
* List of roles to set.
|
|
83
83
|
*/
|
|
84
84
|
permissions?: pulumi.Input<pulumi.Input<inputs.OrganizationPermissionPermission>[] | undefined>;
|
|
85
85
|
/**
|
|
@@ -101,7 +101,7 @@ export interface OrganizationPermissionArgs {
|
|
|
101
101
|
*/
|
|
102
102
|
organizationId: pulumi.Input<string>;
|
|
103
103
|
/**
|
|
104
|
-
*
|
|
104
|
+
* List of roles to set.
|
|
105
105
|
*/
|
|
106
106
|
permissions: pulumi.Input<pulumi.Input<inputs.OrganizationPermissionPermission>[]>;
|
|
107
107
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/aiven",
|
|
3
|
-
"version": "6.58.0
|
|
3
|
+
"version": "6.58.0",
|
|
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.58.0
|
|
26
|
+
"version": "6.58.0"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -2728,7 +2728,7 @@ export interface GetServicePlanTimeoutsArgs {
|
|
|
2728
2728
|
}
|
|
2729
2729
|
export interface GovernanceAccessAccessData {
|
|
2730
2730
|
/**
|
|
2731
|
-
*
|
|
2731
|
+
* Acls. Changing this property forces recreation of the resource.
|
|
2732
2732
|
*/
|
|
2733
2733
|
acls: pulumi.Input<pulumi.Input<inputs.GovernanceAccessAccessDataAcl>[]>;
|
|
2734
2734
|
/**
|
|
@@ -3597,6 +3597,10 @@ export interface KafkaConnectKafkaConnectUserConfigSecretProvider {
|
|
|
3597
3597
|
* AWS secret provider configuration
|
|
3598
3598
|
*/
|
|
3599
3599
|
aws?: pulumi.Input<inputs.KafkaConnectKafkaConnectUserConfigSecretProviderAws | undefined>;
|
|
3600
|
+
/**
|
|
3601
|
+
* Azure KeyVault secret provider configuration
|
|
3602
|
+
*/
|
|
3603
|
+
azure?: pulumi.Input<inputs.KafkaConnectKafkaConnectUserConfigSecretProviderAzure | undefined>;
|
|
3600
3604
|
/**
|
|
3601
3605
|
* ENV secret provider configuration
|
|
3602
3606
|
*/
|
|
@@ -3628,6 +3632,24 @@ export interface KafkaConnectKafkaConnectUserConfigSecretProviderAws {
|
|
|
3628
3632
|
*/
|
|
3629
3633
|
secretKey?: pulumi.Input<string | undefined>;
|
|
3630
3634
|
}
|
|
3635
|
+
export interface KafkaConnectKafkaConnectUserConfigSecretProviderAzure {
|
|
3636
|
+
/**
|
|
3637
|
+
* Enum: `credentials`. Auth method of the Azure KeyVault secret provider.
|
|
3638
|
+
*/
|
|
3639
|
+
authMethod: pulumi.Input<string>;
|
|
3640
|
+
/**
|
|
3641
|
+
* Azure client ID for the service principal.
|
|
3642
|
+
*/
|
|
3643
|
+
clientId?: pulumi.Input<string | undefined>;
|
|
3644
|
+
/**
|
|
3645
|
+
* Azure client secret for the service principal.
|
|
3646
|
+
*/
|
|
3647
|
+
secret?: pulumi.Input<string | undefined>;
|
|
3648
|
+
/**
|
|
3649
|
+
* Azure tenant ID for the service principal.
|
|
3650
|
+
*/
|
|
3651
|
+
tenantId?: pulumi.Input<string | undefined>;
|
|
3652
|
+
}
|
|
3631
3653
|
export interface KafkaConnectKafkaConnectUserConfigSecretProviderEnv {
|
|
3632
3654
|
/**
|
|
3633
3655
|
* Key/value map of secrets for ENV secret provider.
|
|
@@ -3833,6 +3855,10 @@ export interface KafkaKafkaUserConfig {
|
|
|
3833
3855
|
* Use a Let's Encrypt certificate authority (CA) for Kafka SASL authentication via Privatelink. (Default: False).
|
|
3834
3856
|
*/
|
|
3835
3857
|
letsencryptSaslPrivatelink?: pulumi.Input<boolean | undefined>;
|
|
3858
|
+
/**
|
|
3859
|
+
* List of preferred zone IDs for service node placement. Nodes will be placed in these zones when available. If a specified zone is unavailable (e.g., due to capacity constraints), nodes will be placed in other available zones to maintain the configured number of zones for availability. Invalid zone IDs are rejected at configuration time. Zone IDs are cloud-specific: AWS uses zone IDs like `euc1-az1`, GCP uses zone names like `europe-west1-a`, and Azure uses `location/zone` format like `germanywestcentral/1`. If single*zone is enabled with an availability*zone, that setting takes precedence over preferred_zones.Changes take effect on next node recreation (e.g., maintenance or plan change). For Kafka professional plans, nodes outside preferred zones are automatically rebalanced once per day.
|
|
3860
|
+
*/
|
|
3861
|
+
preferredZones?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
3836
3862
|
/**
|
|
3837
3863
|
* Allow access to selected service ports from private networks
|
|
3838
3864
|
*/
|
|
@@ -4263,6 +4289,10 @@ export interface KafkaKafkaUserConfigKafkaConnectSecretProvider {
|
|
|
4263
4289
|
* AWS secret provider configuration
|
|
4264
4290
|
*/
|
|
4265
4291
|
aws?: pulumi.Input<inputs.KafkaKafkaUserConfigKafkaConnectSecretProviderAws | undefined>;
|
|
4292
|
+
/**
|
|
4293
|
+
* Azure KeyVault secret provider configuration
|
|
4294
|
+
*/
|
|
4295
|
+
azure?: pulumi.Input<inputs.KafkaKafkaUserConfigKafkaConnectSecretProviderAzure | undefined>;
|
|
4266
4296
|
/**
|
|
4267
4297
|
* ENV secret provider configuration
|
|
4268
4298
|
*/
|
|
@@ -4294,6 +4324,24 @@ export interface KafkaKafkaUserConfigKafkaConnectSecretProviderAws {
|
|
|
4294
4324
|
*/
|
|
4295
4325
|
secretKey?: pulumi.Input<string | undefined>;
|
|
4296
4326
|
}
|
|
4327
|
+
export interface KafkaKafkaUserConfigKafkaConnectSecretProviderAzure {
|
|
4328
|
+
/**
|
|
4329
|
+
* Enum: `credentials`. Auth method of the Azure KeyVault secret provider.
|
|
4330
|
+
*/
|
|
4331
|
+
authMethod: pulumi.Input<string>;
|
|
4332
|
+
/**
|
|
4333
|
+
* Azure client ID for the service principal.
|
|
4334
|
+
*/
|
|
4335
|
+
clientId?: pulumi.Input<string | undefined>;
|
|
4336
|
+
/**
|
|
4337
|
+
* Azure client secret for the service principal.
|
|
4338
|
+
*/
|
|
4339
|
+
secret?: pulumi.Input<string | undefined>;
|
|
4340
|
+
/**
|
|
4341
|
+
* Azure tenant ID for the service principal.
|
|
4342
|
+
*/
|
|
4343
|
+
tenantId?: pulumi.Input<string | undefined>;
|
|
4344
|
+
}
|
|
4297
4345
|
export interface KafkaKafkaUserConfigKafkaConnectSecretProviderEnv {
|
|
4298
4346
|
/**
|
|
4299
4347
|
* Key/value map of secrets for ENV secret provider.
|
|
@@ -4329,6 +4377,10 @@ export interface KafkaKafkaUserConfigKafkaConnectSecretProviderVault {
|
|
|
4329
4377
|
token?: pulumi.Input<string | undefined>;
|
|
4330
4378
|
}
|
|
4331
4379
|
export interface KafkaKafkaUserConfigKafkaDiskless {
|
|
4380
|
+
/**
|
|
4381
|
+
* The regexes of topics to auto enable diskless. Topics matching any of the regexes will be created as diskless topics.
|
|
4382
|
+
*/
|
|
4383
|
+
autoDisklessTopicRegexes?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
4332
4384
|
/**
|
|
4333
4385
|
* Whether to enable the Diskless functionality.
|
|
4334
4386
|
*/
|
|
@@ -5018,7 +5070,7 @@ export interface MySqlMysqlUserConfig {
|
|
|
5018
5070
|
*/
|
|
5019
5071
|
backupMinute?: pulumi.Input<number | undefined>;
|
|
5020
5072
|
/**
|
|
5021
|
-
*
|
|
5073
|
+
* Warning: reducing this value can make a large batch of binary logs eligible for purge at once. Depending on the volume, this can sometimes stall the MySQL commit path and block writes until the purge completes. To stay on the safe side, prefer lowering the value gradually in small decrements during a low-traffic window rather than dropping it drastically in one step. Example: `600`.
|
|
5022
5074
|
*/
|
|
5023
5075
|
binlogRetentionPeriod?: pulumi.Input<number | undefined>;
|
|
5024
5076
|
/**
|
|
@@ -5554,7 +5606,7 @@ export interface OpenSearchOpensearchUserConfig {
|
|
|
5554
5606
|
*/
|
|
5555
5607
|
opensearchDashboards?: pulumi.Input<inputs.OpenSearchOpensearchUserConfigOpensearchDashboards | undefined>;
|
|
5556
5608
|
/**
|
|
5557
|
-
* Enum: `1`, `2`, `2.19`, `3.3`, and newer. OpenSearch version.
|
|
5609
|
+
* Enum: `1`, `2`, `2.19`, `3.3`, `3.6`, and newer. OpenSearch version.
|
|
5558
5610
|
*/
|
|
5559
5611
|
opensearchVersion?: pulumi.Input<string | undefined>;
|
|
5560
5612
|
/**
|
|
@@ -8683,35 +8735,39 @@ export interface ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormaker {
|
|
|
8683
8735
|
*/
|
|
8684
8736
|
consumerAutoOffsetReset?: pulumi.Input<string | undefined>;
|
|
8685
8737
|
/**
|
|
8686
|
-
* The maximum amount of data the server should return for a fetch request.
|
|
8738
|
+
* The maximum amount of data the server should return for a fetch request. Default is `52428800` (50MiB).
|
|
8687
8739
|
*/
|
|
8688
8740
|
consumerFetchMaxBytes?: pulumi.Input<number | undefined>;
|
|
8689
8741
|
/**
|
|
8690
|
-
* The
|
|
8742
|
+
* The maximum amount of time the server will block before answering the fetch request if there isn't sufficient data to immediately satisfy `consumerFetchMinBytes`. Default is `500`.
|
|
8743
|
+
*/
|
|
8744
|
+
consumerFetchMaxWaitMs?: pulumi.Input<number | undefined>;
|
|
8745
|
+
/**
|
|
8746
|
+
* The minimum amount of data the server should return for a fetch request. Default is `1`. Example: `1024`.
|
|
8691
8747
|
*/
|
|
8692
8748
|
consumerFetchMinBytes?: pulumi.Input<number | undefined>;
|
|
8693
8749
|
/**
|
|
8694
|
-
* The maximum amount of data per partition the server will return.
|
|
8750
|
+
* The maximum amount of data per partition the server will return. Default is `1048576` (1MiB).
|
|
8695
8751
|
*/
|
|
8696
8752
|
consumerMaxPartitionFetchBytes?: pulumi.Input<number | undefined>;
|
|
8697
8753
|
/**
|
|
8698
|
-
* Set consumer max.poll.records.
|
|
8754
|
+
* Set consumer max.poll.records. Default is `500`.
|
|
8699
8755
|
*/
|
|
8700
8756
|
consumerMaxPollRecords?: pulumi.Input<number | undefined>;
|
|
8701
8757
|
/**
|
|
8702
|
-
* The size of the TCP receive buffer (SO_RCVBUF) to use when reading data.
|
|
8758
|
+
* The size of the TCP receive buffer (SO_RCVBUF) to use when reading data. Default is `65536` (64KiB). `-1` uses the OS default.
|
|
8703
8759
|
*/
|
|
8704
8760
|
consumerReceiveBufferBytes?: pulumi.Input<number | undefined>;
|
|
8705
8761
|
/**
|
|
8706
|
-
* The maximum time the client will wait for a response to a request.
|
|
8762
|
+
* The maximum time the client will wait for a response to a request. Default is `30000` (30s).
|
|
8707
8763
|
*/
|
|
8708
8764
|
consumerRequestTimeoutMs?: pulumi.Input<number | undefined>;
|
|
8709
8765
|
/**
|
|
8710
|
-
* The batch size in bytes producer will attempt to collect before publishing to broker.
|
|
8766
|
+
* The batch size in bytes producer will attempt to collect before publishing to broker. Default is `16384` (16KiB).
|
|
8711
8767
|
*/
|
|
8712
8768
|
producerBatchSize?: pulumi.Input<number | undefined>;
|
|
8713
8769
|
/**
|
|
8714
|
-
* The amount of bytes producer can use for buffering data before publishing to broker.
|
|
8770
|
+
* The amount of bytes producer can use for buffering data before publishing to broker. Default is `33554432` (32MiB).
|
|
8715
8771
|
*/
|
|
8716
8772
|
producerBufferMemory?: pulumi.Input<number | undefined>;
|
|
8717
8773
|
/**
|
|
@@ -8719,19 +8775,19 @@ export interface ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormaker {
|
|
|
8719
8775
|
*/
|
|
8720
8776
|
producerCompressionType?: pulumi.Input<string | undefined>;
|
|
8721
8777
|
/**
|
|
8722
|
-
* The linger time (ms) for waiting new data to arrive for publishing. Example: `100`.
|
|
8778
|
+
* The linger time (ms) for waiting new data to arrive for publishing. Default is `0`. Example: `100`.
|
|
8723
8779
|
*/
|
|
8724
8780
|
producerLingerMs?: pulumi.Input<number | undefined>;
|
|
8725
8781
|
/**
|
|
8726
|
-
* The maximum request size in bytes.
|
|
8782
|
+
* The maximum request size in bytes. Default is `1048576` (1MiB).
|
|
8727
8783
|
*/
|
|
8728
8784
|
producerMaxRequestSize?: pulumi.Input<number | undefined>;
|
|
8729
8785
|
/**
|
|
8730
|
-
* The maximum time the client will wait for a response to a request.
|
|
8786
|
+
* The maximum time the client will wait for a response to a request. Default is `30000` (30s).
|
|
8731
8787
|
*/
|
|
8732
8788
|
producerRequestTimeoutMs?: pulumi.Input<number | undefined>;
|
|
8733
8789
|
/**
|
|
8734
|
-
* The size of the TCP send buffer (SO_SNDBUF) to use when sending data.
|
|
8790
|
+
* The size of the TCP send buffer (SO_SNDBUF) to use when sending data. Default is `131072` (128KiB). `-1` uses the OS default.
|
|
8735
8791
|
*/
|
|
8736
8792
|
producerSendBufferBytes?: pulumi.Input<number | undefined>;
|
|
8737
8793
|
}
|