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
pulumi_aiven/project_user.py
CHANGED
|
@@ -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,69 +19,69 @@ __all__ = ['ProjectUserArgs', 'ProjectUser']
|
|
|
20
19
|
@pulumi.input_type
|
|
21
20
|
class ProjectUserArgs:
|
|
22
21
|
def __init__(__self__, *,
|
|
23
|
-
email: pulumi.Input[
|
|
24
|
-
member_type: pulumi.Input[
|
|
25
|
-
project: pulumi.Input[
|
|
22
|
+
email: pulumi.Input[_builtins.str],
|
|
23
|
+
member_type: pulumi.Input[_builtins.str],
|
|
24
|
+
project: pulumi.Input[_builtins.str]):
|
|
26
25
|
"""
|
|
27
26
|
The set of arguments for constructing a ProjectUser resource.
|
|
28
|
-
:param pulumi.Input[
|
|
29
|
-
:param pulumi.Input[
|
|
30
|
-
:param pulumi.Input[
|
|
27
|
+
:param pulumi.Input[_builtins.str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
28
|
+
:param pulumi.Input[_builtins.str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
29
|
+
:param pulumi.Input[_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.
|
|
31
30
|
"""
|
|
32
31
|
pulumi.set(__self__, "email", email)
|
|
33
32
|
pulumi.set(__self__, "member_type", member_type)
|
|
34
33
|
pulumi.set(__self__, "project", project)
|
|
35
34
|
|
|
36
|
-
@property
|
|
35
|
+
@_builtins.property
|
|
37
36
|
@pulumi.getter
|
|
38
|
-
def email(self) -> pulumi.Input[
|
|
37
|
+
def email(self) -> pulumi.Input[_builtins.str]:
|
|
39
38
|
"""
|
|
40
39
|
Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
41
40
|
"""
|
|
42
41
|
return pulumi.get(self, "email")
|
|
43
42
|
|
|
44
43
|
@email.setter
|
|
45
|
-
def email(self, value: pulumi.Input[
|
|
44
|
+
def email(self, value: pulumi.Input[_builtins.str]):
|
|
46
45
|
pulumi.set(self, "email", value)
|
|
47
46
|
|
|
48
|
-
@property
|
|
47
|
+
@_builtins.property
|
|
49
48
|
@pulumi.getter(name="memberType")
|
|
50
|
-
def member_type(self) -> pulumi.Input[
|
|
49
|
+
def member_type(self) -> pulumi.Input[_builtins.str]:
|
|
51
50
|
"""
|
|
52
51
|
Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
53
52
|
"""
|
|
54
53
|
return pulumi.get(self, "member_type")
|
|
55
54
|
|
|
56
55
|
@member_type.setter
|
|
57
|
-
def member_type(self, value: pulumi.Input[
|
|
56
|
+
def member_type(self, value: pulumi.Input[_builtins.str]):
|
|
58
57
|
pulumi.set(self, "member_type", value)
|
|
59
58
|
|
|
60
|
-
@property
|
|
59
|
+
@_builtins.property
|
|
61
60
|
@pulumi.getter
|
|
62
|
-
def project(self) -> pulumi.Input[
|
|
61
|
+
def project(self) -> pulumi.Input[_builtins.str]:
|
|
63
62
|
"""
|
|
64
63
|
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.
|
|
65
64
|
"""
|
|
66
65
|
return pulumi.get(self, "project")
|
|
67
66
|
|
|
68
67
|
@project.setter
|
|
69
|
-
def project(self, value: pulumi.Input[
|
|
68
|
+
def project(self, value: pulumi.Input[_builtins.str]):
|
|
70
69
|
pulumi.set(self, "project", value)
|
|
71
70
|
|
|
72
71
|
|
|
73
72
|
@pulumi.input_type
|
|
74
73
|
class _ProjectUserState:
|
|
75
74
|
def __init__(__self__, *,
|
|
76
|
-
accepted: Optional[pulumi.Input[
|
|
77
|
-
email: Optional[pulumi.Input[
|
|
78
|
-
member_type: Optional[pulumi.Input[
|
|
79
|
-
project: Optional[pulumi.Input[
|
|
75
|
+
accepted: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
76
|
+
email: Optional[pulumi.Input[_builtins.str]] = None,
|
|
77
|
+
member_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
78
|
+
project: Optional[pulumi.Input[_builtins.str]] = None):
|
|
80
79
|
"""
|
|
81
80
|
Input properties used for looking up and filtering ProjectUser resources.
|
|
82
|
-
:param pulumi.Input[
|
|
83
|
-
:param pulumi.Input[
|
|
84
|
-
:param pulumi.Input[
|
|
85
|
-
:param pulumi.Input[
|
|
81
|
+
:param pulumi.Input[_builtins.bool] accepted: Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
|
|
82
|
+
:param pulumi.Input[_builtins.str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
83
|
+
:param pulumi.Input[_builtins.str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
84
|
+
:param pulumi.Input[_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.
|
|
86
85
|
"""
|
|
87
86
|
if accepted is not None:
|
|
88
87
|
pulumi.set(__self__, "accepted", accepted)
|
|
@@ -93,52 +92,52 @@ class _ProjectUserState:
|
|
|
93
92
|
if project is not None:
|
|
94
93
|
pulumi.set(__self__, "project", project)
|
|
95
94
|
|
|
96
|
-
@property
|
|
95
|
+
@_builtins.property
|
|
97
96
|
@pulumi.getter
|
|
98
|
-
def accepted(self) -> Optional[pulumi.Input[
|
|
97
|
+
def accepted(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
99
98
|
"""
|
|
100
99
|
Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
|
|
101
100
|
"""
|
|
102
101
|
return pulumi.get(self, "accepted")
|
|
103
102
|
|
|
104
103
|
@accepted.setter
|
|
105
|
-
def accepted(self, value: Optional[pulumi.Input[
|
|
104
|
+
def accepted(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
106
105
|
pulumi.set(self, "accepted", value)
|
|
107
106
|
|
|
108
|
-
@property
|
|
107
|
+
@_builtins.property
|
|
109
108
|
@pulumi.getter
|
|
110
|
-
def email(self) -> Optional[pulumi.Input[
|
|
109
|
+
def email(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
111
110
|
"""
|
|
112
111
|
Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
113
112
|
"""
|
|
114
113
|
return pulumi.get(self, "email")
|
|
115
114
|
|
|
116
115
|
@email.setter
|
|
117
|
-
def email(self, value: Optional[pulumi.Input[
|
|
116
|
+
def email(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
118
117
|
pulumi.set(self, "email", value)
|
|
119
118
|
|
|
120
|
-
@property
|
|
119
|
+
@_builtins.property
|
|
121
120
|
@pulumi.getter(name="memberType")
|
|
122
|
-
def member_type(self) -> Optional[pulumi.Input[
|
|
121
|
+
def member_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
123
122
|
"""
|
|
124
123
|
Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
125
124
|
"""
|
|
126
125
|
return pulumi.get(self, "member_type")
|
|
127
126
|
|
|
128
127
|
@member_type.setter
|
|
129
|
-
def member_type(self, value: Optional[pulumi.Input[
|
|
128
|
+
def member_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
130
129
|
pulumi.set(self, "member_type", value)
|
|
131
130
|
|
|
132
|
-
@property
|
|
131
|
+
@_builtins.property
|
|
133
132
|
@pulumi.getter
|
|
134
|
-
def project(self) -> Optional[pulumi.Input[
|
|
133
|
+
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
135
134
|
"""
|
|
136
135
|
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.
|
|
137
136
|
"""
|
|
138
137
|
return pulumi.get(self, "project")
|
|
139
138
|
|
|
140
139
|
@project.setter
|
|
141
|
-
def project(self, value: Optional[pulumi.Input[
|
|
140
|
+
def project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
142
141
|
pulumi.set(self, "project", value)
|
|
143
142
|
|
|
144
143
|
|
|
@@ -148,9 +147,9 @@ class ProjectUser(pulumi.CustomResource):
|
|
|
148
147
|
def __init__(__self__,
|
|
149
148
|
resource_name: str,
|
|
150
149
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
151
|
-
email: Optional[pulumi.Input[
|
|
152
|
-
member_type: Optional[pulumi.Input[
|
|
153
|
-
project: Optional[pulumi.Input[
|
|
150
|
+
email: Optional[pulumi.Input[_builtins.str]] = None,
|
|
151
|
+
member_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
152
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
154
153
|
__props__=None):
|
|
155
154
|
"""
|
|
156
155
|
Creates and manages an Aiven project member.
|
|
@@ -180,9 +179,9 @@ class ProjectUser(pulumi.CustomResource):
|
|
|
180
179
|
|
|
181
180
|
:param str resource_name: The name of the resource.
|
|
182
181
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
183
|
-
:param pulumi.Input[
|
|
184
|
-
:param pulumi.Input[
|
|
185
|
-
:param pulumi.Input[
|
|
182
|
+
:param pulumi.Input[_builtins.str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
183
|
+
:param pulumi.Input[_builtins.str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
184
|
+
:param pulumi.Input[_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.
|
|
186
185
|
"""
|
|
187
186
|
...
|
|
188
187
|
@overload
|
|
@@ -231,9 +230,9 @@ class ProjectUser(pulumi.CustomResource):
|
|
|
231
230
|
def _internal_init(__self__,
|
|
232
231
|
resource_name: str,
|
|
233
232
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
234
|
-
email: Optional[pulumi.Input[
|
|
235
|
-
member_type: Optional[pulumi.Input[
|
|
236
|
-
project: Optional[pulumi.Input[
|
|
233
|
+
email: Optional[pulumi.Input[_builtins.str]] = None,
|
|
234
|
+
member_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
235
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
237
236
|
__props__=None):
|
|
238
237
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
239
238
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -263,10 +262,10 @@ class ProjectUser(pulumi.CustomResource):
|
|
|
263
262
|
def get(resource_name: str,
|
|
264
263
|
id: pulumi.Input[str],
|
|
265
264
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
266
|
-
accepted: Optional[pulumi.Input[
|
|
267
|
-
email: Optional[pulumi.Input[
|
|
268
|
-
member_type: Optional[pulumi.Input[
|
|
269
|
-
project: Optional[pulumi.Input[
|
|
265
|
+
accepted: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
266
|
+
email: Optional[pulumi.Input[_builtins.str]] = None,
|
|
267
|
+
member_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
268
|
+
project: Optional[pulumi.Input[_builtins.str]] = None) -> 'ProjectUser':
|
|
270
269
|
"""
|
|
271
270
|
Get an existing ProjectUser resource's state with the given name, id, and optional extra
|
|
272
271
|
properties used to qualify the lookup.
|
|
@@ -274,10 +273,10 @@ class ProjectUser(pulumi.CustomResource):
|
|
|
274
273
|
:param str resource_name: The unique name of the resulting resource.
|
|
275
274
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
276
275
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
277
|
-
:param pulumi.Input[
|
|
278
|
-
:param pulumi.Input[
|
|
279
|
-
:param pulumi.Input[
|
|
280
|
-
:param pulumi.Input[
|
|
276
|
+
:param pulumi.Input[_builtins.bool] accepted: Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
|
|
277
|
+
:param pulumi.Input[_builtins.str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
278
|
+
:param pulumi.Input[_builtins.str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
279
|
+
:param pulumi.Input[_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.
|
|
281
280
|
"""
|
|
282
281
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
283
282
|
|
|
@@ -289,33 +288,33 @@ class ProjectUser(pulumi.CustomResource):
|
|
|
289
288
|
__props__.__dict__["project"] = project
|
|
290
289
|
return ProjectUser(resource_name, opts=opts, __props__=__props__)
|
|
291
290
|
|
|
292
|
-
@property
|
|
291
|
+
@_builtins.property
|
|
293
292
|
@pulumi.getter
|
|
294
|
-
def accepted(self) -> pulumi.Output[
|
|
293
|
+
def accepted(self) -> pulumi.Output[_builtins.bool]:
|
|
295
294
|
"""
|
|
296
295
|
Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
|
|
297
296
|
"""
|
|
298
297
|
return pulumi.get(self, "accepted")
|
|
299
298
|
|
|
300
|
-
@property
|
|
299
|
+
@_builtins.property
|
|
301
300
|
@pulumi.getter
|
|
302
|
-
def email(self) -> pulumi.Output[
|
|
301
|
+
def email(self) -> pulumi.Output[_builtins.str]:
|
|
303
302
|
"""
|
|
304
303
|
Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
305
304
|
"""
|
|
306
305
|
return pulumi.get(self, "email")
|
|
307
306
|
|
|
308
|
-
@property
|
|
307
|
+
@_builtins.property
|
|
309
308
|
@pulumi.getter(name="memberType")
|
|
310
|
-
def member_type(self) -> pulumi.Output[
|
|
309
|
+
def member_type(self) -> pulumi.Output[_builtins.str]:
|
|
311
310
|
"""
|
|
312
311
|
Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
313
312
|
"""
|
|
314
313
|
return pulumi.get(self, "member_type")
|
|
315
314
|
|
|
316
|
-
@property
|
|
315
|
+
@_builtins.property
|
|
317
316
|
@pulumi.getter
|
|
318
|
-
def project(self) -> pulumi.Output[
|
|
317
|
+
def project(self) -> pulumi.Output[_builtins.str]:
|
|
319
318
|
"""
|
|
320
319
|
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.
|
|
321
320
|
"""
|
pulumi_aiven/project_vpc.py
CHANGED
|
@@ -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,69 +19,69 @@ __all__ = ['ProjectVpcArgs', 'ProjectVpc']
|
|
|
20
19
|
@pulumi.input_type
|
|
21
20
|
class ProjectVpcArgs:
|
|
22
21
|
def __init__(__self__, *,
|
|
23
|
-
cloud_name: pulumi.Input[
|
|
24
|
-
network_cidr: pulumi.Input[
|
|
25
|
-
project: pulumi.Input[
|
|
22
|
+
cloud_name: pulumi.Input[_builtins.str],
|
|
23
|
+
network_cidr: pulumi.Input[_builtins.str],
|
|
24
|
+
project: pulumi.Input[_builtins.str]):
|
|
26
25
|
"""
|
|
27
26
|
The set of arguments for constructing a ProjectVpc resource.
|
|
28
|
-
:param pulumi.Input[
|
|
29
|
-
:param pulumi.Input[
|
|
30
|
-
:param pulumi.Input[
|
|
27
|
+
:param pulumi.Input[_builtins.str] cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`. Changing this property forces recreation of the resource.
|
|
28
|
+
:param pulumi.Input[_builtins.str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
|
|
29
|
+
:param pulumi.Input[_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.
|
|
31
30
|
"""
|
|
32
31
|
pulumi.set(__self__, "cloud_name", cloud_name)
|
|
33
32
|
pulumi.set(__self__, "network_cidr", network_cidr)
|
|
34
33
|
pulumi.set(__self__, "project", project)
|
|
35
34
|
|
|
36
|
-
@property
|
|
35
|
+
@_builtins.property
|
|
37
36
|
@pulumi.getter(name="cloudName")
|
|
38
|
-
def cloud_name(self) -> pulumi.Input[
|
|
37
|
+
def cloud_name(self) -> pulumi.Input[_builtins.str]:
|
|
39
38
|
"""
|
|
40
39
|
The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`. Changing this property forces recreation of the resource.
|
|
41
40
|
"""
|
|
42
41
|
return pulumi.get(self, "cloud_name")
|
|
43
42
|
|
|
44
43
|
@cloud_name.setter
|
|
45
|
-
def cloud_name(self, value: pulumi.Input[
|
|
44
|
+
def cloud_name(self, value: pulumi.Input[_builtins.str]):
|
|
46
45
|
pulumi.set(self, "cloud_name", value)
|
|
47
46
|
|
|
48
|
-
@property
|
|
47
|
+
@_builtins.property
|
|
49
48
|
@pulumi.getter(name="networkCidr")
|
|
50
|
-
def network_cidr(self) -> pulumi.Input[
|
|
49
|
+
def network_cidr(self) -> pulumi.Input[_builtins.str]:
|
|
51
50
|
"""
|
|
52
51
|
Network address range used by the VPC. For example, `192.168.0.0/24`.
|
|
53
52
|
"""
|
|
54
53
|
return pulumi.get(self, "network_cidr")
|
|
55
54
|
|
|
56
55
|
@network_cidr.setter
|
|
57
|
-
def network_cidr(self, value: pulumi.Input[
|
|
56
|
+
def network_cidr(self, value: pulumi.Input[_builtins.str]):
|
|
58
57
|
pulumi.set(self, "network_cidr", value)
|
|
59
58
|
|
|
60
|
-
@property
|
|
59
|
+
@_builtins.property
|
|
61
60
|
@pulumi.getter
|
|
62
|
-
def project(self) -> pulumi.Input[
|
|
61
|
+
def project(self) -> pulumi.Input[_builtins.str]:
|
|
63
62
|
"""
|
|
64
63
|
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.
|
|
65
64
|
"""
|
|
66
65
|
return pulumi.get(self, "project")
|
|
67
66
|
|
|
68
67
|
@project.setter
|
|
69
|
-
def project(self, value: pulumi.Input[
|
|
68
|
+
def project(self, value: pulumi.Input[_builtins.str]):
|
|
70
69
|
pulumi.set(self, "project", value)
|
|
71
70
|
|
|
72
71
|
|
|
73
72
|
@pulumi.input_type
|
|
74
73
|
class _ProjectVpcState:
|
|
75
74
|
def __init__(__self__, *,
|
|
76
|
-
cloud_name: Optional[pulumi.Input[
|
|
77
|
-
network_cidr: Optional[pulumi.Input[
|
|
78
|
-
project: Optional[pulumi.Input[
|
|
79
|
-
state: Optional[pulumi.Input[
|
|
75
|
+
cloud_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
76
|
+
network_cidr: Optional[pulumi.Input[_builtins.str]] = None,
|
|
77
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
78
|
+
state: Optional[pulumi.Input[_builtins.str]] = None):
|
|
80
79
|
"""
|
|
81
80
|
Input properties used for looking up and filtering ProjectVpc resources.
|
|
82
|
-
:param pulumi.Input[
|
|
83
|
-
:param pulumi.Input[
|
|
84
|
-
:param pulumi.Input[
|
|
85
|
-
:param pulumi.Input[
|
|
81
|
+
:param pulumi.Input[_builtins.str] cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`. Changing this property forces recreation of the resource.
|
|
82
|
+
:param pulumi.Input[_builtins.str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
|
|
83
|
+
:param pulumi.Input[_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.
|
|
84
|
+
:param pulumi.Input[_builtins.str] state: State of the VPC. The possible values are `ACTIVE`, `APPROVED`, `DELETED` and `DELETING`.
|
|
86
85
|
"""
|
|
87
86
|
if cloud_name is not None:
|
|
88
87
|
pulumi.set(__self__, "cloud_name", cloud_name)
|
|
@@ -93,52 +92,52 @@ class _ProjectVpcState:
|
|
|
93
92
|
if state is not None:
|
|
94
93
|
pulumi.set(__self__, "state", state)
|
|
95
94
|
|
|
96
|
-
@property
|
|
95
|
+
@_builtins.property
|
|
97
96
|
@pulumi.getter(name="cloudName")
|
|
98
|
-
def cloud_name(self) -> Optional[pulumi.Input[
|
|
97
|
+
def cloud_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
99
98
|
"""
|
|
100
99
|
The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`. Changing this property forces recreation of the resource.
|
|
101
100
|
"""
|
|
102
101
|
return pulumi.get(self, "cloud_name")
|
|
103
102
|
|
|
104
103
|
@cloud_name.setter
|
|
105
|
-
def cloud_name(self, value: Optional[pulumi.Input[
|
|
104
|
+
def cloud_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
106
105
|
pulumi.set(self, "cloud_name", value)
|
|
107
106
|
|
|
108
|
-
@property
|
|
107
|
+
@_builtins.property
|
|
109
108
|
@pulumi.getter(name="networkCidr")
|
|
110
|
-
def network_cidr(self) -> Optional[pulumi.Input[
|
|
109
|
+
def network_cidr(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
111
110
|
"""
|
|
112
111
|
Network address range used by the VPC. For example, `192.168.0.0/24`.
|
|
113
112
|
"""
|
|
114
113
|
return pulumi.get(self, "network_cidr")
|
|
115
114
|
|
|
116
115
|
@network_cidr.setter
|
|
117
|
-
def network_cidr(self, value: Optional[pulumi.Input[
|
|
116
|
+
def network_cidr(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
118
117
|
pulumi.set(self, "network_cidr", value)
|
|
119
118
|
|
|
120
|
-
@property
|
|
119
|
+
@_builtins.property
|
|
121
120
|
@pulumi.getter
|
|
122
|
-
def project(self) -> Optional[pulumi.Input[
|
|
121
|
+
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
123
122
|
"""
|
|
124
123
|
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.
|
|
125
124
|
"""
|
|
126
125
|
return pulumi.get(self, "project")
|
|
127
126
|
|
|
128
127
|
@project.setter
|
|
129
|
-
def project(self, value: Optional[pulumi.Input[
|
|
128
|
+
def project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
130
129
|
pulumi.set(self, "project", value)
|
|
131
130
|
|
|
132
|
-
@property
|
|
131
|
+
@_builtins.property
|
|
133
132
|
@pulumi.getter
|
|
134
|
-
def state(self) -> Optional[pulumi.Input[
|
|
133
|
+
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
135
134
|
"""
|
|
136
135
|
State of the VPC. The possible values are `ACTIVE`, `APPROVED`, `DELETED` and `DELETING`.
|
|
137
136
|
"""
|
|
138
137
|
return pulumi.get(self, "state")
|
|
139
138
|
|
|
140
139
|
@state.setter
|
|
141
|
-
def state(self, value: Optional[pulumi.Input[
|
|
140
|
+
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
142
141
|
pulumi.set(self, "state", value)
|
|
143
142
|
|
|
144
143
|
|
|
@@ -148,9 +147,9 @@ class ProjectVpc(pulumi.CustomResource):
|
|
|
148
147
|
def __init__(__self__,
|
|
149
148
|
resource_name: str,
|
|
150
149
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
151
|
-
cloud_name: Optional[pulumi.Input[
|
|
152
|
-
network_cidr: Optional[pulumi.Input[
|
|
153
|
-
project: Optional[pulumi.Input[
|
|
150
|
+
cloud_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
151
|
+
network_cidr: Optional[pulumi.Input[_builtins.str]] = None,
|
|
152
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
154
153
|
__props__=None):
|
|
155
154
|
"""
|
|
156
155
|
Creates and manages a VPC for an Aiven project.
|
|
@@ -175,9 +174,9 @@ class ProjectVpc(pulumi.CustomResource):
|
|
|
175
174
|
|
|
176
175
|
:param str resource_name: The name of the resource.
|
|
177
176
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
178
|
-
:param pulumi.Input[
|
|
179
|
-
:param pulumi.Input[
|
|
180
|
-
:param pulumi.Input[
|
|
177
|
+
:param pulumi.Input[_builtins.str] cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`. Changing this property forces recreation of the resource.
|
|
178
|
+
:param pulumi.Input[_builtins.str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
|
|
179
|
+
:param pulumi.Input[_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.
|
|
181
180
|
"""
|
|
182
181
|
...
|
|
183
182
|
@overload
|
|
@@ -221,9 +220,9 @@ class ProjectVpc(pulumi.CustomResource):
|
|
|
221
220
|
def _internal_init(__self__,
|
|
222
221
|
resource_name: str,
|
|
223
222
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
224
|
-
cloud_name: Optional[pulumi.Input[
|
|
225
|
-
network_cidr: Optional[pulumi.Input[
|
|
226
|
-
project: Optional[pulumi.Input[
|
|
223
|
+
cloud_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
224
|
+
network_cidr: Optional[pulumi.Input[_builtins.str]] = None,
|
|
225
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
227
226
|
__props__=None):
|
|
228
227
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
229
228
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -253,10 +252,10 @@ class ProjectVpc(pulumi.CustomResource):
|
|
|
253
252
|
def get(resource_name: str,
|
|
254
253
|
id: pulumi.Input[str],
|
|
255
254
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
256
|
-
cloud_name: Optional[pulumi.Input[
|
|
257
|
-
network_cidr: Optional[pulumi.Input[
|
|
258
|
-
project: Optional[pulumi.Input[
|
|
259
|
-
state: Optional[pulumi.Input[
|
|
255
|
+
cloud_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
256
|
+
network_cidr: Optional[pulumi.Input[_builtins.str]] = None,
|
|
257
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
258
|
+
state: Optional[pulumi.Input[_builtins.str]] = None) -> 'ProjectVpc':
|
|
260
259
|
"""
|
|
261
260
|
Get an existing ProjectVpc resource's state with the given name, id, and optional extra
|
|
262
261
|
properties used to qualify the lookup.
|
|
@@ -264,10 +263,10 @@ class ProjectVpc(pulumi.CustomResource):
|
|
|
264
263
|
:param str resource_name: The unique name of the resulting resource.
|
|
265
264
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
266
265
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
267
|
-
:param pulumi.Input[
|
|
268
|
-
:param pulumi.Input[
|
|
269
|
-
:param pulumi.Input[
|
|
270
|
-
:param pulumi.Input[
|
|
266
|
+
:param pulumi.Input[_builtins.str] cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`. Changing this property forces recreation of the resource.
|
|
267
|
+
:param pulumi.Input[_builtins.str] network_cidr: Network address range used by the VPC. For example, `192.168.0.0/24`.
|
|
268
|
+
:param pulumi.Input[_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.
|
|
269
|
+
:param pulumi.Input[_builtins.str] state: State of the VPC. The possible values are `ACTIVE`, `APPROVED`, `DELETED` and `DELETING`.
|
|
271
270
|
"""
|
|
272
271
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
273
272
|
|
|
@@ -279,33 +278,33 @@ class ProjectVpc(pulumi.CustomResource):
|
|
|
279
278
|
__props__.__dict__["state"] = state
|
|
280
279
|
return ProjectVpc(resource_name, opts=opts, __props__=__props__)
|
|
281
280
|
|
|
282
|
-
@property
|
|
281
|
+
@_builtins.property
|
|
283
282
|
@pulumi.getter(name="cloudName")
|
|
284
|
-
def cloud_name(self) -> pulumi.Output[
|
|
283
|
+
def cloud_name(self) -> pulumi.Output[_builtins.str]:
|
|
285
284
|
"""
|
|
286
285
|
The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`. Changing this property forces recreation of the resource.
|
|
287
286
|
"""
|
|
288
287
|
return pulumi.get(self, "cloud_name")
|
|
289
288
|
|
|
290
|
-
@property
|
|
289
|
+
@_builtins.property
|
|
291
290
|
@pulumi.getter(name="networkCidr")
|
|
292
|
-
def network_cidr(self) -> pulumi.Output[
|
|
291
|
+
def network_cidr(self) -> pulumi.Output[_builtins.str]:
|
|
293
292
|
"""
|
|
294
293
|
Network address range used by the VPC. For example, `192.168.0.0/24`.
|
|
295
294
|
"""
|
|
296
295
|
return pulumi.get(self, "network_cidr")
|
|
297
296
|
|
|
298
|
-
@property
|
|
297
|
+
@_builtins.property
|
|
299
298
|
@pulumi.getter
|
|
300
|
-
def project(self) -> pulumi.Output[
|
|
299
|
+
def project(self) -> pulumi.Output[_builtins.str]:
|
|
301
300
|
"""
|
|
302
301
|
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.
|
|
303
302
|
"""
|
|
304
303
|
return pulumi.get(self, "project")
|
|
305
304
|
|
|
306
|
-
@property
|
|
305
|
+
@_builtins.property
|
|
307
306
|
@pulumi.getter
|
|
308
|
-
def state(self) -> pulumi.Output[
|
|
307
|
+
def state(self) -> pulumi.Output[_builtins.str]:
|
|
309
308
|
"""
|
|
310
309
|
State of the VPC. The possible values are `ACTIVE`, `APPROVED`, `DELETED` and `DELETING`.
|
|
311
310
|
"""
|