pulumi-gcp 7.34.0a1722421695__py3-none-any.whl → 7.35.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-gcp might be problematic. Click here for more details.
- pulumi_gcp/__init__.py +40 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +12 -3
- pulumi_gcp/accesscontextmanager/access_policy.py +18 -18
- pulumi_gcp/accesscontextmanager/outputs.py +8 -2
- pulumi_gcp/alloydb/_inputs.py +174 -0
- pulumi_gcp/alloydb/instance.py +54 -0
- pulumi_gcp/alloydb/outputs.py +133 -0
- pulumi_gcp/apigee/__init__.py +2 -0
- pulumi_gcp/apigee/environment_keyvaluemaps.py +370 -0
- pulumi_gcp/apigee/environment_keyvaluemaps_entries.py +440 -0
- pulumi_gcp/apigee/instance.py +2 -2
- pulumi_gcp/apigee/nat_address.py +2 -2
- pulumi_gcp/apigee/organization.py +4 -4
- pulumi_gcp/apphub/service_project_attachment.py +11 -11
- pulumi_gcp/bigquery/_inputs.py +36 -0
- pulumi_gcp/bigquery/app_profile.py +54 -0
- pulumi_gcp/bigquery/data_transfer_config.py +52 -0
- pulumi_gcp/bigquery/outputs.py +38 -0
- pulumi_gcp/bigquery/reservation.py +34 -4
- pulumi_gcp/bigquery/table.py +65 -21
- pulumi_gcp/bigtable/table.py +27 -26
- pulumi_gcp/certificateauthority/authority.py +4 -4
- pulumi_gcp/cloudfunctions/function.py +47 -0
- pulumi_gcp/cloudfunctions/get_function.py +11 -1
- pulumi_gcp/cloudfunctionsv2/function.py +2 -2
- pulumi_gcp/cloudrun/_inputs.py +24 -21
- pulumi_gcp/cloudrun/outputs.py +20 -24
- pulumi_gcp/cloudrunv2/_inputs.py +3 -0
- pulumi_gcp/cloudrunv2/outputs.py +4 -0
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +2358 -353
- pulumi_gcp/compute/backend_service.py +6 -0
- pulumi_gcp/compute/disk.py +75 -0
- pulumi_gcp/compute/get_disk.py +11 -1
- pulumi_gcp/compute/get_hc_vpn_gateway.py +11 -1
- pulumi_gcp/compute/get_instance_template.py +2 -2
- pulumi_gcp/compute/get_region_instance_template.py +2 -2
- pulumi_gcp/compute/get_snapshot.py +2 -2
- pulumi_gcp/compute/ha_vpn_gateway.py +68 -7
- pulumi_gcp/compute/outputs.py +1490 -31
- pulumi_gcp/compute/public_advertised_prefix.py +30 -2
- pulumi_gcp/compute/resize_request.py +782 -0
- pulumi_gcp/compute/router_peer.py +437 -0
- pulumi_gcp/compute/router_route_policy.py +616 -0
- pulumi_gcp/compute/service_attachment.py +7 -14
- pulumi_gcp/container/_inputs.py +218 -21
- pulumi_gcp/container/node_pool.py +0 -14
- pulumi_gcp/container/outputs.py +228 -14
- pulumi_gcp/databasemigrationservice/private_connection.py +10 -6
- pulumi_gcp/dataloss/_inputs.py +707 -21
- pulumi_gcp/dataloss/outputs.py +588 -14
- pulumi_gcp/datastore/data_store_index.py +24 -12
- pulumi_gcp/datastream/_inputs.py +83 -3
- pulumi_gcp/datastream/outputs.py +51 -3
- pulumi_gcp/datastream/stream.py +170 -0
- pulumi_gcp/firebase/database_instance.py +8 -8
- pulumi_gcp/firebase/hosting_site.py +8 -8
- pulumi_gcp/firebase/project.py +10 -2
- pulumi_gcp/firestore/index.py +10 -10
- pulumi_gcp/gkeonprem/_inputs.py +78 -78
- pulumi_gcp/gkeonprem/outputs.py +52 -52
- pulumi_gcp/iap/client.py +4 -4
- pulumi_gcp/integrationconnectors/_inputs.py +30 -30
- pulumi_gcp/integrationconnectors/outputs.py +20 -20
- pulumi_gcp/kms/key_handle.py +7 -7
- pulumi_gcp/migrationcenter/_inputs.py +21 -129
- pulumi_gcp/migrationcenter/outputs.py +14 -86
- pulumi_gcp/netapp/volume.py +1 -1
- pulumi_gcp/networkconnectivity/_inputs.py +3 -6
- pulumi_gcp/networkconnectivity/hub.py +129 -49
- pulumi_gcp/networkconnectivity/outputs.py +2 -4
- pulumi_gcp/networkconnectivity/spoke.py +159 -104
- pulumi_gcp/networksecurity/tls_inspection_policy.py +2 -2
- pulumi_gcp/organizations/project.py +16 -7
- pulumi_gcp/orgpolicy/policy.py +4 -4
- pulumi_gcp/projects/get_project_service.py +11 -1
- pulumi_gcp/projects/service.py +68 -0
- pulumi_gcp/projects/service_identity.py +30 -2
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/instance.py +528 -4
- pulumi_gcp/securitycenter/__init__.py +1 -0
- pulumi_gcp/securitycenter/v2_organization_mute_config.py +673 -0
- pulumi_gcp/sql/_inputs.py +35 -15
- pulumi_gcp/sql/database_instance.py +2 -2
- pulumi_gcp/sql/outputs.py +50 -14
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vmwareengine/get_private_cloud.py +21 -1
- pulumi_gcp/vmwareengine/private_cloud.py +121 -2
- pulumi_gcp/workbench/_inputs.py +77 -0
- pulumi_gcp/workbench/instance.py +18 -4
- pulumi_gcp/workbench/outputs.py +67 -1
- {pulumi_gcp-7.34.0a1722421695.dist-info → pulumi_gcp-7.35.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.34.0a1722421695.dist-info → pulumi_gcp-7.35.0.dist-info}/RECORD +96 -91
- {pulumi_gcp-7.34.0a1722421695.dist-info → pulumi_gcp-7.35.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.34.0a1722421695.dist-info → pulumi_gcp-7.35.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py
CHANGED
@@ -746,6 +746,22 @@ _utilities.register(
|
|
746
746
|
"gcp:apigee/environmentIamPolicy:EnvironmentIamPolicy": "EnvironmentIamPolicy"
|
747
747
|
}
|
748
748
|
},
|
749
|
+
{
|
750
|
+
"pkg": "gcp",
|
751
|
+
"mod": "apigee/environmentKeyvaluemaps",
|
752
|
+
"fqn": "pulumi_gcp.apigee",
|
753
|
+
"classes": {
|
754
|
+
"gcp:apigee/environmentKeyvaluemaps:EnvironmentKeyvaluemaps": "EnvironmentKeyvaluemaps"
|
755
|
+
}
|
756
|
+
},
|
757
|
+
{
|
758
|
+
"pkg": "gcp",
|
759
|
+
"mod": "apigee/environmentKeyvaluemapsEntries",
|
760
|
+
"fqn": "pulumi_gcp.apigee",
|
761
|
+
"classes": {
|
762
|
+
"gcp:apigee/environmentKeyvaluemapsEntries:EnvironmentKeyvaluemapsEntries": "EnvironmentKeyvaluemapsEntries"
|
763
|
+
}
|
764
|
+
},
|
749
765
|
{
|
750
766
|
"pkg": "gcp",
|
751
767
|
"mod": "apigee/flowhook",
|
@@ -2978,6 +2994,14 @@ _utilities.register(
|
|
2978
2994
|
"gcp:compute/reservation:Reservation": "Reservation"
|
2979
2995
|
}
|
2980
2996
|
},
|
2997
|
+
{
|
2998
|
+
"pkg": "gcp",
|
2999
|
+
"mod": "compute/resizeRequest",
|
3000
|
+
"fqn": "pulumi_gcp.compute",
|
3001
|
+
"classes": {
|
3002
|
+
"gcp:compute/resizeRequest:ResizeRequest": "ResizeRequest"
|
3003
|
+
}
|
3004
|
+
},
|
2981
3005
|
{
|
2982
3006
|
"pkg": "gcp",
|
2983
3007
|
"mod": "compute/resourcePolicy",
|
@@ -3026,6 +3050,14 @@ _utilities.register(
|
|
3026
3050
|
"gcp:compute/routerPeer:RouterPeer": "RouterPeer"
|
3027
3051
|
}
|
3028
3052
|
},
|
3053
|
+
{
|
3054
|
+
"pkg": "gcp",
|
3055
|
+
"mod": "compute/routerRoutePolicy",
|
3056
|
+
"fqn": "pulumi_gcp.compute",
|
3057
|
+
"classes": {
|
3058
|
+
"gcp:compute/routerRoutePolicy:RouterRoutePolicy": "RouterRoutePolicy"
|
3059
|
+
}
|
3060
|
+
},
|
3029
3061
|
{
|
3030
3062
|
"pkg": "gcp",
|
3031
3063
|
"mod": "compute/sSLCertificate",
|
@@ -7074,6 +7106,14 @@ _utilities.register(
|
|
7074
7106
|
"gcp:securitycenter/sourceIamPolicy:SourceIamPolicy": "SourceIamPolicy"
|
7075
7107
|
}
|
7076
7108
|
},
|
7109
|
+
{
|
7110
|
+
"pkg": "gcp",
|
7111
|
+
"mod": "securitycenter/v2OrganizationMuteConfig",
|
7112
|
+
"fqn": "pulumi_gcp.securitycenter",
|
7113
|
+
"classes": {
|
7114
|
+
"gcp:securitycenter/v2OrganizationMuteConfig:V2OrganizationMuteConfig": "V2OrganizationMuteConfig"
|
7115
|
+
}
|
7116
|
+
},
|
7077
7117
|
{
|
7078
7118
|
"pkg": "gcp",
|
7079
7119
|
"mod": "securitycenter/v2OrganizationNotificationConfig",
|
@@ -2686,7 +2686,10 @@ if not MYPY:
|
|
2686
2686
|
"""
|
2687
2687
|
A Google Cloud resource that is allowed to ingress the perimeter.
|
2688
2688
|
Requests from these resources will be allowed to access perimeter data.
|
2689
|
-
Currently only projects are allowed.
|
2689
|
+
Currently only projects and VPCs are allowed.
|
2690
|
+
Project format: `projects/{projectNumber}`
|
2691
|
+
VPC network format:
|
2692
|
+
`//compute.googleapis.com/projects/{PROJECT_ID}/global/networks/{NAME}`.
|
2690
2693
|
The project may be in any Google Cloud organization, not just the
|
2691
2694
|
organization that the perimeter is defined in. `*` is not allowed, the case
|
2692
2695
|
of allowing all Google Cloud resources only is not supported.
|
@@ -2710,7 +2713,10 @@ class ServicePerimeterIngressPolicyIngressFromSourceArgs:
|
|
2710
2713
|
If * is specified, then all IngressSources will be allowed.
|
2711
2714
|
:param pulumi.Input[str] resource: A Google Cloud resource that is allowed to ingress the perimeter.
|
2712
2715
|
Requests from these resources will be allowed to access perimeter data.
|
2713
|
-
Currently only projects are allowed.
|
2716
|
+
Currently only projects and VPCs are allowed.
|
2717
|
+
Project format: `projects/{projectNumber}`
|
2718
|
+
VPC network format:
|
2719
|
+
`//compute.googleapis.com/projects/{PROJECT_ID}/global/networks/{NAME}`.
|
2714
2720
|
The project may be in any Google Cloud organization, not just the
|
2715
2721
|
organization that the perimeter is defined in. `*` is not allowed, the case
|
2716
2722
|
of allowing all Google Cloud resources only is not supported.
|
@@ -2745,7 +2751,10 @@ class ServicePerimeterIngressPolicyIngressFromSourceArgs:
|
|
2745
2751
|
"""
|
2746
2752
|
A Google Cloud resource that is allowed to ingress the perimeter.
|
2747
2753
|
Requests from these resources will be allowed to access perimeter data.
|
2748
|
-
Currently only projects are allowed.
|
2754
|
+
Currently only projects and VPCs are allowed.
|
2755
|
+
Project format: `projects/{projectNumber}`
|
2756
|
+
VPC network format:
|
2757
|
+
`//compute.googleapis.com/projects/{PROJECT_ID}/global/networks/{NAME}`.
|
2749
2758
|
The project may be in any Google Cloud organization, not just the
|
2750
2759
|
organization that the perimeter is defined in. `*` is not allowed, the case
|
2751
2760
|
of allowing all Google Cloud resources only is not supported.
|
@@ -25,13 +25,13 @@ class AccessPolicyArgs:
|
|
25
25
|
"""
|
26
26
|
The set of arguments for constructing a AccessPolicy resource.
|
27
27
|
:param pulumi.Input[str] parent: The parent of this AccessPolicy in the Cloud Resource Hierarchy.
|
28
|
-
Format: organizations/{organization_id}
|
28
|
+
Format: 'organizations/{{organization_id}}'
|
29
29
|
:param pulumi.Input[str] title: Human readable title. Does not affect behavior.
|
30
30
|
|
31
31
|
|
32
32
|
- - -
|
33
33
|
:param pulumi.Input[str] scopes: Folder or project on which this policy is applicable.
|
34
|
-
Format: folders/{{folder_id}} or projects/{{
|
34
|
+
Format: 'folders/{{folder_id}}' or 'projects/{{project_number}}'
|
35
35
|
"""
|
36
36
|
pulumi.set(__self__, "parent", parent)
|
37
37
|
pulumi.set(__self__, "title", title)
|
@@ -43,7 +43,7 @@ class AccessPolicyArgs:
|
|
43
43
|
def parent(self) -> pulumi.Input[str]:
|
44
44
|
"""
|
45
45
|
The parent of this AccessPolicy in the Cloud Resource Hierarchy.
|
46
|
-
Format: organizations/{organization_id}
|
46
|
+
Format: 'organizations/{{organization_id}}'
|
47
47
|
"""
|
48
48
|
return pulumi.get(self, "parent")
|
49
49
|
|
@@ -71,7 +71,7 @@ class AccessPolicyArgs:
|
|
71
71
|
def scopes(self) -> Optional[pulumi.Input[str]]:
|
72
72
|
"""
|
73
73
|
Folder or project on which this policy is applicable.
|
74
|
-
Format: folders/{{folder_id}} or projects/{{
|
74
|
+
Format: 'folders/{{folder_id}}' or 'projects/{{project_number}}'
|
75
75
|
"""
|
76
76
|
return pulumi.get(self, "scopes")
|
77
77
|
|
@@ -92,11 +92,11 @@ class _AccessPolicyState:
|
|
92
92
|
"""
|
93
93
|
Input properties used for looking up and filtering AccessPolicy resources.
|
94
94
|
:param pulumi.Input[str] create_time: Time the AccessPolicy was created in UTC.
|
95
|
-
:param pulumi.Input[str] name: Resource name of the AccessPolicy. Format: {policy_id}
|
95
|
+
:param pulumi.Input[str] name: Resource name of the AccessPolicy. Format: '{{policy_id}}'
|
96
96
|
:param pulumi.Input[str] parent: The parent of this AccessPolicy in the Cloud Resource Hierarchy.
|
97
|
-
Format: organizations/{organization_id}
|
97
|
+
Format: 'organizations/{{organization_id}}'
|
98
98
|
:param pulumi.Input[str] scopes: Folder or project on which this policy is applicable.
|
99
|
-
Format: folders/{{folder_id}} or projects/{{
|
99
|
+
Format: 'folders/{{folder_id}}' or 'projects/{{project_number}}'
|
100
100
|
:param pulumi.Input[str] title: Human readable title. Does not affect behavior.
|
101
101
|
|
102
102
|
|
@@ -132,7 +132,7 @@ class _AccessPolicyState:
|
|
132
132
|
@pulumi.getter
|
133
133
|
def name(self) -> Optional[pulumi.Input[str]]:
|
134
134
|
"""
|
135
|
-
Resource name of the AccessPolicy. Format: {policy_id}
|
135
|
+
Resource name of the AccessPolicy. Format: '{{policy_id}}'
|
136
136
|
"""
|
137
137
|
return pulumi.get(self, "name")
|
138
138
|
|
@@ -145,7 +145,7 @@ class _AccessPolicyState:
|
|
145
145
|
def parent(self) -> Optional[pulumi.Input[str]]:
|
146
146
|
"""
|
147
147
|
The parent of this AccessPolicy in the Cloud Resource Hierarchy.
|
148
|
-
Format: organizations/{organization_id}
|
148
|
+
Format: 'organizations/{{organization_id}}'
|
149
149
|
"""
|
150
150
|
return pulumi.get(self, "parent")
|
151
151
|
|
@@ -158,7 +158,7 @@ class _AccessPolicyState:
|
|
158
158
|
def scopes(self) -> Optional[pulumi.Input[str]]:
|
159
159
|
"""
|
160
160
|
Folder or project on which this policy is applicable.
|
161
|
-
Format: folders/{{folder_id}} or projects/{{
|
161
|
+
Format: 'folders/{{folder_id}}' or 'projects/{{project_number}}'
|
162
162
|
"""
|
163
163
|
return pulumi.get(self, "scopes")
|
164
164
|
|
@@ -265,9 +265,9 @@ class AccessPolicy(pulumi.CustomResource):
|
|
265
265
|
:param str resource_name: The name of the resource.
|
266
266
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
267
267
|
:param pulumi.Input[str] parent: The parent of this AccessPolicy in the Cloud Resource Hierarchy.
|
268
|
-
Format: organizations/{organization_id}
|
268
|
+
Format: 'organizations/{{organization_id}}'
|
269
269
|
:param pulumi.Input[str] scopes: Folder or project on which this policy is applicable.
|
270
|
-
Format: folders/{{folder_id}} or projects/{{
|
270
|
+
Format: 'folders/{{folder_id}}' or 'projects/{{project_number}}'
|
271
271
|
:param pulumi.Input[str] title: Human readable title. Does not affect behavior.
|
272
272
|
|
273
273
|
|
@@ -399,11 +399,11 @@ class AccessPolicy(pulumi.CustomResource):
|
|
399
399
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
400
400
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
401
401
|
:param pulumi.Input[str] create_time: Time the AccessPolicy was created in UTC.
|
402
|
-
:param pulumi.Input[str] name: Resource name of the AccessPolicy. Format: {policy_id}
|
402
|
+
:param pulumi.Input[str] name: Resource name of the AccessPolicy. Format: '{{policy_id}}'
|
403
403
|
:param pulumi.Input[str] parent: The parent of this AccessPolicy in the Cloud Resource Hierarchy.
|
404
|
-
Format: organizations/{organization_id}
|
404
|
+
Format: 'organizations/{{organization_id}}'
|
405
405
|
:param pulumi.Input[str] scopes: Folder or project on which this policy is applicable.
|
406
|
-
Format: folders/{{folder_id}} or projects/{{
|
406
|
+
Format: 'folders/{{folder_id}}' or 'projects/{{project_number}}'
|
407
407
|
:param pulumi.Input[str] title: Human readable title. Does not affect behavior.
|
408
408
|
|
409
409
|
|
@@ -434,7 +434,7 @@ class AccessPolicy(pulumi.CustomResource):
|
|
434
434
|
@pulumi.getter
|
435
435
|
def name(self) -> pulumi.Output[str]:
|
436
436
|
"""
|
437
|
-
Resource name of the AccessPolicy. Format: {policy_id}
|
437
|
+
Resource name of the AccessPolicy. Format: '{{policy_id}}'
|
438
438
|
"""
|
439
439
|
return pulumi.get(self, "name")
|
440
440
|
|
@@ -443,7 +443,7 @@ class AccessPolicy(pulumi.CustomResource):
|
|
443
443
|
def parent(self) -> pulumi.Output[str]:
|
444
444
|
"""
|
445
445
|
The parent of this AccessPolicy in the Cloud Resource Hierarchy.
|
446
|
-
Format: organizations/{organization_id}
|
446
|
+
Format: 'organizations/{{organization_id}}'
|
447
447
|
"""
|
448
448
|
return pulumi.get(self, "parent")
|
449
449
|
|
@@ -452,7 +452,7 @@ class AccessPolicy(pulumi.CustomResource):
|
|
452
452
|
def scopes(self) -> pulumi.Output[Optional[str]]:
|
453
453
|
"""
|
454
454
|
Folder or project on which this policy is applicable.
|
455
|
-
Format: folders/{{folder_id}} or projects/{{
|
455
|
+
Format: 'folders/{{folder_id}}' or 'projects/{{project_number}}'
|
456
456
|
"""
|
457
457
|
return pulumi.get(self, "scopes")
|
458
458
|
|
@@ -2049,7 +2049,10 @@ class ServicePerimeterIngressPolicyIngressFromSource(dict):
|
|
2049
2049
|
If * is specified, then all IngressSources will be allowed.
|
2050
2050
|
:param str resource: A Google Cloud resource that is allowed to ingress the perimeter.
|
2051
2051
|
Requests from these resources will be allowed to access perimeter data.
|
2052
|
-
Currently only projects are allowed.
|
2052
|
+
Currently only projects and VPCs are allowed.
|
2053
|
+
Project format: `projects/{projectNumber}`
|
2054
|
+
VPC network format:
|
2055
|
+
`//compute.googleapis.com/projects/{PROJECT_ID}/global/networks/{NAME}`.
|
2053
2056
|
The project may be in any Google Cloud organization, not just the
|
2054
2057
|
organization that the perimeter is defined in. `*` is not allowed, the case
|
2055
2058
|
of allowing all Google Cloud resources only is not supported.
|
@@ -2080,7 +2083,10 @@ class ServicePerimeterIngressPolicyIngressFromSource(dict):
|
|
2080
2083
|
"""
|
2081
2084
|
A Google Cloud resource that is allowed to ingress the perimeter.
|
2082
2085
|
Requests from these resources will be allowed to access perimeter data.
|
2083
|
-
Currently only projects are allowed.
|
2086
|
+
Currently only projects and VPCs are allowed.
|
2087
|
+
Project format: `projects/{projectNumber}`
|
2088
|
+
VPC network format:
|
2089
|
+
`//compute.googleapis.com/projects/{PROJECT_ID}/global/networks/{NAME}`.
|
2084
2090
|
The project may be in any Google Cloud organization, not just the
|
2085
2091
|
organization that the perimeter is defined in. `*` is not allowed, the case
|
2086
2092
|
of allowing all Google Cloud resources only is not supported.
|
pulumi_gcp/alloydb/_inputs.py
CHANGED
@@ -77,6 +77,8 @@ __all__ = [
|
|
77
77
|
'InstanceNetworkConfigArgsDict',
|
78
78
|
'InstanceNetworkConfigAuthorizedExternalNetworkArgs',
|
79
79
|
'InstanceNetworkConfigAuthorizedExternalNetworkArgsDict',
|
80
|
+
'InstanceObservabilityConfigArgs',
|
81
|
+
'InstanceObservabilityConfigArgsDict',
|
80
82
|
'InstancePscInstanceConfigArgs',
|
81
83
|
'InstancePscInstanceConfigArgsDict',
|
82
84
|
'InstanceQueryInsightsConfigArgs',
|
@@ -1804,6 +1806,178 @@ class InstanceNetworkConfigAuthorizedExternalNetworkArgs:
|
|
1804
1806
|
pulumi.set(self, "cidr_range", value)
|
1805
1807
|
|
1806
1808
|
|
1809
|
+
if not MYPY:
|
1810
|
+
class InstanceObservabilityConfigArgsDict(TypedDict):
|
1811
|
+
enabled: NotRequired[pulumi.Input[bool]]
|
1812
|
+
"""
|
1813
|
+
Observability feature status for an instance.
|
1814
|
+
"""
|
1815
|
+
max_query_string_length: NotRequired[pulumi.Input[int]]
|
1816
|
+
"""
|
1817
|
+
Query string length. The default value is 10240. Any integer between 1024 and 100000 is considered valid.
|
1818
|
+
"""
|
1819
|
+
preserve_comments: NotRequired[pulumi.Input[bool]]
|
1820
|
+
"""
|
1821
|
+
Preserve comments in the query string.
|
1822
|
+
"""
|
1823
|
+
query_plans_per_minute: NotRequired[pulumi.Input[int]]
|
1824
|
+
"""
|
1825
|
+
Number of query execution plans captured by Insights per minute for all queries combined. The default value is 5. Any integer between 0 and 200 is considered valid.
|
1826
|
+
"""
|
1827
|
+
record_application_tags: NotRequired[pulumi.Input[bool]]
|
1828
|
+
"""
|
1829
|
+
Record application tags for an instance. This flag is turned "on" by default.
|
1830
|
+
"""
|
1831
|
+
track_active_queries: NotRequired[pulumi.Input[bool]]
|
1832
|
+
"""
|
1833
|
+
Track actively running queries. If not set, default value is "off".
|
1834
|
+
"""
|
1835
|
+
track_wait_event_types: NotRequired[pulumi.Input[bool]]
|
1836
|
+
"""
|
1837
|
+
Record wait event types during query execution for an instance.
|
1838
|
+
"""
|
1839
|
+
track_wait_events: NotRequired[pulumi.Input[bool]]
|
1840
|
+
"""
|
1841
|
+
Record wait events during query execution for an instance.
|
1842
|
+
"""
|
1843
|
+
elif False:
|
1844
|
+
InstanceObservabilityConfigArgsDict: TypeAlias = Mapping[str, Any]
|
1845
|
+
|
1846
|
+
@pulumi.input_type
|
1847
|
+
class InstanceObservabilityConfigArgs:
|
1848
|
+
def __init__(__self__, *,
|
1849
|
+
enabled: Optional[pulumi.Input[bool]] = None,
|
1850
|
+
max_query_string_length: Optional[pulumi.Input[int]] = None,
|
1851
|
+
preserve_comments: Optional[pulumi.Input[bool]] = None,
|
1852
|
+
query_plans_per_minute: Optional[pulumi.Input[int]] = None,
|
1853
|
+
record_application_tags: Optional[pulumi.Input[bool]] = None,
|
1854
|
+
track_active_queries: Optional[pulumi.Input[bool]] = None,
|
1855
|
+
track_wait_event_types: Optional[pulumi.Input[bool]] = None,
|
1856
|
+
track_wait_events: Optional[pulumi.Input[bool]] = None):
|
1857
|
+
"""
|
1858
|
+
:param pulumi.Input[bool] enabled: Observability feature status for an instance.
|
1859
|
+
:param pulumi.Input[int] max_query_string_length: Query string length. The default value is 10240. Any integer between 1024 and 100000 is considered valid.
|
1860
|
+
:param pulumi.Input[bool] preserve_comments: Preserve comments in the query string.
|
1861
|
+
:param pulumi.Input[int] query_plans_per_minute: Number of query execution plans captured by Insights per minute for all queries combined. The default value is 5. Any integer between 0 and 200 is considered valid.
|
1862
|
+
:param pulumi.Input[bool] record_application_tags: Record application tags for an instance. This flag is turned "on" by default.
|
1863
|
+
:param pulumi.Input[bool] track_active_queries: Track actively running queries. If not set, default value is "off".
|
1864
|
+
:param pulumi.Input[bool] track_wait_event_types: Record wait event types during query execution for an instance.
|
1865
|
+
:param pulumi.Input[bool] track_wait_events: Record wait events during query execution for an instance.
|
1866
|
+
"""
|
1867
|
+
if enabled is not None:
|
1868
|
+
pulumi.set(__self__, "enabled", enabled)
|
1869
|
+
if max_query_string_length is not None:
|
1870
|
+
pulumi.set(__self__, "max_query_string_length", max_query_string_length)
|
1871
|
+
if preserve_comments is not None:
|
1872
|
+
pulumi.set(__self__, "preserve_comments", preserve_comments)
|
1873
|
+
if query_plans_per_minute is not None:
|
1874
|
+
pulumi.set(__self__, "query_plans_per_minute", query_plans_per_minute)
|
1875
|
+
if record_application_tags is not None:
|
1876
|
+
pulumi.set(__self__, "record_application_tags", record_application_tags)
|
1877
|
+
if track_active_queries is not None:
|
1878
|
+
pulumi.set(__self__, "track_active_queries", track_active_queries)
|
1879
|
+
if track_wait_event_types is not None:
|
1880
|
+
pulumi.set(__self__, "track_wait_event_types", track_wait_event_types)
|
1881
|
+
if track_wait_events is not None:
|
1882
|
+
pulumi.set(__self__, "track_wait_events", track_wait_events)
|
1883
|
+
|
1884
|
+
@property
|
1885
|
+
@pulumi.getter
|
1886
|
+
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
1887
|
+
"""
|
1888
|
+
Observability feature status for an instance.
|
1889
|
+
"""
|
1890
|
+
return pulumi.get(self, "enabled")
|
1891
|
+
|
1892
|
+
@enabled.setter
|
1893
|
+
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
1894
|
+
pulumi.set(self, "enabled", value)
|
1895
|
+
|
1896
|
+
@property
|
1897
|
+
@pulumi.getter(name="maxQueryStringLength")
|
1898
|
+
def max_query_string_length(self) -> Optional[pulumi.Input[int]]:
|
1899
|
+
"""
|
1900
|
+
Query string length. The default value is 10240. Any integer between 1024 and 100000 is considered valid.
|
1901
|
+
"""
|
1902
|
+
return pulumi.get(self, "max_query_string_length")
|
1903
|
+
|
1904
|
+
@max_query_string_length.setter
|
1905
|
+
def max_query_string_length(self, value: Optional[pulumi.Input[int]]):
|
1906
|
+
pulumi.set(self, "max_query_string_length", value)
|
1907
|
+
|
1908
|
+
@property
|
1909
|
+
@pulumi.getter(name="preserveComments")
|
1910
|
+
def preserve_comments(self) -> Optional[pulumi.Input[bool]]:
|
1911
|
+
"""
|
1912
|
+
Preserve comments in the query string.
|
1913
|
+
"""
|
1914
|
+
return pulumi.get(self, "preserve_comments")
|
1915
|
+
|
1916
|
+
@preserve_comments.setter
|
1917
|
+
def preserve_comments(self, value: Optional[pulumi.Input[bool]]):
|
1918
|
+
pulumi.set(self, "preserve_comments", value)
|
1919
|
+
|
1920
|
+
@property
|
1921
|
+
@pulumi.getter(name="queryPlansPerMinute")
|
1922
|
+
def query_plans_per_minute(self) -> Optional[pulumi.Input[int]]:
|
1923
|
+
"""
|
1924
|
+
Number of query execution plans captured by Insights per minute for all queries combined. The default value is 5. Any integer between 0 and 200 is considered valid.
|
1925
|
+
"""
|
1926
|
+
return pulumi.get(self, "query_plans_per_minute")
|
1927
|
+
|
1928
|
+
@query_plans_per_minute.setter
|
1929
|
+
def query_plans_per_minute(self, value: Optional[pulumi.Input[int]]):
|
1930
|
+
pulumi.set(self, "query_plans_per_minute", value)
|
1931
|
+
|
1932
|
+
@property
|
1933
|
+
@pulumi.getter(name="recordApplicationTags")
|
1934
|
+
def record_application_tags(self) -> Optional[pulumi.Input[bool]]:
|
1935
|
+
"""
|
1936
|
+
Record application tags for an instance. This flag is turned "on" by default.
|
1937
|
+
"""
|
1938
|
+
return pulumi.get(self, "record_application_tags")
|
1939
|
+
|
1940
|
+
@record_application_tags.setter
|
1941
|
+
def record_application_tags(self, value: Optional[pulumi.Input[bool]]):
|
1942
|
+
pulumi.set(self, "record_application_tags", value)
|
1943
|
+
|
1944
|
+
@property
|
1945
|
+
@pulumi.getter(name="trackActiveQueries")
|
1946
|
+
def track_active_queries(self) -> Optional[pulumi.Input[bool]]:
|
1947
|
+
"""
|
1948
|
+
Track actively running queries. If not set, default value is "off".
|
1949
|
+
"""
|
1950
|
+
return pulumi.get(self, "track_active_queries")
|
1951
|
+
|
1952
|
+
@track_active_queries.setter
|
1953
|
+
def track_active_queries(self, value: Optional[pulumi.Input[bool]]):
|
1954
|
+
pulumi.set(self, "track_active_queries", value)
|
1955
|
+
|
1956
|
+
@property
|
1957
|
+
@pulumi.getter(name="trackWaitEventTypes")
|
1958
|
+
def track_wait_event_types(self) -> Optional[pulumi.Input[bool]]:
|
1959
|
+
"""
|
1960
|
+
Record wait event types during query execution for an instance.
|
1961
|
+
"""
|
1962
|
+
return pulumi.get(self, "track_wait_event_types")
|
1963
|
+
|
1964
|
+
@track_wait_event_types.setter
|
1965
|
+
def track_wait_event_types(self, value: Optional[pulumi.Input[bool]]):
|
1966
|
+
pulumi.set(self, "track_wait_event_types", value)
|
1967
|
+
|
1968
|
+
@property
|
1969
|
+
@pulumi.getter(name="trackWaitEvents")
|
1970
|
+
def track_wait_events(self) -> Optional[pulumi.Input[bool]]:
|
1971
|
+
"""
|
1972
|
+
Record wait events during query execution for an instance.
|
1973
|
+
"""
|
1974
|
+
return pulumi.get(self, "track_wait_events")
|
1975
|
+
|
1976
|
+
@track_wait_events.setter
|
1977
|
+
def track_wait_events(self, value: Optional[pulumi.Input[bool]]):
|
1978
|
+
pulumi.set(self, "track_wait_events", value)
|
1979
|
+
|
1980
|
+
|
1807
1981
|
if not MYPY:
|
1808
1982
|
class InstancePscInstanceConfigArgsDict(TypedDict):
|
1809
1983
|
allowed_consumer_projects: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
pulumi_gcp/alloydb/instance.py
CHANGED
@@ -33,6 +33,7 @@ class InstanceArgs:
|
|
33
33
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
34
34
|
machine_config: Optional[pulumi.Input['InstanceMachineConfigArgs']] = None,
|
35
35
|
network_config: Optional[pulumi.Input['InstanceNetworkConfigArgs']] = None,
|
36
|
+
observability_config: Optional[pulumi.Input['InstanceObservabilityConfigArgs']] = None,
|
36
37
|
psc_instance_config: Optional[pulumi.Input['InstancePscInstanceConfigArgs']] = None,
|
37
38
|
query_insights_config: Optional[pulumi.Input['InstanceQueryInsightsConfigArgs']] = None,
|
38
39
|
read_pool_config: Optional[pulumi.Input['InstanceReadPoolConfigArgs']] = None):
|
@@ -66,6 +67,8 @@ class InstanceArgs:
|
|
66
67
|
Structure is documented below.
|
67
68
|
:param pulumi.Input['InstanceNetworkConfigArgs'] network_config: Instance level network configuration.
|
68
69
|
Structure is documented below.
|
70
|
+
:param pulumi.Input['InstanceObservabilityConfigArgs'] observability_config: Configuration for enhanced query insights.
|
71
|
+
Structure is documented below.
|
69
72
|
:param pulumi.Input['InstancePscInstanceConfigArgs'] psc_instance_config: Configuration for Private Service Connect (PSC) for the instance.
|
70
73
|
Structure is documented below.
|
71
74
|
:param pulumi.Input['InstanceQueryInsightsConfigArgs'] query_insights_config: Configuration for query insights.
|
@@ -94,6 +97,8 @@ class InstanceArgs:
|
|
94
97
|
pulumi.set(__self__, "machine_config", machine_config)
|
95
98
|
if network_config is not None:
|
96
99
|
pulumi.set(__self__, "network_config", network_config)
|
100
|
+
if observability_config is not None:
|
101
|
+
pulumi.set(__self__, "observability_config", observability_config)
|
97
102
|
if psc_instance_config is not None:
|
98
103
|
pulumi.set(__self__, "psc_instance_config", psc_instance_config)
|
99
104
|
if query_insights_config is not None:
|
@@ -259,6 +264,19 @@ class InstanceArgs:
|
|
259
264
|
def network_config(self, value: Optional[pulumi.Input['InstanceNetworkConfigArgs']]):
|
260
265
|
pulumi.set(self, "network_config", value)
|
261
266
|
|
267
|
+
@property
|
268
|
+
@pulumi.getter(name="observabilityConfig")
|
269
|
+
def observability_config(self) -> Optional[pulumi.Input['InstanceObservabilityConfigArgs']]:
|
270
|
+
"""
|
271
|
+
Configuration for enhanced query insights.
|
272
|
+
Structure is documented below.
|
273
|
+
"""
|
274
|
+
return pulumi.get(self, "observability_config")
|
275
|
+
|
276
|
+
@observability_config.setter
|
277
|
+
def observability_config(self, value: Optional[pulumi.Input['InstanceObservabilityConfigArgs']]):
|
278
|
+
pulumi.set(self, "observability_config", value)
|
279
|
+
|
262
280
|
@property
|
263
281
|
@pulumi.getter(name="pscInstanceConfig")
|
264
282
|
def psc_instance_config(self) -> Optional[pulumi.Input['InstancePscInstanceConfigArgs']]:
|
@@ -319,6 +337,7 @@ class _InstanceState:
|
|
319
337
|
machine_config: Optional[pulumi.Input['InstanceMachineConfigArgs']] = None,
|
320
338
|
name: Optional[pulumi.Input[str]] = None,
|
321
339
|
network_config: Optional[pulumi.Input['InstanceNetworkConfigArgs']] = None,
|
340
|
+
observability_config: Optional[pulumi.Input['InstanceObservabilityConfigArgs']] = None,
|
322
341
|
psc_instance_config: Optional[pulumi.Input['InstancePscInstanceConfigArgs']] = None,
|
323
342
|
public_ip_address: Optional[pulumi.Input[str]] = None,
|
324
343
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -362,6 +381,8 @@ class _InstanceState:
|
|
362
381
|
:param pulumi.Input[str] name: The name of the instance resource.
|
363
382
|
:param pulumi.Input['InstanceNetworkConfigArgs'] network_config: Instance level network configuration.
|
364
383
|
Structure is documented below.
|
384
|
+
:param pulumi.Input['InstanceObservabilityConfigArgs'] observability_config: Configuration for enhanced query insights.
|
385
|
+
Structure is documented below.
|
365
386
|
:param pulumi.Input['InstancePscInstanceConfigArgs'] psc_instance_config: Configuration for Private Service Connect (PSC) for the instance.
|
366
387
|
Structure is documented below.
|
367
388
|
:param pulumi.Input[str] public_ip_address: The public IP addresses for the Instance. This is available ONLY when
|
@@ -412,6 +433,8 @@ class _InstanceState:
|
|
412
433
|
pulumi.set(__self__, "name", name)
|
413
434
|
if network_config is not None:
|
414
435
|
pulumi.set(__self__, "network_config", network_config)
|
436
|
+
if observability_config is not None:
|
437
|
+
pulumi.set(__self__, "observability_config", observability_config)
|
415
438
|
if psc_instance_config is not None:
|
416
439
|
pulumi.set(__self__, "psc_instance_config", psc_instance_config)
|
417
440
|
if public_ip_address is not None:
|
@@ -646,6 +669,19 @@ class _InstanceState:
|
|
646
669
|
def network_config(self, value: Optional[pulumi.Input['InstanceNetworkConfigArgs']]):
|
647
670
|
pulumi.set(self, "network_config", value)
|
648
671
|
|
672
|
+
@property
|
673
|
+
@pulumi.getter(name="observabilityConfig")
|
674
|
+
def observability_config(self) -> Optional[pulumi.Input['InstanceObservabilityConfigArgs']]:
|
675
|
+
"""
|
676
|
+
Configuration for enhanced query insights.
|
677
|
+
Structure is documented below.
|
678
|
+
"""
|
679
|
+
return pulumi.get(self, "observability_config")
|
680
|
+
|
681
|
+
@observability_config.setter
|
682
|
+
def observability_config(self, value: Optional[pulumi.Input['InstanceObservabilityConfigArgs']]):
|
683
|
+
pulumi.set(self, "observability_config", value)
|
684
|
+
|
649
685
|
@property
|
650
686
|
@pulumi.getter(name="pscInstanceConfig")
|
651
687
|
def psc_instance_config(self) -> Optional[pulumi.Input['InstancePscInstanceConfigArgs']]:
|
@@ -778,6 +814,7 @@ class Instance(pulumi.CustomResource):
|
|
778
814
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
779
815
|
machine_config: Optional[pulumi.Input[Union['InstanceMachineConfigArgs', 'InstanceMachineConfigArgsDict']]] = None,
|
780
816
|
network_config: Optional[pulumi.Input[Union['InstanceNetworkConfigArgs', 'InstanceNetworkConfigArgsDict']]] = None,
|
817
|
+
observability_config: Optional[pulumi.Input[Union['InstanceObservabilityConfigArgs', 'InstanceObservabilityConfigArgsDict']]] = None,
|
781
818
|
psc_instance_config: Optional[pulumi.Input[Union['InstancePscInstanceConfigArgs', 'InstancePscInstanceConfigArgsDict']]] = None,
|
782
819
|
query_insights_config: Optional[pulumi.Input[Union['InstanceQueryInsightsConfigArgs', 'InstanceQueryInsightsConfigArgsDict']]] = None,
|
783
820
|
read_pool_config: Optional[pulumi.Input[Union['InstanceReadPoolConfigArgs', 'InstanceReadPoolConfigArgsDict']]] = None,
|
@@ -928,6 +965,8 @@ class Instance(pulumi.CustomResource):
|
|
928
965
|
Structure is documented below.
|
929
966
|
:param pulumi.Input[Union['InstanceNetworkConfigArgs', 'InstanceNetworkConfigArgsDict']] network_config: Instance level network configuration.
|
930
967
|
Structure is documented below.
|
968
|
+
:param pulumi.Input[Union['InstanceObservabilityConfigArgs', 'InstanceObservabilityConfigArgsDict']] observability_config: Configuration for enhanced query insights.
|
969
|
+
Structure is documented below.
|
931
970
|
:param pulumi.Input[Union['InstancePscInstanceConfigArgs', 'InstancePscInstanceConfigArgsDict']] psc_instance_config: Configuration for Private Service Connect (PSC) for the instance.
|
932
971
|
Structure is documented below.
|
933
972
|
:param pulumi.Input[Union['InstanceQueryInsightsConfigArgs', 'InstanceQueryInsightsConfigArgsDict']] query_insights_config: Configuration for query insights.
|
@@ -1084,6 +1123,7 @@ class Instance(pulumi.CustomResource):
|
|
1084
1123
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1085
1124
|
machine_config: Optional[pulumi.Input[Union['InstanceMachineConfigArgs', 'InstanceMachineConfigArgsDict']]] = None,
|
1086
1125
|
network_config: Optional[pulumi.Input[Union['InstanceNetworkConfigArgs', 'InstanceNetworkConfigArgsDict']]] = None,
|
1126
|
+
observability_config: Optional[pulumi.Input[Union['InstanceObservabilityConfigArgs', 'InstanceObservabilityConfigArgsDict']]] = None,
|
1087
1127
|
psc_instance_config: Optional[pulumi.Input[Union['InstancePscInstanceConfigArgs', 'InstancePscInstanceConfigArgsDict']]] = None,
|
1088
1128
|
query_insights_config: Optional[pulumi.Input[Union['InstanceQueryInsightsConfigArgs', 'InstanceQueryInsightsConfigArgsDict']]] = None,
|
1089
1129
|
read_pool_config: Optional[pulumi.Input[Union['InstanceReadPoolConfigArgs', 'InstanceReadPoolConfigArgsDict']]] = None,
|
@@ -1114,6 +1154,7 @@ class Instance(pulumi.CustomResource):
|
|
1114
1154
|
__props__.__dict__["labels"] = labels
|
1115
1155
|
__props__.__dict__["machine_config"] = machine_config
|
1116
1156
|
__props__.__dict__["network_config"] = network_config
|
1157
|
+
__props__.__dict__["observability_config"] = observability_config
|
1117
1158
|
__props__.__dict__["psc_instance_config"] = psc_instance_config
|
1118
1159
|
__props__.__dict__["query_insights_config"] = query_insights_config
|
1119
1160
|
__props__.__dict__["read_pool_config"] = read_pool_config
|
@@ -1157,6 +1198,7 @@ class Instance(pulumi.CustomResource):
|
|
1157
1198
|
machine_config: Optional[pulumi.Input[Union['InstanceMachineConfigArgs', 'InstanceMachineConfigArgsDict']]] = None,
|
1158
1199
|
name: Optional[pulumi.Input[str]] = None,
|
1159
1200
|
network_config: Optional[pulumi.Input[Union['InstanceNetworkConfigArgs', 'InstanceNetworkConfigArgsDict']]] = None,
|
1201
|
+
observability_config: Optional[pulumi.Input[Union['InstanceObservabilityConfigArgs', 'InstanceObservabilityConfigArgsDict']]] = None,
|
1160
1202
|
psc_instance_config: Optional[pulumi.Input[Union['InstancePscInstanceConfigArgs', 'InstancePscInstanceConfigArgsDict']]] = None,
|
1161
1203
|
public_ip_address: Optional[pulumi.Input[str]] = None,
|
1162
1204
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -1205,6 +1247,8 @@ class Instance(pulumi.CustomResource):
|
|
1205
1247
|
:param pulumi.Input[str] name: The name of the instance resource.
|
1206
1248
|
:param pulumi.Input[Union['InstanceNetworkConfigArgs', 'InstanceNetworkConfigArgsDict']] network_config: Instance level network configuration.
|
1207
1249
|
Structure is documented below.
|
1250
|
+
:param pulumi.Input[Union['InstanceObservabilityConfigArgs', 'InstanceObservabilityConfigArgsDict']] observability_config: Configuration for enhanced query insights.
|
1251
|
+
Structure is documented below.
|
1208
1252
|
:param pulumi.Input[Union['InstancePscInstanceConfigArgs', 'InstancePscInstanceConfigArgsDict']] psc_instance_config: Configuration for Private Service Connect (PSC) for the instance.
|
1209
1253
|
Structure is documented below.
|
1210
1254
|
:param pulumi.Input[str] public_ip_address: The public IP addresses for the Instance. This is available ONLY when
|
@@ -1242,6 +1286,7 @@ class Instance(pulumi.CustomResource):
|
|
1242
1286
|
__props__.__dict__["machine_config"] = machine_config
|
1243
1287
|
__props__.__dict__["name"] = name
|
1244
1288
|
__props__.__dict__["network_config"] = network_config
|
1289
|
+
__props__.__dict__["observability_config"] = observability_config
|
1245
1290
|
__props__.__dict__["psc_instance_config"] = psc_instance_config
|
1246
1291
|
__props__.__dict__["public_ip_address"] = public_ip_address
|
1247
1292
|
__props__.__dict__["pulumi_labels"] = pulumi_labels
|
@@ -1400,6 +1445,15 @@ class Instance(pulumi.CustomResource):
|
|
1400
1445
|
"""
|
1401
1446
|
return pulumi.get(self, "network_config")
|
1402
1447
|
|
1448
|
+
@property
|
1449
|
+
@pulumi.getter(name="observabilityConfig")
|
1450
|
+
def observability_config(self) -> pulumi.Output['outputs.InstanceObservabilityConfig']:
|
1451
|
+
"""
|
1452
|
+
Configuration for enhanced query insights.
|
1453
|
+
Structure is documented below.
|
1454
|
+
"""
|
1455
|
+
return pulumi.get(self, "observability_config")
|
1456
|
+
|
1403
1457
|
@property
|
1404
1458
|
@pulumi.getter(name="pscInstanceConfig")
|
1405
1459
|
def psc_instance_config(self) -> pulumi.Output[Optional['outputs.InstancePscInstanceConfig']]:
|