pulumi-aiven 6.13.0a1710994538__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 +34 -30
- 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.0a1710994538.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.0a1710994538.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/top_level.txt +0 -0
pulumi_aiven/get_kafka_user.py
CHANGED
|
@@ -83,7 +83,7 @@ class GetKafkaUserResult:
|
|
|
83
83
|
@pulumi.getter
|
|
84
84
|
def project(self) -> str:
|
|
85
85
|
"""
|
|
86
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
86
|
+
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.
|
|
87
87
|
"""
|
|
88
88
|
return pulumi.get(self, "project")
|
|
89
89
|
|
|
@@ -91,7 +91,7 @@ class GetKafkaUserResult:
|
|
|
91
91
|
@pulumi.getter(name="serviceName")
|
|
92
92
|
def service_name(self) -> str:
|
|
93
93
|
"""
|
|
94
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
94
|
+
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.
|
|
95
95
|
"""
|
|
96
96
|
return pulumi.get(self, "service_name")
|
|
97
97
|
|
|
@@ -107,7 +107,7 @@ class GetKafkaUserResult:
|
|
|
107
107
|
@pulumi.getter
|
|
108
108
|
def username(self) -> str:
|
|
109
109
|
"""
|
|
110
|
-
The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference.
|
|
110
|
+
The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
111
111
|
"""
|
|
112
112
|
return pulumi.get(self, "username")
|
|
113
113
|
|
|
@@ -149,9 +149,9 @@ def get_kafka_user(project: Optional[str] = None,
|
|
|
149
149
|
<!--End PulumiCodeChooser -->
|
|
150
150
|
|
|
151
151
|
|
|
152
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
153
|
-
:param 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.
|
|
154
|
-
:param str username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference.
|
|
152
|
+
:param 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.
|
|
153
|
+
:param 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.
|
|
154
|
+
:param str username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
155
155
|
"""
|
|
156
156
|
__args__ = dict()
|
|
157
157
|
__args__['project'] = project
|
|
@@ -193,8 +193,8 @@ def get_kafka_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
193
193
|
<!--End PulumiCodeChooser -->
|
|
194
194
|
|
|
195
195
|
|
|
196
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
197
|
-
:param 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.
|
|
198
|
-
:param str username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference.
|
|
196
|
+
:param 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.
|
|
197
|
+
:param 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.
|
|
198
|
+
:param str username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
199
199
|
"""
|
|
200
200
|
...
|
|
@@ -227,7 +227,7 @@ class GetM3AggregatorResult:
|
|
|
227
227
|
@pulumi.getter
|
|
228
228
|
def project(self) -> str:
|
|
229
229
|
"""
|
|
230
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
230
|
+
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.
|
|
231
231
|
"""
|
|
232
232
|
return pulumi.get(self, "project")
|
|
233
233
|
|
|
@@ -400,7 +400,7 @@ def get_m3_aggregator(project: Optional[str] = None,
|
|
|
400
400
|
<!--End PulumiCodeChooser -->
|
|
401
401
|
|
|
402
402
|
|
|
403
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
403
|
+
:param 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.
|
|
404
404
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
405
405
|
"""
|
|
406
406
|
__args__ = dict()
|
|
@@ -461,7 +461,7 @@ def get_m3_aggregator_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
461
461
|
<!--End PulumiCodeChooser -->
|
|
462
462
|
|
|
463
463
|
|
|
464
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
464
|
+
:param 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.
|
|
465
465
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
466
466
|
"""
|
|
467
467
|
...
|
pulumi_aiven/get_m3_db.py
CHANGED
|
@@ -227,7 +227,7 @@ class GetM3DbResult:
|
|
|
227
227
|
@pulumi.getter
|
|
228
228
|
def project(self) -> str:
|
|
229
229
|
"""
|
|
230
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
230
|
+
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.
|
|
231
231
|
"""
|
|
232
232
|
return pulumi.get(self, "project")
|
|
233
233
|
|
|
@@ -400,7 +400,7 @@ def get_m3_db(project: Optional[str] = None,
|
|
|
400
400
|
<!--End PulumiCodeChooser -->
|
|
401
401
|
|
|
402
402
|
|
|
403
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
403
|
+
:param 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.
|
|
404
404
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
405
405
|
"""
|
|
406
406
|
__args__ = dict()
|
|
@@ -461,7 +461,7 @@ def get_m3_db_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
461
461
|
<!--End PulumiCodeChooser -->
|
|
462
462
|
|
|
463
463
|
|
|
464
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
464
|
+
:param 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.
|
|
465
465
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
466
466
|
"""
|
|
467
467
|
...
|
pulumi_aiven/get_m3db_user.py
CHANGED
|
@@ -61,7 +61,7 @@ class GetM3dbUserResult:
|
|
|
61
61
|
@pulumi.getter
|
|
62
62
|
def project(self) -> str:
|
|
63
63
|
"""
|
|
64
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
64
|
+
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.
|
|
65
65
|
"""
|
|
66
66
|
return pulumi.get(self, "project")
|
|
67
67
|
|
|
@@ -69,7 +69,7 @@ class GetM3dbUserResult:
|
|
|
69
69
|
@pulumi.getter(name="serviceName")
|
|
70
70
|
def service_name(self) -> str:
|
|
71
71
|
"""
|
|
72
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
72
|
+
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.
|
|
73
73
|
"""
|
|
74
74
|
return pulumi.get(self, "service_name")
|
|
75
75
|
|
|
@@ -85,7 +85,7 @@ class GetM3dbUserResult:
|
|
|
85
85
|
@pulumi.getter
|
|
86
86
|
def username(self) -> str:
|
|
87
87
|
"""
|
|
88
|
-
The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference.
|
|
88
|
+
The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "username")
|
|
91
91
|
|
|
@@ -125,9 +125,9 @@ def get_m3db_user(project: Optional[str] = None,
|
|
|
125
125
|
<!--End PulumiCodeChooser -->
|
|
126
126
|
|
|
127
127
|
|
|
128
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
129
|
-
:param 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.
|
|
130
|
-
:param str username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference.
|
|
128
|
+
:param 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.
|
|
129
|
+
:param 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.
|
|
130
|
+
:param str username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
131
131
|
"""
|
|
132
132
|
__args__ = dict()
|
|
133
133
|
__args__['project'] = project
|
|
@@ -167,8 +167,8 @@ def get_m3db_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
167
167
|
<!--End PulumiCodeChooser -->
|
|
168
168
|
|
|
169
169
|
|
|
170
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
171
|
-
:param 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.
|
|
172
|
-
:param str username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference.
|
|
170
|
+
:param 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.
|
|
171
|
+
:param 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.
|
|
172
|
+
:param str username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
173
173
|
"""
|
|
174
174
|
...
|
|
@@ -109,7 +109,7 @@ class GetMirrorMakerReplicationFlowResult:
|
|
|
109
109
|
@pulumi.getter
|
|
110
110
|
def project(self) -> str:
|
|
111
111
|
"""
|
|
112
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
112
|
+
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.
|
|
113
113
|
"""
|
|
114
114
|
return pulumi.get(self, "project")
|
|
115
115
|
|
|
@@ -125,7 +125,7 @@ class GetMirrorMakerReplicationFlowResult:
|
|
|
125
125
|
@pulumi.getter(name="serviceName")
|
|
126
126
|
def service_name(self) -> str:
|
|
127
127
|
"""
|
|
128
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
128
|
+
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.
|
|
129
129
|
"""
|
|
130
130
|
return pulumi.get(self, "service_name")
|
|
131
131
|
|
|
@@ -223,8 +223,8 @@ def get_mirror_maker_replication_flow(project: Optional[str] = None,
|
|
|
223
223
|
<!--End PulumiCodeChooser -->
|
|
224
224
|
|
|
225
225
|
|
|
226
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
227
|
-
:param str service_name: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
226
|
+
:param 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.
|
|
227
|
+
:param str service_name: 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.
|
|
228
228
|
:param str source_cluster: Source cluster alias. Maximum length: `128`.
|
|
229
229
|
:param str target_cluster: Target cluster alias. Maximum length: `128`.
|
|
230
230
|
"""
|
|
@@ -277,8 +277,8 @@ def get_mirror_maker_replication_flow_output(project: Optional[pulumi.Input[str]
|
|
|
277
277
|
<!--End PulumiCodeChooser -->
|
|
278
278
|
|
|
279
279
|
|
|
280
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
281
|
-
:param str service_name: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
280
|
+
:param 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.
|
|
281
|
+
:param str service_name: 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.
|
|
282
282
|
:param str source_cluster: Source cluster alias. Maximum length: `128`.
|
|
283
283
|
:param str target_cluster: Target cluster alias. Maximum length: `128`.
|
|
284
284
|
"""
|
pulumi_aiven/get_my_sql.py
CHANGED
|
@@ -227,7 +227,7 @@ class GetMySqlResult:
|
|
|
227
227
|
@pulumi.getter
|
|
228
228
|
def project(self) -> str:
|
|
229
229
|
"""
|
|
230
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
230
|
+
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.
|
|
231
231
|
"""
|
|
232
232
|
return pulumi.get(self, "project")
|
|
233
233
|
|
|
@@ -400,7 +400,7 @@ def get_my_sql(project: Optional[str] = None,
|
|
|
400
400
|
<!--End PulumiCodeChooser -->
|
|
401
401
|
|
|
402
402
|
|
|
403
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
403
|
+
:param 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.
|
|
404
404
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
405
405
|
"""
|
|
406
406
|
__args__ = dict()
|
|
@@ -461,7 +461,7 @@ def get_my_sql_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
461
461
|
<!--End PulumiCodeChooser -->
|
|
462
462
|
|
|
463
463
|
|
|
464
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
464
|
+
:param 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.
|
|
465
465
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
466
466
|
"""
|
|
467
467
|
...
|
|
@@ -42,7 +42,7 @@ class GetMysqlDatabaseResult:
|
|
|
42
42
|
@pulumi.getter(name="databaseName")
|
|
43
43
|
def database_name(self) -> str:
|
|
44
44
|
"""
|
|
45
|
-
The name of the service database.
|
|
45
|
+
The name of the service database. Changing this property forces recreation of the resource.
|
|
46
46
|
"""
|
|
47
47
|
return pulumi.get(self, "database_name")
|
|
48
48
|
|
|
@@ -58,7 +58,7 @@ class GetMysqlDatabaseResult:
|
|
|
58
58
|
@pulumi.getter
|
|
59
59
|
def project(self) -> str:
|
|
60
60
|
"""
|
|
61
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
61
|
+
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.
|
|
62
62
|
"""
|
|
63
63
|
return pulumi.get(self, "project")
|
|
64
64
|
|
|
@@ -66,7 +66,7 @@ class GetMysqlDatabaseResult:
|
|
|
66
66
|
@pulumi.getter(name="serviceName")
|
|
67
67
|
def service_name(self) -> str:
|
|
68
68
|
"""
|
|
69
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
69
|
+
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.
|
|
70
70
|
"""
|
|
71
71
|
return pulumi.get(self, "service_name")
|
|
72
72
|
|
|
@@ -110,9 +110,9 @@ def get_mysql_database(database_name: Optional[str] = None,
|
|
|
110
110
|
<!--End PulumiCodeChooser -->
|
|
111
111
|
|
|
112
112
|
|
|
113
|
-
:param str database_name: The name of the service database.
|
|
114
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
115
|
-
:param 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.
|
|
113
|
+
:param str database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
114
|
+
:param 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.
|
|
115
|
+
:param 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.
|
|
116
116
|
"""
|
|
117
117
|
__args__ = dict()
|
|
118
118
|
__args__['databaseName'] = database_name
|
|
@@ -151,8 +151,8 @@ def get_mysql_database_output(database_name: Optional[pulumi.Input[str]] = None,
|
|
|
151
151
|
<!--End PulumiCodeChooser -->
|
|
152
152
|
|
|
153
153
|
|
|
154
|
-
:param str database_name: The name of the service database.
|
|
155
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
156
|
-
:param 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.
|
|
154
|
+
:param str database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
155
|
+
:param 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.
|
|
156
|
+
:param 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.
|
|
157
157
|
"""
|
|
158
158
|
...
|
pulumi_aiven/get_mysql_user.py
CHANGED
|
@@ -94,7 +94,7 @@ class GetMysqlUserResult:
|
|
|
94
94
|
@pulumi.getter
|
|
95
95
|
def project(self) -> str:
|
|
96
96
|
"""
|
|
97
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
97
|
+
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.
|
|
98
98
|
"""
|
|
99
99
|
return pulumi.get(self, "project")
|
|
100
100
|
|
|
@@ -102,7 +102,7 @@ class GetMysqlUserResult:
|
|
|
102
102
|
@pulumi.getter(name="serviceName")
|
|
103
103
|
def service_name(self) -> str:
|
|
104
104
|
"""
|
|
105
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
105
|
+
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.
|
|
106
106
|
"""
|
|
107
107
|
return pulumi.get(self, "service_name")
|
|
108
108
|
|
|
@@ -118,7 +118,7 @@ class GetMysqlUserResult:
|
|
|
118
118
|
@pulumi.getter
|
|
119
119
|
def username(self) -> str:
|
|
120
120
|
"""
|
|
121
|
-
The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference.
|
|
121
|
+
The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
122
122
|
"""
|
|
123
123
|
return pulumi.get(self, "username")
|
|
124
124
|
|
|
@@ -161,9 +161,9 @@ def get_mysql_user(project: Optional[str] = None,
|
|
|
161
161
|
<!--End PulumiCodeChooser -->
|
|
162
162
|
|
|
163
163
|
|
|
164
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
165
|
-
:param 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.
|
|
166
|
-
:param str username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference.
|
|
164
|
+
:param 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.
|
|
165
|
+
:param 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.
|
|
166
|
+
:param str username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
167
167
|
"""
|
|
168
168
|
__args__ = dict()
|
|
169
169
|
__args__['project'] = project
|
|
@@ -206,8 +206,8 @@ def get_mysql_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
206
206
|
<!--End PulumiCodeChooser -->
|
|
207
207
|
|
|
208
208
|
|
|
209
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
210
|
-
:param 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.
|
|
211
|
-
:param str username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference.
|
|
209
|
+
:param 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.
|
|
210
|
+
:param 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.
|
|
211
|
+
:param str username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
212
212
|
"""
|
|
213
213
|
...
|
pulumi_aiven/get_open_search.py
CHANGED
|
@@ -227,7 +227,7 @@ class GetOpenSearchResult:
|
|
|
227
227
|
@pulumi.getter
|
|
228
228
|
def project(self) -> str:
|
|
229
229
|
"""
|
|
230
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
230
|
+
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.
|
|
231
231
|
"""
|
|
232
232
|
return pulumi.get(self, "project")
|
|
233
233
|
|
|
@@ -400,7 +400,7 @@ def get_open_search(project: Optional[str] = None,
|
|
|
400
400
|
<!--End PulumiCodeChooser -->
|
|
401
401
|
|
|
402
402
|
|
|
403
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
403
|
+
:param 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.
|
|
404
404
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
405
405
|
"""
|
|
406
406
|
__args__ = dict()
|
|
@@ -461,7 +461,7 @@ def get_open_search_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
461
461
|
<!--End PulumiCodeChooser -->
|
|
462
462
|
|
|
463
463
|
|
|
464
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
464
|
+
:param 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.
|
|
465
465
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
466
466
|
"""
|
|
467
467
|
...
|
|
@@ -66,7 +66,7 @@ class GetOpenSearchAclConfigResult:
|
|
|
66
66
|
@pulumi.getter
|
|
67
67
|
def project(self) -> str:
|
|
68
68
|
"""
|
|
69
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
69
|
+
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.
|
|
70
70
|
"""
|
|
71
71
|
return pulumi.get(self, "project")
|
|
72
72
|
|
|
@@ -74,7 +74,7 @@ class GetOpenSearchAclConfigResult:
|
|
|
74
74
|
@pulumi.getter(name="serviceName")
|
|
75
75
|
def service_name(self) -> str:
|
|
76
76
|
"""
|
|
77
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
77
|
+
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.
|
|
78
78
|
"""
|
|
79
79
|
return pulumi.get(self, "service_name")
|
|
80
80
|
|
|
@@ -111,8 +111,8 @@ def get_open_search_acl_config(project: Optional[str] = None,
|
|
|
111
111
|
<!--End PulumiCodeChooser -->
|
|
112
112
|
|
|
113
113
|
|
|
114
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
115
|
-
:param 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.
|
|
114
|
+
:param 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.
|
|
115
|
+
:param 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.
|
|
116
116
|
"""
|
|
117
117
|
__args__ = dict()
|
|
118
118
|
__args__['project'] = project
|
|
@@ -148,7 +148,7 @@ def get_open_search_acl_config_output(project: Optional[pulumi.Input[str]] = Non
|
|
|
148
148
|
<!--End PulumiCodeChooser -->
|
|
149
149
|
|
|
150
150
|
|
|
151
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
152
|
-
:param 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.
|
|
151
|
+
:param 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.
|
|
152
|
+
:param 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.
|
|
153
153
|
"""
|
|
154
154
|
...
|
|
@@ -53,7 +53,7 @@ class GetOpenSearchAclRuleResult:
|
|
|
53
53
|
@pulumi.getter
|
|
54
54
|
def index(self) -> str:
|
|
55
55
|
"""
|
|
56
|
-
The index pattern for this ACL entry. Maximum length: `249`.
|
|
56
|
+
The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
|
|
57
57
|
"""
|
|
58
58
|
return pulumi.get(self, "index")
|
|
59
59
|
|
|
@@ -69,7 +69,7 @@ class GetOpenSearchAclRuleResult:
|
|
|
69
69
|
@pulumi.getter
|
|
70
70
|
def project(self) -> str:
|
|
71
71
|
"""
|
|
72
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
72
|
+
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.
|
|
73
73
|
"""
|
|
74
74
|
return pulumi.get(self, "project")
|
|
75
75
|
|
|
@@ -77,7 +77,7 @@ class GetOpenSearchAclRuleResult:
|
|
|
77
77
|
@pulumi.getter(name="serviceName")
|
|
78
78
|
def service_name(self) -> str:
|
|
79
79
|
"""
|
|
80
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
80
|
+
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.
|
|
81
81
|
"""
|
|
82
82
|
return pulumi.get(self, "service_name")
|
|
83
83
|
|
|
@@ -85,7 +85,7 @@ class GetOpenSearchAclRuleResult:
|
|
|
85
85
|
@pulumi.getter
|
|
86
86
|
def username(self) -> str:
|
|
87
87
|
"""
|
|
88
|
-
The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference.
|
|
88
|
+
The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "username")
|
|
91
91
|
|
|
@@ -128,11 +128,11 @@ def get_open_search_acl_rule(index: Optional[str] = None,
|
|
|
128
128
|
<!--End PulumiCodeChooser -->
|
|
129
129
|
|
|
130
130
|
|
|
131
|
-
:param str index: The index pattern for this ACL entry. Maximum length: `249`.
|
|
131
|
+
:param str index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
|
|
132
132
|
:param str permission: The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
|
|
133
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
134
|
-
:param 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.
|
|
135
|
-
:param str username: The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference.
|
|
133
|
+
:param 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.
|
|
134
|
+
:param 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.
|
|
135
|
+
:param str username: The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
136
136
|
"""
|
|
137
137
|
__args__ = dict()
|
|
138
138
|
__args__['index'] = index
|
|
@@ -177,10 +177,10 @@ def get_open_search_acl_rule_output(index: Optional[pulumi.Input[str]] = None,
|
|
|
177
177
|
<!--End PulumiCodeChooser -->
|
|
178
178
|
|
|
179
179
|
|
|
180
|
-
:param str index: The index pattern for this ACL entry. Maximum length: `249`.
|
|
180
|
+
:param str index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
|
|
181
181
|
:param str permission: The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
|
|
182
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
183
|
-
:param 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.
|
|
184
|
-
:param str username: The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference.
|
|
182
|
+
:param 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.
|
|
183
|
+
:param 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.
|
|
184
|
+
:param str username: The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
185
185
|
"""
|
|
186
186
|
...
|
|
@@ -88,7 +88,7 @@ class GetOpensearchSecurityPluginConfigResult:
|
|
|
88
88
|
@pulumi.getter
|
|
89
89
|
def project(self) -> str:
|
|
90
90
|
"""
|
|
91
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
91
|
+
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.
|
|
92
92
|
"""
|
|
93
93
|
return pulumi.get(self, "project")
|
|
94
94
|
|
|
@@ -96,7 +96,7 @@ class GetOpensearchSecurityPluginConfigResult:
|
|
|
96
96
|
@pulumi.getter(name="serviceName")
|
|
97
97
|
def service_name(self) -> str:
|
|
98
98
|
"""
|
|
99
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
99
|
+
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.
|
|
100
100
|
"""
|
|
101
101
|
return pulumi.get(self, "service_name")
|
|
102
102
|
|
|
@@ -135,8 +135,8 @@ def get_opensearch_security_plugin_config(project: Optional[str] = None,
|
|
|
135
135
|
<!--End PulumiCodeChooser -->
|
|
136
136
|
|
|
137
137
|
|
|
138
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
139
|
-
:param 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.
|
|
138
|
+
:param 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.
|
|
139
|
+
:param 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.
|
|
140
140
|
"""
|
|
141
141
|
__args__ = dict()
|
|
142
142
|
__args__['project'] = project
|
|
@@ -174,7 +174,7 @@ def get_opensearch_security_plugin_config_output(project: Optional[pulumi.Input[
|
|
|
174
174
|
<!--End PulumiCodeChooser -->
|
|
175
175
|
|
|
176
176
|
|
|
177
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
178
|
-
:param 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.
|
|
177
|
+
:param 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.
|
|
178
|
+
:param 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.
|
|
179
179
|
"""
|
|
180
180
|
...
|
|
@@ -61,7 +61,7 @@ class GetOpensearchUserResult:
|
|
|
61
61
|
@pulumi.getter
|
|
62
62
|
def project(self) -> str:
|
|
63
63
|
"""
|
|
64
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
64
|
+
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.
|
|
65
65
|
"""
|
|
66
66
|
return pulumi.get(self, "project")
|
|
67
67
|
|
|
@@ -69,7 +69,7 @@ class GetOpensearchUserResult:
|
|
|
69
69
|
@pulumi.getter(name="serviceName")
|
|
70
70
|
def service_name(self) -> str:
|
|
71
71
|
"""
|
|
72
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
72
|
+
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.
|
|
73
73
|
"""
|
|
74
74
|
return pulumi.get(self, "service_name")
|
|
75
75
|
|
|
@@ -85,7 +85,7 @@ class GetOpensearchUserResult:
|
|
|
85
85
|
@pulumi.getter
|
|
86
86
|
def username(self) -> str:
|
|
87
87
|
"""
|
|
88
|
-
The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference.
|
|
88
|
+
The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "username")
|
|
91
91
|
|
|
@@ -125,9 +125,9 @@ def get_opensearch_user(project: Optional[str] = None,
|
|
|
125
125
|
<!--End PulumiCodeChooser -->
|
|
126
126
|
|
|
127
127
|
|
|
128
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
129
|
-
:param 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.
|
|
130
|
-
:param str username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference.
|
|
128
|
+
:param 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.
|
|
129
|
+
:param 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.
|
|
130
|
+
:param str username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
131
131
|
"""
|
|
132
132
|
__args__ = dict()
|
|
133
133
|
__args__['project'] = project
|
|
@@ -167,8 +167,8 @@ def get_opensearch_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
167
167
|
<!--End PulumiCodeChooser -->
|
|
168
168
|
|
|
169
169
|
|
|
170
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
171
|
-
:param 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.
|
|
172
|
-
:param str username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference.
|
|
170
|
+
:param 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.
|
|
171
|
+
:param 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.
|
|
172
|
+
:param str username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
173
173
|
"""
|
|
174
174
|
...
|