From e91230527fa93d63a750b1f5a10d6bf6477983fc Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Wed, 4 Oct 2023 09:42:52 -0700 Subject: [PATCH] Upgrade terraform-provider-aiven to v4.9.2 (#383) This PR was generated via `$ upgrade-provider pulumi/pulumi-aiven --kind=all`. --- - Upgrading terraform-provider-aiven from 4.9.0 to 4.9.2. Fixes #382 Fixes #379 --------- Co-authored-by: pulumi-bot --- .../cmd/pulumi-resource-aiven/schema.json | 38 +++++++++---------- provider/go.mod | 7 ++-- provider/go.sum | 4 +- sdk/dotnet/GetKafkaSchema.cs | 4 +- sdk/dotnet/GetKafkaSchemaConfiguration.cs | 4 +- sdk/dotnet/GetPgUser.cs | 4 +- sdk/dotnet/KafkaSchema.cs | 12 +++--- sdk/dotnet/PgUser.cs | 12 +++--- sdk/go/aiven/getKafkaSchema.go | 8 ++-- sdk/go/aiven/getKafkaSchemaConfiguration.go | 8 ++-- sdk/go/aiven/getPgUser.go | 8 ++-- sdk/go/aiven/kafkaSchema.go | 24 ++++++------ sdk/go/aiven/pgUser.go | 24 ++++++------ .../java/com/pulumi/aiven/KafkaSchema.java | 8 ++-- .../com/pulumi/aiven/KafkaSchemaArgs.java | 16 ++++---- .../main/java/com/pulumi/aiven/PgUser.java | 8 ++-- .../java/com/pulumi/aiven/PgUserArgs.java | 16 ++++---- .../pulumi/aiven/inputs/KafkaSchemaState.java | 16 ++++---- .../com/pulumi/aiven/inputs/PgUserState.java | 16 ++++---- .../GetKafkaSchemaConfigurationResult.java | 8 ++-- .../aiven/outputs/GetKafkaSchemaResult.java | 8 ++-- .../pulumi/aiven/outputs/GetPgUserResult.java | 8 ++-- sdk/nodejs/getKafkaSchema.ts | 4 +- sdk/nodejs/getKafkaSchemaConfiguration.ts | 4 +- sdk/nodejs/getPgUser.ts | 4 +- sdk/nodejs/kafkaSchema.ts | 12 +++--- sdk/nodejs/pgUser.ts | 12 +++--- sdk/python/pulumi_aiven/get_kafka_schema.py | 4 +- .../get_kafka_schema_configuration.py | 4 +- sdk/python/pulumi_aiven/get_pg_user.py | 4 +- sdk/python/pulumi_aiven/kafka_schema.py | 28 +++++++------- sdk/python/pulumi_aiven/pg_user.py | 28 +++++++------- upstream | 2 +- 33 files changed, 182 insertions(+), 185 deletions(-) diff --git a/provider/cmd/pulumi-resource-aiven/schema.json b/provider/cmd/pulumi-resource-aiven/schema.json index ea1b40ab6..377cf85fc 100644 --- a/provider/cmd/pulumi-resource-aiven/schema.json +++ b/provider/cmd/pulumi-resource-aiven/schema.json @@ -17304,11 +17304,11 @@ }, "schema": { "type": "string", - "description": "Kafka Schema configuration should be a valid Avro Schema JSON format.\n" + "description": "Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.\n" }, "schemaType": { "type": "string", - "description": "Kafka Schema type JSON or AVRO\n" + "description": "Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.\n" }, "serviceName": { "type": "string", @@ -17342,11 +17342,11 @@ }, "schema": { "type": "string", - "description": "Kafka Schema configuration should be a valid Avro Schema JSON format.\n" + "description": "Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.\n" }, "schemaType": { "type": "string", - "description": "Kafka Schema type JSON or AVRO\n", + "description": "Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.\n", "willReplaceOnChanges": true }, "serviceName": { @@ -17380,11 +17380,11 @@ }, "schema": { "type": "string", - "description": "Kafka Schema configuration should be a valid Avro Schema JSON format.\n" + "description": "Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.\n" }, "schemaType": { "type": "string", - "description": "Kafka Schema type JSON or AVRO\n", + "description": "Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.\n", "willReplaceOnChanges": true }, "serviceName": { @@ -20868,12 +20868,12 @@ }, "password": { "type": "string", - "description": "The password of the PG User ( not applicable for all services ).\n", + "description": "The password of the PG User (not applicable for all services).\n", "secret": true }, "pgAllowReplication": { "type": "boolean", - "description": "Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource.\n" + "description": "Defines whether replication is allowed.\n" }, "project": { "type": "string", @@ -20904,13 +20904,12 @@ "inputProperties": { "password": { "type": "string", - "description": "The password of the PG User ( not applicable for all services ).\n", + "description": "The password of the PG User (not applicable for all services).\n", "secret": true }, "pgAllowReplication": { "type": "boolean", - "description": "Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource.\n", - "willReplaceOnChanges": true + "description": "Defines whether replication is allowed.\n" }, "project": { "type": "string", @@ -20948,13 +20947,12 @@ }, "password": { "type": "string", - "description": "The password of the PG User ( not applicable for all services ).\n", + "description": "The password of the PG User (not applicable for all services).\n", "secret": true }, "pgAllowReplication": { "type": "boolean", - "description": "Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource.\n", - "willReplaceOnChanges": true + "description": "Defines whether replication is allowed.\n" }, "project": { "type": "string", @@ -26038,11 +26036,11 @@ }, "schema": { "type": "string", - "description": "Kafka Schema configuration should be a valid Avro Schema JSON format.\n" + "description": "Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.\n" }, "schemaType": { "type": "string", - "description": "Kafka Schema type JSON or AVRO\n" + "description": "Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.\n" }, "serviceName": { "type": "string", @@ -26107,11 +26105,11 @@ }, "schema": { "type": "string", - "description": "Kafka Schema configuration should be a valid Avro Schema JSON format.\n" + "description": "Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.\n" }, "schemaType": { "type": "string", - "description": "Kafka Schema type JSON or AVRO\n" + "description": "Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.\n" }, "serviceName": { "type": "string", @@ -28229,12 +28227,12 @@ }, "password": { "type": "string", - "description": "The password of the PG User ( not applicable for all services ).\n", + "description": "The password of the PG User (not applicable for all services).\n", "secret": true }, "pgAllowReplication": { "type": "boolean", - "description": "Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource.\n" + "description": "Defines whether replication is allowed.\n" }, "project": { "type": "string", diff --git a/provider/go.mod b/provider/go.mod index cbbda36eb..0fb13fcbc 100644 --- a/provider/go.mod +++ b/provider/go.mod @@ -1,6 +1,6 @@ module github.com/pulumi/pulumi-aiven/provider/v6 -go 1.21 +go 1.21.1 replace ( github.com/aiven/terraform-provider-aiven => ../upstream @@ -9,7 +9,7 @@ replace ( ) require ( - github.com/hashicorp/terraform-plugin-sdk/v2 v2.28.0 // indirect + github.com/hashicorp/terraform-plugin-sdk/v2 v2.29.0 // indirect github.com/pulumi/pulumi-terraform-bridge/pf v0.17.0 github.com/pulumi/pulumi-terraform-bridge/v3 v3.61.0 github.com/pulumi/pulumi/pkg/v3 v3.86.0 // indirect @@ -55,7 +55,7 @@ require ( github.com/acomagu/bufpipe v1.0.4 // indirect github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect github.com/agext/levenshtein v1.2.3 // indirect - github.com/aiven/aiven-go-client v1.36.0 // indirect + github.com/aiven/aiven-go-client/v2 v2.1.0 // indirect github.com/aiven/go-api-schemas v1.27.1-0.20230823111901-1e0306909d02 // indirect github.com/apparentlymart/go-cidr v1.1.0 // indirect github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect @@ -156,7 +156,6 @@ require ( github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 // indirect github.com/hashicorp/terraform-plugin-go v0.19.0 // indirect github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect - github.com/hashicorp/terraform-plugin-mux v0.12.0 // indirect github.com/hashicorp/terraform-plugin-testing v1.5.1 // indirect github.com/hashicorp/terraform-registry-address v0.2.2 // indirect github.com/hashicorp/terraform-svchost v0.1.1 // indirect diff --git a/provider/go.sum b/provider/go.sum index 04f88b064..240672d57 100644 --- a/provider/go.sum +++ b/provider/go.sum @@ -763,8 +763,8 @@ github.com/agext/levenshtein v1.2.2/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo= github.com/agext/levenshtein v1.2.3/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558= github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412/go.mod h1:WPjqKcmVOxf0XSf3YxCJs6N6AOSrOx3obionmG7T0y0= -github.com/aiven/aiven-go-client v1.36.0 h1:AUuldvYdk2b9wu4v7L9qx01d6ZB5VckiMgRW37yxZVE= -github.com/aiven/aiven-go-client v1.36.0/go.mod h1:3Hh1PDNcqNNCYrkU/jSAHMV/b/ynoy73fwhBPKnMe6I= +github.com/aiven/aiven-go-client/v2 v2.1.0 h1:n8k34HpEQ7KgxRcyX/F5WKR6xh8MSAM6TtPHnghDNGg= +github.com/aiven/aiven-go-client/v2 v2.1.0/go.mod h1:x0xhzxWEKAwKv0xY5FvECiI6tesWshcPHvjwl0B/1SU= github.com/aiven/go-api-schemas v1.27.1-0.20230823111901-1e0306909d02 h1:nFAKxncY/5aokoDdnKRvUVsjV6MKQq0Cf/21uAPRjDg= github.com/aiven/go-api-schemas v1.27.1-0.20230823111901-1e0306909d02/go.mod h1:RmQ8MfxwxAP2ji9eJtP6dICOaTMcQD9b5aQT3Bp7uzI= github.com/ajstarks/deck v0.0.0-20200831202436-30c9fc6549a9/go.mod h1:JynElWSGnm/4RlzPXRlREEwqTHAN3T56Bv2ITsFT3gY= diff --git a/sdk/dotnet/GetKafkaSchema.cs b/sdk/dotnet/GetKafkaSchema.cs index c026186be..8530f18d6 100644 --- a/sdk/dotnet/GetKafkaSchema.cs +++ b/sdk/dotnet/GetKafkaSchema.cs @@ -140,11 +140,11 @@ public sealed class GetKafkaSchemaResult /// public readonly string Project; /// - /// Kafka Schema configuration should be a valid Avro Schema JSON format. + /// Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. /// public readonly string Schema; /// - /// Kafka Schema type JSON or AVRO + /// Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. /// public readonly string SchemaType; /// diff --git a/sdk/dotnet/GetKafkaSchemaConfiguration.cs b/sdk/dotnet/GetKafkaSchemaConfiguration.cs index 8e9e4c074..634003e0f 100644 --- a/sdk/dotnet/GetKafkaSchemaConfiguration.cs +++ b/sdk/dotnet/GetKafkaSchemaConfiguration.cs @@ -130,11 +130,11 @@ public sealed class GetKafkaSchemaConfigurationResult /// public readonly string Project; /// - /// Kafka Schema configuration should be a valid Avro Schema JSON format. + /// Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. /// public readonly string Schema; /// - /// Kafka Schema type JSON or AVRO + /// Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. /// public readonly string SchemaType; /// diff --git a/sdk/dotnet/GetPgUser.cs b/sdk/dotnet/GetPgUser.cs index a17584077..f7b8049bc 100644 --- a/sdk/dotnet/GetPgUser.cs +++ b/sdk/dotnet/GetPgUser.cs @@ -142,11 +142,11 @@ public sealed class GetPgUserResult /// public readonly string Id; /// - /// The password of the PG User ( not applicable for all services ). + /// The password of the PG User (not applicable for all services). /// public readonly string Password; /// - /// Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + /// Defines whether replication is allowed. /// public readonly bool PgAllowReplication; /// diff --git a/sdk/dotnet/KafkaSchema.cs b/sdk/dotnet/KafkaSchema.cs index 6d3353ded..6c92cc020 100644 --- a/sdk/dotnet/KafkaSchema.cs +++ b/sdk/dotnet/KafkaSchema.cs @@ -69,13 +69,13 @@ public partial class KafkaSchema : global::Pulumi.CustomResource public Output Project { get; private set; } = null!; /// - /// Kafka Schema configuration should be a valid Avro Schema JSON format. + /// Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. /// [Output("schema")] public Output Schema { get; private set; } = null!; /// - /// Kafka Schema type JSON or AVRO + /// Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. /// [Output("schemaType")] public Output SchemaType { get; private set; } = null!; @@ -157,13 +157,13 @@ public sealed class KafkaSchemaArgs : global::Pulumi.ResourceArgs public Input Project { get; set; } = null!; /// - /// Kafka Schema configuration should be a valid Avro Schema JSON format. + /// Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. /// [Input("schema", required: true)] public Input Schema { get; set; } = null!; /// - /// Kafka Schema type JSON or AVRO + /// Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. /// [Input("schemaType")] public Input? SchemaType { get; set; } @@ -201,13 +201,13 @@ public sealed class KafkaSchemaState : global::Pulumi.ResourceArgs public Input? Project { get; set; } /// - /// Kafka Schema configuration should be a valid Avro Schema JSON format. + /// Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. /// [Input("schema")] public Input? Schema { get; set; } /// - /// Kafka Schema type JSON or AVRO + /// Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. /// [Input("schemaType")] public Input? SchemaType { get; set; } diff --git a/sdk/dotnet/PgUser.cs b/sdk/dotnet/PgUser.cs index 4674fccde..0892df524 100644 --- a/sdk/dotnet/PgUser.cs +++ b/sdk/dotnet/PgUser.cs @@ -55,13 +55,13 @@ public partial class PgUser : global::Pulumi.CustomResource public Output AccessKey { get; private set; } = null!; /// - /// The password of the PG User ( not applicable for all services ). + /// The password of the PG User (not applicable for all services). /// [Output("password")] public Output Password { get; private set; } = null!; /// - /// Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + /// Defines whether replication is allowed. /// [Output("pgAllowReplication")] public Output PgAllowReplication { get; private set; } = null!; @@ -146,7 +146,7 @@ public sealed class PgUserArgs : global::Pulumi.ResourceArgs private Input? _password; /// - /// The password of the PG User ( not applicable for all services ). + /// The password of the PG User (not applicable for all services). /// public Input? Password { @@ -159,7 +159,7 @@ public Input? Password } /// - /// Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + /// Defines whether replication is allowed. /// [Input("pgAllowReplication")] public Input? PgAllowReplication { get; set; } @@ -226,7 +226,7 @@ public Input? AccessKey private Input? _password; /// - /// The password of the PG User ( not applicable for all services ). + /// The password of the PG User (not applicable for all services). /// public Input? Password { @@ -239,7 +239,7 @@ public Input? Password } /// - /// Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + /// Defines whether replication is allowed. /// [Input("pgAllowReplication")] public Input? PgAllowReplication { get; set; } diff --git a/sdk/go/aiven/getKafkaSchema.go b/sdk/go/aiven/getKafkaSchema.go index ac1946edc..bb83ad377 100644 --- a/sdk/go/aiven/getKafkaSchema.go +++ b/sdk/go/aiven/getKafkaSchema.go @@ -68,9 +68,9 @@ type LookupKafkaSchemaResult struct { Id string `pulumi:"id"` // Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. Project string `pulumi:"project"` - // Kafka Schema configuration should be a valid Avro Schema JSON format. + // Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. Schema string `pulumi:"schema"` - // Kafka Schema type JSON or AVRO + // Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. SchemaType string `pulumi:"schemaType"` // Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. ServiceName string `pulumi:"serviceName"` @@ -143,12 +143,12 @@ func (o LookupKafkaSchemaResultOutput) Project() pulumi.StringOutput { return o.ApplyT(func(v LookupKafkaSchemaResult) string { return v.Project }).(pulumi.StringOutput) } -// Kafka Schema configuration should be a valid Avro Schema JSON format. +// Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. func (o LookupKafkaSchemaResultOutput) Schema() pulumi.StringOutput { return o.ApplyT(func(v LookupKafkaSchemaResult) string { return v.Schema }).(pulumi.StringOutput) } -// Kafka Schema type JSON or AVRO +// Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. func (o LookupKafkaSchemaResultOutput) SchemaType() pulumi.StringOutput { return o.ApplyT(func(v LookupKafkaSchemaResult) string { return v.SchemaType }).(pulumi.StringOutput) } diff --git a/sdk/go/aiven/getKafkaSchemaConfiguration.go b/sdk/go/aiven/getKafkaSchemaConfiguration.go index d7027007d..59aede483 100644 --- a/sdk/go/aiven/getKafkaSchemaConfiguration.go +++ b/sdk/go/aiven/getKafkaSchemaConfiguration.go @@ -67,9 +67,9 @@ type LookupKafkaSchemaConfigurationResult struct { Id string `pulumi:"id"` // Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. Project string `pulumi:"project"` - // Kafka Schema configuration should be a valid Avro Schema JSON format. + // Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. Schema string `pulumi:"schema"` - // Kafka Schema type JSON or AVRO + // Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. SchemaType string `pulumi:"schemaType"` // Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. ServiceName string `pulumi:"serviceName"` @@ -140,12 +140,12 @@ func (o LookupKafkaSchemaConfigurationResultOutput) Project() pulumi.StringOutpu return o.ApplyT(func(v LookupKafkaSchemaConfigurationResult) string { return v.Project }).(pulumi.StringOutput) } -// Kafka Schema configuration should be a valid Avro Schema JSON format. +// Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. func (o LookupKafkaSchemaConfigurationResultOutput) Schema() pulumi.StringOutput { return o.ApplyT(func(v LookupKafkaSchemaConfigurationResult) string { return v.Schema }).(pulumi.StringOutput) } -// Kafka Schema type JSON or AVRO +// Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. func (o LookupKafkaSchemaConfigurationResultOutput) SchemaType() pulumi.StringOutput { return o.ApplyT(func(v LookupKafkaSchemaConfigurationResult) string { return v.SchemaType }).(pulumi.StringOutput) } diff --git a/sdk/go/aiven/getPgUser.go b/sdk/go/aiven/getPgUser.go index 29dd0fac3..e085c5169 100644 --- a/sdk/go/aiven/getPgUser.go +++ b/sdk/go/aiven/getPgUser.go @@ -69,9 +69,9 @@ type LookupPgUserResult struct { AccessKey string `pulumi:"accessKey"` // The provider-assigned unique ID for this managed resource. Id string `pulumi:"id"` - // The password of the PG User ( not applicable for all services ). + // The password of the PG User (not applicable for all services). Password string `pulumi:"password"` - // Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + // Defines whether replication is allowed. PgAllowReplication bool `pulumi:"pgAllowReplication"` // Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. Project string `pulumi:"project"` @@ -146,12 +146,12 @@ func (o LookupPgUserResultOutput) Id() pulumi.StringOutput { return o.ApplyT(func(v LookupPgUserResult) string { return v.Id }).(pulumi.StringOutput) } -// The password of the PG User ( not applicable for all services ). +// The password of the PG User (not applicable for all services). func (o LookupPgUserResultOutput) Password() pulumi.StringOutput { return o.ApplyT(func(v LookupPgUserResult) string { return v.Password }).(pulumi.StringOutput) } -// Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. +// Defines whether replication is allowed. func (o LookupPgUserResultOutput) PgAllowReplication() pulumi.BoolOutput { return o.ApplyT(func(v LookupPgUserResult) bool { return v.PgAllowReplication }).(pulumi.BoolOutput) } diff --git a/sdk/go/aiven/kafkaSchema.go b/sdk/go/aiven/kafkaSchema.go index d61e063d9..c3ca93be2 100644 --- a/sdk/go/aiven/kafkaSchema.go +++ b/sdk/go/aiven/kafkaSchema.go @@ -74,9 +74,9 @@ type KafkaSchema struct { CompatibilityLevel pulumi.StringPtrOutput `pulumi:"compatibilityLevel"` // Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. Project pulumi.StringOutput `pulumi:"project"` - // Kafka Schema configuration should be a valid Avro Schema JSON format. + // Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. Schema pulumi.StringOutput `pulumi:"schema"` - // Kafka Schema type JSON or AVRO + // Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. SchemaType pulumi.StringPtrOutput `pulumi:"schemaType"` // Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. ServiceName pulumi.StringOutput `pulumi:"serviceName"` @@ -132,9 +132,9 @@ type kafkaSchemaState struct { CompatibilityLevel *string `pulumi:"compatibilityLevel"` // Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. Project *string `pulumi:"project"` - // Kafka Schema configuration should be a valid Avro Schema JSON format. + // Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. Schema *string `pulumi:"schema"` - // Kafka Schema type JSON or AVRO + // Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. SchemaType *string `pulumi:"schemaType"` // Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. ServiceName *string `pulumi:"serviceName"` @@ -149,9 +149,9 @@ type KafkaSchemaState struct { CompatibilityLevel pulumi.StringPtrInput // Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. Project pulumi.StringPtrInput - // Kafka Schema configuration should be a valid Avro Schema JSON format. + // Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. Schema pulumi.StringPtrInput - // Kafka Schema type JSON or AVRO + // Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. SchemaType pulumi.StringPtrInput // Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. ServiceName pulumi.StringPtrInput @@ -170,9 +170,9 @@ type kafkaSchemaArgs struct { CompatibilityLevel *string `pulumi:"compatibilityLevel"` // Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. Project string `pulumi:"project"` - // Kafka Schema configuration should be a valid Avro Schema JSON format. + // Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. Schema string `pulumi:"schema"` - // Kafka Schema type JSON or AVRO + // Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. SchemaType *string `pulumi:"schemaType"` // Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. ServiceName string `pulumi:"serviceName"` @@ -186,9 +186,9 @@ type KafkaSchemaArgs struct { CompatibilityLevel pulumi.StringPtrInput // Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. Project pulumi.StringInput - // Kafka Schema configuration should be a valid Avro Schema JSON format. + // Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. Schema pulumi.StringInput - // Kafka Schema type JSON or AVRO + // Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. SchemaType pulumi.StringPtrInput // Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. ServiceName pulumi.StringInput @@ -317,12 +317,12 @@ func (o KafkaSchemaOutput) Project() pulumi.StringOutput { return o.ApplyT(func(v *KafkaSchema) pulumi.StringOutput { return v.Project }).(pulumi.StringOutput) } -// Kafka Schema configuration should be a valid Avro Schema JSON format. +// Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. func (o KafkaSchemaOutput) Schema() pulumi.StringOutput { return o.ApplyT(func(v *KafkaSchema) pulumi.StringOutput { return v.Schema }).(pulumi.StringOutput) } -// Kafka Schema type JSON or AVRO +// Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. func (o KafkaSchemaOutput) SchemaType() pulumi.StringPtrOutput { return o.ApplyT(func(v *KafkaSchema) pulumi.StringPtrOutput { return v.SchemaType }).(pulumi.StringPtrOutput) } diff --git a/sdk/go/aiven/pgUser.go b/sdk/go/aiven/pgUser.go index 937b882a5..b4b71a0a7 100644 --- a/sdk/go/aiven/pgUser.go +++ b/sdk/go/aiven/pgUser.go @@ -58,9 +58,9 @@ type PgUser struct { AccessCert pulumi.StringOutput `pulumi:"accessCert"` // Access certificate key for the user AccessKey pulumi.StringOutput `pulumi:"accessKey"` - // The password of the PG User ( not applicable for all services ). + // The password of the PG User (not applicable for all services). Password pulumi.StringOutput `pulumi:"password"` - // Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + // Defines whether replication is allowed. PgAllowReplication pulumi.BoolPtrOutput `pulumi:"pgAllowReplication"` // Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. Project pulumi.StringOutput `pulumi:"project"` @@ -124,9 +124,9 @@ type pgUserState struct { AccessCert *string `pulumi:"accessCert"` // Access certificate key for the user AccessKey *string `pulumi:"accessKey"` - // The password of the PG User ( not applicable for all services ). + // The password of the PG User (not applicable for all services). Password *string `pulumi:"password"` - // Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + // Defines whether replication is allowed. PgAllowReplication *bool `pulumi:"pgAllowReplication"` // Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. Project *string `pulumi:"project"` @@ -143,9 +143,9 @@ type PgUserState struct { AccessCert pulumi.StringPtrInput // Access certificate key for the user AccessKey pulumi.StringPtrInput - // The password of the PG User ( not applicable for all services ). + // The password of the PG User (not applicable for all services). Password pulumi.StringPtrInput - // Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + // Defines whether replication is allowed. PgAllowReplication pulumi.BoolPtrInput // Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. Project pulumi.StringPtrInput @@ -162,9 +162,9 @@ func (PgUserState) ElementType() reflect.Type { } type pgUserArgs struct { - // The password of the PG User ( not applicable for all services ). + // The password of the PG User (not applicable for all services). Password *string `pulumi:"password"` - // Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + // Defines whether replication is allowed. PgAllowReplication *bool `pulumi:"pgAllowReplication"` // Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. Project string `pulumi:"project"` @@ -176,9 +176,9 @@ type pgUserArgs struct { // The set of arguments for constructing a PgUser resource. type PgUserArgs struct { - // The password of the PG User ( not applicable for all services ). + // The password of the PG User (not applicable for all services). Password pulumi.StringPtrInput - // Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + // Defines whether replication is allowed. PgAllowReplication pulumi.BoolPtrInput // Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. Project pulumi.StringInput @@ -309,12 +309,12 @@ func (o PgUserOutput) AccessKey() pulumi.StringOutput { return o.ApplyT(func(v *PgUser) pulumi.StringOutput { return v.AccessKey }).(pulumi.StringOutput) } -// The password of the PG User ( not applicable for all services ). +// The password of the PG User (not applicable for all services). func (o PgUserOutput) Password() pulumi.StringOutput { return o.ApplyT(func(v *PgUser) pulumi.StringOutput { return v.Password }).(pulumi.StringOutput) } -// Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. +// Defines whether replication is allowed. func (o PgUserOutput) PgAllowReplication() pulumi.BoolPtrOutput { return o.ApplyT(func(v *PgUser) pulumi.BoolPtrOutput { return v.PgAllowReplication }).(pulumi.BoolPtrOutput) } diff --git a/sdk/java/src/main/java/com/pulumi/aiven/KafkaSchema.java b/sdk/java/src/main/java/com/pulumi/aiven/KafkaSchema.java index ec0bfde99..fa193bd71 100644 --- a/sdk/java/src/main/java/com/pulumi/aiven/KafkaSchema.java +++ b/sdk/java/src/main/java/com/pulumi/aiven/KafkaSchema.java @@ -104,28 +104,28 @@ public Output project() { return this.project; } /** - * Kafka Schema configuration should be a valid Avro Schema JSON format. + * Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. * */ @Export(name="schema", refs={String.class}, tree="[0]") private Output schema; /** - * @return Kafka Schema configuration should be a valid Avro Schema JSON format. + * @return Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. * */ public Output schema() { return this.schema; } /** - * Kafka Schema type JSON or AVRO + * Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. * */ @Export(name="schemaType", refs={String.class}, tree="[0]") private Output schemaType; /** - * @return Kafka Schema type JSON or AVRO + * @return Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. * */ public Output> schemaType() { diff --git a/sdk/java/src/main/java/com/pulumi/aiven/KafkaSchemaArgs.java b/sdk/java/src/main/java/com/pulumi/aiven/KafkaSchemaArgs.java index 32818e5c9..1d691a30a 100644 --- a/sdk/java/src/main/java/com/pulumi/aiven/KafkaSchemaArgs.java +++ b/sdk/java/src/main/java/com/pulumi/aiven/KafkaSchemaArgs.java @@ -46,14 +46,14 @@ public Output project() { } /** - * Kafka Schema configuration should be a valid Avro Schema JSON format. + * Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. * */ @Import(name="schema", required=true) private Output schema; /** - * @return Kafka Schema configuration should be a valid Avro Schema JSON format. + * @return Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. * */ public Output schema() { @@ -61,14 +61,14 @@ public Output schema() { } /** - * Kafka Schema type JSON or AVRO + * Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. * */ @Import(name="schemaType") private @Nullable Output schemaType; /** - * @return Kafka Schema type JSON or AVRO + * @return Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. * */ public Optional> schemaType() { @@ -177,7 +177,7 @@ public Builder project(String project) { } /** - * @param schema Kafka Schema configuration should be a valid Avro Schema JSON format. + * @param schema Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. * * @return builder * @@ -188,7 +188,7 @@ public Builder schema(Output schema) { } /** - * @param schema Kafka Schema configuration should be a valid Avro Schema JSON format. + * @param schema Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. * * @return builder * @@ -198,7 +198,7 @@ public Builder schema(String schema) { } /** - * @param schemaType Kafka Schema type JSON or AVRO + * @param schemaType Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. * * @return builder * @@ -209,7 +209,7 @@ public Builder schemaType(@Nullable Output schemaType) { } /** - * @param schemaType Kafka Schema type JSON or AVRO + * @param schemaType Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/aiven/PgUser.java b/sdk/java/src/main/java/com/pulumi/aiven/PgUser.java index cf8264d22..0c77667a2 100644 --- a/sdk/java/src/main/java/com/pulumi/aiven/PgUser.java +++ b/sdk/java/src/main/java/com/pulumi/aiven/PgUser.java @@ -90,28 +90,28 @@ public Output accessKey() { return this.accessKey; } /** - * The password of the PG User ( not applicable for all services ). + * The password of the PG User (not applicable for all services). * */ @Export(name="password", refs={String.class}, tree="[0]") private Output password; /** - * @return The password of the PG User ( not applicable for all services ). + * @return The password of the PG User (not applicable for all services). * */ public Output password() { return this.password; } /** - * Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + * Defines whether replication is allowed. * */ @Export(name="pgAllowReplication", refs={Boolean.class}, tree="[0]") private Output pgAllowReplication; /** - * @return Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + * @return Defines whether replication is allowed. * */ public Output> pgAllowReplication() { diff --git a/sdk/java/src/main/java/com/pulumi/aiven/PgUserArgs.java b/sdk/java/src/main/java/com/pulumi/aiven/PgUserArgs.java index 74abba295..0d342592c 100644 --- a/sdk/java/src/main/java/com/pulumi/aiven/PgUserArgs.java +++ b/sdk/java/src/main/java/com/pulumi/aiven/PgUserArgs.java @@ -17,14 +17,14 @@ public final class PgUserArgs extends com.pulumi.resources.ResourceArgs { public static final PgUserArgs Empty = new PgUserArgs(); /** - * The password of the PG User ( not applicable for all services ). + * The password of the PG User (not applicable for all services). * */ @Import(name="password") private @Nullable Output password; /** - * @return The password of the PG User ( not applicable for all services ). + * @return The password of the PG User (not applicable for all services). * */ public Optional> password() { @@ -32,14 +32,14 @@ public Optional> password() { } /** - * Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + * Defines whether replication is allowed. * */ @Import(name="pgAllowReplication") private @Nullable Output pgAllowReplication; /** - * @return Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + * @return Defines whether replication is allowed. * */ public Optional> pgAllowReplication() { @@ -120,7 +120,7 @@ public Builder(PgUserArgs defaults) { } /** - * @param password The password of the PG User ( not applicable for all services ). + * @param password The password of the PG User (not applicable for all services). * * @return builder * @@ -131,7 +131,7 @@ public Builder password(@Nullable Output password) { } /** - * @param password The password of the PG User ( not applicable for all services ). + * @param password The password of the PG User (not applicable for all services). * * @return builder * @@ -141,7 +141,7 @@ public Builder password(String password) { } /** - * @param pgAllowReplication Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + * @param pgAllowReplication Defines whether replication is allowed. * * @return builder * @@ -152,7 +152,7 @@ public Builder pgAllowReplication(@Nullable Output pgAllowReplication) } /** - * @param pgAllowReplication Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + * @param pgAllowReplication Defines whether replication is allowed. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/aiven/inputs/KafkaSchemaState.java b/sdk/java/src/main/java/com/pulumi/aiven/inputs/KafkaSchemaState.java index 1787e91c9..359a6cc39 100644 --- a/sdk/java/src/main/java/com/pulumi/aiven/inputs/KafkaSchemaState.java +++ b/sdk/java/src/main/java/com/pulumi/aiven/inputs/KafkaSchemaState.java @@ -47,14 +47,14 @@ public Optional> project() { } /** - * Kafka Schema configuration should be a valid Avro Schema JSON format. + * Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. * */ @Import(name="schema") private @Nullable Output schema; /** - * @return Kafka Schema configuration should be a valid Avro Schema JSON format. + * @return Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. * */ public Optional> schema() { @@ -62,14 +62,14 @@ public Optional> schema() { } /** - * Kafka Schema type JSON or AVRO + * Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. * */ @Import(name="schemaType") private @Nullable Output schemaType; /** - * @return Kafka Schema type JSON or AVRO + * @return Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. * */ public Optional> schemaType() { @@ -194,7 +194,7 @@ public Builder project(String project) { } /** - * @param schema Kafka Schema configuration should be a valid Avro Schema JSON format. + * @param schema Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. * * @return builder * @@ -205,7 +205,7 @@ public Builder schema(@Nullable Output schema) { } /** - * @param schema Kafka Schema configuration should be a valid Avro Schema JSON format. + * @param schema Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. * * @return builder * @@ -215,7 +215,7 @@ public Builder schema(String schema) { } /** - * @param schemaType Kafka Schema type JSON or AVRO + * @param schemaType Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. * * @return builder * @@ -226,7 +226,7 @@ public Builder schemaType(@Nullable Output schemaType) { } /** - * @param schemaType Kafka Schema type JSON or AVRO + * @param schemaType Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/aiven/inputs/PgUserState.java b/sdk/java/src/main/java/com/pulumi/aiven/inputs/PgUserState.java index 271426e67..1840f9d10 100644 --- a/sdk/java/src/main/java/com/pulumi/aiven/inputs/PgUserState.java +++ b/sdk/java/src/main/java/com/pulumi/aiven/inputs/PgUserState.java @@ -47,14 +47,14 @@ public Optional> accessKey() { } /** - * The password of the PG User ( not applicable for all services ). + * The password of the PG User (not applicable for all services). * */ @Import(name="password") private @Nullable Output password; /** - * @return The password of the PG User ( not applicable for all services ). + * @return The password of the PG User (not applicable for all services). * */ public Optional> password() { @@ -62,14 +62,14 @@ public Optional> password() { } /** - * Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + * Defines whether replication is allowed. * */ @Import(name="pgAllowReplication") private @Nullable Output pgAllowReplication; /** - * @return Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + * @return Defines whether replication is allowed. * */ public Optional> pgAllowReplication() { @@ -210,7 +210,7 @@ public Builder accessKey(String accessKey) { } /** - * @param password The password of the PG User ( not applicable for all services ). + * @param password The password of the PG User (not applicable for all services). * * @return builder * @@ -221,7 +221,7 @@ public Builder password(@Nullable Output password) { } /** - * @param password The password of the PG User ( not applicable for all services ). + * @param password The password of the PG User (not applicable for all services). * * @return builder * @@ -231,7 +231,7 @@ public Builder password(String password) { } /** - * @param pgAllowReplication Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + * @param pgAllowReplication Defines whether replication is allowed. * * @return builder * @@ -242,7 +242,7 @@ public Builder pgAllowReplication(@Nullable Output pgAllowReplication) } /** - * @param pgAllowReplication Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + * @param pgAllowReplication Defines whether replication is allowed. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/aiven/outputs/GetKafkaSchemaConfigurationResult.java b/sdk/java/src/main/java/com/pulumi/aiven/outputs/GetKafkaSchemaConfigurationResult.java index d2a763f16..3aca8c2ca 100644 --- a/sdk/java/src/main/java/com/pulumi/aiven/outputs/GetKafkaSchemaConfigurationResult.java +++ b/sdk/java/src/main/java/com/pulumi/aiven/outputs/GetKafkaSchemaConfigurationResult.java @@ -26,12 +26,12 @@ public final class GetKafkaSchemaConfigurationResult { */ private String project; /** - * @return Kafka Schema configuration should be a valid Avro Schema JSON format. + * @return Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. * */ private String schema; /** - * @return Kafka Schema type JSON or AVRO + * @return Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. * */ private String schemaType; @@ -74,14 +74,14 @@ public String project() { return this.project; } /** - * @return Kafka Schema configuration should be a valid Avro Schema JSON format. + * @return Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. * */ public String schema() { return this.schema; } /** - * @return Kafka Schema type JSON or AVRO + * @return Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. * */ public String schemaType() { diff --git a/sdk/java/src/main/java/com/pulumi/aiven/outputs/GetKafkaSchemaResult.java b/sdk/java/src/main/java/com/pulumi/aiven/outputs/GetKafkaSchemaResult.java index eb35a2fda..e261da4b5 100644 --- a/sdk/java/src/main/java/com/pulumi/aiven/outputs/GetKafkaSchemaResult.java +++ b/sdk/java/src/main/java/com/pulumi/aiven/outputs/GetKafkaSchemaResult.java @@ -26,12 +26,12 @@ public final class GetKafkaSchemaResult { */ private String project; /** - * @return Kafka Schema configuration should be a valid Avro Schema JSON format. + * @return Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. * */ private String schema; /** - * @return Kafka Schema type JSON or AVRO + * @return Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. * */ private String schemaType; @@ -74,14 +74,14 @@ public String project() { return this.project; } /** - * @return Kafka Schema configuration should be a valid Avro Schema JSON format. + * @return Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. * */ public String schema() { return this.schema; } /** - * @return Kafka Schema type JSON or AVRO + * @return Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. * */ public String schemaType() { diff --git a/sdk/java/src/main/java/com/pulumi/aiven/outputs/GetPgUserResult.java b/sdk/java/src/main/java/com/pulumi/aiven/outputs/GetPgUserResult.java index 4ea0e3e29..b965a4163 100644 --- a/sdk/java/src/main/java/com/pulumi/aiven/outputs/GetPgUserResult.java +++ b/sdk/java/src/main/java/com/pulumi/aiven/outputs/GetPgUserResult.java @@ -26,12 +26,12 @@ public final class GetPgUserResult { */ private String id; /** - * @return The password of the PG User ( not applicable for all services ). + * @return The password of the PG User (not applicable for all services). * */ private String password; /** - * @return Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + * @return Defines whether replication is allowed. * */ private Boolean pgAllowReplication; @@ -79,14 +79,14 @@ public String id() { return this.id; } /** - * @return The password of the PG User ( not applicable for all services ). + * @return The password of the PG User (not applicable for all services). * */ public String password() { return this.password; } /** - * @return Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + * @return Defines whether replication is allowed. * */ public Boolean pgAllowReplication() { diff --git a/sdk/nodejs/getKafkaSchema.ts b/sdk/nodejs/getKafkaSchema.ts index fbcfcd922..554e4e479 100644 --- a/sdk/nodejs/getKafkaSchema.ts +++ b/sdk/nodejs/getKafkaSchema.ts @@ -64,11 +64,11 @@ export interface GetKafkaSchemaResult { */ readonly project: string; /** - * Kafka Schema configuration should be a valid Avro Schema JSON format. + * Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. */ readonly schema: string; /** - * Kafka Schema type JSON or AVRO + * Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. */ readonly schemaType: string; /** diff --git a/sdk/nodejs/getKafkaSchemaConfiguration.ts b/sdk/nodejs/getKafkaSchemaConfiguration.ts index c599fd395..630401ea8 100644 --- a/sdk/nodejs/getKafkaSchemaConfiguration.ts +++ b/sdk/nodejs/getKafkaSchemaConfiguration.ts @@ -60,11 +60,11 @@ export interface GetKafkaSchemaConfigurationResult { */ readonly project: string; /** - * Kafka Schema configuration should be a valid Avro Schema JSON format. + * Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. */ readonly schema: string; /** - * Kafka Schema type JSON or AVRO + * Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. */ readonly schemaType: string; /** diff --git a/sdk/nodejs/getPgUser.ts b/sdk/nodejs/getPgUser.ts index 9a5027599..fa7f21259 100644 --- a/sdk/nodejs/getPgUser.ts +++ b/sdk/nodejs/getPgUser.ts @@ -65,11 +65,11 @@ export interface GetPgUserResult { */ readonly id: string; /** - * The password of the PG User ( not applicable for all services ). + * The password of the PG User (not applicable for all services). */ readonly password: string; /** - * Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + * Defines whether replication is allowed. */ readonly pgAllowReplication: boolean; /** diff --git a/sdk/nodejs/kafkaSchema.ts b/sdk/nodejs/kafkaSchema.ts index 9754fea82..aca2ce4b8 100644 --- a/sdk/nodejs/kafkaSchema.ts +++ b/sdk/nodejs/kafkaSchema.ts @@ -78,11 +78,11 @@ export class KafkaSchema extends pulumi.CustomResource { */ public readonly project!: pulumi.Output; /** - * Kafka Schema configuration should be a valid Avro Schema JSON format. + * Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. */ public readonly schema!: pulumi.Output; /** - * Kafka Schema type JSON or AVRO + * Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. */ public readonly schemaType!: pulumi.Output; /** @@ -158,11 +158,11 @@ export interface KafkaSchemaState { */ project?: pulumi.Input; /** - * Kafka Schema configuration should be a valid Avro Schema JSON format. + * Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. */ schema?: pulumi.Input; /** - * Kafka Schema type JSON or AVRO + * Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. */ schemaType?: pulumi.Input; /** @@ -192,11 +192,11 @@ export interface KafkaSchemaArgs { */ project: pulumi.Input; /** - * Kafka Schema configuration should be a valid Avro Schema JSON format. + * Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. */ schema: pulumi.Input; /** - * Kafka Schema type JSON or AVRO + * Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. */ schemaType?: pulumi.Input; /** diff --git a/sdk/nodejs/pgUser.ts b/sdk/nodejs/pgUser.ts index 3062266cc..1d39d15d9 100644 --- a/sdk/nodejs/pgUser.ts +++ b/sdk/nodejs/pgUser.ts @@ -64,11 +64,11 @@ export class PgUser extends pulumi.CustomResource { */ public /*out*/ readonly accessKey!: pulumi.Output; /** - * The password of the PG User ( not applicable for all services ). + * The password of the PG User (not applicable for all services). */ public readonly password!: pulumi.Output; /** - * Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + * Defines whether replication is allowed. */ public readonly pgAllowReplication!: pulumi.Output; /** @@ -149,11 +149,11 @@ export interface PgUserState { */ accessKey?: pulumi.Input; /** - * The password of the PG User ( not applicable for all services ). + * The password of the PG User (not applicable for all services). */ password?: pulumi.Input; /** - * Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + * Defines whether replication is allowed. */ pgAllowReplication?: pulumi.Input; /** @@ -179,11 +179,11 @@ export interface PgUserState { */ export interface PgUserArgs { /** - * The password of the PG User ( not applicable for all services ). + * The password of the PG User (not applicable for all services). */ password?: pulumi.Input; /** - * Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + * Defines whether replication is allowed. */ pgAllowReplication?: pulumi.Input; /** diff --git a/sdk/python/pulumi_aiven/get_kafka_schema.py b/sdk/python/pulumi_aiven/get_kafka_schema.py index d0643f68c..93e6ab8c9 100644 --- a/sdk/python/pulumi_aiven/get_kafka_schema.py +++ b/sdk/python/pulumi_aiven/get_kafka_schema.py @@ -75,7 +75,7 @@ def project(self) -> str: @pulumi.getter def schema(self) -> str: """ - Kafka Schema configuration should be a valid Avro Schema JSON format. + Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. """ return pulumi.get(self, "schema") @@ -83,7 +83,7 @@ def schema(self) -> str: @pulumi.getter(name="schemaType") def schema_type(self) -> str: """ - Kafka Schema type JSON or AVRO + Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. """ return pulumi.get(self, "schema_type") diff --git a/sdk/python/pulumi_aiven/get_kafka_schema_configuration.py b/sdk/python/pulumi_aiven/get_kafka_schema_configuration.py index b821e2f80..f0d4d54e8 100644 --- a/sdk/python/pulumi_aiven/get_kafka_schema_configuration.py +++ b/sdk/python/pulumi_aiven/get_kafka_schema_configuration.py @@ -75,7 +75,7 @@ def project(self) -> str: @pulumi.getter def schema(self) -> str: """ - Kafka Schema configuration should be a valid Avro Schema JSON format. + Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. """ return pulumi.get(self, "schema") @@ -83,7 +83,7 @@ def schema(self) -> str: @pulumi.getter(name="schemaType") def schema_type(self) -> str: """ - Kafka Schema type JSON or AVRO + Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. """ return pulumi.get(self, "schema_type") diff --git a/sdk/python/pulumi_aiven/get_pg_user.py b/sdk/python/pulumi_aiven/get_pg_user.py index 23293e743..f79c0e4a7 100644 --- a/sdk/python/pulumi_aiven/get_pg_user.py +++ b/sdk/python/pulumi_aiven/get_pg_user.py @@ -78,7 +78,7 @@ def id(self) -> str: @pulumi.getter def password(self) -> str: """ - The password of the PG User ( not applicable for all services ). + The password of the PG User (not applicable for all services). """ return pulumi.get(self, "password") @@ -86,7 +86,7 @@ def password(self) -> str: @pulumi.getter(name="pgAllowReplication") def pg_allow_replication(self) -> bool: """ - Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + Defines whether replication is allowed. """ return pulumi.get(self, "pg_allow_replication") diff --git a/sdk/python/pulumi_aiven/kafka_schema.py b/sdk/python/pulumi_aiven/kafka_schema.py index 650ea5ead..0ea36dea2 100644 --- a/sdk/python/pulumi_aiven/kafka_schema.py +++ b/sdk/python/pulumi_aiven/kafka_schema.py @@ -23,11 +23,11 @@ def __init__(__self__, *, """ The set of arguments for constructing a KafkaSchema resource. :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. - :param pulumi.Input[str] schema: Kafka Schema configuration should be a valid Avro Schema JSON format. + :param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. :param pulumi.Input[str] subject_name: The Kafka Schema Subject name. This property cannot be changed, doing so forces recreation of the resource. :param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`. - :param pulumi.Input[str] schema_type: Kafka Schema type JSON or AVRO + :param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. """ KafkaSchemaArgs._configure( lambda key, value: pulumi.set(__self__, key, value), @@ -73,7 +73,7 @@ def project(self, value: pulumi.Input[str]): @pulumi.getter def schema(self) -> pulumi.Input[str]: """ - Kafka Schema configuration should be a valid Avro Schema JSON format. + Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. """ return pulumi.get(self, "schema") @@ -121,7 +121,7 @@ def compatibility_level(self, value: Optional[pulumi.Input[str]]): @pulumi.getter(name="schemaType") def schema_type(self) -> Optional[pulumi.Input[str]]: """ - Kafka Schema type JSON or AVRO + Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. """ return pulumi.get(self, "schema_type") @@ -144,8 +144,8 @@ def __init__(__self__, *, Input properties used for looking up and filtering KafkaSchema resources. :param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`. :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. - :param pulumi.Input[str] schema: Kafka Schema configuration should be a valid Avro Schema JSON format. - :param pulumi.Input[str] schema_type: Kafka Schema type JSON or AVRO + :param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. + :param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. :param pulumi.Input[str] subject_name: The Kafka Schema Subject name. This property cannot be changed, doing so forces recreation of the resource. :param pulumi.Input[int] version: Kafka Schema configuration version. @@ -214,7 +214,7 @@ def project(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def schema(self) -> Optional[pulumi.Input[str]]: """ - Kafka Schema configuration should be a valid Avro Schema JSON format. + Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. """ return pulumi.get(self, "schema") @@ -226,7 +226,7 @@ def schema(self, value: Optional[pulumi.Input[str]]): @pulumi.getter(name="schemaType") def schema_type(self) -> Optional[pulumi.Input[str]]: """ - Kafka Schema type JSON or AVRO + Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. """ return pulumi.get(self, "schema_type") @@ -323,8 +323,8 @@ def __init__(__self__, :param pulumi.ResourceOptions opts: Options for the resource. :param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`. :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. - :param pulumi.Input[str] schema: Kafka Schema configuration should be a valid Avro Schema JSON format. - :param pulumi.Input[str] schema_type: Kafka Schema type JSON or AVRO + :param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. + :param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. :param pulumi.Input[str] subject_name: The Kafka Schema Subject name. This property cannot be changed, doing so forces recreation of the resource. """ @@ -445,8 +445,8 @@ def get(resource_name: str, :param pulumi.ResourceOptions opts: Options for the resource. :param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`. :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. - :param pulumi.Input[str] schema: Kafka Schema configuration should be a valid Avro Schema JSON format. - :param pulumi.Input[str] schema_type: Kafka Schema type JSON or AVRO + :param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. + :param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. :param pulumi.Input[str] subject_name: The Kafka Schema Subject name. This property cannot be changed, doing so forces recreation of the resource. :param pulumi.Input[int] version: Kafka Schema configuration version. @@ -484,7 +484,7 @@ def project(self) -> pulumi.Output[str]: @pulumi.getter def schema(self) -> pulumi.Output[str]: """ - Kafka Schema configuration should be a valid Avro Schema JSON format. + Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type. """ return pulumi.get(self, "schema") @@ -492,7 +492,7 @@ def schema(self) -> pulumi.Output[str]: @pulumi.getter(name="schemaType") def schema_type(self) -> pulumi.Output[Optional[str]]: """ - Kafka Schema type JSON or AVRO + Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF. """ return pulumi.get(self, "schema_type") diff --git a/sdk/python/pulumi_aiven/pg_user.py b/sdk/python/pulumi_aiven/pg_user.py index b6432a3c7..4e764fcd3 100644 --- a/sdk/python/pulumi_aiven/pg_user.py +++ b/sdk/python/pulumi_aiven/pg_user.py @@ -24,8 +24,8 @@ def __init__(__self__, *, :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. :param pulumi.Input[str] username: The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. - :param pulumi.Input[str] password: The password of the PG User ( not applicable for all services ). - :param pulumi.Input[bool] pg_allow_replication: Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + :param pulumi.Input[str] password: The password of the PG User (not applicable for all services). + :param pulumi.Input[bool] pg_allow_replication: Defines whether replication is allowed. """ PgUserArgs._configure( lambda key, value: pulumi.set(__self__, key, value), @@ -92,7 +92,7 @@ def username(self, value: pulumi.Input[str]): @pulumi.getter def password(self) -> Optional[pulumi.Input[str]]: """ - The password of the PG User ( not applicable for all services ). + The password of the PG User (not applicable for all services). """ return pulumi.get(self, "password") @@ -104,7 +104,7 @@ def password(self, value: Optional[pulumi.Input[str]]): @pulumi.getter(name="pgAllowReplication") def pg_allow_replication(self) -> Optional[pulumi.Input[bool]]: """ - Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + Defines whether replication is allowed. """ return pulumi.get(self, "pg_allow_replication") @@ -128,8 +128,8 @@ def __init__(__self__, *, Input properties used for looking up and filtering PgUser resources. :param pulumi.Input[str] access_cert: Access certificate for the user :param pulumi.Input[str] access_key: Access certificate key for the user - :param pulumi.Input[str] password: The password of the PG User ( not applicable for all services ). - :param pulumi.Input[bool] pg_allow_replication: Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + :param pulumi.Input[str] password: The password of the PG User (not applicable for all services). + :param pulumi.Input[bool] pg_allow_replication: Defines whether replication is allowed. :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. :param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account. @@ -203,7 +203,7 @@ def access_key(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def password(self) -> Optional[pulumi.Input[str]]: """ - The password of the PG User ( not applicable for all services ). + The password of the PG User (not applicable for all services). """ return pulumi.get(self, "password") @@ -215,7 +215,7 @@ def password(self, value: Optional[pulumi.Input[str]]): @pulumi.getter(name="pgAllowReplication") def pg_allow_replication(self) -> Optional[pulumi.Input[bool]]: """ - Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + Defines whether replication is allowed. """ return pulumi.get(self, "pg_allow_replication") @@ -307,8 +307,8 @@ def __init__(__self__, :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. - :param pulumi.Input[str] password: The password of the PG User ( not applicable for all services ). - :param pulumi.Input[bool] pg_allow_replication: Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + :param pulumi.Input[str] password: The password of the PG User (not applicable for all services). + :param pulumi.Input[bool] pg_allow_replication: Defines whether replication is allowed. :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. :param pulumi.Input[str] username: The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. @@ -417,8 +417,8 @@ def get(resource_name: str, :param pulumi.ResourceOptions opts: Options for the resource. :param pulumi.Input[str] access_cert: Access certificate for the user :param pulumi.Input[str] access_key: Access certificate key for the user - :param pulumi.Input[str] password: The password of the PG User ( not applicable for all services ). - :param pulumi.Input[bool] pg_allow_replication: Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + :param pulumi.Input[str] password: The password of the PG User (not applicable for all services). + :param pulumi.Input[bool] pg_allow_replication: Defines whether replication is allowed. :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource. :param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account. @@ -458,7 +458,7 @@ def access_key(self) -> pulumi.Output[str]: @pulumi.getter def password(self) -> pulumi.Output[str]: """ - The password of the PG User ( not applicable for all services ). + The password of the PG User (not applicable for all services). """ return pulumi.get(self, "password") @@ -466,7 +466,7 @@ def password(self) -> pulumi.Output[str]: @pulumi.getter(name="pgAllowReplication") def pg_allow_replication(self) -> pulumi.Output[Optional[bool]]: """ - Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource. + Defines whether replication is allowed. """ return pulumi.get(self, "pg_allow_replication") diff --git a/upstream b/upstream index dadb7c27f..dffd94c2c 160000 --- a/upstream +++ b/upstream @@ -1 +1 @@ -Subproject commit dadb7c27ff9e66483ecbe71eff848847076e3b69 +Subproject commit dffd94c2c9b33825e54f9b3125eda53bc5d2399e