pulumi-gcp 7.8.0a1706805960__py3-none-any.whl → 7.8.0a1706829616__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pulumi_gcp/_utilities.py +6 -2
- pulumi_gcp/alloydb/outputs.py +16 -0
- pulumi_gcp/artifactregistry/outputs.py +204 -0
- pulumi_gcp/assuredworkloads/_inputs.py +34 -0
- pulumi_gcp/assuredworkloads/outputs.py +34 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +20 -0
- pulumi_gcp/beyondcorp/outputs.py +54 -0
- pulumi_gcp/bigquery/_inputs.py +18 -0
- pulumi_gcp/bigquery/outputs.py +172 -0
- pulumi_gcp/bigtable/_inputs.py +4 -0
- pulumi_gcp/bigtable/outputs.py +4 -0
- pulumi_gcp/certificateauthority/outputs.py +378 -0
- pulumi_gcp/certificatemanager/outputs.py +32 -0
- pulumi_gcp/cloudbuild/outputs.py +1009 -3
- pulumi_gcp/cloudbuildv2/_inputs.py +14 -0
- pulumi_gcp/cloudbuildv2/outputs.py +14 -0
- pulumi_gcp/clouddeploy/_inputs.py +36 -0
- pulumi_gcp/clouddeploy/outputs.py +36 -0
- pulumi_gcp/cloudfunctions/_inputs.py +4 -0
- pulumi_gcp/cloudfunctions/outputs.py +54 -0
- pulumi_gcp/cloudfunctionsv2/outputs.py +302 -0
- pulumi_gcp/cloudidentity/outputs.py +54 -0
- pulumi_gcp/cloudrun/outputs.py +704 -0
- pulumi_gcp/cloudrunv2/outputs.py +929 -5
- pulumi_gcp/composer/_inputs.py +430 -0
- pulumi_gcp/composer/outputs.py +860 -0
- pulumi_gcp/compute/_inputs.py +924 -0
- pulumi_gcp/compute/outputs.py +4091 -1
- pulumi_gcp/container/_inputs.py +542 -0
- pulumi_gcp/container/outputs.py +2137 -3
- pulumi_gcp/dataplex/_inputs.py +66 -0
- pulumi_gcp/dataplex/outputs.py +66 -0
- pulumi_gcp/dataproc/_inputs.py +174 -0
- pulumi_gcp/dataproc/outputs.py +174 -0
- pulumi_gcp/dns/_inputs.py +34 -0
- pulumi_gcp/dns/outputs.py +34 -0
- pulumi_gcp/filestore/outputs.py +88 -0
- pulumi_gcp/firebaserules/_inputs.py +6 -0
- pulumi_gcp/firebaserules/outputs.py +6 -0
- pulumi_gcp/folder/_inputs.py +4 -0
- pulumi_gcp/folder/iam_audit_config.py +2 -2
- pulumi_gcp/folder/iam_member.py +2 -2
- pulumi_gcp/folder/iam_policy.py +2 -2
- pulumi_gcp/folder/outputs.py +54 -0
- pulumi_gcp/gkehub/_inputs.py +8 -0
- pulumi_gcp/gkehub/outputs.py +8 -0
- pulumi_gcp/iam/outputs.py +92 -0
- pulumi_gcp/kms/outputs.py +16 -0
- pulumi_gcp/logging/_inputs.py +108 -0
- pulumi_gcp/logging/outputs.py +108 -0
- pulumi_gcp/monitoring/outputs.py +14 -0
- pulumi_gcp/networkconnectivity/_inputs.py +6 -0
- pulumi_gcp/networkconnectivity/outputs.py +6 -0
- pulumi_gcp/organizations/_inputs.py +4 -0
- pulumi_gcp/organizations/iam_audit_config.py +2 -2
- pulumi_gcp/organizations/iam_member.py +2 -2
- pulumi_gcp/organizations/iam_policy.py +2 -2
- pulumi_gcp/organizations/outputs.py +4 -0
- pulumi_gcp/projects/_inputs.py +4 -0
- pulumi_gcp/projects/iam_audit_config.py +2 -2
- pulumi_gcp/projects/iam_binding.py +2 -2
- pulumi_gcp/projects/iam_member.py +2 -2
- pulumi_gcp/projects/iam_policy.py +2 -2
- pulumi_gcp/projects/outputs.py +54 -0
- pulumi_gcp/pubsub/outputs.py +282 -0
- pulumi_gcp/redis/outputs.py +204 -0
- pulumi_gcp/secretmanager/outputs.py +88 -0
- pulumi_gcp/sourcerepo/outputs.py +20 -0
- pulumi_gcp/spanner/outputs.py +68 -0
- pulumi_gcp/sql/_inputs.py +50 -0
- pulumi_gcp/sql/outputs.py +904 -0
- pulumi_gcp/storage/outputs.py +188 -0
- pulumi_gcp/vertex/outputs.py +124 -0
- pulumi_gcp/vmwareengine/outputs.py +208 -0
- pulumi_gcp/vpcaccess/outputs.py +4 -0
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/METADATA +2 -1
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/RECORD +79 -79
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/top_level.txt +0 -0
pulumi_gcp/redis/outputs.py
CHANGED
@@ -915,6 +915,20 @@ class GetInstanceMaintenancePolicyResult(dict):
|
|
915
915
|
description: str,
|
916
916
|
update_time: str,
|
917
917
|
weekly_maintenance_windows: Sequence['outputs.GetInstanceMaintenancePolicyWeeklyMaintenanceWindowResult']):
|
918
|
+
"""
|
919
|
+
:param str create_time: Output only. The time when the policy was created.
|
920
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
|
921
|
+
resolution and up to nine fractional digits.
|
922
|
+
:param str description: Optional. Description of what this policy is for.
|
923
|
+
Create/Update methods return INVALID_ARGUMENT if the
|
924
|
+
length is greater than 512.
|
925
|
+
:param str update_time: Output only. The time when the policy was last updated.
|
926
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
|
927
|
+
resolution and up to nine fractional digits.
|
928
|
+
:param Sequence['GetInstanceMaintenancePolicyWeeklyMaintenanceWindowArgs'] weekly_maintenance_windows: Optional. Maintenance window that is applied to resources covered by this policy.
|
929
|
+
Minimum 1. For the current version, the maximum number
|
930
|
+
of weekly_window is expected to be one.
|
931
|
+
"""
|
918
932
|
pulumi.set(__self__, "create_time", create_time)
|
919
933
|
pulumi.set(__self__, "description", description)
|
920
934
|
pulumi.set(__self__, "update_time", update_time)
|
@@ -923,21 +937,41 @@ class GetInstanceMaintenancePolicyResult(dict):
|
|
923
937
|
@property
|
924
938
|
@pulumi.getter(name="createTime")
|
925
939
|
def create_time(self) -> str:
|
940
|
+
"""
|
941
|
+
Output only. The time when the policy was created.
|
942
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
|
943
|
+
resolution and up to nine fractional digits.
|
944
|
+
"""
|
926
945
|
return pulumi.get(self, "create_time")
|
927
946
|
|
928
947
|
@property
|
929
948
|
@pulumi.getter
|
930
949
|
def description(self) -> str:
|
950
|
+
"""
|
951
|
+
Optional. Description of what this policy is for.
|
952
|
+
Create/Update methods return INVALID_ARGUMENT if the
|
953
|
+
length is greater than 512.
|
954
|
+
"""
|
931
955
|
return pulumi.get(self, "description")
|
932
956
|
|
933
957
|
@property
|
934
958
|
@pulumi.getter(name="updateTime")
|
935
959
|
def update_time(self) -> str:
|
960
|
+
"""
|
961
|
+
Output only. The time when the policy was last updated.
|
962
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
|
963
|
+
resolution and up to nine fractional digits.
|
964
|
+
"""
|
936
965
|
return pulumi.get(self, "update_time")
|
937
966
|
|
938
967
|
@property
|
939
968
|
@pulumi.getter(name="weeklyMaintenanceWindows")
|
940
969
|
def weekly_maintenance_windows(self) -> Sequence['outputs.GetInstanceMaintenancePolicyWeeklyMaintenanceWindowResult']:
|
970
|
+
"""
|
971
|
+
Optional. Maintenance window that is applied to resources covered by this policy.
|
972
|
+
Minimum 1. For the current version, the maximum number
|
973
|
+
of weekly_window is expected to be one.
|
974
|
+
"""
|
941
975
|
return pulumi.get(self, "weekly_maintenance_windows")
|
942
976
|
|
943
977
|
|
@@ -947,6 +981,23 @@ class GetInstanceMaintenancePolicyWeeklyMaintenanceWindowResult(dict):
|
|
947
981
|
day: str,
|
948
982
|
duration: str,
|
949
983
|
start_times: Sequence['outputs.GetInstanceMaintenancePolicyWeeklyMaintenanceWindowStartTimeResult']):
|
984
|
+
"""
|
985
|
+
:param str day: Required. The day of week that maintenance updates occur.
|
986
|
+
|
987
|
+
- DAY_OF_WEEK_UNSPECIFIED: The day of the week is unspecified.
|
988
|
+
- MONDAY: Monday
|
989
|
+
- TUESDAY: Tuesday
|
990
|
+
- WEDNESDAY: Wednesday
|
991
|
+
- THURSDAY: Thursday
|
992
|
+
- FRIDAY: Friday
|
993
|
+
- SATURDAY: Saturday
|
994
|
+
- SUNDAY: Sunday Possible values: ["DAY_OF_WEEK_UNSPECIFIED", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
|
995
|
+
:param str duration: Output only. Duration of the maintenance window.
|
996
|
+
The current window is fixed at 1 hour.
|
997
|
+
A duration in seconds with up to nine fractional digits,
|
998
|
+
terminated by 's'. Example: "3.5s".
|
999
|
+
:param Sequence['GetInstanceMaintenancePolicyWeeklyMaintenanceWindowStartTimeArgs'] start_times: Required. Start time of the window in UTC time.
|
1000
|
+
"""
|
950
1001
|
pulumi.set(__self__, "day", day)
|
951
1002
|
pulumi.set(__self__, "duration", duration)
|
952
1003
|
pulumi.set(__self__, "start_times", start_times)
|
@@ -954,16 +1005,37 @@ class GetInstanceMaintenancePolicyWeeklyMaintenanceWindowResult(dict):
|
|
954
1005
|
@property
|
955
1006
|
@pulumi.getter
|
956
1007
|
def day(self) -> str:
|
1008
|
+
"""
|
1009
|
+
Required. The day of week that maintenance updates occur.
|
1010
|
+
|
1011
|
+
- DAY_OF_WEEK_UNSPECIFIED: The day of the week is unspecified.
|
1012
|
+
- MONDAY: Monday
|
1013
|
+
- TUESDAY: Tuesday
|
1014
|
+
- WEDNESDAY: Wednesday
|
1015
|
+
- THURSDAY: Thursday
|
1016
|
+
- FRIDAY: Friday
|
1017
|
+
- SATURDAY: Saturday
|
1018
|
+
- SUNDAY: Sunday Possible values: ["DAY_OF_WEEK_UNSPECIFIED", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
|
1019
|
+
"""
|
957
1020
|
return pulumi.get(self, "day")
|
958
1021
|
|
959
1022
|
@property
|
960
1023
|
@pulumi.getter
|
961
1024
|
def duration(self) -> str:
|
1025
|
+
"""
|
1026
|
+
Output only. Duration of the maintenance window.
|
1027
|
+
The current window is fixed at 1 hour.
|
1028
|
+
A duration in seconds with up to nine fractional digits,
|
1029
|
+
terminated by 's'. Example: "3.5s".
|
1030
|
+
"""
|
962
1031
|
return pulumi.get(self, "duration")
|
963
1032
|
|
964
1033
|
@property
|
965
1034
|
@pulumi.getter(name="startTimes")
|
966
1035
|
def start_times(self) -> Sequence['outputs.GetInstanceMaintenancePolicyWeeklyMaintenanceWindowStartTimeResult']:
|
1036
|
+
"""
|
1037
|
+
Required. Start time of the window in UTC time.
|
1038
|
+
"""
|
967
1039
|
return pulumi.get(self, "start_times")
|
968
1040
|
|
969
1041
|
|
@@ -974,6 +1046,14 @@ class GetInstanceMaintenancePolicyWeeklyMaintenanceWindowStartTimeResult(dict):
|
|
974
1046
|
minutes: int,
|
975
1047
|
nanos: int,
|
976
1048
|
seconds: int):
|
1049
|
+
"""
|
1050
|
+
:param int hours: Hours of day in 24 hour format. Should be from 0 to 23.
|
1051
|
+
An API may choose to allow the value "24:00:00" for scenarios like business closing time.
|
1052
|
+
:param int minutes: Minutes of hour of day. Must be from 0 to 59.
|
1053
|
+
:param int nanos: Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
|
1054
|
+
:param int seconds: Seconds of minutes of the time. Must normally be from 0 to 59.
|
1055
|
+
An API may allow the value 60 if it allows leap-seconds.
|
1056
|
+
"""
|
977
1057
|
pulumi.set(__self__, "hours", hours)
|
978
1058
|
pulumi.set(__self__, "minutes", minutes)
|
979
1059
|
pulumi.set(__self__, "nanos", nanos)
|
@@ -982,21 +1062,35 @@ class GetInstanceMaintenancePolicyWeeklyMaintenanceWindowStartTimeResult(dict):
|
|
982
1062
|
@property
|
983
1063
|
@pulumi.getter
|
984
1064
|
def hours(self) -> int:
|
1065
|
+
"""
|
1066
|
+
Hours of day in 24 hour format. Should be from 0 to 23.
|
1067
|
+
An API may choose to allow the value "24:00:00" for scenarios like business closing time.
|
1068
|
+
"""
|
985
1069
|
return pulumi.get(self, "hours")
|
986
1070
|
|
987
1071
|
@property
|
988
1072
|
@pulumi.getter
|
989
1073
|
def minutes(self) -> int:
|
1074
|
+
"""
|
1075
|
+
Minutes of hour of day. Must be from 0 to 59.
|
1076
|
+
"""
|
990
1077
|
return pulumi.get(self, "minutes")
|
991
1078
|
|
992
1079
|
@property
|
993
1080
|
@pulumi.getter
|
994
1081
|
def nanos(self) -> int:
|
1082
|
+
"""
|
1083
|
+
Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
|
1084
|
+
"""
|
995
1085
|
return pulumi.get(self, "nanos")
|
996
1086
|
|
997
1087
|
@property
|
998
1088
|
@pulumi.getter
|
999
1089
|
def seconds(self) -> int:
|
1090
|
+
"""
|
1091
|
+
Seconds of minutes of the time. Must normally be from 0 to 59.
|
1092
|
+
An API may allow the value 60 if it allows leap-seconds.
|
1093
|
+
"""
|
1000
1094
|
return pulumi.get(self, "seconds")
|
1001
1095
|
|
1002
1096
|
|
@@ -1006,6 +1100,18 @@ class GetInstanceMaintenanceScheduleResult(dict):
|
|
1006
1100
|
end_time: str,
|
1007
1101
|
schedule_deadline_time: str,
|
1008
1102
|
start_time: str):
|
1103
|
+
"""
|
1104
|
+
:param str end_time: Output only. The end time of any upcoming scheduled maintenance for this instance.
|
1105
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
|
1106
|
+
resolution and up to nine fractional digits.
|
1107
|
+
:param str schedule_deadline_time: Output only. The deadline that the maintenance schedule start time
|
1108
|
+
can not go beyond, including reschedule.
|
1109
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
|
1110
|
+
resolution and up to nine fractional digits.
|
1111
|
+
:param str start_time: Output only. The start time of any upcoming scheduled maintenance for this instance.
|
1112
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
|
1113
|
+
resolution and up to nine fractional digits.
|
1114
|
+
"""
|
1009
1115
|
pulumi.set(__self__, "end_time", end_time)
|
1010
1116
|
pulumi.set(__self__, "schedule_deadline_time", schedule_deadline_time)
|
1011
1117
|
pulumi.set(__self__, "start_time", start_time)
|
@@ -1013,16 +1119,32 @@ class GetInstanceMaintenanceScheduleResult(dict):
|
|
1013
1119
|
@property
|
1014
1120
|
@pulumi.getter(name="endTime")
|
1015
1121
|
def end_time(self) -> str:
|
1122
|
+
"""
|
1123
|
+
Output only. The end time of any upcoming scheduled maintenance for this instance.
|
1124
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
|
1125
|
+
resolution and up to nine fractional digits.
|
1126
|
+
"""
|
1016
1127
|
return pulumi.get(self, "end_time")
|
1017
1128
|
|
1018
1129
|
@property
|
1019
1130
|
@pulumi.getter(name="scheduleDeadlineTime")
|
1020
1131
|
def schedule_deadline_time(self) -> str:
|
1132
|
+
"""
|
1133
|
+
Output only. The deadline that the maintenance schedule start time
|
1134
|
+
can not go beyond, including reschedule.
|
1135
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
|
1136
|
+
resolution and up to nine fractional digits.
|
1137
|
+
"""
|
1021
1138
|
return pulumi.get(self, "schedule_deadline_time")
|
1022
1139
|
|
1023
1140
|
@property
|
1024
1141
|
@pulumi.getter(name="startTime")
|
1025
1142
|
def start_time(self) -> str:
|
1143
|
+
"""
|
1144
|
+
Output only. The start time of any upcoming scheduled maintenance for this instance.
|
1145
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
|
1146
|
+
resolution and up to nine fractional digits.
|
1147
|
+
"""
|
1026
1148
|
return pulumi.get(self, "start_time")
|
1027
1149
|
|
1028
1150
|
|
@@ -1031,17 +1153,27 @@ class GetInstanceNodeResult(dict):
|
|
1031
1153
|
def __init__(__self__, *,
|
1032
1154
|
id: str,
|
1033
1155
|
zone: str):
|
1156
|
+
"""
|
1157
|
+
:param str id: Node identifying string. e.g. 'node-0', 'node-1'
|
1158
|
+
:param str zone: Location of the node.
|
1159
|
+
"""
|
1034
1160
|
pulumi.set(__self__, "id", id)
|
1035
1161
|
pulumi.set(__self__, "zone", zone)
|
1036
1162
|
|
1037
1163
|
@property
|
1038
1164
|
@pulumi.getter
|
1039
1165
|
def id(self) -> str:
|
1166
|
+
"""
|
1167
|
+
Node identifying string. e.g. 'node-0', 'node-1'
|
1168
|
+
"""
|
1040
1169
|
return pulumi.get(self, "id")
|
1041
1170
|
|
1042
1171
|
@property
|
1043
1172
|
@pulumi.getter
|
1044
1173
|
def zone(self) -> str:
|
1174
|
+
"""
|
1175
|
+
Location of the node.
|
1176
|
+
"""
|
1045
1177
|
return pulumi.get(self, "zone")
|
1046
1178
|
|
1047
1179
|
|
@@ -1052,6 +1184,28 @@ class GetInstancePersistenceConfigResult(dict):
|
|
1052
1184
|
rdb_next_snapshot_time: str,
|
1053
1185
|
rdb_snapshot_period: str,
|
1054
1186
|
rdb_snapshot_start_time: str):
|
1187
|
+
"""
|
1188
|
+
:param str persistence_mode: Optional. Controls whether Persistence features are enabled. If not provided, the existing value will be used.
|
1189
|
+
|
1190
|
+
- DISABLED: Persistence is disabled for the instance, and any existing snapshots are deleted.
|
1191
|
+
- RDB: RDB based Persistence is enabled. Possible values: ["DISABLED", "RDB"]
|
1192
|
+
:param str rdb_next_snapshot_time: Output only. The next time that a snapshot attempt is scheduled to occur.
|
1193
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up
|
1194
|
+
to nine fractional digits.
|
1195
|
+
Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
1196
|
+
:param str rdb_snapshot_period: Optional. Available snapshot periods for scheduling.
|
1197
|
+
|
1198
|
+
- ONE_HOUR: Snapshot every 1 hour.
|
1199
|
+
- SIX_HOURS: Snapshot every 6 hours.
|
1200
|
+
- TWELVE_HOURS: Snapshot every 12 hours.
|
1201
|
+
- TWENTY_FOUR_HOURS: Snapshot every 24 hours. Possible values: ["ONE_HOUR", "SIX_HOURS", "TWELVE_HOURS", "TWENTY_FOUR_HOURS"]
|
1202
|
+
:param str rdb_snapshot_start_time: Optional. Date and time that the first snapshot was/will be attempted,
|
1203
|
+
and to which future snapshots will be aligned. If not provided,
|
1204
|
+
the current time will be used.
|
1205
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution
|
1206
|
+
and up to nine fractional digits.
|
1207
|
+
Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
1208
|
+
"""
|
1055
1209
|
pulumi.set(__self__, "persistence_mode", persistence_mode)
|
1056
1210
|
pulumi.set(__self__, "rdb_next_snapshot_time", rdb_next_snapshot_time)
|
1057
1211
|
pulumi.set(__self__, "rdb_snapshot_period", rdb_snapshot_period)
|
@@ -1060,21 +1214,49 @@ class GetInstancePersistenceConfigResult(dict):
|
|
1060
1214
|
@property
|
1061
1215
|
@pulumi.getter(name="persistenceMode")
|
1062
1216
|
def persistence_mode(self) -> str:
|
1217
|
+
"""
|
1218
|
+
Optional. Controls whether Persistence features are enabled. If not provided, the existing value will be used.
|
1219
|
+
|
1220
|
+
- DISABLED: Persistence is disabled for the instance, and any existing snapshots are deleted.
|
1221
|
+
- RDB: RDB based Persistence is enabled. Possible values: ["DISABLED", "RDB"]
|
1222
|
+
"""
|
1063
1223
|
return pulumi.get(self, "persistence_mode")
|
1064
1224
|
|
1065
1225
|
@property
|
1066
1226
|
@pulumi.getter(name="rdbNextSnapshotTime")
|
1067
1227
|
def rdb_next_snapshot_time(self) -> str:
|
1228
|
+
"""
|
1229
|
+
Output only. The next time that a snapshot attempt is scheduled to occur.
|
1230
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up
|
1231
|
+
to nine fractional digits.
|
1232
|
+
Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
1233
|
+
"""
|
1068
1234
|
return pulumi.get(self, "rdb_next_snapshot_time")
|
1069
1235
|
|
1070
1236
|
@property
|
1071
1237
|
@pulumi.getter(name="rdbSnapshotPeriod")
|
1072
1238
|
def rdb_snapshot_period(self) -> str:
|
1239
|
+
"""
|
1240
|
+
Optional. Available snapshot periods for scheduling.
|
1241
|
+
|
1242
|
+
- ONE_HOUR: Snapshot every 1 hour.
|
1243
|
+
- SIX_HOURS: Snapshot every 6 hours.
|
1244
|
+
- TWELVE_HOURS: Snapshot every 12 hours.
|
1245
|
+
- TWENTY_FOUR_HOURS: Snapshot every 24 hours. Possible values: ["ONE_HOUR", "SIX_HOURS", "TWELVE_HOURS", "TWENTY_FOUR_HOURS"]
|
1246
|
+
"""
|
1073
1247
|
return pulumi.get(self, "rdb_snapshot_period")
|
1074
1248
|
|
1075
1249
|
@property
|
1076
1250
|
@pulumi.getter(name="rdbSnapshotStartTime")
|
1077
1251
|
def rdb_snapshot_start_time(self) -> str:
|
1252
|
+
"""
|
1253
|
+
Optional. Date and time that the first snapshot was/will be attempted,
|
1254
|
+
and to which future snapshots will be aligned. If not provided,
|
1255
|
+
the current time will be used.
|
1256
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution
|
1257
|
+
and up to nine fractional digits.
|
1258
|
+
Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
1259
|
+
"""
|
1078
1260
|
return pulumi.get(self, "rdb_snapshot_start_time")
|
1079
1261
|
|
1080
1262
|
|
@@ -1086,6 +1268,13 @@ class GetInstanceServerCaCertResult(dict):
|
|
1086
1268
|
expire_time: str,
|
1087
1269
|
serial_number: str,
|
1088
1270
|
sha1_fingerprint: str):
|
1271
|
+
"""
|
1272
|
+
:param str cert: The certificate data in PEM format.
|
1273
|
+
:param str create_time: The time when the certificate was created.
|
1274
|
+
:param str expire_time: The time when the certificate expires.
|
1275
|
+
:param str serial_number: Serial number, as extracted from the certificate.
|
1276
|
+
:param str sha1_fingerprint: Sha1 Fingerprint of the certificate.
|
1277
|
+
"""
|
1089
1278
|
pulumi.set(__self__, "cert", cert)
|
1090
1279
|
pulumi.set(__self__, "create_time", create_time)
|
1091
1280
|
pulumi.set(__self__, "expire_time", expire_time)
|
@@ -1095,26 +1284,41 @@ class GetInstanceServerCaCertResult(dict):
|
|
1095
1284
|
@property
|
1096
1285
|
@pulumi.getter
|
1097
1286
|
def cert(self) -> str:
|
1287
|
+
"""
|
1288
|
+
The certificate data in PEM format.
|
1289
|
+
"""
|
1098
1290
|
return pulumi.get(self, "cert")
|
1099
1291
|
|
1100
1292
|
@property
|
1101
1293
|
@pulumi.getter(name="createTime")
|
1102
1294
|
def create_time(self) -> str:
|
1295
|
+
"""
|
1296
|
+
The time when the certificate was created.
|
1297
|
+
"""
|
1103
1298
|
return pulumi.get(self, "create_time")
|
1104
1299
|
|
1105
1300
|
@property
|
1106
1301
|
@pulumi.getter(name="expireTime")
|
1107
1302
|
def expire_time(self) -> str:
|
1303
|
+
"""
|
1304
|
+
The time when the certificate expires.
|
1305
|
+
"""
|
1108
1306
|
return pulumi.get(self, "expire_time")
|
1109
1307
|
|
1110
1308
|
@property
|
1111
1309
|
@pulumi.getter(name="serialNumber")
|
1112
1310
|
def serial_number(self) -> str:
|
1311
|
+
"""
|
1312
|
+
Serial number, as extracted from the certificate.
|
1313
|
+
"""
|
1113
1314
|
return pulumi.get(self, "serial_number")
|
1114
1315
|
|
1115
1316
|
@property
|
1116
1317
|
@pulumi.getter(name="sha1Fingerprint")
|
1117
1318
|
def sha1_fingerprint(self) -> str:
|
1319
|
+
"""
|
1320
|
+
Sha1 Fingerprint of the certificate.
|
1321
|
+
"""
|
1118
1322
|
return pulumi.get(self, "sha1_fingerprint")
|
1119
1323
|
|
1120
1324
|
|
@@ -414,17 +414,27 @@ class GetSecretReplicationResult(dict):
|
|
414
414
|
def __init__(__self__, *,
|
415
415
|
autos: Sequence['outputs.GetSecretReplicationAutoResult'],
|
416
416
|
user_manageds: Sequence['outputs.GetSecretReplicationUserManagedResult']):
|
417
|
+
"""
|
418
|
+
:param Sequence['GetSecretReplicationAutoArgs'] autos: The Secret will automatically be replicated without any restrictions.
|
419
|
+
:param Sequence['GetSecretReplicationUserManagedArgs'] user_manageds: The Secret will be replicated to the regions specified by the user.
|
420
|
+
"""
|
417
421
|
pulumi.set(__self__, "autos", autos)
|
418
422
|
pulumi.set(__self__, "user_manageds", user_manageds)
|
419
423
|
|
420
424
|
@property
|
421
425
|
@pulumi.getter
|
422
426
|
def autos(self) -> Sequence['outputs.GetSecretReplicationAutoResult']:
|
427
|
+
"""
|
428
|
+
The Secret will automatically be replicated without any restrictions.
|
429
|
+
"""
|
423
430
|
return pulumi.get(self, "autos")
|
424
431
|
|
425
432
|
@property
|
426
433
|
@pulumi.getter(name="userManageds")
|
427
434
|
def user_manageds(self) -> Sequence['outputs.GetSecretReplicationUserManagedResult']:
|
435
|
+
"""
|
436
|
+
The Secret will be replicated to the regions specified by the user.
|
437
|
+
"""
|
428
438
|
return pulumi.get(self, "user_manageds")
|
429
439
|
|
430
440
|
|
@@ -432,11 +442,21 @@ class GetSecretReplicationResult(dict):
|
|
432
442
|
class GetSecretReplicationAutoResult(dict):
|
433
443
|
def __init__(__self__, *,
|
434
444
|
customer_managed_encryptions: Sequence['outputs.GetSecretReplicationAutoCustomerManagedEncryptionResult']):
|
445
|
+
"""
|
446
|
+
:param Sequence['GetSecretReplicationAutoCustomerManagedEncryptionArgs'] customer_managed_encryptions: The customer-managed encryption configuration of the Secret.
|
447
|
+
If no configuration is provided, Google-managed default
|
448
|
+
encryption is used.
|
449
|
+
"""
|
435
450
|
pulumi.set(__self__, "customer_managed_encryptions", customer_managed_encryptions)
|
436
451
|
|
437
452
|
@property
|
438
453
|
@pulumi.getter(name="customerManagedEncryptions")
|
439
454
|
def customer_managed_encryptions(self) -> Sequence['outputs.GetSecretReplicationAutoCustomerManagedEncryptionResult']:
|
455
|
+
"""
|
456
|
+
The customer-managed encryption configuration of the Secret.
|
457
|
+
If no configuration is provided, Google-managed default
|
458
|
+
encryption is used.
|
459
|
+
"""
|
440
460
|
return pulumi.get(self, "customer_managed_encryptions")
|
441
461
|
|
442
462
|
|
@@ -444,11 +464,17 @@ class GetSecretReplicationAutoResult(dict):
|
|
444
464
|
class GetSecretReplicationAutoCustomerManagedEncryptionResult(dict):
|
445
465
|
def __init__(__self__, *,
|
446
466
|
kms_key_name: str):
|
467
|
+
"""
|
468
|
+
:param str kms_key_name: The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads.
|
469
|
+
"""
|
447
470
|
pulumi.set(__self__, "kms_key_name", kms_key_name)
|
448
471
|
|
449
472
|
@property
|
450
473
|
@pulumi.getter(name="kmsKeyName")
|
451
474
|
def kms_key_name(self) -> str:
|
475
|
+
"""
|
476
|
+
The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads.
|
477
|
+
"""
|
452
478
|
return pulumi.get(self, "kms_key_name")
|
453
479
|
|
454
480
|
|
@@ -456,11 +482,17 @@ class GetSecretReplicationAutoCustomerManagedEncryptionResult(dict):
|
|
456
482
|
class GetSecretReplicationUserManagedResult(dict):
|
457
483
|
def __init__(__self__, *,
|
458
484
|
replicas: Sequence['outputs.GetSecretReplicationUserManagedReplicaResult']):
|
485
|
+
"""
|
486
|
+
:param Sequence['GetSecretReplicationUserManagedReplicaArgs'] replicas: The list of Replicas for this Secret. Cannot be empty.
|
487
|
+
"""
|
459
488
|
pulumi.set(__self__, "replicas", replicas)
|
460
489
|
|
461
490
|
@property
|
462
491
|
@pulumi.getter
|
463
492
|
def replicas(self) -> Sequence['outputs.GetSecretReplicationUserManagedReplicaResult']:
|
493
|
+
"""
|
494
|
+
The list of Replicas for this Secret. Cannot be empty.
|
495
|
+
"""
|
464
496
|
return pulumi.get(self, "replicas")
|
465
497
|
|
466
498
|
|
@@ -469,17 +501,27 @@ class GetSecretReplicationUserManagedReplicaResult(dict):
|
|
469
501
|
def __init__(__self__, *,
|
470
502
|
customer_managed_encryptions: Sequence['outputs.GetSecretReplicationUserManagedReplicaCustomerManagedEncryptionResult'],
|
471
503
|
location: str):
|
504
|
+
"""
|
505
|
+
:param Sequence['GetSecretReplicationUserManagedReplicaCustomerManagedEncryptionArgs'] customer_managed_encryptions: Customer Managed Encryption for the secret.
|
506
|
+
:param str location: The canonical IDs of the location to replicate data. For example: "us-east1".
|
507
|
+
"""
|
472
508
|
pulumi.set(__self__, "customer_managed_encryptions", customer_managed_encryptions)
|
473
509
|
pulumi.set(__self__, "location", location)
|
474
510
|
|
475
511
|
@property
|
476
512
|
@pulumi.getter(name="customerManagedEncryptions")
|
477
513
|
def customer_managed_encryptions(self) -> Sequence['outputs.GetSecretReplicationUserManagedReplicaCustomerManagedEncryptionResult']:
|
514
|
+
"""
|
515
|
+
Customer Managed Encryption for the secret.
|
516
|
+
"""
|
478
517
|
return pulumi.get(self, "customer_managed_encryptions")
|
479
518
|
|
480
519
|
@property
|
481
520
|
@pulumi.getter
|
482
521
|
def location(self) -> str:
|
522
|
+
"""
|
523
|
+
The canonical IDs of the location to replicate data. For example: "us-east1".
|
524
|
+
"""
|
483
525
|
return pulumi.get(self, "location")
|
484
526
|
|
485
527
|
|
@@ -487,11 +529,17 @@ class GetSecretReplicationUserManagedReplicaResult(dict):
|
|
487
529
|
class GetSecretReplicationUserManagedReplicaCustomerManagedEncryptionResult(dict):
|
488
530
|
def __init__(__self__, *,
|
489
531
|
kms_key_name: str):
|
532
|
+
"""
|
533
|
+
:param str kms_key_name: Describes the Cloud KMS encryption key that will be used to protect destination secret.
|
534
|
+
"""
|
490
535
|
pulumi.set(__self__, "kms_key_name", kms_key_name)
|
491
536
|
|
492
537
|
@property
|
493
538
|
@pulumi.getter(name="kmsKeyName")
|
494
539
|
def kms_key_name(self) -> str:
|
540
|
+
"""
|
541
|
+
Describes the Cloud KMS encryption key that will be used to protect destination secret.
|
542
|
+
"""
|
495
543
|
return pulumi.get(self, "kms_key_name")
|
496
544
|
|
497
545
|
|
@@ -500,17 +548,31 @@ class GetSecretRotationResult(dict):
|
|
500
548
|
def __init__(__self__, *,
|
501
549
|
next_rotation_time: str,
|
502
550
|
rotation_period: str):
|
551
|
+
"""
|
552
|
+
:param str next_rotation_time: Timestamp in UTC at which the Secret is scheduled to rotate.
|
553
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
554
|
+
:param str rotation_period: The Duration between rotation notifications. Must be in seconds and at least 3600s (1h) and at most 3153600000s (100 years).
|
555
|
+
If rotationPeriod is set, 'next_rotation_time' must be set. 'next_rotation_time' will be advanced by this period when the service automatically sends rotation notifications.
|
556
|
+
"""
|
503
557
|
pulumi.set(__self__, "next_rotation_time", next_rotation_time)
|
504
558
|
pulumi.set(__self__, "rotation_period", rotation_period)
|
505
559
|
|
506
560
|
@property
|
507
561
|
@pulumi.getter(name="nextRotationTime")
|
508
562
|
def next_rotation_time(self) -> str:
|
563
|
+
"""
|
564
|
+
Timestamp in UTC at which the Secret is scheduled to rotate.
|
565
|
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
566
|
+
"""
|
509
567
|
return pulumi.get(self, "next_rotation_time")
|
510
568
|
|
511
569
|
@property
|
512
570
|
@pulumi.getter(name="rotationPeriod")
|
513
571
|
def rotation_period(self) -> str:
|
572
|
+
"""
|
573
|
+
The Duration between rotation notifications. Must be in seconds and at least 3600s (1h) and at most 3153600000s (100 years).
|
574
|
+
If rotationPeriod is set, 'next_rotation_time' must be set. 'next_rotation_time' will be advanced by this period when the service automatically sends rotation notifications.
|
575
|
+
"""
|
514
576
|
return pulumi.get(self, "rotation_period")
|
515
577
|
|
516
578
|
|
@@ -518,11 +580,19 @@ class GetSecretRotationResult(dict):
|
|
518
580
|
class GetSecretTopicResult(dict):
|
519
581
|
def __init__(__self__, *,
|
520
582
|
name: str):
|
583
|
+
"""
|
584
|
+
:param str name: The resource name of the Pub/Sub topic that will be published to, in the following format: projects/*/topics/*.
|
585
|
+
For publication to succeed, the Secret Manager Service Agent service account must have pubsub.publisher permissions on the topic.
|
586
|
+
"""
|
521
587
|
pulumi.set(__self__, "name", name)
|
522
588
|
|
523
589
|
@property
|
524
590
|
@pulumi.getter
|
525
591
|
def name(self) -> str:
|
592
|
+
"""
|
593
|
+
The resource name of the Pub/Sub topic that will be published to, in the following format: projects/*/topics/*.
|
594
|
+
For publication to succeed, the Secret Manager Service Agent service account must have pubsub.publisher permissions on the topic.
|
595
|
+
"""
|
526
596
|
return pulumi.get(self, "name")
|
527
597
|
|
528
598
|
|
@@ -551,12 +621,18 @@ class GetSecretsSecretResult(dict):
|
|
551
621
|
:param Mapping[str, str] labels: The labels assigned to this Secret.
|
552
622
|
:param str name: The resource name of the Pub/Sub topic that will be published to.
|
553
623
|
:param str project: The ID of the project.
|
624
|
+
:param Mapping[str, str] pulumi_labels: The combination of labels configured directly on the resource
|
625
|
+
and default labels configured on the provider.
|
554
626
|
:param Sequence['GetSecretsSecretReplicationArgs'] replications: The replication policy of the secret data attached to the Secret.
|
555
627
|
Structure is documented below.
|
556
628
|
:param Sequence['GetSecretsSecretRotationArgs'] rotations: The rotation time and period for a Secret.
|
557
629
|
Structure is documented below.
|
630
|
+
:param str secret_id: This must be unique within the project.
|
558
631
|
:param Sequence['GetSecretsSecretTopicArgs'] topics: A list of up to 10 Pub/Sub topics to which messages are published when control plane operations are called on the secret or its versions.
|
559
632
|
Structure is documented below.
|
633
|
+
:param str ttl: The TTL for the Secret.
|
634
|
+
A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
|
635
|
+
Only one of 'ttl' or 'expire_time' can be provided.
|
560
636
|
:param Mapping[str, str] version_aliases: Mapping from version alias to version name.
|
561
637
|
"""
|
562
638
|
pulumi.set(__self__, "annotations", annotations)
|
@@ -636,6 +712,10 @@ class GetSecretsSecretResult(dict):
|
|
636
712
|
@property
|
637
713
|
@pulumi.getter(name="pulumiLabels")
|
638
714
|
def pulumi_labels(self) -> Mapping[str, str]:
|
715
|
+
"""
|
716
|
+
The combination of labels configured directly on the resource
|
717
|
+
and default labels configured on the provider.
|
718
|
+
"""
|
639
719
|
return pulumi.get(self, "pulumi_labels")
|
640
720
|
|
641
721
|
@property
|
@@ -659,6 +739,9 @@ class GetSecretsSecretResult(dict):
|
|
659
739
|
@property
|
660
740
|
@pulumi.getter(name="secretId")
|
661
741
|
def secret_id(self) -> str:
|
742
|
+
"""
|
743
|
+
This must be unique within the project.
|
744
|
+
"""
|
662
745
|
return pulumi.get(self, "secret_id")
|
663
746
|
|
664
747
|
@property
|
@@ -673,6 +756,11 @@ class GetSecretsSecretResult(dict):
|
|
673
756
|
@property
|
674
757
|
@pulumi.getter
|
675
758
|
def ttl(self) -> str:
|
759
|
+
"""
|
760
|
+
The TTL for the Secret.
|
761
|
+
A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
|
762
|
+
Only one of 'ttl' or 'expire_time' can be provided.
|
763
|
+
"""
|
676
764
|
return pulumi.get(self, "ttl")
|
677
765
|
|
678
766
|
@property
|
pulumi_gcp/sourcerepo/outputs.py
CHANGED
@@ -148,6 +148,15 @@ class GetRepositoryPubsubConfigResult(dict):
|
|
148
148
|
message_format: str,
|
149
149
|
service_account_email: str,
|
150
150
|
topic: str):
|
151
|
+
"""
|
152
|
+
:param str message_format: The format of the Cloud Pub/Sub messages.
|
153
|
+
- PROTOBUF: The message payload is a serialized protocol buffer of SourceRepoEvent.
|
154
|
+
- JSON: The message payload is a JSON string of SourceRepoEvent. Possible values: ["PROTOBUF", "JSON"]
|
155
|
+
:param str service_account_email: Email address of the service account used for publishing Cloud Pub/Sub messages.
|
156
|
+
This service account needs to be in the same project as the PubsubConfig. When added,
|
157
|
+
the caller needs to have iam.serviceAccounts.actAs permission on this service account.
|
158
|
+
If unspecified, it defaults to the compute engine default service account.
|
159
|
+
"""
|
151
160
|
pulumi.set(__self__, "message_format", message_format)
|
152
161
|
pulumi.set(__self__, "service_account_email", service_account_email)
|
153
162
|
pulumi.set(__self__, "topic", topic)
|
@@ -155,11 +164,22 @@ class GetRepositoryPubsubConfigResult(dict):
|
|
155
164
|
@property
|
156
165
|
@pulumi.getter(name="messageFormat")
|
157
166
|
def message_format(self) -> str:
|
167
|
+
"""
|
168
|
+
The format of the Cloud Pub/Sub messages.
|
169
|
+
- PROTOBUF: The message payload is a serialized protocol buffer of SourceRepoEvent.
|
170
|
+
- JSON: The message payload is a JSON string of SourceRepoEvent. Possible values: ["PROTOBUF", "JSON"]
|
171
|
+
"""
|
158
172
|
return pulumi.get(self, "message_format")
|
159
173
|
|
160
174
|
@property
|
161
175
|
@pulumi.getter(name="serviceAccountEmail")
|
162
176
|
def service_account_email(self) -> str:
|
177
|
+
"""
|
178
|
+
Email address of the service account used for publishing Cloud Pub/Sub messages.
|
179
|
+
This service account needs to be in the same project as the PubsubConfig. When added,
|
180
|
+
the caller needs to have iam.serviceAccounts.actAs permission on this service account.
|
181
|
+
If unspecified, it defaults to the compute engine default service account.
|
182
|
+
"""
|
163
183
|
return pulumi.get(self, "service_account_email")
|
164
184
|
|
165
185
|
@property
|