pulumi-aiven 6.31.0__py3-none-any.whl → 6.31.0a1735362380__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 +0 -9
- pulumi_aiven/_inputs.py +3 -137
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/get_account_team_project.py +1 -1
- pulumi_aiven/get_project_user.py +1 -1
- pulumi_aiven/organization_group_project.py +7 -7
- pulumi_aiven/outputs.py +2 -187
- pulumi_aiven/project_user.py +7 -7
- pulumi_aiven/pulumi-plugin.json +1 -1
- {pulumi_aiven-6.31.0.dist-info → pulumi_aiven-6.31.0a1735362380.dist-info}/METADATA +2 -2
- {pulumi_aiven-6.31.0.dist-info → pulumi_aiven-6.31.0a1735362380.dist-info}/RECORD +13 -14
- {pulumi_aiven-6.31.0.dist-info → pulumi_aiven-6.31.0a1735362380.dist-info}/WHEEL +1 -1
- pulumi_aiven/kafka_quota.py +0 -604
- {pulumi_aiven-6.31.0.dist-info → pulumi_aiven-6.31.0a1735362380.dist-info}/top_level.txt +0 -0
pulumi_aiven/__init__.py
CHANGED
|
@@ -119,7 +119,6 @@ from .kafka_connect import *
|
|
|
119
119
|
from .kafka_connector import *
|
|
120
120
|
from .kafka_mirror_maker import *
|
|
121
121
|
from .kafka_native_acl import *
|
|
122
|
-
from .kafka_quota import *
|
|
123
122
|
from .kafka_schema import *
|
|
124
123
|
from .kafka_schema_configuration import *
|
|
125
124
|
from .kafka_schema_registry_acl import *
|
|
@@ -495,14 +494,6 @@ _utilities.register(
|
|
|
495
494
|
"aiven:index/kafkaNativeAcl:KafkaNativeAcl": "KafkaNativeAcl"
|
|
496
495
|
}
|
|
497
496
|
},
|
|
498
|
-
{
|
|
499
|
-
"pkg": "aiven",
|
|
500
|
-
"mod": "index/kafkaQuota",
|
|
501
|
-
"fqn": "pulumi_aiven",
|
|
502
|
-
"classes": {
|
|
503
|
-
"aiven:index/kafkaQuota:KafkaQuota": "KafkaQuota"
|
|
504
|
-
}
|
|
505
|
-
},
|
|
506
497
|
{
|
|
507
498
|
"pkg": "aiven",
|
|
508
499
|
"mod": "index/kafkaSchema",
|
pulumi_aiven/_inputs.py
CHANGED
|
@@ -407,8 +407,6 @@ __all__ = [
|
|
|
407
407
|
'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgsDict',
|
|
408
408
|
'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgs',
|
|
409
409
|
'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgsDict',
|
|
410
|
-
'OpenSearchOpensearchUserConfigOpensearchSegrepArgs',
|
|
411
|
-
'OpenSearchOpensearchUserConfigOpensearchSegrepArgsDict',
|
|
412
410
|
'OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgs',
|
|
413
411
|
'OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgsDict',
|
|
414
412
|
'OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureOperatingFactorArgs',
|
|
@@ -23693,10 +23691,6 @@ if not MYPY:
|
|
|
23693
23691
|
"""
|
|
23694
23692
|
Controls the number of shards allowed in the cluster per data node. Example: `1000`.
|
|
23695
23693
|
"""
|
|
23696
|
-
cluster_routing_allocation_balance_prefer_primary: NotRequired[pulumi.Input[bool]]
|
|
23697
|
-
"""
|
|
23698
|
-
When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false. Default: `false`.
|
|
23699
|
-
"""
|
|
23700
23694
|
cluster_routing_allocation_node_concurrent_recoveries: NotRequired[pulumi.Input[int]]
|
|
23701
23695
|
"""
|
|
23702
23696
|
How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2.
|
|
@@ -23818,10 +23812,6 @@ if not MYPY:
|
|
|
23818
23812
|
"""
|
|
23819
23813
|
Maximum number of aggregation buckets allowed in a single response. OpenSearch default value is used when this is not defined. Example: `10000`.
|
|
23820
23814
|
"""
|
|
23821
|
-
segrep: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSegrepArgsDict']]
|
|
23822
|
-
"""
|
|
23823
|
-
Segment Replication Backpressure Settings
|
|
23824
|
-
"""
|
|
23825
23815
|
shard_indexing_pressure: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgsDict']]
|
|
23826
23816
|
"""
|
|
23827
23817
|
Shard indexing back pressure settings
|
|
@@ -23880,7 +23870,6 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
23880
23870
|
action_destructive_requires_name: Optional[pulumi.Input[bool]] = None,
|
|
23881
23871
|
auth_failure_listeners: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersArgs']] = None,
|
|
23882
23872
|
cluster_max_shards_per_node: Optional[pulumi.Input[int]] = None,
|
|
23883
|
-
cluster_routing_allocation_balance_prefer_primary: Optional[pulumi.Input[bool]] = None,
|
|
23884
23873
|
cluster_routing_allocation_node_concurrent_recoveries: Optional[pulumi.Input[int]] = None,
|
|
23885
23874
|
email_sender_name: Optional[pulumi.Input[str]] = None,
|
|
23886
23875
|
email_sender_password: Optional[pulumi.Input[str]] = None,
|
|
@@ -23912,7 +23901,6 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
23912
23901
|
search_backpressure: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgs']] = None,
|
|
23913
23902
|
search_insights_top_queries: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesArgs']] = None,
|
|
23914
23903
|
search_max_buckets: Optional[pulumi.Input[int]] = None,
|
|
23915
|
-
segrep: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSegrepArgs']] = None,
|
|
23916
23904
|
shard_indexing_pressure: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgs']] = None,
|
|
23917
23905
|
thread_pool_analyze_queue_size: Optional[pulumi.Input[int]] = None,
|
|
23918
23906
|
thread_pool_analyze_size: Optional[pulumi.Input[int]] = None,
|
|
@@ -23930,7 +23918,6 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
23930
23918
|
:param pulumi.Input[bool] action_destructive_requires_name: Require explicit index names when deleting.
|
|
23931
23919
|
:param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersArgs'] auth_failure_listeners: Opensearch Security Plugin Settings
|
|
23932
23920
|
:param pulumi.Input[int] cluster_max_shards_per_node: Controls the number of shards allowed in the cluster per data node. Example: `1000`.
|
|
23933
|
-
:param pulumi.Input[bool] cluster_routing_allocation_balance_prefer_primary: When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false. Default: `false`.
|
|
23934
23921
|
:param pulumi.Input[int] cluster_routing_allocation_node_concurrent_recoveries: How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2.
|
|
23935
23922
|
:param pulumi.Input[str] email_sender_name: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. Example: `alert-sender`.
|
|
23936
23923
|
:param pulumi.Input[str] email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Example: `very-secure-mail-password`.
|
|
@@ -23961,7 +23948,6 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
23961
23948
|
:param pulumi.Input[str] script_max_compilations_rate: Script compilation circuit breaker limits the number of inline script compilations within a period of time. Default is use-context. Example: `75/5m`.
|
|
23962
23949
|
:param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgs'] search_backpressure: Search Backpressure Settings
|
|
23963
23950
|
:param pulumi.Input[int] search_max_buckets: Maximum number of aggregation buckets allowed in a single response. OpenSearch default value is used when this is not defined. Example: `10000`.
|
|
23964
|
-
:param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSegrepArgs'] segrep: Segment Replication Backpressure Settings
|
|
23965
23951
|
:param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgs'] shard_indexing_pressure: Shard indexing back pressure settings
|
|
23966
23952
|
:param pulumi.Input[int] thread_pool_analyze_queue_size: Size for the thread pool queue. See documentation for exact details.
|
|
23967
23953
|
:param pulumi.Input[int] thread_pool_analyze_size: Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
|
|
@@ -23983,8 +23969,6 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
23983
23969
|
pulumi.set(__self__, "auth_failure_listeners", auth_failure_listeners)
|
|
23984
23970
|
if cluster_max_shards_per_node is not None:
|
|
23985
23971
|
pulumi.set(__self__, "cluster_max_shards_per_node", cluster_max_shards_per_node)
|
|
23986
|
-
if cluster_routing_allocation_balance_prefer_primary is not None:
|
|
23987
|
-
pulumi.set(__self__, "cluster_routing_allocation_balance_prefer_primary", cluster_routing_allocation_balance_prefer_primary)
|
|
23988
23972
|
if cluster_routing_allocation_node_concurrent_recoveries is not None:
|
|
23989
23973
|
pulumi.set(__self__, "cluster_routing_allocation_node_concurrent_recoveries", cluster_routing_allocation_node_concurrent_recoveries)
|
|
23990
23974
|
if email_sender_name is not None:
|
|
@@ -24047,8 +24031,6 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
24047
24031
|
pulumi.set(__self__, "search_insights_top_queries", search_insights_top_queries)
|
|
24048
24032
|
if search_max_buckets is not None:
|
|
24049
24033
|
pulumi.set(__self__, "search_max_buckets", search_max_buckets)
|
|
24050
|
-
if segrep is not None:
|
|
24051
|
-
pulumi.set(__self__, "segrep", segrep)
|
|
24052
24034
|
if shard_indexing_pressure is not None:
|
|
24053
24035
|
pulumi.set(__self__, "shard_indexing_pressure", shard_indexing_pressure)
|
|
24054
24036
|
if thread_pool_analyze_queue_size is not None:
|
|
@@ -24122,18 +24104,6 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
24122
24104
|
def cluster_max_shards_per_node(self, value: Optional[pulumi.Input[int]]):
|
|
24123
24105
|
pulumi.set(self, "cluster_max_shards_per_node", value)
|
|
24124
24106
|
|
|
24125
|
-
@property
|
|
24126
|
-
@pulumi.getter(name="clusterRoutingAllocationBalancePreferPrimary")
|
|
24127
|
-
def cluster_routing_allocation_balance_prefer_primary(self) -> Optional[pulumi.Input[bool]]:
|
|
24128
|
-
"""
|
|
24129
|
-
When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false. Default: `false`.
|
|
24130
|
-
"""
|
|
24131
|
-
return pulumi.get(self, "cluster_routing_allocation_balance_prefer_primary")
|
|
24132
|
-
|
|
24133
|
-
@cluster_routing_allocation_balance_prefer_primary.setter
|
|
24134
|
-
def cluster_routing_allocation_balance_prefer_primary(self, value: Optional[pulumi.Input[bool]]):
|
|
24135
|
-
pulumi.set(self, "cluster_routing_allocation_balance_prefer_primary", value)
|
|
24136
|
-
|
|
24137
24107
|
@property
|
|
24138
24108
|
@pulumi.getter(name="clusterRoutingAllocationNodeConcurrentRecoveries")
|
|
24139
24109
|
def cluster_routing_allocation_node_concurrent_recoveries(self) -> Optional[pulumi.Input[int]]:
|
|
@@ -24503,18 +24473,6 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
24503
24473
|
def search_max_buckets(self, value: Optional[pulumi.Input[int]]):
|
|
24504
24474
|
pulumi.set(self, "search_max_buckets", value)
|
|
24505
24475
|
|
|
24506
|
-
@property
|
|
24507
|
-
@pulumi.getter
|
|
24508
|
-
def segrep(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSegrepArgs']]:
|
|
24509
|
-
"""
|
|
24510
|
-
Segment Replication Backpressure Settings
|
|
24511
|
-
"""
|
|
24512
|
-
return pulumi.get(self, "segrep")
|
|
24513
|
-
|
|
24514
|
-
@segrep.setter
|
|
24515
|
-
def segrep(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSegrepArgs']]):
|
|
24516
|
-
pulumi.set(self, "segrep", value)
|
|
24517
|
-
|
|
24518
24476
|
@property
|
|
24519
24477
|
@pulumi.getter(name="shardIndexingPressure")
|
|
24520
24478
|
def shard_indexing_pressure(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgs']]:
|
|
@@ -25917,98 +25875,6 @@ class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgs
|
|
|
25917
25875
|
pulumi.set(self, "window_size", value)
|
|
25918
25876
|
|
|
25919
25877
|
|
|
25920
|
-
if not MYPY:
|
|
25921
|
-
class OpenSearchOpensearchUserConfigOpensearchSegrepArgsDict(TypedDict):
|
|
25922
|
-
pressure_checkpoint_limit: NotRequired[pulumi.Input[int]]
|
|
25923
|
-
"""
|
|
25924
|
-
The maximum number of indexing checkpoints that a replica shard can fall behind when copying from primary. Once `segrep.pressure.checkpoint.limit` is breached along with `segrep.pressure.time.limit`, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints. Default: `4`.
|
|
25925
|
-
"""
|
|
25926
|
-
pressure_enabled: NotRequired[pulumi.Input[bool]]
|
|
25927
|
-
"""
|
|
25928
|
-
Enables the segment replication backpressure mechanism. Default is false. Default: `false`.
|
|
25929
|
-
"""
|
|
25930
|
-
pressure_replica_stale_limit: NotRequired[pulumi.Input[float]]
|
|
25931
|
-
"""
|
|
25932
|
-
The maximum number of stale replica shards that can exist in a replication group. Once `segrep.pressure.replica.stale.limit` is breached, the segment replication backpressure mechanism is initiated. Default is .5, which is 50% of a replication group. Default: `0.5`.
|
|
25933
|
-
"""
|
|
25934
|
-
pressure_time_limit: NotRequired[pulumi.Input[str]]
|
|
25935
|
-
"""
|
|
25936
|
-
The maximum amount of time that a replica shard can take to copy from the primary shard. Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes. Default: `5m`.
|
|
25937
|
-
"""
|
|
25938
|
-
elif False:
|
|
25939
|
-
OpenSearchOpensearchUserConfigOpensearchSegrepArgsDict: TypeAlias = Mapping[str, Any]
|
|
25940
|
-
|
|
25941
|
-
@pulumi.input_type
|
|
25942
|
-
class OpenSearchOpensearchUserConfigOpensearchSegrepArgs:
|
|
25943
|
-
def __init__(__self__, *,
|
|
25944
|
-
pressure_checkpoint_limit: Optional[pulumi.Input[int]] = None,
|
|
25945
|
-
pressure_enabled: Optional[pulumi.Input[bool]] = None,
|
|
25946
|
-
pressure_replica_stale_limit: Optional[pulumi.Input[float]] = None,
|
|
25947
|
-
pressure_time_limit: Optional[pulumi.Input[str]] = None):
|
|
25948
|
-
"""
|
|
25949
|
-
:param pulumi.Input[int] pressure_checkpoint_limit: The maximum number of indexing checkpoints that a replica shard can fall behind when copying from primary. Once `segrep.pressure.checkpoint.limit` is breached along with `segrep.pressure.time.limit`, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints. Default: `4`.
|
|
25950
|
-
:param pulumi.Input[bool] pressure_enabled: Enables the segment replication backpressure mechanism. Default is false. Default: `false`.
|
|
25951
|
-
:param pulumi.Input[float] pressure_replica_stale_limit: The maximum number of stale replica shards that can exist in a replication group. Once `segrep.pressure.replica.stale.limit` is breached, the segment replication backpressure mechanism is initiated. Default is .5, which is 50% of a replication group. Default: `0.5`.
|
|
25952
|
-
:param pulumi.Input[str] pressure_time_limit: The maximum amount of time that a replica shard can take to copy from the primary shard. Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes. Default: `5m`.
|
|
25953
|
-
"""
|
|
25954
|
-
if pressure_checkpoint_limit is not None:
|
|
25955
|
-
pulumi.set(__self__, "pressure_checkpoint_limit", pressure_checkpoint_limit)
|
|
25956
|
-
if pressure_enabled is not None:
|
|
25957
|
-
pulumi.set(__self__, "pressure_enabled", pressure_enabled)
|
|
25958
|
-
if pressure_replica_stale_limit is not None:
|
|
25959
|
-
pulumi.set(__self__, "pressure_replica_stale_limit", pressure_replica_stale_limit)
|
|
25960
|
-
if pressure_time_limit is not None:
|
|
25961
|
-
pulumi.set(__self__, "pressure_time_limit", pressure_time_limit)
|
|
25962
|
-
|
|
25963
|
-
@property
|
|
25964
|
-
@pulumi.getter(name="pressureCheckpointLimit")
|
|
25965
|
-
def pressure_checkpoint_limit(self) -> Optional[pulumi.Input[int]]:
|
|
25966
|
-
"""
|
|
25967
|
-
The maximum number of indexing checkpoints that a replica shard can fall behind when copying from primary. Once `segrep.pressure.checkpoint.limit` is breached along with `segrep.pressure.time.limit`, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints. Default: `4`.
|
|
25968
|
-
"""
|
|
25969
|
-
return pulumi.get(self, "pressure_checkpoint_limit")
|
|
25970
|
-
|
|
25971
|
-
@pressure_checkpoint_limit.setter
|
|
25972
|
-
def pressure_checkpoint_limit(self, value: Optional[pulumi.Input[int]]):
|
|
25973
|
-
pulumi.set(self, "pressure_checkpoint_limit", value)
|
|
25974
|
-
|
|
25975
|
-
@property
|
|
25976
|
-
@pulumi.getter(name="pressureEnabled")
|
|
25977
|
-
def pressure_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
25978
|
-
"""
|
|
25979
|
-
Enables the segment replication backpressure mechanism. Default is false. Default: `false`.
|
|
25980
|
-
"""
|
|
25981
|
-
return pulumi.get(self, "pressure_enabled")
|
|
25982
|
-
|
|
25983
|
-
@pressure_enabled.setter
|
|
25984
|
-
def pressure_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
25985
|
-
pulumi.set(self, "pressure_enabled", value)
|
|
25986
|
-
|
|
25987
|
-
@property
|
|
25988
|
-
@pulumi.getter(name="pressureReplicaStaleLimit")
|
|
25989
|
-
def pressure_replica_stale_limit(self) -> Optional[pulumi.Input[float]]:
|
|
25990
|
-
"""
|
|
25991
|
-
The maximum number of stale replica shards that can exist in a replication group. Once `segrep.pressure.replica.stale.limit` is breached, the segment replication backpressure mechanism is initiated. Default is .5, which is 50% of a replication group. Default: `0.5`.
|
|
25992
|
-
"""
|
|
25993
|
-
return pulumi.get(self, "pressure_replica_stale_limit")
|
|
25994
|
-
|
|
25995
|
-
@pressure_replica_stale_limit.setter
|
|
25996
|
-
def pressure_replica_stale_limit(self, value: Optional[pulumi.Input[float]]):
|
|
25997
|
-
pulumi.set(self, "pressure_replica_stale_limit", value)
|
|
25998
|
-
|
|
25999
|
-
@property
|
|
26000
|
-
@pulumi.getter(name="pressureTimeLimit")
|
|
26001
|
-
def pressure_time_limit(self) -> Optional[pulumi.Input[str]]:
|
|
26002
|
-
"""
|
|
26003
|
-
The maximum amount of time that a replica shard can take to copy from the primary shard. Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes. Default: `5m`.
|
|
26004
|
-
"""
|
|
26005
|
-
return pulumi.get(self, "pressure_time_limit")
|
|
26006
|
-
|
|
26007
|
-
@pressure_time_limit.setter
|
|
26008
|
-
def pressure_time_limit(self, value: Optional[pulumi.Input[str]]):
|
|
26009
|
-
pulumi.set(self, "pressure_time_limit", value)
|
|
26010
|
-
|
|
26011
|
-
|
|
26012
25878
|
if not MYPY:
|
|
26013
25879
|
class OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgsDict(TypedDict):
|
|
26014
25880
|
enabled: NotRequired[pulumi.Input[bool]]
|
|
@@ -27192,7 +27058,7 @@ if not MYPY:
|
|
|
27192
27058
|
class OrganizationPermissionPermissionArgsDict(TypedDict):
|
|
27193
27059
|
permissions: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
27194
27060
|
"""
|
|
27195
|
-
List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:
|
|
27061
|
+
List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps: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`.
|
|
27196
27062
|
"""
|
|
27197
27063
|
principal_id: pulumi.Input[str]
|
|
27198
27064
|
"""
|
|
@@ -27222,7 +27088,7 @@ class OrganizationPermissionPermissionArgs:
|
|
|
27222
27088
|
create_time: Optional[pulumi.Input[str]] = None,
|
|
27223
27089
|
update_time: Optional[pulumi.Input[str]] = None):
|
|
27224
27090
|
"""
|
|
27225
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] permissions: List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:
|
|
27091
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] permissions: List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps: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`.
|
|
27226
27092
|
:param pulumi.Input[str] principal_id: ID of the user or group to grant permissions to. Only active users who have accepted an [invite](https://aiven.io/docs/platform/howto/manage-org-users) to join the organization can be granted permissions.
|
|
27227
27093
|
:param pulumi.Input[str] principal_type: The type of principal. The possible values are `user` and `user_group`.
|
|
27228
27094
|
:param pulumi.Input[str] create_time: Time created.
|
|
@@ -27240,7 +27106,7 @@ class OrganizationPermissionPermissionArgs:
|
|
|
27240
27106
|
@pulumi.getter
|
|
27241
27107
|
def permissions(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
27242
27108
|
"""
|
|
27243
|
-
List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:
|
|
27109
|
+
List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps: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`.
|
|
27244
27110
|
"""
|
|
27245
27111
|
return pulumi.get(self, "permissions")
|
|
27246
27112
|
|
|
@@ -28,7 +28,7 @@ class AccountTeamProjectArgs:
|
|
|
28
28
|
:param pulumi.Input[str] account_id: The unique account id
|
|
29
29
|
:param pulumi.Input[str] team_id: An account team id
|
|
30
30
|
:param pulumi.Input[str] project_name: The name of an already existing project
|
|
31
|
-
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:
|
|
31
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
|
|
32
32
|
"""
|
|
33
33
|
pulumi.set(__self__, "account_id", account_id)
|
|
34
34
|
pulumi.set(__self__, "team_id", team_id)
|
|
@@ -77,7 +77,7 @@ class AccountTeamProjectArgs:
|
|
|
77
77
|
@pulumi.getter(name="teamType")
|
|
78
78
|
def team_type(self) -> Optional[pulumi.Input[str]]:
|
|
79
79
|
"""
|
|
80
|
-
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:
|
|
80
|
+
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
|
|
81
81
|
"""
|
|
82
82
|
return pulumi.get(self, "team_type")
|
|
83
83
|
|
|
@@ -98,7 +98,7 @@ class _AccountTeamProjectState:
|
|
|
98
98
|
:param pulumi.Input[str] account_id: The unique account id
|
|
99
99
|
:param pulumi.Input[str] project_name: The name of an already existing project
|
|
100
100
|
:param pulumi.Input[str] team_id: An account team id
|
|
101
|
-
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:
|
|
101
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
|
|
102
102
|
"""
|
|
103
103
|
if account_id is not None:
|
|
104
104
|
pulumi.set(__self__, "account_id", account_id)
|
|
@@ -149,7 +149,7 @@ class _AccountTeamProjectState:
|
|
|
149
149
|
@pulumi.getter(name="teamType")
|
|
150
150
|
def team_type(self) -> Optional[pulumi.Input[str]]:
|
|
151
151
|
"""
|
|
152
|
-
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:
|
|
152
|
+
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
|
|
153
153
|
"""
|
|
154
154
|
return pulumi.get(self, "team_type")
|
|
155
155
|
|
|
@@ -210,7 +210,7 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
210
210
|
:param pulumi.Input[str] account_id: The unique account id
|
|
211
211
|
:param pulumi.Input[str] project_name: The name of an already existing project
|
|
212
212
|
:param pulumi.Input[str] team_id: An account team id
|
|
213
|
-
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:
|
|
213
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
|
|
214
214
|
"""
|
|
215
215
|
...
|
|
216
216
|
@overload
|
|
@@ -315,7 +315,7 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
315
315
|
:param pulumi.Input[str] account_id: The unique account id
|
|
316
316
|
:param pulumi.Input[str] project_name: The name of an already existing project
|
|
317
317
|
:param pulumi.Input[str] team_id: An account team id
|
|
318
|
-
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:
|
|
318
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
|
|
319
319
|
"""
|
|
320
320
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
321
321
|
|
|
@@ -355,7 +355,7 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
355
355
|
@pulumi.getter(name="teamType")
|
|
356
356
|
def team_type(self) -> pulumi.Output[Optional[str]]:
|
|
357
357
|
"""
|
|
358
|
-
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:
|
|
358
|
+
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
|
|
359
359
|
"""
|
|
360
360
|
return pulumi.get(self, "team_type")
|
|
361
361
|
|
|
@@ -79,7 +79,7 @@ class GetAccountTeamProjectResult:
|
|
|
79
79
|
@pulumi.getter(name="teamType")
|
|
80
80
|
def team_type(self) -> str:
|
|
81
81
|
"""
|
|
82
|
-
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:
|
|
82
|
+
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
|
|
83
83
|
"""
|
|
84
84
|
return pulumi.get(self, "team_type")
|
|
85
85
|
|
pulumi_aiven/get_project_user.py
CHANGED
|
@@ -71,7 +71,7 @@ class GetProjectUserResult:
|
|
|
71
71
|
@pulumi.getter(name="memberType")
|
|
72
72
|
def member_type(self) -> str:
|
|
73
73
|
"""
|
|
74
|
-
Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:
|
|
74
|
+
Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps: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`.
|
|
75
75
|
"""
|
|
76
76
|
return pulumi.get(self, "member_type")
|
|
77
77
|
|
|
@@ -29,7 +29,7 @@ class OrganizationGroupProjectArgs:
|
|
|
29
29
|
The set of arguments for constructing a OrganizationGroupProject resource.
|
|
30
30
|
:param pulumi.Input[str] group_id: The ID of the user group.
|
|
31
31
|
:param pulumi.Input[str] project: The project that the users in the group are members of.
|
|
32
|
-
:param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:
|
|
32
|
+
:param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
|
|
33
33
|
"""
|
|
34
34
|
pulumi.set(__self__, "group_id", group_id)
|
|
35
35
|
pulumi.set(__self__, "project", project)
|
|
@@ -65,7 +65,7 @@ class OrganizationGroupProjectArgs:
|
|
|
65
65
|
@pulumi.getter
|
|
66
66
|
def role(self) -> pulumi.Input[str]:
|
|
67
67
|
"""
|
|
68
|
-
[Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:
|
|
68
|
+
[Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
|
|
69
69
|
"""
|
|
70
70
|
return pulumi.get(self, "role")
|
|
71
71
|
|
|
@@ -94,7 +94,7 @@ class _OrganizationGroupProjectState:
|
|
|
94
94
|
Input properties used for looking up and filtering OrganizationGroupProject resources.
|
|
95
95
|
:param pulumi.Input[str] group_id: The ID of the user group.
|
|
96
96
|
:param pulumi.Input[str] project: The project that the users in the group are members of.
|
|
97
|
-
:param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:
|
|
97
|
+
:param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
|
|
98
98
|
"""
|
|
99
99
|
if group_id is not None:
|
|
100
100
|
pulumi.set(__self__, "group_id", group_id)
|
|
@@ -133,7 +133,7 @@ class _OrganizationGroupProjectState:
|
|
|
133
133
|
@pulumi.getter
|
|
134
134
|
def role(self) -> Optional[pulumi.Input[str]]:
|
|
135
135
|
"""
|
|
136
|
-
[Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:
|
|
136
|
+
[Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
|
|
137
137
|
"""
|
|
138
138
|
return pulumi.get(self, "role")
|
|
139
139
|
|
|
@@ -201,7 +201,7 @@ class OrganizationGroupProject(pulumi.CustomResource):
|
|
|
201
201
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
202
202
|
:param pulumi.Input[str] group_id: The ID of the user group.
|
|
203
203
|
:param pulumi.Input[str] project: The project that the users in the group are members of.
|
|
204
|
-
:param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:
|
|
204
|
+
:param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
|
|
205
205
|
"""
|
|
206
206
|
...
|
|
207
207
|
@overload
|
|
@@ -306,7 +306,7 @@ class OrganizationGroupProject(pulumi.CustomResource):
|
|
|
306
306
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
307
307
|
:param pulumi.Input[str] group_id: The ID of the user group.
|
|
308
308
|
:param pulumi.Input[str] project: The project that the users in the group are members of.
|
|
309
|
-
:param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:
|
|
309
|
+
:param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
|
|
310
310
|
"""
|
|
311
311
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
312
312
|
|
|
@@ -338,7 +338,7 @@ class OrganizationGroupProject(pulumi.CustomResource):
|
|
|
338
338
|
@pulumi.getter
|
|
339
339
|
def role(self) -> pulumi.Output[str]:
|
|
340
340
|
"""
|
|
341
|
-
[Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:
|
|
341
|
+
[Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
|
|
342
342
|
"""
|
|
343
343
|
return pulumi.get(self, "role")
|
|
344
344
|
|