pulumi-aiven 6.40.0a1750223346__py3-none-any.whl → 6.41.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/_inputs.py +605 -145
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/alloydbomni.py +8 -8
- pulumi_aiven/cassandra.py +8 -8
- pulumi_aiven/clickhouse.py +12 -12
- pulumi_aiven/clickhouse_database.py +0 -10
- pulumi_aiven/clickhouse_grant.py +0 -16
- pulumi_aiven/dragonfly.py +8 -8
- pulumi_aiven/flink.py +8 -8
- pulumi_aiven/get_account_team_project.py +1 -1
- pulumi_aiven/get_alloydbomni.py +1 -1
- pulumi_aiven/get_cassanda.py +1 -1
- pulumi_aiven/get_cassandra.py +1 -1
- pulumi_aiven/get_clickhouse.py +2 -2
- pulumi_aiven/get_dragonfly.py +1 -1
- pulumi_aiven/get_flink.py +1 -1
- pulumi_aiven/get_grafana.py +1 -1
- pulumi_aiven/get_kafka.py +2 -2
- pulumi_aiven/get_kafka_connect.py +1 -1
- pulumi_aiven/get_kafka_mirror_maker.py +1 -1
- pulumi_aiven/get_m3_aggregator.py +1 -1
- pulumi_aiven/get_m3_db.py +1 -1
- pulumi_aiven/get_my_sql.py +1 -1
- pulumi_aiven/get_open_search.py +1 -1
- pulumi_aiven/get_organization_billing_group.py +15 -15
- pulumi_aiven/get_pg.py +1 -1
- pulumi_aiven/get_project_user.py +1 -1
- pulumi_aiven/get_redis.py +1 -1
- pulumi_aiven/get_service_integration.py +15 -1
- pulumi_aiven/get_thanos.py +1 -1
- pulumi_aiven/get_valkey.py +1 -1
- pulumi_aiven/grafana.py +8 -8
- pulumi_aiven/influx_db.py +36 -29
- pulumi_aiven/kafka.py +15 -15
- pulumi_aiven/kafka_connect.py +8 -8
- pulumi_aiven/kafka_mirror_maker.py +8 -8
- pulumi_aiven/m3_aggregator.py +8 -8
- pulumi_aiven/m3_db.py +8 -8
- pulumi_aiven/my_sql.py +8 -8
- pulumi_aiven/open_search.py +8 -8
- pulumi_aiven/organization_application_user.py +7 -7
- pulumi_aiven/organization_billing_group.py +41 -41
- pulumi_aiven/organization_group_project.py +7 -7
- pulumi_aiven/outputs.py +799 -159
- pulumi_aiven/pg.py +8 -8
- pulumi_aiven/project_user.py +7 -7
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +8 -8
- pulumi_aiven/service_integration.py +47 -0
- pulumi_aiven/thanos.py +8 -8
- pulumi_aiven/valkey.py +8 -8
- {pulumi_aiven-6.40.0a1750223346.dist-info → pulumi_aiven-6.41.0.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.40.0a1750223346.dist-info → pulumi_aiven-6.41.0.dist-info}/RECORD +55 -55
- {pulumi_aiven-6.40.0a1750223346.dist-info → pulumi_aiven-6.41.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.40.0a1750223346.dist-info → pulumi_aiven-6.41.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/m3_db.py
CHANGED
|
@@ -50,7 +50,7 @@ class M3DbArgs:
|
|
|
50
50
|
:param pulumi.Input['M3DbM3dbUserConfigArgs'] m3db_user_config: M3db user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
51
51
|
:param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
52
52
|
:param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
53
|
-
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service
|
|
53
|
+
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
54
54
|
:param pulumi.Input[Sequence[pulumi.Input['M3DbServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
55
55
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
56
56
|
:param pulumi.Input[Sequence[pulumi.Input['M3DbTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
@@ -215,7 +215,7 @@ class M3DbArgs:
|
|
|
215
215
|
@pulumi.getter(name="projectVpcId")
|
|
216
216
|
def project_vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
217
217
|
"""
|
|
218
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
218
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
219
219
|
"""
|
|
220
220
|
return pulumi.get(self, "project_vpc_id")
|
|
221
221
|
|
|
@@ -331,7 +331,7 @@ class _M3DbState:
|
|
|
331
331
|
:param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
332
332
|
:param pulumi.Input[builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
333
333
|
: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.
|
|
334
|
-
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service
|
|
334
|
+
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
335
335
|
:param pulumi.Input[builtins.str] service_host: The hostname of the service.
|
|
336
336
|
:param pulumi.Input[Sequence[pulumi.Input['M3DbServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
337
337
|
:param pulumi.Input[builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
@@ -582,7 +582,7 @@ class _M3DbState:
|
|
|
582
582
|
@pulumi.getter(name="projectVpcId")
|
|
583
583
|
def project_vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
584
584
|
"""
|
|
585
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
585
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
586
586
|
"""
|
|
587
587
|
return pulumi.get(self, "project_vpc_id")
|
|
588
588
|
|
|
@@ -815,7 +815,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
815
815
|
:param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
816
816
|
:param pulumi.Input[builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
817
817
|
: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.
|
|
818
|
-
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service
|
|
818
|
+
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
819
819
|
:param pulumi.Input[Sequence[pulumi.Input[Union['M3DbServiceIntegrationArgs', 'M3DbServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
820
820
|
:param pulumi.Input[builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
821
821
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
@@ -1001,7 +1001,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
1001
1001
|
:param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
1002
1002
|
:param pulumi.Input[builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1003
1003
|
: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.
|
|
1004
|
-
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service
|
|
1004
|
+
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
1005
1005
|
:param pulumi.Input[builtins.str] service_host: The hostname of the service.
|
|
1006
1006
|
:param pulumi.Input[Sequence[pulumi.Input[Union['M3DbServiceIntegrationArgs', 'M3DbServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
1007
1007
|
:param pulumi.Input[builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
@@ -1165,9 +1165,9 @@ class M3Db(pulumi.CustomResource):
|
|
|
1165
1165
|
|
|
1166
1166
|
@property
|
|
1167
1167
|
@pulumi.getter(name="projectVpcId")
|
|
1168
|
-
def project_vpc_id(self) -> pulumi.Output[builtins.str]:
|
|
1168
|
+
def project_vpc_id(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
1169
1169
|
"""
|
|
1170
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
1170
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
1171
1171
|
"""
|
|
1172
1172
|
return pulumi.get(self, "project_vpc_id")
|
|
1173
1173
|
|
pulumi_aiven/my_sql.py
CHANGED
|
@@ -50,7 +50,7 @@ class MySqlArgs:
|
|
|
50
50
|
:param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
51
51
|
:param pulumi.Input['MySqlMysqlArgs'] mysql: MySQL server-provided values.
|
|
52
52
|
:param pulumi.Input['MySqlMysqlUserConfigArgs'] mysql_user_config: Mysql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
53
|
-
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service
|
|
53
|
+
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
54
54
|
:param pulumi.Input[Sequence[pulumi.Input['MySqlServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
55
55
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
56
56
|
:param pulumi.Input[Sequence[pulumi.Input['MySqlTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
@@ -215,7 +215,7 @@ class MySqlArgs:
|
|
|
215
215
|
@pulumi.getter(name="projectVpcId")
|
|
216
216
|
def project_vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
217
217
|
"""
|
|
218
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
218
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
219
219
|
"""
|
|
220
220
|
return pulumi.get(self, "project_vpc_id")
|
|
221
221
|
|
|
@@ -331,7 +331,7 @@ class _MySqlState:
|
|
|
331
331
|
:param pulumi.Input['MySqlMysqlUserConfigArgs'] mysql_user_config: Mysql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
332
332
|
:param pulumi.Input[builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
333
333
|
: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.
|
|
334
|
-
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service
|
|
334
|
+
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
335
335
|
:param pulumi.Input[builtins.str] service_host: The hostname of the service.
|
|
336
336
|
:param pulumi.Input[Sequence[pulumi.Input['MySqlServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
337
337
|
:param pulumi.Input[builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
@@ -582,7 +582,7 @@ class _MySqlState:
|
|
|
582
582
|
@pulumi.getter(name="projectVpcId")
|
|
583
583
|
def project_vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
584
584
|
"""
|
|
585
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
585
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
586
586
|
"""
|
|
587
587
|
return pulumi.get(self, "project_vpc_id")
|
|
588
588
|
|
|
@@ -812,7 +812,7 @@ class MySql(pulumi.CustomResource):
|
|
|
812
812
|
:param pulumi.Input[Union['MySqlMysqlUserConfigArgs', 'MySqlMysqlUserConfigArgsDict']] mysql_user_config: Mysql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
813
813
|
:param pulumi.Input[builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
814
814
|
: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.
|
|
815
|
-
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service
|
|
815
|
+
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
816
816
|
:param pulumi.Input[Sequence[pulumi.Input[Union['MySqlServiceIntegrationArgs', 'MySqlServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
817
817
|
:param pulumi.Input[builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
818
818
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
@@ -995,7 +995,7 @@ class MySql(pulumi.CustomResource):
|
|
|
995
995
|
:param pulumi.Input[Union['MySqlMysqlUserConfigArgs', 'MySqlMysqlUserConfigArgsDict']] mysql_user_config: Mysql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
996
996
|
:param pulumi.Input[builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
997
997
|
: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.
|
|
998
|
-
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service
|
|
998
|
+
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
999
999
|
:param pulumi.Input[builtins.str] service_host: The hostname of the service.
|
|
1000
1000
|
:param pulumi.Input[Sequence[pulumi.Input[Union['MySqlServiceIntegrationArgs', 'MySqlServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
1001
1001
|
:param pulumi.Input[builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
@@ -1159,9 +1159,9 @@ class MySql(pulumi.CustomResource):
|
|
|
1159
1159
|
|
|
1160
1160
|
@property
|
|
1161
1161
|
@pulumi.getter(name="projectVpcId")
|
|
1162
|
-
def project_vpc_id(self) -> pulumi.Output[builtins.str]:
|
|
1162
|
+
def project_vpc_id(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
1163
1163
|
"""
|
|
1164
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
1164
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
1165
1165
|
"""
|
|
1166
1166
|
return pulumi.get(self, "project_vpc_id")
|
|
1167
1167
|
|
pulumi_aiven/open_search.py
CHANGED
|
@@ -50,7 +50,7 @@ class OpenSearchArgs:
|
|
|
50
50
|
:param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
51
51
|
:param pulumi.Input['OpenSearchOpensearchUserConfigArgs'] opensearch_user_config: Opensearch user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
52
52
|
:param pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchArgs']]] opensearches: Values provided by the OpenSearch server.
|
|
53
|
-
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service
|
|
53
|
+
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
54
54
|
:param pulumi.Input[Sequence[pulumi.Input['OpenSearchServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
55
55
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
56
56
|
:param pulumi.Input[Sequence[pulumi.Input['OpenSearchTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
@@ -215,7 +215,7 @@ class OpenSearchArgs:
|
|
|
215
215
|
@pulumi.getter(name="projectVpcId")
|
|
216
216
|
def project_vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
217
217
|
"""
|
|
218
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
218
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
219
219
|
"""
|
|
220
220
|
return pulumi.get(self, "project_vpc_id")
|
|
221
221
|
|
|
@@ -331,7 +331,7 @@ class _OpenSearchState:
|
|
|
331
331
|
:param pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchArgs']]] opensearches: Values provided by the OpenSearch server.
|
|
332
332
|
:param pulumi.Input[builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
333
333
|
: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.
|
|
334
|
-
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service
|
|
334
|
+
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
335
335
|
:param pulumi.Input[builtins.str] service_host: The hostname of the service.
|
|
336
336
|
:param pulumi.Input[Sequence[pulumi.Input['OpenSearchServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
337
337
|
:param pulumi.Input[builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
@@ -582,7 +582,7 @@ class _OpenSearchState:
|
|
|
582
582
|
@pulumi.getter(name="projectVpcId")
|
|
583
583
|
def project_vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
584
584
|
"""
|
|
585
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
585
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
586
586
|
"""
|
|
587
587
|
return pulumi.get(self, "project_vpc_id")
|
|
588
588
|
|
|
@@ -812,7 +812,7 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
812
812
|
:param pulumi.Input[Sequence[pulumi.Input[Union['OpenSearchOpensearchArgs', 'OpenSearchOpensearchArgsDict']]]] opensearches: Values provided by the OpenSearch server.
|
|
813
813
|
:param pulumi.Input[builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
814
814
|
: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.
|
|
815
|
-
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service
|
|
815
|
+
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
816
816
|
:param pulumi.Input[Sequence[pulumi.Input[Union['OpenSearchServiceIntegrationArgs', 'OpenSearchServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
817
817
|
:param pulumi.Input[builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
818
818
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
@@ -995,7 +995,7 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
995
995
|
:param pulumi.Input[Sequence[pulumi.Input[Union['OpenSearchOpensearchArgs', 'OpenSearchOpensearchArgsDict']]]] opensearches: Values provided by the OpenSearch server.
|
|
996
996
|
:param pulumi.Input[builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
997
997
|
: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.
|
|
998
|
-
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service
|
|
998
|
+
:param pulumi.Input[builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
999
999
|
:param pulumi.Input[builtins.str] service_host: The hostname of the service.
|
|
1000
1000
|
:param pulumi.Input[Sequence[pulumi.Input[Union['OpenSearchServiceIntegrationArgs', 'OpenSearchServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
1001
1001
|
:param pulumi.Input[builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
@@ -1159,9 +1159,9 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
1159
1159
|
|
|
1160
1160
|
@property
|
|
1161
1161
|
@pulumi.getter(name="projectVpcId")
|
|
1162
|
-
def project_vpc_id(self) -> pulumi.Output[builtins.str]:
|
|
1162
|
+
def project_vpc_id(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
1163
1163
|
"""
|
|
1164
|
-
Specifies the VPC the service should run in. If the value is not set the service
|
|
1164
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
1165
1165
|
"""
|
|
1166
1166
|
return pulumi.get(self, "project_vpc_id")
|
|
1167
1167
|
|
|
@@ -31,8 +31,8 @@ class OrganizationApplicationUserArgs:
|
|
|
31
31
|
"""
|
|
32
32
|
pulumi.set(__self__, "organization_id", organization_id)
|
|
33
33
|
if is_super_admin is not None:
|
|
34
|
-
warnings.warn("""This field is
|
|
35
|
-
pulumi.log.warn("""is_super_admin is deprecated: This field is
|
|
34
|
+
warnings.warn("""This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the OrganizationPermission resource.""", DeprecationWarning)
|
|
35
|
+
pulumi.log.warn("""is_super_admin is deprecated: This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the OrganizationPermission resource.""")
|
|
36
36
|
if is_super_admin is not None:
|
|
37
37
|
pulumi.set(__self__, "is_super_admin", is_super_admin)
|
|
38
38
|
if name is not None:
|
|
@@ -52,7 +52,7 @@ class OrganizationApplicationUserArgs:
|
|
|
52
52
|
|
|
53
53
|
@property
|
|
54
54
|
@pulumi.getter(name="isSuperAdmin")
|
|
55
|
-
@_utilities.deprecated("""This field is
|
|
55
|
+
@_utilities.deprecated("""This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the OrganizationPermission resource.""")
|
|
56
56
|
def is_super_admin(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
57
57
|
"""
|
|
58
58
|
Makes the application user a super admin. The super admin role has completely unrestricted access to all organization resources and settings. This role should be limited to as few users as possible. For daily administrative tasks, assign users the organization admin role instead using the `OrganizationPermission` resource.
|
|
@@ -95,8 +95,8 @@ class _OrganizationApplicationUserState:
|
|
|
95
95
|
if email is not None:
|
|
96
96
|
pulumi.set(__self__, "email", email)
|
|
97
97
|
if is_super_admin is not None:
|
|
98
|
-
warnings.warn("""This field is
|
|
99
|
-
pulumi.log.warn("""is_super_admin is deprecated: This field is
|
|
98
|
+
warnings.warn("""This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the OrganizationPermission resource.""", DeprecationWarning)
|
|
99
|
+
pulumi.log.warn("""is_super_admin is deprecated: This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the OrganizationPermission resource.""")
|
|
100
100
|
if is_super_admin is not None:
|
|
101
101
|
pulumi.set(__self__, "is_super_admin", is_super_admin)
|
|
102
102
|
if name is not None:
|
|
@@ -120,7 +120,7 @@ class _OrganizationApplicationUserState:
|
|
|
120
120
|
|
|
121
121
|
@property
|
|
122
122
|
@pulumi.getter(name="isSuperAdmin")
|
|
123
|
-
@_utilities.deprecated("""This field is
|
|
123
|
+
@_utilities.deprecated("""This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the OrganizationPermission resource.""")
|
|
124
124
|
def is_super_admin(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
125
125
|
"""
|
|
126
126
|
Makes the application user a super admin. The super admin role has completely unrestricted access to all organization resources and settings. This role should be limited to as few users as possible. For daily administrative tasks, assign users the organization admin role instead using the `OrganizationPermission` resource.
|
|
@@ -321,7 +321,7 @@ class OrganizationApplicationUser(pulumi.CustomResource):
|
|
|
321
321
|
|
|
322
322
|
@property
|
|
323
323
|
@pulumi.getter(name="isSuperAdmin")
|
|
324
|
-
@_utilities.deprecated("""This field is
|
|
324
|
+
@_utilities.deprecated("""This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the OrganizationPermission resource.""")
|
|
325
325
|
def is_super_admin(self) -> pulumi.Output[Optional[builtins.bool]]:
|
|
326
326
|
"""
|
|
327
327
|
Makes the application user a super admin. The super admin role has completely unrestricted access to all organization resources and settings. This role should be limited to as few users as possible. For daily administrative tasks, assign users the organization admin role instead using the `OrganizationPermission` resource.
|
|
@@ -29,7 +29,7 @@ class OrganizationBillingGroupArgs:
|
|
|
29
29
|
organization_id: pulumi.Input[builtins.str],
|
|
30
30
|
payment_method_id: pulumi.Input[builtins.str],
|
|
31
31
|
shipping_address_id: pulumi.Input[builtins.str],
|
|
32
|
-
|
|
32
|
+
currency: Optional[pulumi.Input[builtins.str]] = None,
|
|
33
33
|
custom_invoice_text: Optional[pulumi.Input[builtins.str]] = None,
|
|
34
34
|
timeouts: Optional[pulumi.Input['OrganizationBillingGroupTimeoutsArgs']] = None,
|
|
35
35
|
vat_id: Optional[pulumi.Input[builtins.str]] = None):
|
|
@@ -42,7 +42,7 @@ class OrganizationBillingGroupArgs:
|
|
|
42
42
|
:param pulumi.Input[builtins.str] organization_id: ID of an organization. Maximum length: `36`. Changing this property forces recreation of the resource.
|
|
43
43
|
:param pulumi.Input[builtins.str] payment_method_id: Payment method ID.
|
|
44
44
|
:param pulumi.Input[builtins.str] shipping_address_id: Shipping address ID. Maximum length: `36`.
|
|
45
|
-
:param pulumi.Input[builtins.str]
|
|
45
|
+
:param pulumi.Input[builtins.str] currency: Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
46
46
|
:param pulumi.Input[builtins.str] custom_invoice_text: Extra billing text. Maximum length: `254`.
|
|
47
47
|
:param pulumi.Input[builtins.str] vat_id: VAT ID.
|
|
48
48
|
"""
|
|
@@ -53,8 +53,8 @@ class OrganizationBillingGroupArgs:
|
|
|
53
53
|
pulumi.set(__self__, "organization_id", organization_id)
|
|
54
54
|
pulumi.set(__self__, "payment_method_id", payment_method_id)
|
|
55
55
|
pulumi.set(__self__, "shipping_address_id", shipping_address_id)
|
|
56
|
-
if
|
|
57
|
-
pulumi.set(__self__, "
|
|
56
|
+
if currency is not None:
|
|
57
|
+
pulumi.set(__self__, "currency", currency)
|
|
58
58
|
if custom_invoice_text is not None:
|
|
59
59
|
pulumi.set(__self__, "custom_invoice_text", custom_invoice_text)
|
|
60
60
|
if timeouts is not None:
|
|
@@ -147,16 +147,16 @@ class OrganizationBillingGroupArgs:
|
|
|
147
147
|
pulumi.set(self, "shipping_address_id", value)
|
|
148
148
|
|
|
149
149
|
@property
|
|
150
|
-
@pulumi.getter
|
|
151
|
-
def
|
|
150
|
+
@pulumi.getter
|
|
151
|
+
def currency(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
152
152
|
"""
|
|
153
153
|
Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
154
154
|
"""
|
|
155
|
-
return pulumi.get(self, "
|
|
155
|
+
return pulumi.get(self, "currency")
|
|
156
156
|
|
|
157
|
-
@
|
|
158
|
-
def
|
|
159
|
-
pulumi.set(self, "
|
|
157
|
+
@currency.setter
|
|
158
|
+
def currency(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
159
|
+
pulumi.set(self, "currency", value)
|
|
160
160
|
|
|
161
161
|
@property
|
|
162
162
|
@pulumi.getter(name="customInvoiceText")
|
|
@@ -197,10 +197,10 @@ class _OrganizationBillingGroupState:
|
|
|
197
197
|
def __init__(__self__, *,
|
|
198
198
|
billing_address_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
199
199
|
billing_contact_emails: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
200
|
-
billing_currency: Optional[pulumi.Input[builtins.str]] = None,
|
|
201
200
|
billing_emails: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
202
201
|
billing_group_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
203
202
|
billing_group_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
203
|
+
currency: Optional[pulumi.Input[builtins.str]] = None,
|
|
204
204
|
custom_invoice_text: Optional[pulumi.Input[builtins.str]] = None,
|
|
205
205
|
organization_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
206
206
|
payment_method_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
@@ -211,10 +211,10 @@ class _OrganizationBillingGroupState:
|
|
|
211
211
|
Input properties used for looking up and filtering OrganizationBillingGroup resources.
|
|
212
212
|
:param pulumi.Input[builtins.str] billing_address_id: Billing address ID. Maximum length: `36`.
|
|
213
213
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] billing_contact_emails: List of billing contact emails.
|
|
214
|
-
:param pulumi.Input[builtins.str] billing_currency: Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
215
214
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] billing_emails: List of billing contact emails.
|
|
216
215
|
:param pulumi.Input[builtins.str] billing_group_id: Billing group ID.
|
|
217
216
|
:param pulumi.Input[builtins.str] billing_group_name: Billing Group Name. Maximum length: `128`.
|
|
217
|
+
:param pulumi.Input[builtins.str] currency: Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
218
218
|
:param pulumi.Input[builtins.str] custom_invoice_text: Extra billing text. Maximum length: `254`.
|
|
219
219
|
:param pulumi.Input[builtins.str] organization_id: ID of an organization. Maximum length: `36`. Changing this property forces recreation of the resource.
|
|
220
220
|
:param pulumi.Input[builtins.str] payment_method_id: Payment method ID.
|
|
@@ -225,14 +225,14 @@ class _OrganizationBillingGroupState:
|
|
|
225
225
|
pulumi.set(__self__, "billing_address_id", billing_address_id)
|
|
226
226
|
if billing_contact_emails is not None:
|
|
227
227
|
pulumi.set(__self__, "billing_contact_emails", billing_contact_emails)
|
|
228
|
-
if billing_currency is not None:
|
|
229
|
-
pulumi.set(__self__, "billing_currency", billing_currency)
|
|
230
228
|
if billing_emails is not None:
|
|
231
229
|
pulumi.set(__self__, "billing_emails", billing_emails)
|
|
232
230
|
if billing_group_id is not None:
|
|
233
231
|
pulumi.set(__self__, "billing_group_id", billing_group_id)
|
|
234
232
|
if billing_group_name is not None:
|
|
235
233
|
pulumi.set(__self__, "billing_group_name", billing_group_name)
|
|
234
|
+
if currency is not None:
|
|
235
|
+
pulumi.set(__self__, "currency", currency)
|
|
236
236
|
if custom_invoice_text is not None:
|
|
237
237
|
pulumi.set(__self__, "custom_invoice_text", custom_invoice_text)
|
|
238
238
|
if organization_id is not None:
|
|
@@ -270,18 +270,6 @@ class _OrganizationBillingGroupState:
|
|
|
270
270
|
def billing_contact_emails(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
271
271
|
pulumi.set(self, "billing_contact_emails", value)
|
|
272
272
|
|
|
273
|
-
@property
|
|
274
|
-
@pulumi.getter(name="billingCurrency")
|
|
275
|
-
def billing_currency(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
276
|
-
"""
|
|
277
|
-
Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
278
|
-
"""
|
|
279
|
-
return pulumi.get(self, "billing_currency")
|
|
280
|
-
|
|
281
|
-
@billing_currency.setter
|
|
282
|
-
def billing_currency(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
283
|
-
pulumi.set(self, "billing_currency", value)
|
|
284
|
-
|
|
285
273
|
@property
|
|
286
274
|
@pulumi.getter(name="billingEmails")
|
|
287
275
|
def billing_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
@@ -318,6 +306,18 @@ class _OrganizationBillingGroupState:
|
|
|
318
306
|
def billing_group_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
319
307
|
pulumi.set(self, "billing_group_name", value)
|
|
320
308
|
|
|
309
|
+
@property
|
|
310
|
+
@pulumi.getter
|
|
311
|
+
def currency(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
312
|
+
"""
|
|
313
|
+
Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
314
|
+
"""
|
|
315
|
+
return pulumi.get(self, "currency")
|
|
316
|
+
|
|
317
|
+
@currency.setter
|
|
318
|
+
def currency(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
319
|
+
pulumi.set(self, "currency", value)
|
|
320
|
+
|
|
321
321
|
@property
|
|
322
322
|
@pulumi.getter(name="customInvoiceText")
|
|
323
323
|
def custom_invoice_text(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
@@ -396,9 +396,9 @@ class OrganizationBillingGroup(pulumi.CustomResource):
|
|
|
396
396
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
397
397
|
billing_address_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
398
398
|
billing_contact_emails: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
399
|
-
billing_currency: Optional[pulumi.Input[builtins.str]] = None,
|
|
400
399
|
billing_emails: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
401
400
|
billing_group_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
401
|
+
currency: Optional[pulumi.Input[builtins.str]] = None,
|
|
402
402
|
custom_invoice_text: Optional[pulumi.Input[builtins.str]] = None,
|
|
403
403
|
organization_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
404
404
|
payment_method_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
@@ -416,9 +416,9 @@ class OrganizationBillingGroup(pulumi.CustomResource):
|
|
|
416
416
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
417
417
|
:param pulumi.Input[builtins.str] billing_address_id: Billing address ID. Maximum length: `36`.
|
|
418
418
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] billing_contact_emails: List of billing contact emails.
|
|
419
|
-
:param pulumi.Input[builtins.str] billing_currency: Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
420
419
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] billing_emails: List of billing contact emails.
|
|
421
420
|
:param pulumi.Input[builtins.str] billing_group_name: Billing Group Name. Maximum length: `128`.
|
|
421
|
+
:param pulumi.Input[builtins.str] currency: Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
422
422
|
:param pulumi.Input[builtins.str] custom_invoice_text: Extra billing text. Maximum length: `254`.
|
|
423
423
|
:param pulumi.Input[builtins.str] organization_id: ID of an organization. Maximum length: `36`. Changing this property forces recreation of the resource.
|
|
424
424
|
:param pulumi.Input[builtins.str] payment_method_id: Payment method ID.
|
|
@@ -454,9 +454,9 @@ class OrganizationBillingGroup(pulumi.CustomResource):
|
|
|
454
454
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
455
455
|
billing_address_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
456
456
|
billing_contact_emails: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
457
|
-
billing_currency: Optional[pulumi.Input[builtins.str]] = None,
|
|
458
457
|
billing_emails: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
459
458
|
billing_group_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
459
|
+
currency: Optional[pulumi.Input[builtins.str]] = None,
|
|
460
460
|
custom_invoice_text: Optional[pulumi.Input[builtins.str]] = None,
|
|
461
461
|
organization_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
462
462
|
payment_method_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
@@ -478,13 +478,13 @@ class OrganizationBillingGroup(pulumi.CustomResource):
|
|
|
478
478
|
if billing_contact_emails is None and not opts.urn:
|
|
479
479
|
raise TypeError("Missing required property 'billing_contact_emails'")
|
|
480
480
|
__props__.__dict__["billing_contact_emails"] = billing_contact_emails
|
|
481
|
-
__props__.__dict__["billing_currency"] = billing_currency
|
|
482
481
|
if billing_emails is None and not opts.urn:
|
|
483
482
|
raise TypeError("Missing required property 'billing_emails'")
|
|
484
483
|
__props__.__dict__["billing_emails"] = billing_emails
|
|
485
484
|
if billing_group_name is None and not opts.urn:
|
|
486
485
|
raise TypeError("Missing required property 'billing_group_name'")
|
|
487
486
|
__props__.__dict__["billing_group_name"] = billing_group_name
|
|
487
|
+
__props__.__dict__["currency"] = currency
|
|
488
488
|
__props__.__dict__["custom_invoice_text"] = custom_invoice_text
|
|
489
489
|
if organization_id is None and not opts.urn:
|
|
490
490
|
raise TypeError("Missing required property 'organization_id'")
|
|
@@ -510,10 +510,10 @@ class OrganizationBillingGroup(pulumi.CustomResource):
|
|
|
510
510
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
511
511
|
billing_address_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
512
512
|
billing_contact_emails: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
513
|
-
billing_currency: Optional[pulumi.Input[builtins.str]] = None,
|
|
514
513
|
billing_emails: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
515
514
|
billing_group_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
516
515
|
billing_group_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
516
|
+
currency: Optional[pulumi.Input[builtins.str]] = None,
|
|
517
517
|
custom_invoice_text: Optional[pulumi.Input[builtins.str]] = None,
|
|
518
518
|
organization_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
519
519
|
payment_method_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
@@ -529,10 +529,10 @@ class OrganizationBillingGroup(pulumi.CustomResource):
|
|
|
529
529
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
530
530
|
:param pulumi.Input[builtins.str] billing_address_id: Billing address ID. Maximum length: `36`.
|
|
531
531
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] billing_contact_emails: List of billing contact emails.
|
|
532
|
-
:param pulumi.Input[builtins.str] billing_currency: Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
533
532
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] billing_emails: List of billing contact emails.
|
|
534
533
|
:param pulumi.Input[builtins.str] billing_group_id: Billing group ID.
|
|
535
534
|
:param pulumi.Input[builtins.str] billing_group_name: Billing Group Name. Maximum length: `128`.
|
|
535
|
+
:param pulumi.Input[builtins.str] currency: Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
536
536
|
:param pulumi.Input[builtins.str] custom_invoice_text: Extra billing text. Maximum length: `254`.
|
|
537
537
|
:param pulumi.Input[builtins.str] organization_id: ID of an organization. Maximum length: `36`. Changing this property forces recreation of the resource.
|
|
538
538
|
:param pulumi.Input[builtins.str] payment_method_id: Payment method ID.
|
|
@@ -545,10 +545,10 @@ class OrganizationBillingGroup(pulumi.CustomResource):
|
|
|
545
545
|
|
|
546
546
|
__props__.__dict__["billing_address_id"] = billing_address_id
|
|
547
547
|
__props__.__dict__["billing_contact_emails"] = billing_contact_emails
|
|
548
|
-
__props__.__dict__["billing_currency"] = billing_currency
|
|
549
548
|
__props__.__dict__["billing_emails"] = billing_emails
|
|
550
549
|
__props__.__dict__["billing_group_id"] = billing_group_id
|
|
551
550
|
__props__.__dict__["billing_group_name"] = billing_group_name
|
|
551
|
+
__props__.__dict__["currency"] = currency
|
|
552
552
|
__props__.__dict__["custom_invoice_text"] = custom_invoice_text
|
|
553
553
|
__props__.__dict__["organization_id"] = organization_id
|
|
554
554
|
__props__.__dict__["payment_method_id"] = payment_method_id
|
|
@@ -573,14 +573,6 @@ class OrganizationBillingGroup(pulumi.CustomResource):
|
|
|
573
573
|
"""
|
|
574
574
|
return pulumi.get(self, "billing_contact_emails")
|
|
575
575
|
|
|
576
|
-
@property
|
|
577
|
-
@pulumi.getter(name="billingCurrency")
|
|
578
|
-
def billing_currency(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
579
|
-
"""
|
|
580
|
-
Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
581
|
-
"""
|
|
582
|
-
return pulumi.get(self, "billing_currency")
|
|
583
|
-
|
|
584
576
|
@property
|
|
585
577
|
@pulumi.getter(name="billingEmails")
|
|
586
578
|
def billing_emails(self) -> pulumi.Output[Sequence[builtins.str]]:
|
|
@@ -605,6 +597,14 @@ class OrganizationBillingGroup(pulumi.CustomResource):
|
|
|
605
597
|
"""
|
|
606
598
|
return pulumi.get(self, "billing_group_name")
|
|
607
599
|
|
|
600
|
+
@property
|
|
601
|
+
@pulumi.getter
|
|
602
|
+
def currency(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
603
|
+
"""
|
|
604
|
+
Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
605
|
+
"""
|
|
606
|
+
return pulumi.get(self, "currency")
|
|
607
|
+
|
|
608
608
|
@property
|
|
609
609
|
@pulumi.getter(name="customInvoiceText")
|
|
610
610
|
def custom_invoice_text(self) -> pulumi.Output[Optional[builtins.str]]:
|