pulumi-aiven 6.13.0a1711027602__py3-none-any.whl → 6.13.0a1711361534__py3-none-any.whl
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.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +28 -0
- pulumi_aiven/_inputs.py +2479 -932
- pulumi_aiven/account.py +6 -2
- pulumi_aiven/account_authentication.py +6 -2
- pulumi_aiven/account_team_member.py +21 -21
- pulumi_aiven/aws_privatelink.py +39 -39
- pulumi_aiven/aws_vpc_peering_connection.py +62 -52
- pulumi_aiven/azure_privatelink.py +49 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +76 -68
- pulumi_aiven/cassandra.py +7 -7
- pulumi_aiven/cassandra_user.py +21 -21
- pulumi_aiven/clickhouse.py +7 -7
- pulumi_aiven/clickhouse_database.py +21 -21
- pulumi_aiven/clickhouse_grant.py +42 -42
- pulumi_aiven/clickhouse_role.py +21 -21
- pulumi_aiven/clickhouse_user.py +21 -21
- pulumi_aiven/connection_pool.py +28 -28
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +7 -7
- pulumi_aiven/flink_application.py +14 -14
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +35 -35
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +15 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -23
- pulumi_aiven/get_azure_privatelink.py +17 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +3 -3
- pulumi_aiven/get_cassandra.py +3 -3
- pulumi_aiven/get_cassandra_user.py +9 -9
- pulumi_aiven/get_clickhouse.py +3 -3
- pulumi_aiven/get_clickhouse_database.py +9 -9
- pulumi_aiven/get_clickhouse_user.py +9 -9
- pulumi_aiven/get_connection_pool.py +10 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +3 -3
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -18
- pulumi_aiven/get_grafana.py +3 -3
- pulumi_aiven/get_kafka.py +3 -3
- pulumi_aiven/get_kafka_acl.py +15 -15
- pulumi_aiven/get_kafka_connect.py +3 -3
- pulumi_aiven/get_kafka_connector.py +9 -9
- pulumi_aiven/get_kafka_mirror_maker.py +3 -3
- pulumi_aiven/get_kafka_schema.py +9 -9
- pulumi_aiven/get_kafka_schema_configuration.py +7 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +9 -9
- pulumi_aiven/get_kafka_user.py +9 -9
- pulumi_aiven/get_m3_aggregator.py +3 -3
- pulumi_aiven/get_m3_db.py +3 -3
- pulumi_aiven/get_m3db_user.py +9 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +3 -3
- pulumi_aiven/get_mysql_database.py +9 -9
- pulumi_aiven/get_mysql_user.py +9 -9
- pulumi_aiven/get_open_search.py +3 -3
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +12 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +9 -9
- pulumi_aiven/get_organization.py +8 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +3 -3
- pulumi_aiven/get_pg_database.py +11 -11
- pulumi_aiven/get_pg_user.py +9 -9
- pulumi_aiven/get_project_user.py +6 -6
- pulumi_aiven/get_project_vpc.py +11 -13
- pulumi_aiven/get_redis.py +3 -3
- pulumi_aiven/get_redis_user.py +13 -13
- pulumi_aiven/get_service_integration.py +56 -4
- pulumi_aiven/get_service_integration_endpoint.py +1 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +9 -9
- pulumi_aiven/grafana.py +7 -7
- pulumi_aiven/influx_db.py +7 -7
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +28 -28
- pulumi_aiven/kafka.py +7 -7
- pulumi_aiven/kafka_acl.py +35 -35
- pulumi_aiven/kafka_connect.py +7 -7
- pulumi_aiven/kafka_connector.py +21 -21
- pulumi_aiven/kafka_mirror_maker.py +7 -7
- pulumi_aiven/kafka_schema.py +47 -43
- pulumi_aiven/kafka_schema_configuration.py +14 -14
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +21 -21
- pulumi_aiven/kafka_user.py +21 -21
- pulumi_aiven/m3_aggregator.py +7 -7
- pulumi_aiven/m3_db.py +7 -7
- pulumi_aiven/m3db_user.py +21 -21
- pulumi_aiven/mirror_maker_replication_flow.py +50 -48
- pulumi_aiven/my_sql.py +7 -7
- pulumi_aiven/mysql_database.py +21 -21
- pulumi_aiven/mysql_user.py +21 -21
- pulumi_aiven/open_search.py +7 -7
- pulumi_aiven/open_search_acl_config.py +14 -14
- pulumi_aiven/open_search_acl_rule.py +28 -28
- pulumi_aiven/opensearch_security_plugin_config.py +66 -14
- pulumi_aiven/opensearch_user.py +21 -21
- pulumi_aiven/organization.py +10 -10
- pulumi_aiven/organization_group_project.py +290 -0
- pulumi_aiven/organization_user.py +16 -16
- pulumi_aiven/organization_user_group.py +61 -23
- pulumi_aiven/organization_user_group_member.py +352 -0
- pulumi_aiven/organizational_unit.py +32 -32
- pulumi_aiven/outputs.py +2989 -467
- pulumi_aiven/pg.py +7 -7
- pulumi_aiven/pg_database.py +35 -35
- pulumi_aiven/pg_user.py +21 -21
- pulumi_aiven/project.py +26 -0
- pulumi_aiven/project_user.py +14 -14
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +7 -7
- pulumi_aiven/redis_user.py +49 -49
- pulumi_aiven/service_integration.py +195 -7
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +21 -21
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1711027602.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/top_level.txt +0 -0
pulumi_aiven/project_vpc.py
CHANGED
|
@@ -19,9 +19,9 @@ class ProjectVpcArgs:
|
|
|
19
19
|
project: pulumi.Input[str]):
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a ProjectVpc resource.
|
|
22
|
-
:param pulumi.Input[str] cloud_name:
|
|
23
|
-
:param pulumi.Input[str] network_cidr: Network address range used by the VPC
|
|
24
|
-
: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.
|
|
22
|
+
:param pulumi.Input[str] cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`. Changing this property forces recreation of the resource.
|
|
23
|
+
:param pulumi.Input[str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
|
|
24
|
+
: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. Changing this property forces recreation of the resource.
|
|
25
25
|
"""
|
|
26
26
|
pulumi.set(__self__, "cloud_name", cloud_name)
|
|
27
27
|
pulumi.set(__self__, "network_cidr", network_cidr)
|
|
@@ -31,7 +31,7 @@ class ProjectVpcArgs:
|
|
|
31
31
|
@pulumi.getter(name="cloudName")
|
|
32
32
|
def cloud_name(self) -> pulumi.Input[str]:
|
|
33
33
|
"""
|
|
34
|
-
|
|
34
|
+
The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`. Changing this property forces recreation of the resource.
|
|
35
35
|
"""
|
|
36
36
|
return pulumi.get(self, "cloud_name")
|
|
37
37
|
|
|
@@ -43,7 +43,7 @@ class ProjectVpcArgs:
|
|
|
43
43
|
@pulumi.getter(name="networkCidr")
|
|
44
44
|
def network_cidr(self) -> pulumi.Input[str]:
|
|
45
45
|
"""
|
|
46
|
-
Network address range used by the VPC
|
|
46
|
+
Network address range used by the VPC. For example, `192.168.0.0/24`.
|
|
47
47
|
"""
|
|
48
48
|
return pulumi.get(self, "network_cidr")
|
|
49
49
|
|
|
@@ -55,7 +55,7 @@ class ProjectVpcArgs:
|
|
|
55
55
|
@pulumi.getter
|
|
56
56
|
def project(self) -> pulumi.Input[str]:
|
|
57
57
|
"""
|
|
58
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
58
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
59
59
|
"""
|
|
60
60
|
return pulumi.get(self, "project")
|
|
61
61
|
|
|
@@ -73,9 +73,9 @@ class _ProjectVpcState:
|
|
|
73
73
|
state: Optional[pulumi.Input[str]] = None):
|
|
74
74
|
"""
|
|
75
75
|
Input properties used for looking up and filtering ProjectVpc resources.
|
|
76
|
-
:param pulumi.Input[str] cloud_name:
|
|
77
|
-
:param pulumi.Input[str] network_cidr: Network address range used by the VPC
|
|
78
|
-
: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.
|
|
76
|
+
:param pulumi.Input[str] cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`. Changing this property forces recreation of the resource.
|
|
77
|
+
:param pulumi.Input[str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
|
|
78
|
+
: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. Changing this property forces recreation of the resource.
|
|
79
79
|
:param pulumi.Input[str] state: State of the VPC. The possible values are `APPROVED`, `ACTIVE`, `DELETING` and `DELETED`.
|
|
80
80
|
"""
|
|
81
81
|
if cloud_name is not None:
|
|
@@ -91,7 +91,7 @@ class _ProjectVpcState:
|
|
|
91
91
|
@pulumi.getter(name="cloudName")
|
|
92
92
|
def cloud_name(self) -> Optional[pulumi.Input[str]]:
|
|
93
93
|
"""
|
|
94
|
-
|
|
94
|
+
The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`. Changing this property forces recreation of the resource.
|
|
95
95
|
"""
|
|
96
96
|
return pulumi.get(self, "cloud_name")
|
|
97
97
|
|
|
@@ -103,7 +103,7 @@ class _ProjectVpcState:
|
|
|
103
103
|
@pulumi.getter(name="networkCidr")
|
|
104
104
|
def network_cidr(self) -> Optional[pulumi.Input[str]]:
|
|
105
105
|
"""
|
|
106
|
-
Network address range used by the VPC
|
|
106
|
+
Network address range used by the VPC. For example, `192.168.0.0/24`.
|
|
107
107
|
"""
|
|
108
108
|
return pulumi.get(self, "network_cidr")
|
|
109
109
|
|
|
@@ -115,7 +115,7 @@ class _ProjectVpcState:
|
|
|
115
115
|
@pulumi.getter
|
|
116
116
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
117
117
|
"""
|
|
118
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
118
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
119
119
|
"""
|
|
120
120
|
return pulumi.get(self, "project")
|
|
121
121
|
|
|
@@ -146,19 +146,19 @@ class ProjectVpc(pulumi.CustomResource):
|
|
|
146
146
|
project: Optional[pulumi.Input[str]] = None,
|
|
147
147
|
__props__=None):
|
|
148
148
|
"""
|
|
149
|
-
|
|
149
|
+
Creates and manages a VPC for an Aiven project.
|
|
150
150
|
|
|
151
151
|
## Import
|
|
152
152
|
|
|
153
153
|
```sh
|
|
154
|
-
$ pulumi import aiven:index/projectVpc:ProjectVpc
|
|
154
|
+
$ pulumi import aiven:index/projectVpc:ProjectVpc example_vpc PROJECT/ID
|
|
155
155
|
```
|
|
156
156
|
|
|
157
157
|
:param str resource_name: The name of the resource.
|
|
158
158
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
159
|
-
:param pulumi.Input[str] cloud_name:
|
|
160
|
-
:param pulumi.Input[str] network_cidr: Network address range used by the VPC
|
|
161
|
-
: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.
|
|
159
|
+
:param pulumi.Input[str] cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`. Changing this property forces recreation of the resource.
|
|
160
|
+
:param pulumi.Input[str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
|
|
161
|
+
: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. Changing this property forces recreation of the resource.
|
|
162
162
|
"""
|
|
163
163
|
...
|
|
164
164
|
@overload
|
|
@@ -167,12 +167,12 @@ class ProjectVpc(pulumi.CustomResource):
|
|
|
167
167
|
args: ProjectVpcArgs,
|
|
168
168
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
169
169
|
"""
|
|
170
|
-
|
|
170
|
+
Creates and manages a VPC for an Aiven project.
|
|
171
171
|
|
|
172
172
|
## Import
|
|
173
173
|
|
|
174
174
|
```sh
|
|
175
|
-
$ pulumi import aiven:index/projectVpc:ProjectVpc
|
|
175
|
+
$ pulumi import aiven:index/projectVpc:ProjectVpc example_vpc PROJECT/ID
|
|
176
176
|
```
|
|
177
177
|
|
|
178
178
|
:param str resource_name: The name of the resource.
|
|
@@ -233,9 +233,9 @@ class ProjectVpc(pulumi.CustomResource):
|
|
|
233
233
|
:param str resource_name: The unique name of the resulting resource.
|
|
234
234
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
235
235
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
236
|
-
:param pulumi.Input[str] cloud_name:
|
|
237
|
-
:param pulumi.Input[str] network_cidr: Network address range used by the VPC
|
|
238
|
-
: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.
|
|
236
|
+
:param pulumi.Input[str] cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`. Changing this property forces recreation of the resource.
|
|
237
|
+
:param pulumi.Input[str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
|
|
238
|
+
: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. Changing this property forces recreation of the resource.
|
|
239
239
|
:param pulumi.Input[str] state: State of the VPC. The possible values are `APPROVED`, `ACTIVE`, `DELETING` and `DELETED`.
|
|
240
240
|
"""
|
|
241
241
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -252,7 +252,7 @@ class ProjectVpc(pulumi.CustomResource):
|
|
|
252
252
|
@pulumi.getter(name="cloudName")
|
|
253
253
|
def cloud_name(self) -> pulumi.Output[str]:
|
|
254
254
|
"""
|
|
255
|
-
|
|
255
|
+
The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`. Changing this property forces recreation of the resource.
|
|
256
256
|
"""
|
|
257
257
|
return pulumi.get(self, "cloud_name")
|
|
258
258
|
|
|
@@ -260,7 +260,7 @@ class ProjectVpc(pulumi.CustomResource):
|
|
|
260
260
|
@pulumi.getter(name="networkCidr")
|
|
261
261
|
def network_cidr(self) -> pulumi.Output[str]:
|
|
262
262
|
"""
|
|
263
|
-
Network address range used by the VPC
|
|
263
|
+
Network address range used by the VPC. For example, `192.168.0.0/24`.
|
|
264
264
|
"""
|
|
265
265
|
return pulumi.get(self, "network_cidr")
|
|
266
266
|
|
|
@@ -268,7 +268,7 @@ class ProjectVpc(pulumi.CustomResource):
|
|
|
268
268
|
@pulumi.getter
|
|
269
269
|
def project(self) -> pulumi.Output[str]:
|
|
270
270
|
"""
|
|
271
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
271
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
272
272
|
"""
|
|
273
273
|
return pulumi.get(self, "project")
|
|
274
274
|
|
pulumi_aiven/redis.py
CHANGED
|
@@ -40,7 +40,7 @@ class RedisArgs:
|
|
|
40
40
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
41
41
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
42
42
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
43
|
-
reference.
|
|
43
|
+
reference. Changing this property forces recreation of the resource.
|
|
44
44
|
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
45
45
|
service so name should be picked based on intended service usage rather than current attributes.
|
|
46
46
|
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
@@ -123,7 +123,7 @@ class RedisArgs:
|
|
|
123
123
|
def project(self) -> pulumi.Input[str]:
|
|
124
124
|
"""
|
|
125
125
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
126
|
-
reference.
|
|
126
|
+
reference. Changing this property forces recreation of the resource.
|
|
127
127
|
"""
|
|
128
128
|
return pulumi.get(self, "project")
|
|
129
129
|
|
|
@@ -365,7 +365,7 @@ class _RedisState:
|
|
|
365
365
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
366
366
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
367
367
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
368
|
-
reference.
|
|
368
|
+
reference. Changing this property forces recreation of the resource.
|
|
369
369
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
370
370
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
371
371
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -605,7 +605,7 @@ class _RedisState:
|
|
|
605
605
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
606
606
|
"""
|
|
607
607
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
608
|
-
reference.
|
|
608
|
+
reference. Changing this property forces recreation of the resource.
|
|
609
609
|
"""
|
|
610
610
|
return pulumi.get(self, "project")
|
|
611
611
|
|
|
@@ -888,7 +888,7 @@ class Redis(pulumi.CustomResource):
|
|
|
888
888
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
889
889
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
890
890
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
891
|
-
reference.
|
|
891
|
+
reference. Changing this property forces recreation of the resource.
|
|
892
892
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
893
893
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
894
894
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -1090,7 +1090,7 @@ class Redis(pulumi.CustomResource):
|
|
|
1090
1090
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
1091
1091
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1092
1092
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1093
|
-
reference.
|
|
1093
|
+
reference. Changing this property forces recreation of the resource.
|
|
1094
1094
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
1095
1095
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
1096
1096
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -1260,7 +1260,7 @@ class Redis(pulumi.CustomResource):
|
|
|
1260
1260
|
def project(self) -> pulumi.Output[str]:
|
|
1261
1261
|
"""
|
|
1262
1262
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1263
|
-
reference.
|
|
1263
|
+
reference. Changing this property forces recreation of the resource.
|
|
1264
1264
|
"""
|
|
1265
1265
|
return pulumi.get(self, "project")
|
|
1266
1266
|
|
pulumi_aiven/redis_user.py
CHANGED
|
@@ -24,14 +24,14 @@ class RedisUserArgs:
|
|
|
24
24
|
redis_acl_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
25
25
|
"""
|
|
26
26
|
The set of arguments for constructing a RedisUser resource.
|
|
27
|
-
: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.
|
|
28
|
-
: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.
|
|
29
|
-
:param pulumi.Input[str] username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference.
|
|
27
|
+
: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. Changing this property forces recreation of the resource.
|
|
28
|
+
: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. Changing this property forces recreation of the resource.
|
|
29
|
+
:param pulumi.Input[str] username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
30
30
|
:param pulumi.Input[str] password: The password of the Redis User.
|
|
31
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_categories: Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`.
|
|
32
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_channels: Defines the permitted pub/sub channel patterns.
|
|
33
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_commands: Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`.
|
|
34
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_keys: Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`.
|
|
31
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_categories: Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
32
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_channels: Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
|
|
33
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_commands: Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
34
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_keys: Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
35
35
|
"""
|
|
36
36
|
pulumi.set(__self__, "project", project)
|
|
37
37
|
pulumi.set(__self__, "service_name", service_name)
|
|
@@ -51,7 +51,7 @@ class RedisUserArgs:
|
|
|
51
51
|
@pulumi.getter
|
|
52
52
|
def project(self) -> pulumi.Input[str]:
|
|
53
53
|
"""
|
|
54
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
54
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
55
55
|
"""
|
|
56
56
|
return pulumi.get(self, "project")
|
|
57
57
|
|
|
@@ -63,7 +63,7 @@ class RedisUserArgs:
|
|
|
63
63
|
@pulumi.getter(name="serviceName")
|
|
64
64
|
def service_name(self) -> pulumi.Input[str]:
|
|
65
65
|
"""
|
|
66
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
66
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
67
67
|
"""
|
|
68
68
|
return pulumi.get(self, "service_name")
|
|
69
69
|
|
|
@@ -75,7 +75,7 @@ class RedisUserArgs:
|
|
|
75
75
|
@pulumi.getter
|
|
76
76
|
def username(self) -> pulumi.Input[str]:
|
|
77
77
|
"""
|
|
78
|
-
The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference.
|
|
78
|
+
The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
79
79
|
"""
|
|
80
80
|
return pulumi.get(self, "username")
|
|
81
81
|
|
|
@@ -99,7 +99,7 @@ class RedisUserArgs:
|
|
|
99
99
|
@pulumi.getter(name="redisAclCategories")
|
|
100
100
|
def redis_acl_categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
101
101
|
"""
|
|
102
|
-
Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`.
|
|
102
|
+
Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
103
103
|
"""
|
|
104
104
|
return pulumi.get(self, "redis_acl_categories")
|
|
105
105
|
|
|
@@ -111,7 +111,7 @@ class RedisUserArgs:
|
|
|
111
111
|
@pulumi.getter(name="redisAclChannels")
|
|
112
112
|
def redis_acl_channels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
113
113
|
"""
|
|
114
|
-
Defines the permitted pub/sub channel patterns.
|
|
114
|
+
Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
|
|
115
115
|
"""
|
|
116
116
|
return pulumi.get(self, "redis_acl_channels")
|
|
117
117
|
|
|
@@ -123,7 +123,7 @@ class RedisUserArgs:
|
|
|
123
123
|
@pulumi.getter(name="redisAclCommands")
|
|
124
124
|
def redis_acl_commands(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
125
125
|
"""
|
|
126
|
-
Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`.
|
|
126
|
+
Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
127
127
|
"""
|
|
128
128
|
return pulumi.get(self, "redis_acl_commands")
|
|
129
129
|
|
|
@@ -135,7 +135,7 @@ class RedisUserArgs:
|
|
|
135
135
|
@pulumi.getter(name="redisAclKeys")
|
|
136
136
|
def redis_acl_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
137
137
|
"""
|
|
138
|
-
Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`.
|
|
138
|
+
Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
139
139
|
"""
|
|
140
140
|
return pulumi.get(self, "redis_acl_keys")
|
|
141
141
|
|
|
@@ -159,14 +159,14 @@ class _RedisUserState:
|
|
|
159
159
|
"""
|
|
160
160
|
Input properties used for looking up and filtering RedisUser resources.
|
|
161
161
|
:param pulumi.Input[str] password: The password of the Redis User.
|
|
162
|
-
: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.
|
|
163
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_categories: Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`.
|
|
164
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_channels: Defines the permitted pub/sub channel patterns.
|
|
165
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_commands: Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`.
|
|
166
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_keys: Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`.
|
|
167
|
-
: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.
|
|
162
|
+
: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. Changing this property forces recreation of the resource.
|
|
163
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_categories: Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
164
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_channels: Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
|
|
165
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_commands: Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
166
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_keys: Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
167
|
+
: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. Changing this property forces recreation of the resource.
|
|
168
168
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
169
|
-
:param pulumi.Input[str] username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference.
|
|
169
|
+
:param pulumi.Input[str] username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
170
170
|
"""
|
|
171
171
|
if password is not None:
|
|
172
172
|
pulumi.set(__self__, "password", password)
|
|
@@ -203,7 +203,7 @@ class _RedisUserState:
|
|
|
203
203
|
@pulumi.getter
|
|
204
204
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
205
205
|
"""
|
|
206
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
206
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
207
207
|
"""
|
|
208
208
|
return pulumi.get(self, "project")
|
|
209
209
|
|
|
@@ -215,7 +215,7 @@ class _RedisUserState:
|
|
|
215
215
|
@pulumi.getter(name="redisAclCategories")
|
|
216
216
|
def redis_acl_categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
217
217
|
"""
|
|
218
|
-
Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`.
|
|
218
|
+
Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
219
219
|
"""
|
|
220
220
|
return pulumi.get(self, "redis_acl_categories")
|
|
221
221
|
|
|
@@ -227,7 +227,7 @@ class _RedisUserState:
|
|
|
227
227
|
@pulumi.getter(name="redisAclChannels")
|
|
228
228
|
def redis_acl_channels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
229
229
|
"""
|
|
230
|
-
Defines the permitted pub/sub channel patterns.
|
|
230
|
+
Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
|
|
231
231
|
"""
|
|
232
232
|
return pulumi.get(self, "redis_acl_channels")
|
|
233
233
|
|
|
@@ -239,7 +239,7 @@ class _RedisUserState:
|
|
|
239
239
|
@pulumi.getter(name="redisAclCommands")
|
|
240
240
|
def redis_acl_commands(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
241
241
|
"""
|
|
242
|
-
Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`.
|
|
242
|
+
Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
243
243
|
"""
|
|
244
244
|
return pulumi.get(self, "redis_acl_commands")
|
|
245
245
|
|
|
@@ -251,7 +251,7 @@ class _RedisUserState:
|
|
|
251
251
|
@pulumi.getter(name="redisAclKeys")
|
|
252
252
|
def redis_acl_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
253
253
|
"""
|
|
254
|
-
Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`.
|
|
254
|
+
Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
255
255
|
"""
|
|
256
256
|
return pulumi.get(self, "redis_acl_keys")
|
|
257
257
|
|
|
@@ -263,7 +263,7 @@ class _RedisUserState:
|
|
|
263
263
|
@pulumi.getter(name="serviceName")
|
|
264
264
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
265
265
|
"""
|
|
266
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
266
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
267
267
|
"""
|
|
268
268
|
return pulumi.get(self, "service_name")
|
|
269
269
|
|
|
@@ -287,7 +287,7 @@ class _RedisUserState:
|
|
|
287
287
|
@pulumi.getter
|
|
288
288
|
def username(self) -> Optional[pulumi.Input[str]]:
|
|
289
289
|
"""
|
|
290
|
-
The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference.
|
|
290
|
+
The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
291
291
|
"""
|
|
292
292
|
return pulumi.get(self, "username")
|
|
293
293
|
|
|
@@ -337,13 +337,13 @@ class RedisUser(pulumi.CustomResource):
|
|
|
337
337
|
:param str resource_name: The name of the resource.
|
|
338
338
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
339
339
|
:param pulumi.Input[str] password: The password of the Redis User.
|
|
340
|
-
: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.
|
|
341
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_categories: Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`.
|
|
342
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_channels: Defines the permitted pub/sub channel patterns.
|
|
343
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_commands: Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`.
|
|
344
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_keys: Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`.
|
|
345
|
-
: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.
|
|
346
|
-
:param pulumi.Input[str] username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference.
|
|
340
|
+
: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. Changing this property forces recreation of the resource.
|
|
341
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_categories: Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
342
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_channels: Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
|
|
343
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_commands: Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
344
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_keys: Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
345
|
+
: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. Changing this property forces recreation of the resource.
|
|
346
|
+
:param pulumi.Input[str] username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
347
347
|
"""
|
|
348
348
|
...
|
|
349
349
|
@overload
|
|
@@ -451,14 +451,14 @@ class RedisUser(pulumi.CustomResource):
|
|
|
451
451
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
452
452
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
453
453
|
:param pulumi.Input[str] password: The password of the Redis User.
|
|
454
|
-
: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.
|
|
455
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_categories: Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`.
|
|
456
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_channels: Defines the permitted pub/sub channel patterns.
|
|
457
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_commands: Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`.
|
|
458
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_keys: Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`.
|
|
459
|
-
: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.
|
|
454
|
+
: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. Changing this property forces recreation of the resource.
|
|
455
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_categories: Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
456
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_channels: Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
|
|
457
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_commands: Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
458
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] redis_acl_keys: Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
459
|
+
: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. Changing this property forces recreation of the resource.
|
|
460
460
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
461
|
-
:param pulumi.Input[str] username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference.
|
|
461
|
+
:param pulumi.Input[str] username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
462
462
|
"""
|
|
463
463
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
464
464
|
|
|
@@ -487,7 +487,7 @@ class RedisUser(pulumi.CustomResource):
|
|
|
487
487
|
@pulumi.getter
|
|
488
488
|
def project(self) -> pulumi.Output[str]:
|
|
489
489
|
"""
|
|
490
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
490
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
491
491
|
"""
|
|
492
492
|
return pulumi.get(self, "project")
|
|
493
493
|
|
|
@@ -495,7 +495,7 @@ class RedisUser(pulumi.CustomResource):
|
|
|
495
495
|
@pulumi.getter(name="redisAclCategories")
|
|
496
496
|
def redis_acl_categories(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
497
497
|
"""
|
|
498
|
-
Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`.
|
|
498
|
+
Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
499
499
|
"""
|
|
500
500
|
return pulumi.get(self, "redis_acl_categories")
|
|
501
501
|
|
|
@@ -503,7 +503,7 @@ class RedisUser(pulumi.CustomResource):
|
|
|
503
503
|
@pulumi.getter(name="redisAclChannels")
|
|
504
504
|
def redis_acl_channels(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
505
505
|
"""
|
|
506
|
-
Defines the permitted pub/sub channel patterns.
|
|
506
|
+
Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
|
|
507
507
|
"""
|
|
508
508
|
return pulumi.get(self, "redis_acl_channels")
|
|
509
509
|
|
|
@@ -511,7 +511,7 @@ class RedisUser(pulumi.CustomResource):
|
|
|
511
511
|
@pulumi.getter(name="redisAclCommands")
|
|
512
512
|
def redis_acl_commands(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
513
513
|
"""
|
|
514
|
-
Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`.
|
|
514
|
+
Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
515
515
|
"""
|
|
516
516
|
return pulumi.get(self, "redis_acl_commands")
|
|
517
517
|
|
|
@@ -519,7 +519,7 @@ class RedisUser(pulumi.CustomResource):
|
|
|
519
519
|
@pulumi.getter(name="redisAclKeys")
|
|
520
520
|
def redis_acl_keys(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
521
521
|
"""
|
|
522
|
-
Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`.
|
|
522
|
+
Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
523
523
|
"""
|
|
524
524
|
return pulumi.get(self, "redis_acl_keys")
|
|
525
525
|
|
|
@@ -527,7 +527,7 @@ class RedisUser(pulumi.CustomResource):
|
|
|
527
527
|
@pulumi.getter(name="serviceName")
|
|
528
528
|
def service_name(self) -> pulumi.Output[str]:
|
|
529
529
|
"""
|
|
530
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
530
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
531
531
|
"""
|
|
532
532
|
return pulumi.get(self, "service_name")
|
|
533
533
|
|
|
@@ -543,7 +543,7 @@ class RedisUser(pulumi.CustomResource):
|
|
|
543
543
|
@pulumi.getter
|
|
544
544
|
def username(self) -> pulumi.Output[str]:
|
|
545
545
|
"""
|
|
546
|
-
The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference.
|
|
546
|
+
The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
547
547
|
"""
|
|
548
548
|
return pulumi.get(self, "username")
|
|
549
549
|
|