pulumi-aiven 6.41.0a1752901795__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 +11086 -10761
- 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 +72 -73
- 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 +304 -305
- 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 +24 -25
- 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 +62 -63
- 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 +66 -67
- 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 +20 -21
- 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 +66 -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 +339 -340
- 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 +77 -78
- pulumi_aiven/organization_application_user_token.py +210 -211
- pulumi_aiven/organization_billing_group.py +183 -184
- pulumi_aiven/organization_group_project.py +58 -59
- 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 +14747 -14310
- 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 +64 -65
- 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 +235 -189
- 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.0a1752901795.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.0a1752901795.dist-info/RECORD +0 -189
- {pulumi_aiven-6.41.0a1752901795.dist-info → pulumi_aiven-6.42.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.41.0a1752901795.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
|
|
@@ -56,73 +55,73 @@ class GetAwsOrgVpcPeeringConnectionResult:
|
|
|
56
55
|
raise TypeError("Expected argument 'state' to be a str")
|
|
57
56
|
pulumi.set(__self__, "state", state)
|
|
58
57
|
|
|
59
|
-
@property
|
|
58
|
+
@_builtins.property
|
|
60
59
|
@pulumi.getter(name="awsAccountId")
|
|
61
|
-
def aws_account_id(self) ->
|
|
60
|
+
def aws_account_id(self) -> _builtins.str:
|
|
62
61
|
"""
|
|
63
62
|
AWS account ID. Changing this property forces recreation of the resource.
|
|
64
63
|
"""
|
|
65
64
|
return pulumi.get(self, "aws_account_id")
|
|
66
65
|
|
|
67
|
-
@property
|
|
66
|
+
@_builtins.property
|
|
68
67
|
@pulumi.getter(name="awsVpcId")
|
|
69
|
-
def aws_vpc_id(self) ->
|
|
68
|
+
def aws_vpc_id(self) -> _builtins.str:
|
|
70
69
|
"""
|
|
71
70
|
AWS VPC ID. Changing this property forces recreation of the resource.
|
|
72
71
|
"""
|
|
73
72
|
return pulumi.get(self, "aws_vpc_id")
|
|
74
73
|
|
|
75
|
-
@property
|
|
74
|
+
@_builtins.property
|
|
76
75
|
@pulumi.getter(name="awsVpcPeeringConnectionId")
|
|
77
|
-
def aws_vpc_peering_connection_id(self) ->
|
|
76
|
+
def aws_vpc_peering_connection_id(self) -> _builtins.str:
|
|
78
77
|
"""
|
|
79
78
|
The ID of the AWS VPC peering connection.
|
|
80
79
|
"""
|
|
81
80
|
return pulumi.get(self, "aws_vpc_peering_connection_id")
|
|
82
81
|
|
|
83
|
-
@property
|
|
82
|
+
@_builtins.property
|
|
84
83
|
@pulumi.getter(name="awsVpcRegion")
|
|
85
|
-
def aws_vpc_region(self) ->
|
|
84
|
+
def aws_vpc_region(self) -> _builtins.str:
|
|
86
85
|
"""
|
|
87
86
|
The AWS region of the peered VPC. For example, `eu-central-1`.
|
|
88
87
|
"""
|
|
89
88
|
return pulumi.get(self, "aws_vpc_region")
|
|
90
89
|
|
|
91
|
-
@property
|
|
90
|
+
@_builtins.property
|
|
92
91
|
@pulumi.getter
|
|
93
|
-
def id(self) ->
|
|
92
|
+
def id(self) -> _builtins.str:
|
|
94
93
|
"""
|
|
95
94
|
The provider-assigned unique ID for this managed resource.
|
|
96
95
|
"""
|
|
97
96
|
return pulumi.get(self, "id")
|
|
98
97
|
|
|
99
|
-
@property
|
|
98
|
+
@_builtins.property
|
|
100
99
|
@pulumi.getter(name="organizationId")
|
|
101
|
-
def organization_id(self) ->
|
|
100
|
+
def organization_id(self) -> _builtins.str:
|
|
102
101
|
"""
|
|
103
102
|
Identifier of the organization.
|
|
104
103
|
"""
|
|
105
104
|
return pulumi.get(self, "organization_id")
|
|
106
105
|
|
|
107
|
-
@property
|
|
106
|
+
@_builtins.property
|
|
108
107
|
@pulumi.getter(name="organizationVpcId")
|
|
109
|
-
def organization_vpc_id(self) ->
|
|
108
|
+
def organization_vpc_id(self) -> _builtins.str:
|
|
110
109
|
"""
|
|
111
110
|
Identifier of the organization VPC.
|
|
112
111
|
"""
|
|
113
112
|
return pulumi.get(self, "organization_vpc_id")
|
|
114
113
|
|
|
115
|
-
@property
|
|
114
|
+
@_builtins.property
|
|
116
115
|
@pulumi.getter(name="peeringConnectionId")
|
|
117
|
-
def peering_connection_id(self) ->
|
|
116
|
+
def peering_connection_id(self) -> _builtins.str:
|
|
118
117
|
"""
|
|
119
118
|
The ID of the peering connection.
|
|
120
119
|
"""
|
|
121
120
|
return pulumi.get(self, "peering_connection_id")
|
|
122
121
|
|
|
123
|
-
@property
|
|
122
|
+
@_builtins.property
|
|
124
123
|
@pulumi.getter
|
|
125
|
-
def state(self) ->
|
|
124
|
+
def state(self) -> _builtins.str:
|
|
126
125
|
"""
|
|
127
126
|
State of the peering connection. The possible values are `ACTIVE`, `APPROVED`, `APPROVED_PEER_REQUESTED`, `DELETED`, `DELETED_BY_PEER`, `DELETING`, `ERROR`, `INVALID_SPECIFICATION`, `PENDING_PEER` and `REJECTED_BY_PEER`.
|
|
128
127
|
"""
|
|
@@ -146,11 +145,11 @@ class AwaitableGetAwsOrgVpcPeeringConnectionResult(GetAwsOrgVpcPeeringConnection
|
|
|
146
145
|
state=self.state)
|
|
147
146
|
|
|
148
147
|
|
|
149
|
-
def get_aws_org_vpc_peering_connection(aws_account_id: Optional[
|
|
150
|
-
aws_vpc_id: Optional[
|
|
151
|
-
aws_vpc_region: Optional[
|
|
152
|
-
organization_id: Optional[
|
|
153
|
-
organization_vpc_id: Optional[
|
|
148
|
+
def get_aws_org_vpc_peering_connection(aws_account_id: Optional[_builtins.str] = None,
|
|
149
|
+
aws_vpc_id: Optional[_builtins.str] = None,
|
|
150
|
+
aws_vpc_region: Optional[_builtins.str] = None,
|
|
151
|
+
organization_id: Optional[_builtins.str] = None,
|
|
152
|
+
organization_vpc_id: Optional[_builtins.str] = None,
|
|
154
153
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAwsOrgVpcPeeringConnectionResult:
|
|
155
154
|
"""
|
|
156
155
|
Gets information about an AWS VPC peering connection.
|
|
@@ -159,11 +158,11 @@ def get_aws_org_vpc_peering_connection(aws_account_id: Optional[builtins.str] =
|
|
|
159
158
|
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
|
|
160
159
|
|
|
161
160
|
|
|
162
|
-
:param
|
|
163
|
-
:param
|
|
164
|
-
:param
|
|
165
|
-
:param
|
|
166
|
-
:param
|
|
161
|
+
:param _builtins.str aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
|
|
162
|
+
:param _builtins.str aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
|
|
163
|
+
:param _builtins.str aws_vpc_region: The AWS region of the peered VPC. For example, `eu-central-1`.
|
|
164
|
+
:param _builtins.str organization_id: Identifier of the organization.
|
|
165
|
+
:param _builtins.str organization_vpc_id: Identifier of the organization VPC.
|
|
167
166
|
"""
|
|
168
167
|
__args__ = dict()
|
|
169
168
|
__args__['awsAccountId'] = aws_account_id
|
|
@@ -184,11 +183,11 @@ def get_aws_org_vpc_peering_connection(aws_account_id: Optional[builtins.str] =
|
|
|
184
183
|
organization_vpc_id=pulumi.get(__ret__, 'organization_vpc_id'),
|
|
185
184
|
peering_connection_id=pulumi.get(__ret__, 'peering_connection_id'),
|
|
186
185
|
state=pulumi.get(__ret__, 'state'))
|
|
187
|
-
def get_aws_org_vpc_peering_connection_output(aws_account_id: Optional[pulumi.Input[
|
|
188
|
-
aws_vpc_id: Optional[pulumi.Input[
|
|
189
|
-
aws_vpc_region: Optional[pulumi.Input[
|
|
190
|
-
organization_id: Optional[pulumi.Input[
|
|
191
|
-
organization_vpc_id: Optional[pulumi.Input[
|
|
186
|
+
def get_aws_org_vpc_peering_connection_output(aws_account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
187
|
+
aws_vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
188
|
+
aws_vpc_region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
189
|
+
organization_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
190
|
+
organization_vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
192
191
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAwsOrgVpcPeeringConnectionResult]:
|
|
193
192
|
"""
|
|
194
193
|
Gets information about an AWS VPC peering connection.
|
|
@@ -197,11 +196,11 @@ def get_aws_org_vpc_peering_connection_output(aws_account_id: Optional[pulumi.In
|
|
|
197
196
|
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
|
|
198
197
|
|
|
199
198
|
|
|
200
|
-
:param
|
|
201
|
-
:param
|
|
202
|
-
:param
|
|
203
|
-
:param
|
|
204
|
-
:param
|
|
199
|
+
:param _builtins.str aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
|
|
200
|
+
:param _builtins.str aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
|
|
201
|
+
:param _builtins.str aws_vpc_region: The AWS region of the peered VPC. For example, `eu-central-1`.
|
|
202
|
+
:param _builtins.str organization_id: Identifier of the organization.
|
|
203
|
+
:param _builtins.str organization_vpc_id: Identifier of the organization VPC.
|
|
205
204
|
"""
|
|
206
205
|
__args__ = dict()
|
|
207
206
|
__args__['awsAccountId'] = aws_account_id
|
|
@@ -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
|
|
@@ -47,49 +46,49 @@ class GetAwsPrivatelinkResult:
|
|
|
47
46
|
raise TypeError("Expected argument 'service_name' to be a str")
|
|
48
47
|
pulumi.set(__self__, "service_name", service_name)
|
|
49
48
|
|
|
50
|
-
@property
|
|
49
|
+
@_builtins.property
|
|
51
50
|
@pulumi.getter(name="awsServiceId")
|
|
52
|
-
def aws_service_id(self) ->
|
|
51
|
+
def aws_service_id(self) -> _builtins.str:
|
|
53
52
|
"""
|
|
54
53
|
AWS service ID.
|
|
55
54
|
"""
|
|
56
55
|
return pulumi.get(self, "aws_service_id")
|
|
57
56
|
|
|
58
|
-
@property
|
|
57
|
+
@_builtins.property
|
|
59
58
|
@pulumi.getter(name="awsServiceName")
|
|
60
|
-
def aws_service_name(self) ->
|
|
59
|
+
def aws_service_name(self) -> _builtins.str:
|
|
61
60
|
"""
|
|
62
61
|
AWS service name.
|
|
63
62
|
"""
|
|
64
63
|
return pulumi.get(self, "aws_service_name")
|
|
65
64
|
|
|
66
|
-
@property
|
|
65
|
+
@_builtins.property
|
|
67
66
|
@pulumi.getter
|
|
68
|
-
def id(self) ->
|
|
67
|
+
def id(self) -> _builtins.str:
|
|
69
68
|
"""
|
|
70
69
|
The provider-assigned unique ID for this managed resource.
|
|
71
70
|
"""
|
|
72
71
|
return pulumi.get(self, "id")
|
|
73
72
|
|
|
74
|
-
@property
|
|
73
|
+
@_builtins.property
|
|
75
74
|
@pulumi.getter
|
|
76
|
-
def principals(self) -> Sequence[
|
|
75
|
+
def principals(self) -> Sequence[_builtins.str]:
|
|
77
76
|
"""
|
|
78
77
|
List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
|
|
79
78
|
"""
|
|
80
79
|
return pulumi.get(self, "principals")
|
|
81
80
|
|
|
82
|
-
@property
|
|
81
|
+
@_builtins.property
|
|
83
82
|
@pulumi.getter
|
|
84
|
-
def project(self) ->
|
|
83
|
+
def project(self) -> _builtins.str:
|
|
85
84
|
"""
|
|
86
85
|
The name of 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
86
|
"""
|
|
88
87
|
return pulumi.get(self, "project")
|
|
89
88
|
|
|
90
|
-
@property
|
|
89
|
+
@_builtins.property
|
|
91
90
|
@pulumi.getter(name="serviceName")
|
|
92
|
-
def service_name(self) ->
|
|
91
|
+
def service_name(self) -> _builtins.str:
|
|
93
92
|
"""
|
|
94
93
|
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
94
|
"""
|
|
@@ -110,8 +109,8 @@ class AwaitableGetAwsPrivatelinkResult(GetAwsPrivatelinkResult):
|
|
|
110
109
|
service_name=self.service_name)
|
|
111
110
|
|
|
112
111
|
|
|
113
|
-
def get_aws_privatelink(project: Optional[
|
|
114
|
-
service_name: Optional[
|
|
112
|
+
def get_aws_privatelink(project: Optional[_builtins.str] = None,
|
|
113
|
+
service_name: Optional[_builtins.str] = None,
|
|
115
114
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAwsPrivatelinkResult:
|
|
116
115
|
"""
|
|
117
116
|
Gets information about an AWS PrivateLink connection for an Aiven service.
|
|
@@ -127,8 +126,8 @@ def get_aws_privatelink(project: Optional[builtins.str] = None,
|
|
|
127
126
|
```
|
|
128
127
|
|
|
129
128
|
|
|
130
|
-
:param
|
|
131
|
-
:param
|
|
129
|
+
:param _builtins.str project: The name of 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.
|
|
130
|
+
:param _builtins.str service_name: 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.
|
|
132
131
|
"""
|
|
133
132
|
__args__ = dict()
|
|
134
133
|
__args__['project'] = project
|
|
@@ -143,8 +142,8 @@ def get_aws_privatelink(project: Optional[builtins.str] = None,
|
|
|
143
142
|
principals=pulumi.get(__ret__, 'principals'),
|
|
144
143
|
project=pulumi.get(__ret__, 'project'),
|
|
145
144
|
service_name=pulumi.get(__ret__, 'service_name'))
|
|
146
|
-
def get_aws_privatelink_output(project: Optional[pulumi.Input[
|
|
147
|
-
service_name: Optional[pulumi.Input[
|
|
145
|
+
def get_aws_privatelink_output(project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
146
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
148
147
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAwsPrivatelinkResult]:
|
|
149
148
|
"""
|
|
150
149
|
Gets information about an AWS PrivateLink connection for an Aiven service.
|
|
@@ -160,8 +159,8 @@ def get_aws_privatelink_output(project: Optional[pulumi.Input[builtins.str]] = N
|
|
|
160
159
|
```
|
|
161
160
|
|
|
162
161
|
|
|
163
|
-
:param
|
|
164
|
-
:param
|
|
162
|
+
:param _builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
163
|
+
:param _builtins.str service_name: 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.
|
|
165
164
|
"""
|
|
166
165
|
__args__ = dict()
|
|
167
166
|
__args__['project'] = project
|
|
@@ -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
|
|
@@ -53,65 +52,65 @@ class GetAwsVpcPeeringConnectionResult:
|
|
|
53
52
|
raise TypeError("Expected argument 'vpc_id' to be a str")
|
|
54
53
|
pulumi.set(__self__, "vpc_id", vpc_id)
|
|
55
54
|
|
|
56
|
-
@property
|
|
55
|
+
@_builtins.property
|
|
57
56
|
@pulumi.getter(name="awsAccountId")
|
|
58
|
-
def aws_account_id(self) ->
|
|
57
|
+
def aws_account_id(self) -> _builtins.str:
|
|
59
58
|
"""
|
|
60
59
|
AWS account ID. Changing this property forces recreation of the resource.
|
|
61
60
|
"""
|
|
62
61
|
return pulumi.get(self, "aws_account_id")
|
|
63
62
|
|
|
64
|
-
@property
|
|
63
|
+
@_builtins.property
|
|
65
64
|
@pulumi.getter(name="awsVpcId")
|
|
66
|
-
def aws_vpc_id(self) ->
|
|
65
|
+
def aws_vpc_id(self) -> _builtins.str:
|
|
67
66
|
"""
|
|
68
67
|
AWS VPC ID. Changing this property forces recreation of the resource.
|
|
69
68
|
"""
|
|
70
69
|
return pulumi.get(self, "aws_vpc_id")
|
|
71
70
|
|
|
72
|
-
@property
|
|
71
|
+
@_builtins.property
|
|
73
72
|
@pulumi.getter(name="awsVpcPeeringConnectionId")
|
|
74
|
-
def aws_vpc_peering_connection_id(self) ->
|
|
73
|
+
def aws_vpc_peering_connection_id(self) -> _builtins.str:
|
|
75
74
|
"""
|
|
76
75
|
The ID of the AWS VPC peering connection.
|
|
77
76
|
"""
|
|
78
77
|
return pulumi.get(self, "aws_vpc_peering_connection_id")
|
|
79
78
|
|
|
80
|
-
@property
|
|
79
|
+
@_builtins.property
|
|
81
80
|
@pulumi.getter(name="awsVpcRegion")
|
|
82
|
-
def aws_vpc_region(self) ->
|
|
81
|
+
def aws_vpc_region(self) -> _builtins.str:
|
|
83
82
|
"""
|
|
84
83
|
The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
|
|
85
84
|
"""
|
|
86
85
|
return pulumi.get(self, "aws_vpc_region")
|
|
87
86
|
|
|
88
|
-
@property
|
|
87
|
+
@_builtins.property
|
|
89
88
|
@pulumi.getter
|
|
90
|
-
def id(self) ->
|
|
89
|
+
def id(self) -> _builtins.str:
|
|
91
90
|
"""
|
|
92
91
|
The provider-assigned unique ID for this managed resource.
|
|
93
92
|
"""
|
|
94
93
|
return pulumi.get(self, "id")
|
|
95
94
|
|
|
96
|
-
@property
|
|
95
|
+
@_builtins.property
|
|
97
96
|
@pulumi.getter
|
|
98
|
-
def state(self) ->
|
|
97
|
+
def state(self) -> _builtins.str:
|
|
99
98
|
"""
|
|
100
99
|
The state of the peering connection.
|
|
101
100
|
"""
|
|
102
101
|
return pulumi.get(self, "state")
|
|
103
102
|
|
|
104
|
-
@property
|
|
103
|
+
@_builtins.property
|
|
105
104
|
@pulumi.getter(name="stateInfo")
|
|
106
|
-
def state_info(self) -> Mapping[str,
|
|
105
|
+
def state_info(self) -> Mapping[str, _builtins.str]:
|
|
107
106
|
"""
|
|
108
107
|
State-specific help or error information.
|
|
109
108
|
"""
|
|
110
109
|
return pulumi.get(self, "state_info")
|
|
111
110
|
|
|
112
|
-
@property
|
|
111
|
+
@_builtins.property
|
|
113
112
|
@pulumi.getter(name="vpcId")
|
|
114
|
-
def vpc_id(self) ->
|
|
113
|
+
def vpc_id(self) -> _builtins.str:
|
|
115
114
|
"""
|
|
116
115
|
The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
117
116
|
"""
|
|
@@ -134,10 +133,10 @@ class AwaitableGetAwsVpcPeeringConnectionResult(GetAwsVpcPeeringConnectionResult
|
|
|
134
133
|
vpc_id=self.vpc_id)
|
|
135
134
|
|
|
136
135
|
|
|
137
|
-
def get_aws_vpc_peering_connection(aws_account_id: Optional[
|
|
138
|
-
aws_vpc_id: Optional[
|
|
139
|
-
aws_vpc_region: Optional[
|
|
140
|
-
vpc_id: Optional[
|
|
136
|
+
def get_aws_vpc_peering_connection(aws_account_id: Optional[_builtins.str] = None,
|
|
137
|
+
aws_vpc_id: Optional[_builtins.str] = None,
|
|
138
|
+
aws_vpc_region: Optional[_builtins.str] = None,
|
|
139
|
+
vpc_id: Optional[_builtins.str] = None,
|
|
141
140
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAwsVpcPeeringConnectionResult:
|
|
142
141
|
"""
|
|
143
142
|
Gets information about an AWS VPC peering connection.
|
|
@@ -159,10 +158,10 @@ def get_aws_vpc_peering_connection(aws_account_id: Optional[builtins.str] = None
|
|
|
159
158
|
```
|
|
160
159
|
|
|
161
160
|
|
|
162
|
-
:param
|
|
163
|
-
:param
|
|
164
|
-
:param
|
|
165
|
-
:param
|
|
161
|
+
:param _builtins.str aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
|
|
162
|
+
:param _builtins.str aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
|
|
163
|
+
:param _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.
|
|
164
|
+
:param _builtins.str vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
166
165
|
"""
|
|
167
166
|
__args__ = dict()
|
|
168
167
|
__args__['awsAccountId'] = aws_account_id
|
|
@@ -181,10 +180,10 @@ def get_aws_vpc_peering_connection(aws_account_id: Optional[builtins.str] = None
|
|
|
181
180
|
state=pulumi.get(__ret__, 'state'),
|
|
182
181
|
state_info=pulumi.get(__ret__, 'state_info'),
|
|
183
182
|
vpc_id=pulumi.get(__ret__, 'vpc_id'))
|
|
184
|
-
def get_aws_vpc_peering_connection_output(aws_account_id: Optional[pulumi.Input[
|
|
185
|
-
aws_vpc_id: Optional[pulumi.Input[
|
|
186
|
-
aws_vpc_region: Optional[pulumi.Input[
|
|
187
|
-
vpc_id: Optional[pulumi.Input[
|
|
183
|
+
def get_aws_vpc_peering_connection_output(aws_account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
184
|
+
aws_vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
185
|
+
aws_vpc_region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
186
|
+
vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
188
187
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAwsVpcPeeringConnectionResult]:
|
|
189
188
|
"""
|
|
190
189
|
Gets information about an AWS VPC peering connection.
|
|
@@ -206,10 +205,10 @@ def get_aws_vpc_peering_connection_output(aws_account_id: Optional[pulumi.Input[
|
|
|
206
205
|
```
|
|
207
206
|
|
|
208
207
|
|
|
209
|
-
:param
|
|
210
|
-
:param
|
|
211
|
-
:param
|
|
212
|
-
:param
|
|
208
|
+
:param _builtins.str aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
|
|
209
|
+
:param _builtins.str aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
|
|
210
|
+
:param _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.
|
|
211
|
+
:param _builtins.str vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
213
212
|
"""
|
|
214
213
|
__args__ = dict()
|
|
215
214
|
__args__['awsAccountId'] = aws_account_id
|
|
@@ -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
|
|
@@ -59,81 +58,81 @@ class GetAzureOrgVpcPeeringConnectionResult:
|
|
|
59
58
|
raise TypeError("Expected argument 'vnet_name' to be a str")
|
|
60
59
|
pulumi.set(__self__, "vnet_name", vnet_name)
|
|
61
60
|
|
|
62
|
-
@property
|
|
61
|
+
@_builtins.property
|
|
63
62
|
@pulumi.getter(name="azureSubscriptionId")
|
|
64
|
-
def azure_subscription_id(self) ->
|
|
63
|
+
def azure_subscription_id(self) -> _builtins.str:
|
|
65
64
|
"""
|
|
66
65
|
The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
|
|
67
66
|
"""
|
|
68
67
|
return pulumi.get(self, "azure_subscription_id")
|
|
69
68
|
|
|
70
|
-
@property
|
|
69
|
+
@_builtins.property
|
|
71
70
|
@pulumi.getter
|
|
72
|
-
def id(self) ->
|
|
71
|
+
def id(self) -> _builtins.str:
|
|
73
72
|
"""
|
|
74
73
|
The provider-assigned unique ID for this managed resource.
|
|
75
74
|
"""
|
|
76
75
|
return pulumi.get(self, "id")
|
|
77
76
|
|
|
78
|
-
@property
|
|
77
|
+
@_builtins.property
|
|
79
78
|
@pulumi.getter(name="organizationId")
|
|
80
|
-
def organization_id(self) ->
|
|
79
|
+
def organization_id(self) -> _builtins.str:
|
|
81
80
|
"""
|
|
82
81
|
Identifier of the organization.
|
|
83
82
|
"""
|
|
84
83
|
return pulumi.get(self, "organization_id")
|
|
85
84
|
|
|
86
|
-
@property
|
|
85
|
+
@_builtins.property
|
|
87
86
|
@pulumi.getter(name="organizationVpcId")
|
|
88
|
-
def organization_vpc_id(self) ->
|
|
87
|
+
def organization_vpc_id(self) -> _builtins.str:
|
|
89
88
|
"""
|
|
90
89
|
Identifier of the organization VPC.
|
|
91
90
|
"""
|
|
92
91
|
return pulumi.get(self, "organization_vpc_id")
|
|
93
92
|
|
|
94
|
-
@property
|
|
93
|
+
@_builtins.property
|
|
95
94
|
@pulumi.getter(name="peerAzureAppId")
|
|
96
|
-
def peer_azure_app_id(self) ->
|
|
95
|
+
def peer_azure_app_id(self) -> _builtins.str:
|
|
97
96
|
"""
|
|
98
97
|
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.
|
|
99
98
|
"""
|
|
100
99
|
return pulumi.get(self, "peer_azure_app_id")
|
|
101
100
|
|
|
102
|
-
@property
|
|
101
|
+
@_builtins.property
|
|
103
102
|
@pulumi.getter(name="peerAzureTenantId")
|
|
104
|
-
def peer_azure_tenant_id(self) ->
|
|
103
|
+
def peer_azure_tenant_id(self) -> _builtins.str:
|
|
105
104
|
"""
|
|
106
105
|
The Azure tenant ID in UUID4 format. Changing this property forces recreation of the resource.
|
|
107
106
|
"""
|
|
108
107
|
return pulumi.get(self, "peer_azure_tenant_id")
|
|
109
108
|
|
|
110
|
-
@property
|
|
109
|
+
@_builtins.property
|
|
111
110
|
@pulumi.getter(name="peerResourceGroup")
|
|
112
|
-
def peer_resource_group(self) ->
|
|
111
|
+
def peer_resource_group(self) -> _builtins.str:
|
|
113
112
|
"""
|
|
114
113
|
The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
|
|
115
114
|
"""
|
|
116
115
|
return pulumi.get(self, "peer_resource_group")
|
|
117
116
|
|
|
118
|
-
@property
|
|
117
|
+
@_builtins.property
|
|
119
118
|
@pulumi.getter(name="peeringConnectionId")
|
|
120
|
-
def peering_connection_id(self) ->
|
|
119
|
+
def peering_connection_id(self) -> _builtins.str:
|
|
121
120
|
"""
|
|
122
121
|
The ID of the cloud provider for the peering connection.
|
|
123
122
|
"""
|
|
124
123
|
return pulumi.get(self, "peering_connection_id")
|
|
125
124
|
|
|
126
|
-
@property
|
|
125
|
+
@_builtins.property
|
|
127
126
|
@pulumi.getter
|
|
128
|
-
def state(self) ->
|
|
127
|
+
def state(self) -> _builtins.str:
|
|
129
128
|
"""
|
|
130
129
|
State of the peering connection
|
|
131
130
|
"""
|
|
132
131
|
return pulumi.get(self, "state")
|
|
133
132
|
|
|
134
|
-
@property
|
|
133
|
+
@_builtins.property
|
|
135
134
|
@pulumi.getter(name="vnetName")
|
|
136
|
-
def vnet_name(self) ->
|
|
135
|
+
def vnet_name(self) -> _builtins.str:
|
|
137
136
|
"""
|
|
138
137
|
The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
139
138
|
"""
|
|
@@ -158,11 +157,11 @@ class AwaitableGetAzureOrgVpcPeeringConnectionResult(GetAzureOrgVpcPeeringConnec
|
|
|
158
157
|
vnet_name=self.vnet_name)
|
|
159
158
|
|
|
160
159
|
|
|
161
|
-
def get_azure_org_vpc_peering_connection(azure_subscription_id: Optional[
|
|
162
|
-
organization_id: Optional[
|
|
163
|
-
organization_vpc_id: Optional[
|
|
164
|
-
peer_resource_group: Optional[
|
|
165
|
-
vnet_name: Optional[
|
|
160
|
+
def get_azure_org_vpc_peering_connection(azure_subscription_id: Optional[_builtins.str] = None,
|
|
161
|
+
organization_id: Optional[_builtins.str] = None,
|
|
162
|
+
organization_vpc_id: Optional[_builtins.str] = None,
|
|
163
|
+
peer_resource_group: Optional[_builtins.str] = None,
|
|
164
|
+
vnet_name: Optional[_builtins.str] = None,
|
|
166
165
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAzureOrgVpcPeeringConnectionResult:
|
|
167
166
|
"""
|
|
168
167
|
Gets information about about an Azure VPC peering connection.
|
|
@@ -171,11 +170,11 @@ def get_azure_org_vpc_peering_connection(azure_subscription_id: Optional[builtin
|
|
|
171
170
|
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
|
|
172
171
|
|
|
173
172
|
|
|
174
|
-
:param
|
|
175
|
-
:param
|
|
176
|
-
:param
|
|
177
|
-
:param
|
|
178
|
-
:param
|
|
173
|
+
:param _builtins.str azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
|
|
174
|
+
:param _builtins.str organization_id: Identifier of the organization.
|
|
175
|
+
:param _builtins.str organization_vpc_id: Identifier of the organization VPC.
|
|
176
|
+
:param _builtins.str peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
|
|
177
|
+
:param _builtins.str vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
179
178
|
"""
|
|
180
179
|
__args__ = dict()
|
|
181
180
|
__args__['azureSubscriptionId'] = azure_subscription_id
|
|
@@ -197,11 +196,11 @@ def get_azure_org_vpc_peering_connection(azure_subscription_id: Optional[builtin
|
|
|
197
196
|
peering_connection_id=pulumi.get(__ret__, 'peering_connection_id'),
|
|
198
197
|
state=pulumi.get(__ret__, 'state'),
|
|
199
198
|
vnet_name=pulumi.get(__ret__, 'vnet_name'))
|
|
200
|
-
def get_azure_org_vpc_peering_connection_output(azure_subscription_id: Optional[pulumi.Input[
|
|
201
|
-
organization_id: Optional[pulumi.Input[
|
|
202
|
-
organization_vpc_id: Optional[pulumi.Input[
|
|
203
|
-
peer_resource_group: Optional[pulumi.Input[
|
|
204
|
-
vnet_name: Optional[pulumi.Input[
|
|
199
|
+
def get_azure_org_vpc_peering_connection_output(azure_subscription_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
200
|
+
organization_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
201
|
+
organization_vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
202
|
+
peer_resource_group: Optional[pulumi.Input[_builtins.str]] = None,
|
|
203
|
+
vnet_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
205
204
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAzureOrgVpcPeeringConnectionResult]:
|
|
206
205
|
"""
|
|
207
206
|
Gets information about about an Azure VPC peering connection.
|
|
@@ -210,11 +209,11 @@ def get_azure_org_vpc_peering_connection_output(azure_subscription_id: Optional[
|
|
|
210
209
|
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
|
|
211
210
|
|
|
212
211
|
|
|
213
|
-
:param
|
|
214
|
-
:param
|
|
215
|
-
:param
|
|
216
|
-
:param
|
|
217
|
-
:param
|
|
212
|
+
:param _builtins.str azure_subscription_id: The ID of the Azure subscription in UUID4 format. Changing this property forces recreation of the resource.
|
|
213
|
+
:param _builtins.str organization_id: Identifier of the organization.
|
|
214
|
+
:param _builtins.str organization_vpc_id: Identifier of the organization VPC.
|
|
215
|
+
:param _builtins.str peer_resource_group: The name of the Azure resource group associated with the VNet. Changing this property forces recreation of the resource.
|
|
216
|
+
:param _builtins.str vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
218
217
|
"""
|
|
219
218
|
__args__ = dict()
|
|
220
219
|
__args__['azureSubscriptionId'] = azure_subscription_id
|