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
|
@@ -51,7 +51,7 @@ class GetAwsVpcPeeringConnectionResult:
|
|
|
51
51
|
@pulumi.getter(name="awsAccountId")
|
|
52
52
|
def aws_account_id(self) -> str:
|
|
53
53
|
"""
|
|
54
|
-
AWS account ID.
|
|
54
|
+
AWS account ID. Changing this property forces recreation of the resource.
|
|
55
55
|
"""
|
|
56
56
|
return pulumi.get(self, "aws_account_id")
|
|
57
57
|
|
|
@@ -59,7 +59,7 @@ class GetAwsVpcPeeringConnectionResult:
|
|
|
59
59
|
@pulumi.getter(name="awsVpcId")
|
|
60
60
|
def aws_vpc_id(self) -> str:
|
|
61
61
|
"""
|
|
62
|
-
AWS VPC ID.
|
|
62
|
+
AWS VPC ID. Changing this property forces recreation of the resource.
|
|
63
63
|
"""
|
|
64
64
|
return pulumi.get(self, "aws_vpc_id")
|
|
65
65
|
|
|
@@ -67,7 +67,7 @@ class GetAwsVpcPeeringConnectionResult:
|
|
|
67
67
|
@pulumi.getter(name="awsVpcPeeringConnectionId")
|
|
68
68
|
def aws_vpc_peering_connection_id(self) -> str:
|
|
69
69
|
"""
|
|
70
|
-
AWS VPC peering connection
|
|
70
|
+
The ID of the AWS VPC peering connection.
|
|
71
71
|
"""
|
|
72
72
|
return pulumi.get(self, "aws_vpc_peering_connection_id")
|
|
73
73
|
|
|
@@ -75,7 +75,7 @@ class GetAwsVpcPeeringConnectionResult:
|
|
|
75
75
|
@pulumi.getter(name="awsVpcRegion")
|
|
76
76
|
def aws_vpc_region(self) -> str:
|
|
77
77
|
"""
|
|
78
|
-
AWS region of the peered VPC
|
|
78
|
+
The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
|
|
79
79
|
"""
|
|
80
80
|
return pulumi.get(self, "aws_vpc_region")
|
|
81
81
|
|
|
@@ -91,7 +91,7 @@ class GetAwsVpcPeeringConnectionResult:
|
|
|
91
91
|
@pulumi.getter
|
|
92
92
|
def state(self) -> str:
|
|
93
93
|
"""
|
|
94
|
-
|
|
94
|
+
The state of the peering connection.
|
|
95
95
|
"""
|
|
96
96
|
return pulumi.get(self, "state")
|
|
97
97
|
|
|
@@ -99,7 +99,7 @@ class GetAwsVpcPeeringConnectionResult:
|
|
|
99
99
|
@pulumi.getter(name="stateInfo")
|
|
100
100
|
def state_info(self) -> Mapping[str, Any]:
|
|
101
101
|
"""
|
|
102
|
-
State-specific help or error information
|
|
102
|
+
State-specific help or error information.
|
|
103
103
|
"""
|
|
104
104
|
return pulumi.get(self, "state_info")
|
|
105
105
|
|
|
@@ -107,7 +107,7 @@ class GetAwsVpcPeeringConnectionResult:
|
|
|
107
107
|
@pulumi.getter(name="vpcId")
|
|
108
108
|
def vpc_id(self) -> str:
|
|
109
109
|
"""
|
|
110
|
-
The
|
|
110
|
+
The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
111
111
|
"""
|
|
112
112
|
return pulumi.get(self, "vpc_id")
|
|
113
113
|
|
|
@@ -134,7 +134,7 @@ def get_aws_vpc_peering_connection(aws_account_id: Optional[str] = None,
|
|
|
134
134
|
vpc_id: Optional[str] = None,
|
|
135
135
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAwsVpcPeeringConnectionResult:
|
|
136
136
|
"""
|
|
137
|
-
|
|
137
|
+
Gets information about an AWS VPC peering connection.
|
|
138
138
|
|
|
139
139
|
## Example Usage
|
|
140
140
|
|
|
@@ -143,17 +143,22 @@ def get_aws_vpc_peering_connection(aws_account_id: Optional[str] = None,
|
|
|
143
143
|
import pulumi
|
|
144
144
|
import pulumi_aiven as aiven
|
|
145
145
|
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
146
|
+
example_vpc = aiven.ProjectVpc("exampleVpc",
|
|
147
|
+
project=data["aiven_project"]["example_project"]["project"],
|
|
148
|
+
cloud_name="google-europe-west1",
|
|
149
|
+
network_cidr="192.168.1.0/24")
|
|
150
|
+
aws_to_aiven_peering = example_vpc.id.apply(lambda id: aiven.get_aws_vpc_peering_connection_output(vpc_id=id,
|
|
151
|
+
aws_account_id=var["aws_id"],
|
|
152
|
+
aws_vpc_id="vpc-1a2b3c4d5e6f7g8h9",
|
|
153
|
+
aws_vpc_region="aws-us-east-2"))
|
|
149
154
|
```
|
|
150
155
|
<!--End PulumiCodeChooser -->
|
|
151
156
|
|
|
152
157
|
|
|
153
|
-
:param str aws_account_id: AWS account ID.
|
|
154
|
-
:param str aws_vpc_id: AWS VPC ID.
|
|
155
|
-
:param str aws_vpc_region: AWS region of the peered VPC
|
|
156
|
-
:param str vpc_id: The
|
|
158
|
+
:param str aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
|
|
159
|
+
:param str aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
|
|
160
|
+
:param str aws_vpc_region: The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
|
|
161
|
+
:param str vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
157
162
|
"""
|
|
158
163
|
__args__ = dict()
|
|
159
164
|
__args__['awsAccountId'] = aws_account_id
|
|
@@ -181,7 +186,7 @@ def get_aws_vpc_peering_connection_output(aws_account_id: Optional[pulumi.Input[
|
|
|
181
186
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
182
187
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAwsVpcPeeringConnectionResult]:
|
|
183
188
|
"""
|
|
184
|
-
|
|
189
|
+
Gets information about an AWS VPC peering connection.
|
|
185
190
|
|
|
186
191
|
## Example Usage
|
|
187
192
|
|
|
@@ -190,16 +195,21 @@ def get_aws_vpc_peering_connection_output(aws_account_id: Optional[pulumi.Input[
|
|
|
190
195
|
import pulumi
|
|
191
196
|
import pulumi_aiven as aiven
|
|
192
197
|
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
198
|
+
example_vpc = aiven.ProjectVpc("exampleVpc",
|
|
199
|
+
project=data["aiven_project"]["example_project"]["project"],
|
|
200
|
+
cloud_name="google-europe-west1",
|
|
201
|
+
network_cidr="192.168.1.0/24")
|
|
202
|
+
aws_to_aiven_peering = example_vpc.id.apply(lambda id: aiven.get_aws_vpc_peering_connection_output(vpc_id=id,
|
|
203
|
+
aws_account_id=var["aws_id"],
|
|
204
|
+
aws_vpc_id="vpc-1a2b3c4d5e6f7g8h9",
|
|
205
|
+
aws_vpc_region="aws-us-east-2"))
|
|
196
206
|
```
|
|
197
207
|
<!--End PulumiCodeChooser -->
|
|
198
208
|
|
|
199
209
|
|
|
200
|
-
:param str aws_account_id: AWS account ID.
|
|
201
|
-
:param str aws_vpc_id: AWS VPC ID.
|
|
202
|
-
:param str aws_vpc_region: AWS region of the peered VPC
|
|
203
|
-
:param str vpc_id: The
|
|
210
|
+
:param str aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
|
|
211
|
+
:param str aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
|
|
212
|
+
:param str aws_vpc_region: The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
|
|
213
|
+
:param str vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
204
214
|
"""
|
|
205
215
|
...
|
|
@@ -51,7 +51,7 @@ class GetAzurePrivatelinkResult:
|
|
|
51
51
|
@pulumi.getter(name="azureServiceAlias")
|
|
52
52
|
def azure_service_alias(self) -> str:
|
|
53
53
|
"""
|
|
54
|
-
Azure
|
|
54
|
+
The Azure Private Link service alias.
|
|
55
55
|
"""
|
|
56
56
|
return pulumi.get(self, "azure_service_alias")
|
|
57
57
|
|
|
@@ -59,7 +59,7 @@ class GetAzurePrivatelinkResult:
|
|
|
59
59
|
@pulumi.getter(name="azureServiceId")
|
|
60
60
|
def azure_service_id(self) -> str:
|
|
61
61
|
"""
|
|
62
|
-
Azure
|
|
62
|
+
The Azure Private Link service ID.
|
|
63
63
|
"""
|
|
64
64
|
return pulumi.get(self, "azure_service_id")
|
|
65
65
|
|
|
@@ -75,7 +75,7 @@ class GetAzurePrivatelinkResult:
|
|
|
75
75
|
@pulumi.getter
|
|
76
76
|
def message(self) -> str:
|
|
77
77
|
"""
|
|
78
|
-
Printable result of the Azure
|
|
78
|
+
Printable result of the Azure Private Link request.
|
|
79
79
|
"""
|
|
80
80
|
return pulumi.get(self, "message")
|
|
81
81
|
|
|
@@ -83,7 +83,7 @@ class GetAzurePrivatelinkResult:
|
|
|
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 GetAzurePrivatelinkResult:
|
|
|
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
|
|
|
@@ -99,7 +99,7 @@ class GetAzurePrivatelinkResult:
|
|
|
99
99
|
@pulumi.getter
|
|
100
100
|
def state(self) -> str:
|
|
101
101
|
"""
|
|
102
|
-
|
|
102
|
+
The state of the Private Link resource.
|
|
103
103
|
"""
|
|
104
104
|
return pulumi.get(self, "state")
|
|
105
105
|
|
|
@@ -107,7 +107,7 @@ class GetAzurePrivatelinkResult:
|
|
|
107
107
|
@pulumi.getter(name="userSubscriptionIds")
|
|
108
108
|
def user_subscription_ids(self) -> Sequence[str]:
|
|
109
109
|
"""
|
|
110
|
-
A
|
|
110
|
+
A list of allowed subscription IDs. Maximum length: `16`.
|
|
111
111
|
"""
|
|
112
112
|
return pulumi.get(self, "user_subscription_ids")
|
|
113
113
|
|
|
@@ -132,7 +132,7 @@ def get_azure_privatelink(project: Optional[str] = None,
|
|
|
132
132
|
service_name: Optional[str] = None,
|
|
133
133
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAzurePrivatelinkResult:
|
|
134
134
|
"""
|
|
135
|
-
|
|
135
|
+
Gets information about an Azure Private Link connection for an Aiven service.
|
|
136
136
|
|
|
137
137
|
## Example Usage
|
|
138
138
|
|
|
@@ -141,14 +141,14 @@ def get_azure_privatelink(project: Optional[str] = None,
|
|
|
141
141
|
import pulumi
|
|
142
142
|
import pulumi_aiven as aiven
|
|
143
143
|
|
|
144
|
-
|
|
145
|
-
service_name=aiven_kafka["
|
|
144
|
+
main = aiven.get_azure_privatelink(project=data["aiven_project"]["example_project"]["project"],
|
|
145
|
+
service_name=aiven_kafka["example_kafka"]["service_name"])
|
|
146
146
|
```
|
|
147
147
|
<!--End PulumiCodeChooser -->
|
|
148
148
|
|
|
149
149
|
|
|
150
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
151
|
-
: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.
|
|
150
|
+
: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.
|
|
151
|
+
: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.
|
|
152
152
|
"""
|
|
153
153
|
__args__ = dict()
|
|
154
154
|
__args__['project'] = project
|
|
@@ -172,7 +172,7 @@ def get_azure_privatelink_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
172
172
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
173
173
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAzurePrivatelinkResult]:
|
|
174
174
|
"""
|
|
175
|
-
|
|
175
|
+
Gets information about an Azure Private Link connection for an Aiven service.
|
|
176
176
|
|
|
177
177
|
## Example Usage
|
|
178
178
|
|
|
@@ -181,13 +181,13 @@ def get_azure_privatelink_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
181
181
|
import pulumi
|
|
182
182
|
import pulumi_aiven as aiven
|
|
183
183
|
|
|
184
|
-
|
|
185
|
-
service_name=aiven_kafka["
|
|
184
|
+
main = aiven.get_azure_privatelink(project=data["aiven_project"]["example_project"]["project"],
|
|
185
|
+
service_name=aiven_kafka["example_kafka"]["service_name"])
|
|
186
186
|
```
|
|
187
187
|
<!--End PulumiCodeChooser -->
|
|
188
188
|
|
|
189
189
|
|
|
190
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
191
|
-
: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.
|
|
190
|
+
: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.
|
|
191
|
+
: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.
|
|
192
192
|
"""
|
|
193
193
|
...
|
|
@@ -57,7 +57,7 @@ class GetAzureVpcPeeringConnectionResult:
|
|
|
57
57
|
@pulumi.getter(name="azureSubscriptionId")
|
|
58
58
|
def azure_subscription_id(self) -> str:
|
|
59
59
|
"""
|
|
60
|
-
|
|
60
|
+
The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
|
|
61
61
|
"""
|
|
62
62
|
return pulumi.get(self, "azure_subscription_id")
|
|
63
63
|
|
|
@@ -73,7 +73,7 @@ class GetAzureVpcPeeringConnectionResult:
|
|
|
73
73
|
@pulumi.getter(name="peerAzureAppId")
|
|
74
74
|
def peer_azure_app_id(self) -> str:
|
|
75
75
|
"""
|
|
76
|
-
|
|
76
|
+
The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
|
|
77
77
|
"""
|
|
78
78
|
return pulumi.get(self, "peer_azure_app_id")
|
|
79
79
|
|
|
@@ -81,7 +81,7 @@ class GetAzureVpcPeeringConnectionResult:
|
|
|
81
81
|
@pulumi.getter(name="peerAzureTenantId")
|
|
82
82
|
def peer_azure_tenant_id(self) -> str:
|
|
83
83
|
"""
|
|
84
|
-
Azure tenant
|
|
84
|
+
The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
|
|
85
85
|
"""
|
|
86
86
|
return pulumi.get(self, "peer_azure_tenant_id")
|
|
87
87
|
|
|
@@ -89,7 +89,7 @@ class GetAzureVpcPeeringConnectionResult:
|
|
|
89
89
|
@pulumi.getter(name="peerResourceGroup")
|
|
90
90
|
def peer_resource_group(self) -> str:
|
|
91
91
|
"""
|
|
92
|
-
|
|
92
|
+
The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
|
|
93
93
|
"""
|
|
94
94
|
return pulumi.get(self, "peer_resource_group")
|
|
95
95
|
|
|
@@ -97,7 +97,7 @@ class GetAzureVpcPeeringConnectionResult:
|
|
|
97
97
|
@pulumi.getter(name="peeringConnectionId")
|
|
98
98
|
def peering_connection_id(self) -> str:
|
|
99
99
|
"""
|
|
100
|
-
|
|
100
|
+
The ID of the cloud provider for the peering connection.
|
|
101
101
|
"""
|
|
102
102
|
return pulumi.get(self, "peering_connection_id")
|
|
103
103
|
|
|
@@ -113,7 +113,7 @@ class GetAzureVpcPeeringConnectionResult:
|
|
|
113
113
|
@pulumi.getter(name="stateInfo")
|
|
114
114
|
def state_info(self) -> Mapping[str, Any]:
|
|
115
115
|
"""
|
|
116
|
-
State-specific help or error information
|
|
116
|
+
State-specific help or error information.
|
|
117
117
|
"""
|
|
118
118
|
return pulumi.get(self, "state_info")
|
|
119
119
|
|
|
@@ -121,7 +121,7 @@ class GetAzureVpcPeeringConnectionResult:
|
|
|
121
121
|
@pulumi.getter(name="vnetName")
|
|
122
122
|
def vnet_name(self) -> str:
|
|
123
123
|
"""
|
|
124
|
-
|
|
124
|
+
The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
125
125
|
"""
|
|
126
126
|
return pulumi.get(self, "vnet_name")
|
|
127
127
|
|
|
@@ -129,7 +129,7 @@ class GetAzureVpcPeeringConnectionResult:
|
|
|
129
129
|
@pulumi.getter(name="vpcId")
|
|
130
130
|
def vpc_id(self) -> str:
|
|
131
131
|
"""
|
|
132
|
-
The
|
|
132
|
+
The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
133
133
|
"""
|
|
134
134
|
return pulumi.get(self, "vpc_id")
|
|
135
135
|
|
|
@@ -160,15 +160,31 @@ def get_azure_vpc_peering_connection(azure_subscription_id: Optional[str] = None
|
|
|
160
160
|
vpc_id: Optional[str] = None,
|
|
161
161
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAzureVpcPeeringConnectionResult:
|
|
162
162
|
"""
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
163
|
+
Gets information about about an Azure VPC peering connection.
|
|
164
|
+
|
|
165
|
+
## Example Usage
|
|
166
|
+
|
|
167
|
+
<!--Start PulumiCodeChooser -->
|
|
168
|
+
```python
|
|
169
|
+
import pulumi
|
|
170
|
+
import pulumi_aiven as aiven
|
|
171
|
+
|
|
172
|
+
azure_to_aiven_peering = aiven.get_azure_vpc_peering_connection(vpc_id=data["aiven_project_vpc"]["example_vpc"]["id"],
|
|
173
|
+
azure_subscription_id="00000000-0000-0000-0000-000000000000",
|
|
174
|
+
peer_resource_group="example-resource-group",
|
|
175
|
+
vnet_name="example-vnet",
|
|
176
|
+
peer_azure_app_id="00000000-0000-0000-0000-000000000000",
|
|
177
|
+
peer_azure_tenant_id="00000000-0000-0000-0000-000000000000")
|
|
178
|
+
```
|
|
179
|
+
<!--End PulumiCodeChooser -->
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
:param str azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
|
|
183
|
+
:param str peer_azure_app_id: The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
|
|
184
|
+
:param str peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
|
|
185
|
+
:param str peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
|
|
186
|
+
:param str vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
187
|
+
:param str vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
172
188
|
"""
|
|
173
189
|
__args__ = dict()
|
|
174
190
|
__args__['azureSubscriptionId'] = azure_subscription_id
|
|
@@ -202,14 +218,30 @@ def get_azure_vpc_peering_connection_output(azure_subscription_id: Optional[pulu
|
|
|
202
218
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
203
219
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAzureVpcPeeringConnectionResult]:
|
|
204
220
|
"""
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
221
|
+
Gets information about about an Azure VPC peering connection.
|
|
222
|
+
|
|
223
|
+
## Example Usage
|
|
224
|
+
|
|
225
|
+
<!--Start PulumiCodeChooser -->
|
|
226
|
+
```python
|
|
227
|
+
import pulumi
|
|
228
|
+
import pulumi_aiven as aiven
|
|
229
|
+
|
|
230
|
+
azure_to_aiven_peering = aiven.get_azure_vpc_peering_connection(vpc_id=data["aiven_project_vpc"]["example_vpc"]["id"],
|
|
231
|
+
azure_subscription_id="00000000-0000-0000-0000-000000000000",
|
|
232
|
+
peer_resource_group="example-resource-group",
|
|
233
|
+
vnet_name="example-vnet",
|
|
234
|
+
peer_azure_app_id="00000000-0000-0000-0000-000000000000",
|
|
235
|
+
peer_azure_tenant_id="00000000-0000-0000-0000-000000000000")
|
|
236
|
+
```
|
|
237
|
+
<!--End PulumiCodeChooser -->
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
:param str azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
|
|
241
|
+
:param str peer_azure_app_id: The ID of the Azure app that is allowed to create a peering to the Azure Virtual Network (VNet) in UUID4 format. Changing this property forces recreation of the resource.
|
|
242
|
+
:param str peer_azure_tenant_id: The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
|
|
243
|
+
:param str peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
|
|
244
|
+
:param str vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
245
|
+
:param str vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
214
246
|
"""
|
|
215
247
|
...
|
pulumi_aiven/get_cassanda.py
CHANGED
|
@@ -229,7 +229,7 @@ class GetCassandaResult:
|
|
|
229
229
|
@pulumi.getter
|
|
230
230
|
def project(self) -> str:
|
|
231
231
|
"""
|
|
232
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
232
|
+
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.
|
|
233
233
|
"""
|
|
234
234
|
return pulumi.get(self, "project")
|
|
235
235
|
|
|
@@ -402,7 +402,7 @@ def get_cassanda(project: Optional[str] = None,
|
|
|
402
402
|
<!--End PulumiCodeChooser -->
|
|
403
403
|
|
|
404
404
|
|
|
405
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
405
|
+
: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.
|
|
406
406
|
: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.
|
|
407
407
|
"""
|
|
408
408
|
pulumi.log.warn("""get_cassanda is deprecated: aiven.getCassanda has been deprecated in favor of aiven.getCassandra""")
|
|
@@ -464,7 +464,7 @@ def get_cassanda_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
464
464
|
<!--End PulumiCodeChooser -->
|
|
465
465
|
|
|
466
466
|
|
|
467
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
467
|
+
: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.
|
|
468
468
|
: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.
|
|
469
469
|
"""
|
|
470
470
|
pulumi.log.warn("""get_cassanda is deprecated: aiven.getCassanda has been deprecated in favor of aiven.getCassandra""")
|
pulumi_aiven/get_cassandra.py
CHANGED
|
@@ -227,7 +227,7 @@ class GetCassandraResult:
|
|
|
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_cassandra(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_cassandra_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
|
...
|
|
@@ -83,7 +83,7 @@ class GetCassandraUserResult:
|
|
|
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 GetCassandraUserResult:
|
|
|
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 GetCassandraUserResult:
|
|
|
107
107
|
@pulumi.getter
|
|
108
108
|
def username(self) -> str:
|
|
109
109
|
"""
|
|
110
|
-
The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference.
|
|
110
|
+
The actual name of the Cassandra 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_cassandra_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 Cassandra 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 Cassandra 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_cassandra_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 Cassandra 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 Cassandra 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
|
...
|
pulumi_aiven/get_clickhouse.py
CHANGED
|
@@ -227,7 +227,7 @@ class GetClickhouseResult:
|
|
|
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_clickhouse(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_clickhouse_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
|
...
|
|
@@ -50,7 +50,7 @@ class GetClickhouseDatabaseResult:
|
|
|
50
50
|
@pulumi.getter
|
|
51
51
|
def name(self) -> str:
|
|
52
52
|
"""
|
|
53
|
-
The name of the Clickhouse database.
|
|
53
|
+
The name of the Clickhouse database. Changing this property forces recreation of the resource.
|
|
54
54
|
"""
|
|
55
55
|
return pulumi.get(self, "name")
|
|
56
56
|
|
|
@@ -58,7 +58,7 @@ class GetClickhouseDatabaseResult:
|
|
|
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 GetClickhouseDatabaseResult:
|
|
|
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_clickhouse_database(name: Optional[str] = None,
|
|
|
110
110
|
<!--End PulumiCodeChooser -->
|
|
111
111
|
|
|
112
112
|
|
|
113
|
-
:param str name: The name of the Clickhouse 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 name: The name of the Clickhouse 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__['name'] = name
|
|
@@ -151,8 +151,8 @@ def get_clickhouse_database_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
151
151
|
<!--End PulumiCodeChooser -->
|
|
152
152
|
|
|
153
153
|
|
|
154
|
-
:param str name: The name of the Clickhouse 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 name: The name of the Clickhouse 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
|
...
|