pulumi-aiven 6.41.0a1753242343__py3-none-any.whl → 6.42.0__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 +1 -1
- pulumi_aiven/_inputs.py +10923 -10764
- pulumi_aiven/account.py +89 -90
- pulumi_aiven/account_authentication.py +253 -254
- pulumi_aiven/account_team.py +62 -63
- pulumi_aiven/account_team_member.py +79 -80
- pulumi_aiven/account_team_project.py +69 -70
- pulumi_aiven/alloydbomni.py +319 -320
- pulumi_aiven/alloydbomni_database.py +86 -87
- pulumi_aiven/alloydbomni_user.py +113 -114
- pulumi_aiven/aws_org_vpc_peering_connection.py +113 -114
- pulumi_aiven/aws_privatelink.py +70 -71
- pulumi_aiven/aws_vpc_peering_connection.py +96 -97
- pulumi_aiven/azure_org_vpc_peering_connection.py +138 -139
- pulumi_aiven/azure_privatelink.py +88 -89
- pulumi_aiven/azure_privatelink_connection_approval.py +70 -71
- pulumi_aiven/azure_vpc_peering_connection.py +130 -131
- pulumi_aiven/billing_group.py +256 -257
- pulumi_aiven/cassandra.py +302 -303
- pulumi_aiven/cassandra_user.py +96 -97
- pulumi_aiven/clickhouse.py +302 -303
- pulumi_aiven/clickhouse_database.py +65 -66
- pulumi_aiven/clickhouse_grant.py +75 -76
- pulumi_aiven/clickhouse_role.py +52 -53
- pulumi_aiven/clickhouse_user.py +79 -80
- pulumi_aiven/config/__init__.py +1 -1
- pulumi_aiven/config/__init__.pyi +1 -2
- pulumi_aiven/config/vars.py +2 -3
- pulumi_aiven/connection_pool.py +129 -130
- pulumi_aiven/dragonfly.py +302 -303
- pulumi_aiven/flink.py +302 -303
- pulumi_aiven/flink_application.py +97 -98
- pulumi_aiven/flink_application_deployment.py +138 -139
- pulumi_aiven/flink_application_version.py +117 -118
- pulumi_aiven/flink_jar_application.py +101 -102
- pulumi_aiven/flink_jar_application_deployment.py +217 -218
- pulumi_aiven/flink_jar_application_version.py +116 -117
- pulumi_aiven/gcp_org_vpc_peering_connection.py +87 -88
- pulumi_aiven/gcp_privatelink.py +62 -63
- pulumi_aiven/gcp_privatelink_connection_approval.py +79 -80
- pulumi_aiven/gcp_vpc_peering_connection.py +79 -80
- pulumi_aiven/get_account.py +23 -24
- pulumi_aiven/get_account_authentication.py +46 -47
- pulumi_aiven/get_account_team.py +21 -22
- pulumi_aiven/get_account_team_member.py +27 -28
- pulumi_aiven/get_account_team_project.py +23 -24
- pulumi_aiven/get_alloydbomni.py +63 -64
- pulumi_aiven/get_alloydbomni_database.py +25 -26
- pulumi_aiven/get_alloydbomni_user.py +31 -32
- pulumi_aiven/get_aws_org_vpc_peering_connection.py +39 -40
- pulumi_aiven/get_aws_privatelink.py +21 -22
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -34
- pulumi_aiven/get_azure_org_vpc_peering_connection.py +41 -42
- pulumi_aiven/get_azure_privatelink.py +25 -26
- pulumi_aiven/get_azure_vpc_peering_connection.py +45 -46
- pulumi_aiven/get_billing_group.py +39 -40
- pulumi_aiven/get_cassanda.py +61 -62
- pulumi_aiven/get_cassandra.py +61 -62
- pulumi_aiven/get_cassandra_user.py +29 -30
- pulumi_aiven/get_clickhouse.py +61 -62
- pulumi_aiven/get_clickhouse_database.py +23 -24
- pulumi_aiven/get_clickhouse_user.py +27 -28
- pulumi_aiven/get_connection_pool.py +31 -32
- pulumi_aiven/get_dragonfly.py +61 -62
- pulumi_aiven/get_external_identity.py +27 -28
- pulumi_aiven/get_flink.py +61 -62
- pulumi_aiven/get_flink_application.py +31 -32
- pulumi_aiven/get_flink_application_version.py +39 -40
- pulumi_aiven/get_gcp_org_vpc_peering_connection.py +31 -32
- pulumi_aiven/get_gcp_privatelink.py +21 -22
- pulumi_aiven/get_gcp_vpc_peering_connection.py +27 -28
- pulumi_aiven/get_grafana.py +61 -62
- pulumi_aiven/get_influx_db.py +57 -58
- pulumi_aiven/get_influxdb_database.py +17 -18
- pulumi_aiven/get_influxdb_user.py +23 -24
- pulumi_aiven/get_kafka.py +65 -66
- pulumi_aiven/get_kafka_acl.py +35 -36
- pulumi_aiven/get_kafka_connect.py +60 -61
- pulumi_aiven/get_kafka_connector.py +36 -37
- pulumi_aiven/get_kafka_mirror_maker.py +60 -61
- pulumi_aiven/get_kafka_schema.py +29 -30
- pulumi_aiven/get_kafka_schema_configuration.py +25 -26
- pulumi_aiven/get_kafka_schema_registry_acl.py +35 -36
- pulumi_aiven/get_kafka_topic.py +33 -34
- pulumi_aiven/get_kafka_user.py +29 -30
- pulumi_aiven/get_m3_aggregator.py +61 -62
- pulumi_aiven/get_m3_db.py +61 -62
- pulumi_aiven/get_m3db_user.py +25 -26
- pulumi_aiven/get_mirror_maker_replication_flow.py +51 -52
- pulumi_aiven/get_my_sql.py +61 -62
- pulumi_aiven/get_mysql_database.py +23 -24
- pulumi_aiven/get_mysql_user.py +31 -32
- pulumi_aiven/get_open_search.py +61 -62
- pulumi_aiven/get_open_search_acl_config.py +19 -20
- pulumi_aiven/get_open_search_acl_rule.py +33 -34
- pulumi_aiven/get_opensearch_security_plugin_config.py +23 -24
- pulumi_aiven/get_opensearch_user.py +25 -26
- pulumi_aiven/get_organization.py +20 -21
- pulumi_aiven/get_organization_address.py +32 -33
- pulumi_aiven/get_organization_application_user.py +21 -22
- pulumi_aiven/get_organization_billing_group.py +34 -35
- pulumi_aiven/get_organization_billing_group_list.py +11 -12
- pulumi_aiven/get_organization_project.py +27 -28
- pulumi_aiven/get_organization_user.py +23 -24
- pulumi_aiven/get_organization_user_group.py +23 -24
- pulumi_aiven/get_organization_user_list.py +14 -15
- pulumi_aiven/get_organization_vpc.py +25 -26
- pulumi_aiven/get_organizational_unit.py +17 -18
- pulumi_aiven/get_pg.py +61 -62
- pulumi_aiven/get_pg_database.py +27 -28
- pulumi_aiven/get_pg_user.py +31 -32
- pulumi_aiven/get_project.py +34 -35
- pulumi_aiven/get_project_user.py +19 -20
- pulumi_aiven/get_project_vpc.py +25 -26
- pulumi_aiven/get_redis.py +61 -62
- pulumi_aiven/get_redis_user.py +33 -34
- pulumi_aiven/get_service_component.py +51 -52
- pulumi_aiven/get_service_integration.py +52 -53
- pulumi_aiven/get_service_integration_endpoint.py +38 -39
- pulumi_aiven/get_thanos.py +61 -62
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +31 -32
- pulumi_aiven/get_valkey.py +61 -62
- pulumi_aiven/get_valkey_user.py +33 -34
- pulumi_aiven/governance_access.py +84 -85
- pulumi_aiven/grafana.py +302 -303
- pulumi_aiven/influx_db.py +302 -303
- pulumi_aiven/influxdb_database.py +65 -66
- pulumi_aiven/influxdb_user.py +96 -97
- pulumi_aiven/kafka.py +336 -337
- pulumi_aiven/kafka_acl.py +95 -96
- pulumi_aiven/kafka_connect.py +299 -300
- pulumi_aiven/kafka_connector.py +125 -126
- pulumi_aiven/kafka_mirror_maker.py +299 -300
- pulumi_aiven/kafka_native_acl.py +154 -155
- pulumi_aiven/kafka_quota.py +120 -121
- pulumi_aiven/kafka_schema.py +112 -113
- pulumi_aiven/kafka_schema_configuration.py +52 -53
- pulumi_aiven/kafka_schema_registry_acl.py +95 -96
- pulumi_aiven/kafka_topic.py +139 -140
- pulumi_aiven/kafka_user.py +96 -97
- pulumi_aiven/m3_aggregator.py +311 -303
- pulumi_aiven/m3_db.py +311 -303
- pulumi_aiven/m3db_user.py +78 -79
- pulumi_aiven/mirror_maker_replication_flow.py +273 -274
- pulumi_aiven/my_sql.py +302 -303
- pulumi_aiven/mysql_database.py +65 -66
- pulumi_aiven/mysql_user.py +113 -114
- pulumi_aiven/open_search.py +302 -303
- pulumi_aiven/open_search_acl_config.py +69 -70
- pulumi_aiven/open_search_acl_rule.py +86 -87
- pulumi_aiven/opensearch_security_plugin_config.py +79 -80
- pulumi_aiven/opensearch_user.py +78 -79
- pulumi_aiven/organization.py +48 -49
- pulumi_aiven/organization_address.py +150 -151
- pulumi_aiven/organization_application_user.py +70 -71
- pulumi_aiven/organization_application_user_token.py +210 -211
- pulumi_aiven/organization_billing_group.py +183 -184
- pulumi_aiven/organization_group_project.py +55 -56
- pulumi_aiven/organization_permission.py +55 -56
- pulumi_aiven/organization_project.py +118 -119
- pulumi_aiven/organization_user.py +71 -72
- pulumi_aiven/organization_user_group.py +79 -80
- pulumi_aiven/organization_user_group_member.py +64 -65
- pulumi_aiven/organization_vpc.py +88 -89
- pulumi_aiven/organizational_unit.py +62 -63
- pulumi_aiven/outputs.py +14499 -14292
- pulumi_aiven/pg.py +302 -303
- pulumi_aiven/pg_database.py +99 -100
- pulumi_aiven/pg_user.py +113 -114
- pulumi_aiven/project.py +193 -194
- pulumi_aiven/project_user.py +61 -62
- pulumi_aiven/project_vpc.py +61 -62
- pulumi_aiven/provider.py +12 -13
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +302 -303
- pulumi_aiven/redis_user.py +146 -147
- pulumi_aiven/service_integration.py +191 -192
- pulumi_aiven/service_integration_endpoint.py +118 -119
- pulumi_aiven/static_ip.py +71 -72
- pulumi_aiven/thanos.py +302 -303
- pulumi_aiven/transit_gateway_vpc_attachment.py +113 -114
- pulumi_aiven/valkey.py +302 -303
- pulumi_aiven/valkey_user.py +146 -147
- {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.42.0.dist-info/RECORD +189 -0
- pulumi_aiven-6.41.0a1753242343.dist-info/RECORD +0 -189
- {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -20,90 +19,90 @@ __all__ = ['AwsVpcPeeringConnectionArgs', 'AwsVpcPeeringConnection']
|
|
|
20
19
|
@pulumi.input_type
|
|
21
20
|
class AwsVpcPeeringConnectionArgs:
|
|
22
21
|
def __init__(__self__, *,
|
|
23
|
-
aws_account_id: pulumi.Input[
|
|
24
|
-
aws_vpc_id: pulumi.Input[
|
|
25
|
-
aws_vpc_region: pulumi.Input[
|
|
26
|
-
vpc_id: pulumi.Input[
|
|
22
|
+
aws_account_id: pulumi.Input[_builtins.str],
|
|
23
|
+
aws_vpc_id: pulumi.Input[_builtins.str],
|
|
24
|
+
aws_vpc_region: pulumi.Input[_builtins.str],
|
|
25
|
+
vpc_id: pulumi.Input[_builtins.str]):
|
|
27
26
|
"""
|
|
28
27
|
The set of arguments for constructing a AwsVpcPeeringConnection resource.
|
|
29
|
-
:param pulumi.Input[
|
|
30
|
-
:param pulumi.Input[
|
|
31
|
-
:param pulumi.Input[
|
|
32
|
-
:param pulumi.Input[
|
|
28
|
+
:param pulumi.Input[_builtins.str] aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
|
|
29
|
+
:param pulumi.Input[_builtins.str] aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
|
|
30
|
+
:param pulumi.Input[_builtins.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.
|
|
31
|
+
:param pulumi.Input[_builtins.str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
33
32
|
"""
|
|
34
33
|
pulumi.set(__self__, "aws_account_id", aws_account_id)
|
|
35
34
|
pulumi.set(__self__, "aws_vpc_id", aws_vpc_id)
|
|
36
35
|
pulumi.set(__self__, "aws_vpc_region", aws_vpc_region)
|
|
37
36
|
pulumi.set(__self__, "vpc_id", vpc_id)
|
|
38
37
|
|
|
39
|
-
@property
|
|
38
|
+
@_builtins.property
|
|
40
39
|
@pulumi.getter(name="awsAccountId")
|
|
41
|
-
def aws_account_id(self) -> pulumi.Input[
|
|
40
|
+
def aws_account_id(self) -> pulumi.Input[_builtins.str]:
|
|
42
41
|
"""
|
|
43
42
|
AWS account ID. Changing this property forces recreation of the resource.
|
|
44
43
|
"""
|
|
45
44
|
return pulumi.get(self, "aws_account_id")
|
|
46
45
|
|
|
47
46
|
@aws_account_id.setter
|
|
48
|
-
def aws_account_id(self, value: pulumi.Input[
|
|
47
|
+
def aws_account_id(self, value: pulumi.Input[_builtins.str]):
|
|
49
48
|
pulumi.set(self, "aws_account_id", value)
|
|
50
49
|
|
|
51
|
-
@property
|
|
50
|
+
@_builtins.property
|
|
52
51
|
@pulumi.getter(name="awsVpcId")
|
|
53
|
-
def aws_vpc_id(self) -> pulumi.Input[
|
|
52
|
+
def aws_vpc_id(self) -> pulumi.Input[_builtins.str]:
|
|
54
53
|
"""
|
|
55
54
|
AWS VPC ID. Changing this property forces recreation of the resource.
|
|
56
55
|
"""
|
|
57
56
|
return pulumi.get(self, "aws_vpc_id")
|
|
58
57
|
|
|
59
58
|
@aws_vpc_id.setter
|
|
60
|
-
def aws_vpc_id(self, value: pulumi.Input[
|
|
59
|
+
def aws_vpc_id(self, value: pulumi.Input[_builtins.str]):
|
|
61
60
|
pulumi.set(self, "aws_vpc_id", value)
|
|
62
61
|
|
|
63
|
-
@property
|
|
62
|
+
@_builtins.property
|
|
64
63
|
@pulumi.getter(name="awsVpcRegion")
|
|
65
|
-
def aws_vpc_region(self) -> pulumi.Input[
|
|
64
|
+
def aws_vpc_region(self) -> pulumi.Input[_builtins.str]:
|
|
66
65
|
"""
|
|
67
66
|
The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
|
|
68
67
|
"""
|
|
69
68
|
return pulumi.get(self, "aws_vpc_region")
|
|
70
69
|
|
|
71
70
|
@aws_vpc_region.setter
|
|
72
|
-
def aws_vpc_region(self, value: pulumi.Input[
|
|
71
|
+
def aws_vpc_region(self, value: pulumi.Input[_builtins.str]):
|
|
73
72
|
pulumi.set(self, "aws_vpc_region", value)
|
|
74
73
|
|
|
75
|
-
@property
|
|
74
|
+
@_builtins.property
|
|
76
75
|
@pulumi.getter(name="vpcId")
|
|
77
|
-
def vpc_id(self) -> pulumi.Input[
|
|
76
|
+
def vpc_id(self) -> pulumi.Input[_builtins.str]:
|
|
78
77
|
"""
|
|
79
78
|
The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
80
79
|
"""
|
|
81
80
|
return pulumi.get(self, "vpc_id")
|
|
82
81
|
|
|
83
82
|
@vpc_id.setter
|
|
84
|
-
def vpc_id(self, value: pulumi.Input[
|
|
83
|
+
def vpc_id(self, value: pulumi.Input[_builtins.str]):
|
|
85
84
|
pulumi.set(self, "vpc_id", value)
|
|
86
85
|
|
|
87
86
|
|
|
88
87
|
@pulumi.input_type
|
|
89
88
|
class _AwsVpcPeeringConnectionState:
|
|
90
89
|
def __init__(__self__, *,
|
|
91
|
-
aws_account_id: Optional[pulumi.Input[
|
|
92
|
-
aws_vpc_id: Optional[pulumi.Input[
|
|
93
|
-
aws_vpc_peering_connection_id: Optional[pulumi.Input[
|
|
94
|
-
aws_vpc_region: Optional[pulumi.Input[
|
|
95
|
-
state: Optional[pulumi.Input[
|
|
96
|
-
state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
97
|
-
vpc_id: Optional[pulumi.Input[
|
|
90
|
+
aws_account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
91
|
+
aws_vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
92
|
+
aws_vpc_peering_connection_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
93
|
+
aws_vpc_region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
94
|
+
state: Optional[pulumi.Input[_builtins.str]] = None,
|
|
95
|
+
state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
96
|
+
vpc_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
98
97
|
"""
|
|
99
98
|
Input properties used for looking up and filtering AwsVpcPeeringConnection resources.
|
|
100
|
-
:param pulumi.Input[
|
|
101
|
-
:param pulumi.Input[
|
|
102
|
-
:param pulumi.Input[
|
|
103
|
-
:param pulumi.Input[
|
|
104
|
-
:param pulumi.Input[
|
|
105
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[
|
|
106
|
-
:param pulumi.Input[
|
|
99
|
+
:param pulumi.Input[_builtins.str] aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
|
|
100
|
+
:param pulumi.Input[_builtins.str] aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
|
|
101
|
+
:param pulumi.Input[_builtins.str] aws_vpc_peering_connection_id: The ID of the AWS VPC peering connection.
|
|
102
|
+
:param pulumi.Input[_builtins.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.
|
|
103
|
+
:param pulumi.Input[_builtins.str] state: The state of the peering connection.
|
|
104
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] state_info: State-specific help or error information.
|
|
105
|
+
:param pulumi.Input[_builtins.str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
107
106
|
"""
|
|
108
107
|
if aws_account_id is not None:
|
|
109
108
|
pulumi.set(__self__, "aws_account_id", aws_account_id)
|
|
@@ -120,88 +119,88 @@ class _AwsVpcPeeringConnectionState:
|
|
|
120
119
|
if vpc_id is not None:
|
|
121
120
|
pulumi.set(__self__, "vpc_id", vpc_id)
|
|
122
121
|
|
|
123
|
-
@property
|
|
122
|
+
@_builtins.property
|
|
124
123
|
@pulumi.getter(name="awsAccountId")
|
|
125
|
-
def aws_account_id(self) -> Optional[pulumi.Input[
|
|
124
|
+
def aws_account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
126
125
|
"""
|
|
127
126
|
AWS account ID. Changing this property forces recreation of the resource.
|
|
128
127
|
"""
|
|
129
128
|
return pulumi.get(self, "aws_account_id")
|
|
130
129
|
|
|
131
130
|
@aws_account_id.setter
|
|
132
|
-
def aws_account_id(self, value: Optional[pulumi.Input[
|
|
131
|
+
def aws_account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
133
132
|
pulumi.set(self, "aws_account_id", value)
|
|
134
133
|
|
|
135
|
-
@property
|
|
134
|
+
@_builtins.property
|
|
136
135
|
@pulumi.getter(name="awsVpcId")
|
|
137
|
-
def aws_vpc_id(self) -> Optional[pulumi.Input[
|
|
136
|
+
def aws_vpc_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
138
137
|
"""
|
|
139
138
|
AWS VPC ID. Changing this property forces recreation of the resource.
|
|
140
139
|
"""
|
|
141
140
|
return pulumi.get(self, "aws_vpc_id")
|
|
142
141
|
|
|
143
142
|
@aws_vpc_id.setter
|
|
144
|
-
def aws_vpc_id(self, value: Optional[pulumi.Input[
|
|
143
|
+
def aws_vpc_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
145
144
|
pulumi.set(self, "aws_vpc_id", value)
|
|
146
145
|
|
|
147
|
-
@property
|
|
146
|
+
@_builtins.property
|
|
148
147
|
@pulumi.getter(name="awsVpcPeeringConnectionId")
|
|
149
|
-
def aws_vpc_peering_connection_id(self) -> Optional[pulumi.Input[
|
|
148
|
+
def aws_vpc_peering_connection_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
150
149
|
"""
|
|
151
150
|
The ID of the AWS VPC peering connection.
|
|
152
151
|
"""
|
|
153
152
|
return pulumi.get(self, "aws_vpc_peering_connection_id")
|
|
154
153
|
|
|
155
154
|
@aws_vpc_peering_connection_id.setter
|
|
156
|
-
def aws_vpc_peering_connection_id(self, value: Optional[pulumi.Input[
|
|
155
|
+
def aws_vpc_peering_connection_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
157
156
|
pulumi.set(self, "aws_vpc_peering_connection_id", value)
|
|
158
157
|
|
|
159
|
-
@property
|
|
158
|
+
@_builtins.property
|
|
160
159
|
@pulumi.getter(name="awsVpcRegion")
|
|
161
|
-
def aws_vpc_region(self) -> Optional[pulumi.Input[
|
|
160
|
+
def aws_vpc_region(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
162
161
|
"""
|
|
163
162
|
The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
|
|
164
163
|
"""
|
|
165
164
|
return pulumi.get(self, "aws_vpc_region")
|
|
166
165
|
|
|
167
166
|
@aws_vpc_region.setter
|
|
168
|
-
def aws_vpc_region(self, value: Optional[pulumi.Input[
|
|
167
|
+
def aws_vpc_region(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
169
168
|
pulumi.set(self, "aws_vpc_region", value)
|
|
170
169
|
|
|
171
|
-
@property
|
|
170
|
+
@_builtins.property
|
|
172
171
|
@pulumi.getter
|
|
173
|
-
def state(self) -> Optional[pulumi.Input[
|
|
172
|
+
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
174
173
|
"""
|
|
175
174
|
The state of the peering connection.
|
|
176
175
|
"""
|
|
177
176
|
return pulumi.get(self, "state")
|
|
178
177
|
|
|
179
178
|
@state.setter
|
|
180
|
-
def state(self, value: Optional[pulumi.Input[
|
|
179
|
+
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
181
180
|
pulumi.set(self, "state", value)
|
|
182
181
|
|
|
183
|
-
@property
|
|
182
|
+
@_builtins.property
|
|
184
183
|
@pulumi.getter(name="stateInfo")
|
|
185
|
-
def state_info(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
184
|
+
def state_info(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
|
186
185
|
"""
|
|
187
186
|
State-specific help or error information.
|
|
188
187
|
"""
|
|
189
188
|
return pulumi.get(self, "state_info")
|
|
190
189
|
|
|
191
190
|
@state_info.setter
|
|
192
|
-
def state_info(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
191
|
+
def state_info(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
193
192
|
pulumi.set(self, "state_info", value)
|
|
194
193
|
|
|
195
|
-
@property
|
|
194
|
+
@_builtins.property
|
|
196
195
|
@pulumi.getter(name="vpcId")
|
|
197
|
-
def vpc_id(self) -> Optional[pulumi.Input[
|
|
196
|
+
def vpc_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
198
197
|
"""
|
|
199
198
|
The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
200
199
|
"""
|
|
201
200
|
return pulumi.get(self, "vpc_id")
|
|
202
201
|
|
|
203
202
|
@vpc_id.setter
|
|
204
|
-
def vpc_id(self, value: Optional[pulumi.Input[
|
|
203
|
+
def vpc_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
205
204
|
pulumi.set(self, "vpc_id", value)
|
|
206
205
|
|
|
207
206
|
|
|
@@ -211,10 +210,10 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
211
210
|
def __init__(__self__,
|
|
212
211
|
resource_name: str,
|
|
213
212
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
214
|
-
aws_account_id: Optional[pulumi.Input[
|
|
215
|
-
aws_vpc_id: Optional[pulumi.Input[
|
|
216
|
-
aws_vpc_region: Optional[pulumi.Input[
|
|
217
|
-
vpc_id: Optional[pulumi.Input[
|
|
213
|
+
aws_account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
214
|
+
aws_vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
215
|
+
aws_vpc_region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
216
|
+
vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
218
217
|
__props__=None):
|
|
219
218
|
"""
|
|
220
219
|
Creates and manages an AWS VPC peering connection with an Aiven VPC.
|
|
@@ -244,10 +243,10 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
244
243
|
|
|
245
244
|
:param str resource_name: The name of the resource.
|
|
246
245
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
247
|
-
:param pulumi.Input[
|
|
248
|
-
:param pulumi.Input[
|
|
249
|
-
:param pulumi.Input[
|
|
250
|
-
:param pulumi.Input[
|
|
246
|
+
:param pulumi.Input[_builtins.str] aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
|
|
247
|
+
:param pulumi.Input[_builtins.str] aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
|
|
248
|
+
:param pulumi.Input[_builtins.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.
|
|
249
|
+
:param pulumi.Input[_builtins.str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
251
250
|
"""
|
|
252
251
|
...
|
|
253
252
|
@overload
|
|
@@ -296,10 +295,10 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
296
295
|
def _internal_init(__self__,
|
|
297
296
|
resource_name: str,
|
|
298
297
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
299
|
-
aws_account_id: Optional[pulumi.Input[
|
|
300
|
-
aws_vpc_id: Optional[pulumi.Input[
|
|
301
|
-
aws_vpc_region: Optional[pulumi.Input[
|
|
302
|
-
vpc_id: Optional[pulumi.Input[
|
|
298
|
+
aws_account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
299
|
+
aws_vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
300
|
+
aws_vpc_region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
301
|
+
vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
303
302
|
__props__=None):
|
|
304
303
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
305
304
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -334,13 +333,13 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
334
333
|
def get(resource_name: str,
|
|
335
334
|
id: pulumi.Input[str],
|
|
336
335
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
337
|
-
aws_account_id: Optional[pulumi.Input[
|
|
338
|
-
aws_vpc_id: Optional[pulumi.Input[
|
|
339
|
-
aws_vpc_peering_connection_id: Optional[pulumi.Input[
|
|
340
|
-
aws_vpc_region: Optional[pulumi.Input[
|
|
341
|
-
state: Optional[pulumi.Input[
|
|
342
|
-
state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
343
|
-
vpc_id: Optional[pulumi.Input[
|
|
336
|
+
aws_account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
337
|
+
aws_vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
338
|
+
aws_vpc_peering_connection_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
339
|
+
aws_vpc_region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
340
|
+
state: Optional[pulumi.Input[_builtins.str]] = None,
|
|
341
|
+
state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
342
|
+
vpc_id: Optional[pulumi.Input[_builtins.str]] = None) -> 'AwsVpcPeeringConnection':
|
|
344
343
|
"""
|
|
345
344
|
Get an existing AwsVpcPeeringConnection resource's state with the given name, id, and optional extra
|
|
346
345
|
properties used to qualify the lookup.
|
|
@@ -348,13 +347,13 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
348
347
|
:param str resource_name: The unique name of the resulting resource.
|
|
349
348
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
350
349
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
351
|
-
:param pulumi.Input[
|
|
352
|
-
:param pulumi.Input[
|
|
353
|
-
:param pulumi.Input[
|
|
354
|
-
:param pulumi.Input[
|
|
355
|
-
:param pulumi.Input[
|
|
356
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[
|
|
357
|
-
:param pulumi.Input[
|
|
350
|
+
:param pulumi.Input[_builtins.str] aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
|
|
351
|
+
:param pulumi.Input[_builtins.str] aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
|
|
352
|
+
:param pulumi.Input[_builtins.str] aws_vpc_peering_connection_id: The ID of the AWS VPC peering connection.
|
|
353
|
+
:param pulumi.Input[_builtins.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.
|
|
354
|
+
:param pulumi.Input[_builtins.str] state: The state of the peering connection.
|
|
355
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] state_info: State-specific help or error information.
|
|
356
|
+
:param pulumi.Input[_builtins.str] vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
358
357
|
"""
|
|
359
358
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
360
359
|
|
|
@@ -369,57 +368,57 @@ class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
|
369
368
|
__props__.__dict__["vpc_id"] = vpc_id
|
|
370
369
|
return AwsVpcPeeringConnection(resource_name, opts=opts, __props__=__props__)
|
|
371
370
|
|
|
372
|
-
@property
|
|
371
|
+
@_builtins.property
|
|
373
372
|
@pulumi.getter(name="awsAccountId")
|
|
374
|
-
def aws_account_id(self) -> pulumi.Output[
|
|
373
|
+
def aws_account_id(self) -> pulumi.Output[_builtins.str]:
|
|
375
374
|
"""
|
|
376
375
|
AWS account ID. Changing this property forces recreation of the resource.
|
|
377
376
|
"""
|
|
378
377
|
return pulumi.get(self, "aws_account_id")
|
|
379
378
|
|
|
380
|
-
@property
|
|
379
|
+
@_builtins.property
|
|
381
380
|
@pulumi.getter(name="awsVpcId")
|
|
382
|
-
def aws_vpc_id(self) -> pulumi.Output[
|
|
381
|
+
def aws_vpc_id(self) -> pulumi.Output[_builtins.str]:
|
|
383
382
|
"""
|
|
384
383
|
AWS VPC ID. Changing this property forces recreation of the resource.
|
|
385
384
|
"""
|
|
386
385
|
return pulumi.get(self, "aws_vpc_id")
|
|
387
386
|
|
|
388
|
-
@property
|
|
387
|
+
@_builtins.property
|
|
389
388
|
@pulumi.getter(name="awsVpcPeeringConnectionId")
|
|
390
|
-
def aws_vpc_peering_connection_id(self) -> pulumi.Output[
|
|
389
|
+
def aws_vpc_peering_connection_id(self) -> pulumi.Output[_builtins.str]:
|
|
391
390
|
"""
|
|
392
391
|
The ID of the AWS VPC peering connection.
|
|
393
392
|
"""
|
|
394
393
|
return pulumi.get(self, "aws_vpc_peering_connection_id")
|
|
395
394
|
|
|
396
|
-
@property
|
|
395
|
+
@_builtins.property
|
|
397
396
|
@pulumi.getter(name="awsVpcRegion")
|
|
398
|
-
def aws_vpc_region(self) -> pulumi.Output[
|
|
397
|
+
def aws_vpc_region(self) -> pulumi.Output[_builtins.str]:
|
|
399
398
|
"""
|
|
400
399
|
The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
|
|
401
400
|
"""
|
|
402
401
|
return pulumi.get(self, "aws_vpc_region")
|
|
403
402
|
|
|
404
|
-
@property
|
|
403
|
+
@_builtins.property
|
|
405
404
|
@pulumi.getter
|
|
406
|
-
def state(self) -> pulumi.Output[
|
|
405
|
+
def state(self) -> pulumi.Output[_builtins.str]:
|
|
407
406
|
"""
|
|
408
407
|
The state of the peering connection.
|
|
409
408
|
"""
|
|
410
409
|
return pulumi.get(self, "state")
|
|
411
410
|
|
|
412
|
-
@property
|
|
411
|
+
@_builtins.property
|
|
413
412
|
@pulumi.getter(name="stateInfo")
|
|
414
|
-
def state_info(self) -> pulumi.Output[Mapping[str,
|
|
413
|
+
def state_info(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
|
415
414
|
"""
|
|
416
415
|
State-specific help or error information.
|
|
417
416
|
"""
|
|
418
417
|
return pulumi.get(self, "state_info")
|
|
419
418
|
|
|
420
|
-
@property
|
|
419
|
+
@_builtins.property
|
|
421
420
|
@pulumi.getter(name="vpcId")
|
|
422
|
-
def vpc_id(self) -> pulumi.Output[
|
|
421
|
+
def vpc_id(self) -> pulumi.Output[_builtins.str]:
|
|
423
422
|
"""
|
|
424
423
|
The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
425
424
|
"""
|