pulumi-oci 1.17.0a1702406535__py3-none-any.whl → 1.18.0a1702447417__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.
- pulumi_oci/__init__.py +48 -0
- pulumi_oci/core/instance.py +7 -7
- pulumi_oci/database/__init__.py +1 -0
- pulumi_oci/database/autonomous_database.py +20 -1
- pulumi_oci/database/autonomous_database_saas_admin_user.py +479 -0
- pulumi_oci/datacatalog/_inputs.py +216 -0
- pulumi_oci/datacatalog/catalog.py +58 -0
- pulumi_oci/datacatalog/catalog_private_endpoint.py +58 -0
- pulumi_oci/datacatalog/get_catalog.py +28 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +28 -1
- pulumi_oci/datacatalog/get_metastore.py +28 -1
- pulumi_oci/datacatalog/metastore.py +58 -0
- pulumi_oci/datacatalog/outputs.py +603 -0
- pulumi_oci/datasafe/_inputs.py +32 -0
- pulumi_oci/datasafe/database_security_config.py +7 -7
- pulumi_oci/datasafe/get_audit_events.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +38 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_content.py +2 -2
- pulumi_oci/datasafe/get_report_definition.py +4 -4
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +2 -2
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type.py +14 -1
- pulumi_oci/datasafe/get_sensitive_types.py +21 -1
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +2 -2
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +2 -2
- pulumi_oci/datasafe/masking_policies_masking_column.py +2 -0
- pulumi_oci/datasafe/outputs.py +114 -24
- pulumi_oci/datasafe/report_definition.py +16 -16
- pulumi_oci/datasafe/sensitive_type.py +28 -0
- pulumi_oci/datasafe/sql_firewall_policy.py +103 -103
- pulumi_oci/goldengate/_inputs.py +28 -2
- pulumi_oci/goldengate/connection.py +77 -21
- pulumi_oci/goldengate/database_registration.py +7 -7
- pulumi_oci/goldengate/deployment.py +110 -7
- pulumi_oci/goldengate/get_connection.py +16 -2
- pulumi_oci/goldengate/get_database_registration.py +1 -1
- pulumi_oci/goldengate/get_deployment.py +41 -2
- pulumi_oci/goldengate/outputs.py +138 -11
- pulumi_oci/identity/__init__.py +3 -0
- pulumi_oci/identity/_inputs.py +862 -6
- pulumi_oci/identity/domains_identity_propagation_trust.py +3489 -0
- pulumi_oci/identity/domains_user.py +40 -41
- pulumi_oci/identity/get_domains_identity_propagation_trust.py +581 -0
- pulumi_oci/identity/get_domains_identity_propagation_trusts.py +310 -0
- pulumi_oci/identity/outputs.py +2625 -821
- pulumi_oci/logging/_inputs.py +17 -1
- pulumi_oci/logging/log.py +2 -0
- pulumi_oci/logging/outputs.py +35 -1
- pulumi_oci/meteringcomputation/__init__.py +7 -0
- pulumi_oci/meteringcomputation/_inputs.py +787 -0
- pulumi_oci/meteringcomputation/get_average_carbon_emission.py +121 -0
- pulumi_oci/meteringcomputation/get_clean_energy_usage.py +116 -0
- pulumi_oci/meteringcomputation/get_schedule.py +2 -2
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_config.py +119 -0
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_queries.py +136 -0
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_query.py +132 -0
- pulumi_oci/meteringcomputation/outputs.py +2410 -1149
- pulumi_oci/meteringcomputation/schedule.py +14 -14
- pulumi_oci/meteringcomputation/usage_carbon_emission.py +597 -0
- pulumi_oci/meteringcomputation/usage_carbon_emissions_query.py +282 -0
- pulumi_oci/opsi/__init__.py +4 -0
- pulumi_oci/opsi/_inputs.py +46 -0
- pulumi_oci/opsi/awr_hub.py +49 -22
- pulumi_oci/opsi/awr_hub_source.py +957 -0
- pulumi_oci/opsi/awr_hub_source_awrhubsources_management.py +248 -0
- pulumi_oci/opsi/get_awr_hub.py +14 -1
- pulumi_oci/opsi/get_awr_hub_source.py +391 -0
- pulumi_oci/opsi/get_awr_hub_sources.py +250 -0
- pulumi_oci/opsi/operations_insights_warehouse.py +7 -7
- pulumi_oci/opsi/outputs.py +319 -0
- pulumi_oci/optimizer/get_histories.py +18 -1
- pulumi_oci/optimizer/get_profile.py +11 -1
- pulumi_oci/optimizer/get_resource_action.py +22 -5
- pulumi_oci/optimizer/get_resource_actions.py +18 -1
- pulumi_oci/optimizer/outputs.py +7 -0
- pulumi_oci/optimizer/profile.py +20 -0
- {pulumi_oci-1.17.0a1702406535.dist-info → pulumi_oci-1.18.0a1702447417.dist-info}/METADATA +1 -1
- {pulumi_oci-1.17.0a1702406535.dist-info → pulumi_oci-1.18.0a1702447417.dist-info}/RECORD +82 -67
- {pulumi_oci-1.17.0a1702406535.dist-info → pulumi_oci-1.18.0a1702447417.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.17.0a1702406535.dist-info → pulumi_oci-1.18.0a1702447417.dist-info}/top_level.txt +0 -0
@@ -21,6 +21,13 @@ __all__ = [
|
|
21
21
|
'ScheduleQueryPropertiesDateRangeArgs',
|
22
22
|
'ScheduleQueryPropertiesGroupByTagArgs',
|
23
23
|
'ScheduleResultLocationArgs',
|
24
|
+
'UsageCarbonEmissionGroupByTagArgs',
|
25
|
+
'UsageCarbonEmissionItemArgs',
|
26
|
+
'UsageCarbonEmissionItemTagArgs',
|
27
|
+
'UsageCarbonEmissionsQueryQueryDefinitionArgs',
|
28
|
+
'UsageCarbonEmissionsQueryQueryDefinitionCostAnalysisUiArgs',
|
29
|
+
'UsageCarbonEmissionsQueryQueryDefinitionReportQueryArgs',
|
30
|
+
'UsageCarbonEmissionsQueryQueryDefinitionReportQueryGroupByTagArgs',
|
24
31
|
'UsageForecastArgs',
|
25
32
|
'UsageGroupByTagArgs',
|
26
33
|
'UsageItemArgs',
|
@@ -29,6 +36,7 @@ __all__ = [
|
|
29
36
|
'GetQueriesFilterArgs',
|
30
37
|
'GetScheduledRunsFilterArgs',
|
31
38
|
'GetSchedulesFilterArgs',
|
39
|
+
'GetUsageCarbonEmissionsQueriesFilterArgs',
|
32
40
|
]
|
33
41
|
|
34
42
|
@pulumi.input_type
|
@@ -929,6 +937,746 @@ class ScheduleResultLocationArgs:
|
|
929
937
|
pulumi.set(self, "region", value)
|
930
938
|
|
931
939
|
|
940
|
+
@pulumi.input_type
|
941
|
+
class UsageCarbonEmissionGroupByTagArgs:
|
942
|
+
def __init__(__self__, *,
|
943
|
+
key: Optional[pulumi.Input[str]] = None,
|
944
|
+
namespace: Optional[pulumi.Input[str]] = None,
|
945
|
+
value: Optional[pulumi.Input[str]] = None):
|
946
|
+
"""
|
947
|
+
:param pulumi.Input[str] key: The tag key.
|
948
|
+
:param pulumi.Input[str] namespace: The tag namespace.
|
949
|
+
:param pulumi.Input[str] value: The tag value.
|
950
|
+
"""
|
951
|
+
if key is not None:
|
952
|
+
pulumi.set(__self__, "key", key)
|
953
|
+
if namespace is not None:
|
954
|
+
pulumi.set(__self__, "namespace", namespace)
|
955
|
+
if value is not None:
|
956
|
+
pulumi.set(__self__, "value", value)
|
957
|
+
|
958
|
+
@property
|
959
|
+
@pulumi.getter
|
960
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
961
|
+
"""
|
962
|
+
The tag key.
|
963
|
+
"""
|
964
|
+
return pulumi.get(self, "key")
|
965
|
+
|
966
|
+
@key.setter
|
967
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
968
|
+
pulumi.set(self, "key", value)
|
969
|
+
|
970
|
+
@property
|
971
|
+
@pulumi.getter
|
972
|
+
def namespace(self) -> Optional[pulumi.Input[str]]:
|
973
|
+
"""
|
974
|
+
The tag namespace.
|
975
|
+
"""
|
976
|
+
return pulumi.get(self, "namespace")
|
977
|
+
|
978
|
+
@namespace.setter
|
979
|
+
def namespace(self, value: Optional[pulumi.Input[str]]):
|
980
|
+
pulumi.set(self, "namespace", value)
|
981
|
+
|
982
|
+
@property
|
983
|
+
@pulumi.getter
|
984
|
+
def value(self) -> Optional[pulumi.Input[str]]:
|
985
|
+
"""
|
986
|
+
The tag value.
|
987
|
+
"""
|
988
|
+
return pulumi.get(self, "value")
|
989
|
+
|
990
|
+
@value.setter
|
991
|
+
def value(self, value: Optional[pulumi.Input[str]]):
|
992
|
+
pulumi.set(self, "value", value)
|
993
|
+
|
994
|
+
|
995
|
+
@pulumi.input_type
|
996
|
+
class UsageCarbonEmissionItemArgs:
|
997
|
+
def __init__(__self__, *,
|
998
|
+
ad: Optional[pulumi.Input[str]] = None,
|
999
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
1000
|
+
compartment_name: Optional[pulumi.Input[str]] = None,
|
1001
|
+
compartment_path: Optional[pulumi.Input[str]] = None,
|
1002
|
+
computed_carbon_emission: Optional[pulumi.Input[float]] = None,
|
1003
|
+
emission_calculation_method: Optional[pulumi.Input[str]] = None,
|
1004
|
+
platform: Optional[pulumi.Input[str]] = None,
|
1005
|
+
region: Optional[pulumi.Input[str]] = None,
|
1006
|
+
resource_id: Optional[pulumi.Input[str]] = None,
|
1007
|
+
resource_name: Optional[pulumi.Input[str]] = None,
|
1008
|
+
service: Optional[pulumi.Input[str]] = None,
|
1009
|
+
sku_name: Optional[pulumi.Input[str]] = None,
|
1010
|
+
sku_part_number: Optional[pulumi.Input[str]] = None,
|
1011
|
+
subscription_id: Optional[pulumi.Input[str]] = None,
|
1012
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input['UsageCarbonEmissionItemTagArgs']]]] = None,
|
1013
|
+
tenant_id: Optional[pulumi.Input[str]] = None,
|
1014
|
+
tenant_name: Optional[pulumi.Input[str]] = None,
|
1015
|
+
time_usage_ended: Optional[pulumi.Input[str]] = None,
|
1016
|
+
time_usage_started: Optional[pulumi.Input[str]] = None):
|
1017
|
+
"""
|
1018
|
+
:param pulumi.Input[str] ad: The availability domain of the usage.
|
1019
|
+
:param pulumi.Input[str] compartment_id: The compartment OCID.
|
1020
|
+
:param pulumi.Input[str] compartment_name: The compartment name.
|
1021
|
+
:param pulumi.Input[str] compartment_path: The compartment path, starting from root.
|
1022
|
+
:param pulumi.Input[float] computed_carbon_emission: The carbon emission in MTCO2 unit.
|
1023
|
+
:param pulumi.Input[str] emission_calculation_method: The method used to calculate carbon emission.
|
1024
|
+
:param pulumi.Input[str] platform: Platform for the cost.
|
1025
|
+
:param pulumi.Input[str] region: The region of the usage.
|
1026
|
+
:param pulumi.Input[str] resource_id: The resource OCID that is incurring the cost.
|
1027
|
+
:param pulumi.Input[str] resource_name: The resource name that is incurring the cost.
|
1028
|
+
:param pulumi.Input[str] service: The service name that is incurring the cost.
|
1029
|
+
:param pulumi.Input[str] sku_name: The SKU friendly name.
|
1030
|
+
:param pulumi.Input[str] sku_part_number: The SKU part number.
|
1031
|
+
:param pulumi.Input[str] subscription_id: The subscription ID.
|
1032
|
+
:param pulumi.Input[Sequence[pulumi.Input['UsageCarbonEmissionItemTagArgs']]] tags: For grouping, a tag definition. For filtering, a definition and key.
|
1033
|
+
:param pulumi.Input[str] tenant_id: Tenant ID.
|
1034
|
+
:param pulumi.Input[str] tenant_name: The tenancy name.
|
1035
|
+
:param pulumi.Input[str] time_usage_ended: The usage end time.
|
1036
|
+
:param pulumi.Input[str] time_usage_started: The usage start time.
|
1037
|
+
"""
|
1038
|
+
if ad is not None:
|
1039
|
+
pulumi.set(__self__, "ad", ad)
|
1040
|
+
if compartment_id is not None:
|
1041
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
1042
|
+
if compartment_name is not None:
|
1043
|
+
pulumi.set(__self__, "compartment_name", compartment_name)
|
1044
|
+
if compartment_path is not None:
|
1045
|
+
pulumi.set(__self__, "compartment_path", compartment_path)
|
1046
|
+
if computed_carbon_emission is not None:
|
1047
|
+
pulumi.set(__self__, "computed_carbon_emission", computed_carbon_emission)
|
1048
|
+
if emission_calculation_method is not None:
|
1049
|
+
pulumi.set(__self__, "emission_calculation_method", emission_calculation_method)
|
1050
|
+
if platform is not None:
|
1051
|
+
pulumi.set(__self__, "platform", platform)
|
1052
|
+
if region is not None:
|
1053
|
+
pulumi.set(__self__, "region", region)
|
1054
|
+
if resource_id is not None:
|
1055
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
1056
|
+
if resource_name is not None:
|
1057
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
1058
|
+
if service is not None:
|
1059
|
+
pulumi.set(__self__, "service", service)
|
1060
|
+
if sku_name is not None:
|
1061
|
+
pulumi.set(__self__, "sku_name", sku_name)
|
1062
|
+
if sku_part_number is not None:
|
1063
|
+
pulumi.set(__self__, "sku_part_number", sku_part_number)
|
1064
|
+
if subscription_id is not None:
|
1065
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
1066
|
+
if tags is not None:
|
1067
|
+
pulumi.set(__self__, "tags", tags)
|
1068
|
+
if tenant_id is not None:
|
1069
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
1070
|
+
if tenant_name is not None:
|
1071
|
+
pulumi.set(__self__, "tenant_name", tenant_name)
|
1072
|
+
if time_usage_ended is not None:
|
1073
|
+
pulumi.set(__self__, "time_usage_ended", time_usage_ended)
|
1074
|
+
if time_usage_started is not None:
|
1075
|
+
pulumi.set(__self__, "time_usage_started", time_usage_started)
|
1076
|
+
|
1077
|
+
@property
|
1078
|
+
@pulumi.getter
|
1079
|
+
def ad(self) -> Optional[pulumi.Input[str]]:
|
1080
|
+
"""
|
1081
|
+
The availability domain of the usage.
|
1082
|
+
"""
|
1083
|
+
return pulumi.get(self, "ad")
|
1084
|
+
|
1085
|
+
@ad.setter
|
1086
|
+
def ad(self, value: Optional[pulumi.Input[str]]):
|
1087
|
+
pulumi.set(self, "ad", value)
|
1088
|
+
|
1089
|
+
@property
|
1090
|
+
@pulumi.getter(name="compartmentId")
|
1091
|
+
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
1092
|
+
"""
|
1093
|
+
The compartment OCID.
|
1094
|
+
"""
|
1095
|
+
return pulumi.get(self, "compartment_id")
|
1096
|
+
|
1097
|
+
@compartment_id.setter
|
1098
|
+
def compartment_id(self, value: Optional[pulumi.Input[str]]):
|
1099
|
+
pulumi.set(self, "compartment_id", value)
|
1100
|
+
|
1101
|
+
@property
|
1102
|
+
@pulumi.getter(name="compartmentName")
|
1103
|
+
def compartment_name(self) -> Optional[pulumi.Input[str]]:
|
1104
|
+
"""
|
1105
|
+
The compartment name.
|
1106
|
+
"""
|
1107
|
+
return pulumi.get(self, "compartment_name")
|
1108
|
+
|
1109
|
+
@compartment_name.setter
|
1110
|
+
def compartment_name(self, value: Optional[pulumi.Input[str]]):
|
1111
|
+
pulumi.set(self, "compartment_name", value)
|
1112
|
+
|
1113
|
+
@property
|
1114
|
+
@pulumi.getter(name="compartmentPath")
|
1115
|
+
def compartment_path(self) -> Optional[pulumi.Input[str]]:
|
1116
|
+
"""
|
1117
|
+
The compartment path, starting from root.
|
1118
|
+
"""
|
1119
|
+
return pulumi.get(self, "compartment_path")
|
1120
|
+
|
1121
|
+
@compartment_path.setter
|
1122
|
+
def compartment_path(self, value: Optional[pulumi.Input[str]]):
|
1123
|
+
pulumi.set(self, "compartment_path", value)
|
1124
|
+
|
1125
|
+
@property
|
1126
|
+
@pulumi.getter(name="computedCarbonEmission")
|
1127
|
+
def computed_carbon_emission(self) -> Optional[pulumi.Input[float]]:
|
1128
|
+
"""
|
1129
|
+
The carbon emission in MTCO2 unit.
|
1130
|
+
"""
|
1131
|
+
return pulumi.get(self, "computed_carbon_emission")
|
1132
|
+
|
1133
|
+
@computed_carbon_emission.setter
|
1134
|
+
def computed_carbon_emission(self, value: Optional[pulumi.Input[float]]):
|
1135
|
+
pulumi.set(self, "computed_carbon_emission", value)
|
1136
|
+
|
1137
|
+
@property
|
1138
|
+
@pulumi.getter(name="emissionCalculationMethod")
|
1139
|
+
def emission_calculation_method(self) -> Optional[pulumi.Input[str]]:
|
1140
|
+
"""
|
1141
|
+
The method used to calculate carbon emission.
|
1142
|
+
"""
|
1143
|
+
return pulumi.get(self, "emission_calculation_method")
|
1144
|
+
|
1145
|
+
@emission_calculation_method.setter
|
1146
|
+
def emission_calculation_method(self, value: Optional[pulumi.Input[str]]):
|
1147
|
+
pulumi.set(self, "emission_calculation_method", value)
|
1148
|
+
|
1149
|
+
@property
|
1150
|
+
@pulumi.getter
|
1151
|
+
def platform(self) -> Optional[pulumi.Input[str]]:
|
1152
|
+
"""
|
1153
|
+
Platform for the cost.
|
1154
|
+
"""
|
1155
|
+
return pulumi.get(self, "platform")
|
1156
|
+
|
1157
|
+
@platform.setter
|
1158
|
+
def platform(self, value: Optional[pulumi.Input[str]]):
|
1159
|
+
pulumi.set(self, "platform", value)
|
1160
|
+
|
1161
|
+
@property
|
1162
|
+
@pulumi.getter
|
1163
|
+
def region(self) -> Optional[pulumi.Input[str]]:
|
1164
|
+
"""
|
1165
|
+
The region of the usage.
|
1166
|
+
"""
|
1167
|
+
return pulumi.get(self, "region")
|
1168
|
+
|
1169
|
+
@region.setter
|
1170
|
+
def region(self, value: Optional[pulumi.Input[str]]):
|
1171
|
+
pulumi.set(self, "region", value)
|
1172
|
+
|
1173
|
+
@property
|
1174
|
+
@pulumi.getter(name="resourceId")
|
1175
|
+
def resource_id(self) -> Optional[pulumi.Input[str]]:
|
1176
|
+
"""
|
1177
|
+
The resource OCID that is incurring the cost.
|
1178
|
+
"""
|
1179
|
+
return pulumi.get(self, "resource_id")
|
1180
|
+
|
1181
|
+
@resource_id.setter
|
1182
|
+
def resource_id(self, value: Optional[pulumi.Input[str]]):
|
1183
|
+
pulumi.set(self, "resource_id", value)
|
1184
|
+
|
1185
|
+
@property
|
1186
|
+
@pulumi.getter(name="resourceName")
|
1187
|
+
def resource_name(self) -> Optional[pulumi.Input[str]]:
|
1188
|
+
"""
|
1189
|
+
The resource name that is incurring the cost.
|
1190
|
+
"""
|
1191
|
+
return pulumi.get(self, "resource_name")
|
1192
|
+
|
1193
|
+
@resource_name.setter
|
1194
|
+
def resource_name(self, value: Optional[pulumi.Input[str]]):
|
1195
|
+
pulumi.set(self, "resource_name", value)
|
1196
|
+
|
1197
|
+
@property
|
1198
|
+
@pulumi.getter
|
1199
|
+
def service(self) -> Optional[pulumi.Input[str]]:
|
1200
|
+
"""
|
1201
|
+
The service name that is incurring the cost.
|
1202
|
+
"""
|
1203
|
+
return pulumi.get(self, "service")
|
1204
|
+
|
1205
|
+
@service.setter
|
1206
|
+
def service(self, value: Optional[pulumi.Input[str]]):
|
1207
|
+
pulumi.set(self, "service", value)
|
1208
|
+
|
1209
|
+
@property
|
1210
|
+
@pulumi.getter(name="skuName")
|
1211
|
+
def sku_name(self) -> Optional[pulumi.Input[str]]:
|
1212
|
+
"""
|
1213
|
+
The SKU friendly name.
|
1214
|
+
"""
|
1215
|
+
return pulumi.get(self, "sku_name")
|
1216
|
+
|
1217
|
+
@sku_name.setter
|
1218
|
+
def sku_name(self, value: Optional[pulumi.Input[str]]):
|
1219
|
+
pulumi.set(self, "sku_name", value)
|
1220
|
+
|
1221
|
+
@property
|
1222
|
+
@pulumi.getter(name="skuPartNumber")
|
1223
|
+
def sku_part_number(self) -> Optional[pulumi.Input[str]]:
|
1224
|
+
"""
|
1225
|
+
The SKU part number.
|
1226
|
+
"""
|
1227
|
+
return pulumi.get(self, "sku_part_number")
|
1228
|
+
|
1229
|
+
@sku_part_number.setter
|
1230
|
+
def sku_part_number(self, value: Optional[pulumi.Input[str]]):
|
1231
|
+
pulumi.set(self, "sku_part_number", value)
|
1232
|
+
|
1233
|
+
@property
|
1234
|
+
@pulumi.getter(name="subscriptionId")
|
1235
|
+
def subscription_id(self) -> Optional[pulumi.Input[str]]:
|
1236
|
+
"""
|
1237
|
+
The subscription ID.
|
1238
|
+
"""
|
1239
|
+
return pulumi.get(self, "subscription_id")
|
1240
|
+
|
1241
|
+
@subscription_id.setter
|
1242
|
+
def subscription_id(self, value: Optional[pulumi.Input[str]]):
|
1243
|
+
pulumi.set(self, "subscription_id", value)
|
1244
|
+
|
1245
|
+
@property
|
1246
|
+
@pulumi.getter
|
1247
|
+
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['UsageCarbonEmissionItemTagArgs']]]]:
|
1248
|
+
"""
|
1249
|
+
For grouping, a tag definition. For filtering, a definition and key.
|
1250
|
+
"""
|
1251
|
+
return pulumi.get(self, "tags")
|
1252
|
+
|
1253
|
+
@tags.setter
|
1254
|
+
def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['UsageCarbonEmissionItemTagArgs']]]]):
|
1255
|
+
pulumi.set(self, "tags", value)
|
1256
|
+
|
1257
|
+
@property
|
1258
|
+
@pulumi.getter(name="tenantId")
|
1259
|
+
def tenant_id(self) -> Optional[pulumi.Input[str]]:
|
1260
|
+
"""
|
1261
|
+
Tenant ID.
|
1262
|
+
"""
|
1263
|
+
return pulumi.get(self, "tenant_id")
|
1264
|
+
|
1265
|
+
@tenant_id.setter
|
1266
|
+
def tenant_id(self, value: Optional[pulumi.Input[str]]):
|
1267
|
+
pulumi.set(self, "tenant_id", value)
|
1268
|
+
|
1269
|
+
@property
|
1270
|
+
@pulumi.getter(name="tenantName")
|
1271
|
+
def tenant_name(self) -> Optional[pulumi.Input[str]]:
|
1272
|
+
"""
|
1273
|
+
The tenancy name.
|
1274
|
+
"""
|
1275
|
+
return pulumi.get(self, "tenant_name")
|
1276
|
+
|
1277
|
+
@tenant_name.setter
|
1278
|
+
def tenant_name(self, value: Optional[pulumi.Input[str]]):
|
1279
|
+
pulumi.set(self, "tenant_name", value)
|
1280
|
+
|
1281
|
+
@property
|
1282
|
+
@pulumi.getter(name="timeUsageEnded")
|
1283
|
+
def time_usage_ended(self) -> Optional[pulumi.Input[str]]:
|
1284
|
+
"""
|
1285
|
+
The usage end time.
|
1286
|
+
"""
|
1287
|
+
return pulumi.get(self, "time_usage_ended")
|
1288
|
+
|
1289
|
+
@time_usage_ended.setter
|
1290
|
+
def time_usage_ended(self, value: Optional[pulumi.Input[str]]):
|
1291
|
+
pulumi.set(self, "time_usage_ended", value)
|
1292
|
+
|
1293
|
+
@property
|
1294
|
+
@pulumi.getter(name="timeUsageStarted")
|
1295
|
+
def time_usage_started(self) -> Optional[pulumi.Input[str]]:
|
1296
|
+
"""
|
1297
|
+
The usage start time.
|
1298
|
+
"""
|
1299
|
+
return pulumi.get(self, "time_usage_started")
|
1300
|
+
|
1301
|
+
@time_usage_started.setter
|
1302
|
+
def time_usage_started(self, value: Optional[pulumi.Input[str]]):
|
1303
|
+
pulumi.set(self, "time_usage_started", value)
|
1304
|
+
|
1305
|
+
|
1306
|
+
@pulumi.input_type
|
1307
|
+
class UsageCarbonEmissionItemTagArgs:
|
1308
|
+
def __init__(__self__, *,
|
1309
|
+
key: Optional[pulumi.Input[str]] = None,
|
1310
|
+
namespace: Optional[pulumi.Input[str]] = None,
|
1311
|
+
value: Optional[pulumi.Input[str]] = None):
|
1312
|
+
"""
|
1313
|
+
:param pulumi.Input[str] key: The tag key.
|
1314
|
+
:param pulumi.Input[str] namespace: The tag namespace.
|
1315
|
+
:param pulumi.Input[str] value: The tag value.
|
1316
|
+
"""
|
1317
|
+
if key is not None:
|
1318
|
+
pulumi.set(__self__, "key", key)
|
1319
|
+
if namespace is not None:
|
1320
|
+
pulumi.set(__self__, "namespace", namespace)
|
1321
|
+
if value is not None:
|
1322
|
+
pulumi.set(__self__, "value", value)
|
1323
|
+
|
1324
|
+
@property
|
1325
|
+
@pulumi.getter
|
1326
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
1327
|
+
"""
|
1328
|
+
The tag key.
|
1329
|
+
"""
|
1330
|
+
return pulumi.get(self, "key")
|
1331
|
+
|
1332
|
+
@key.setter
|
1333
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
1334
|
+
pulumi.set(self, "key", value)
|
1335
|
+
|
1336
|
+
@property
|
1337
|
+
@pulumi.getter
|
1338
|
+
def namespace(self) -> Optional[pulumi.Input[str]]:
|
1339
|
+
"""
|
1340
|
+
The tag namespace.
|
1341
|
+
"""
|
1342
|
+
return pulumi.get(self, "namespace")
|
1343
|
+
|
1344
|
+
@namespace.setter
|
1345
|
+
def namespace(self, value: Optional[pulumi.Input[str]]):
|
1346
|
+
pulumi.set(self, "namespace", value)
|
1347
|
+
|
1348
|
+
@property
|
1349
|
+
@pulumi.getter
|
1350
|
+
def value(self) -> Optional[pulumi.Input[str]]:
|
1351
|
+
"""
|
1352
|
+
The tag value.
|
1353
|
+
"""
|
1354
|
+
return pulumi.get(self, "value")
|
1355
|
+
|
1356
|
+
@value.setter
|
1357
|
+
def value(self, value: Optional[pulumi.Input[str]]):
|
1358
|
+
pulumi.set(self, "value", value)
|
1359
|
+
|
1360
|
+
|
1361
|
+
@pulumi.input_type
|
1362
|
+
class UsageCarbonEmissionsQueryQueryDefinitionArgs:
|
1363
|
+
def __init__(__self__, *,
|
1364
|
+
cost_analysis_ui: pulumi.Input['UsageCarbonEmissionsQueryQueryDefinitionCostAnalysisUiArgs'],
|
1365
|
+
display_name: pulumi.Input[str],
|
1366
|
+
report_query: pulumi.Input['UsageCarbonEmissionsQueryQueryDefinitionReportQueryArgs'],
|
1367
|
+
version: pulumi.Input[int]):
|
1368
|
+
"""
|
1369
|
+
:param pulumi.Input['UsageCarbonEmissionsQueryQueryDefinitionCostAnalysisUiArgs'] cost_analysis_ui: (Updatable) The common fields for Cost Analysis UI rendering.
|
1370
|
+
:param pulumi.Input[str] display_name: (Updatable) The query display name. Avoid entering confidential information.
|
1371
|
+
:param pulumi.Input['UsageCarbonEmissionsQueryQueryDefinitionReportQueryArgs'] report_query: (Updatable) The request of the generated usage carbon emissions report.
|
1372
|
+
:param pulumi.Input[int] version: (Updatable) The saved query version.
|
1373
|
+
|
1374
|
+
|
1375
|
+
** IMPORTANT **
|
1376
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1377
|
+
"""
|
1378
|
+
pulumi.set(__self__, "cost_analysis_ui", cost_analysis_ui)
|
1379
|
+
pulumi.set(__self__, "display_name", display_name)
|
1380
|
+
pulumi.set(__self__, "report_query", report_query)
|
1381
|
+
pulumi.set(__self__, "version", version)
|
1382
|
+
|
1383
|
+
@property
|
1384
|
+
@pulumi.getter(name="costAnalysisUi")
|
1385
|
+
def cost_analysis_ui(self) -> pulumi.Input['UsageCarbonEmissionsQueryQueryDefinitionCostAnalysisUiArgs']:
|
1386
|
+
"""
|
1387
|
+
(Updatable) The common fields for Cost Analysis UI rendering.
|
1388
|
+
"""
|
1389
|
+
return pulumi.get(self, "cost_analysis_ui")
|
1390
|
+
|
1391
|
+
@cost_analysis_ui.setter
|
1392
|
+
def cost_analysis_ui(self, value: pulumi.Input['UsageCarbonEmissionsQueryQueryDefinitionCostAnalysisUiArgs']):
|
1393
|
+
pulumi.set(self, "cost_analysis_ui", value)
|
1394
|
+
|
1395
|
+
@property
|
1396
|
+
@pulumi.getter(name="displayName")
|
1397
|
+
def display_name(self) -> pulumi.Input[str]:
|
1398
|
+
"""
|
1399
|
+
(Updatable) The query display name. Avoid entering confidential information.
|
1400
|
+
"""
|
1401
|
+
return pulumi.get(self, "display_name")
|
1402
|
+
|
1403
|
+
@display_name.setter
|
1404
|
+
def display_name(self, value: pulumi.Input[str]):
|
1405
|
+
pulumi.set(self, "display_name", value)
|
1406
|
+
|
1407
|
+
@property
|
1408
|
+
@pulumi.getter(name="reportQuery")
|
1409
|
+
def report_query(self) -> pulumi.Input['UsageCarbonEmissionsQueryQueryDefinitionReportQueryArgs']:
|
1410
|
+
"""
|
1411
|
+
(Updatable) The request of the generated usage carbon emissions report.
|
1412
|
+
"""
|
1413
|
+
return pulumi.get(self, "report_query")
|
1414
|
+
|
1415
|
+
@report_query.setter
|
1416
|
+
def report_query(self, value: pulumi.Input['UsageCarbonEmissionsQueryQueryDefinitionReportQueryArgs']):
|
1417
|
+
pulumi.set(self, "report_query", value)
|
1418
|
+
|
1419
|
+
@property
|
1420
|
+
@pulumi.getter
|
1421
|
+
def version(self) -> pulumi.Input[int]:
|
1422
|
+
"""
|
1423
|
+
(Updatable) The saved query version.
|
1424
|
+
|
1425
|
+
|
1426
|
+
** IMPORTANT **
|
1427
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1428
|
+
"""
|
1429
|
+
return pulumi.get(self, "version")
|
1430
|
+
|
1431
|
+
@version.setter
|
1432
|
+
def version(self, value: pulumi.Input[int]):
|
1433
|
+
pulumi.set(self, "version", value)
|
1434
|
+
|
1435
|
+
|
1436
|
+
@pulumi.input_type
|
1437
|
+
class UsageCarbonEmissionsQueryQueryDefinitionCostAnalysisUiArgs:
|
1438
|
+
def __init__(__self__, *,
|
1439
|
+
graph: Optional[pulumi.Input[str]] = None,
|
1440
|
+
is_cumulative_graph: Optional[pulumi.Input[bool]] = None):
|
1441
|
+
"""
|
1442
|
+
:param pulumi.Input[str] graph: (Updatable) The graph type.
|
1443
|
+
:param pulumi.Input[bool] is_cumulative_graph: (Updatable) A cumulative graph.
|
1444
|
+
"""
|
1445
|
+
if graph is not None:
|
1446
|
+
pulumi.set(__self__, "graph", graph)
|
1447
|
+
if is_cumulative_graph is not None:
|
1448
|
+
pulumi.set(__self__, "is_cumulative_graph", is_cumulative_graph)
|
1449
|
+
|
1450
|
+
@property
|
1451
|
+
@pulumi.getter
|
1452
|
+
def graph(self) -> Optional[pulumi.Input[str]]:
|
1453
|
+
"""
|
1454
|
+
(Updatable) The graph type.
|
1455
|
+
"""
|
1456
|
+
return pulumi.get(self, "graph")
|
1457
|
+
|
1458
|
+
@graph.setter
|
1459
|
+
def graph(self, value: Optional[pulumi.Input[str]]):
|
1460
|
+
pulumi.set(self, "graph", value)
|
1461
|
+
|
1462
|
+
@property
|
1463
|
+
@pulumi.getter(name="isCumulativeGraph")
|
1464
|
+
def is_cumulative_graph(self) -> Optional[pulumi.Input[bool]]:
|
1465
|
+
"""
|
1466
|
+
(Updatable) A cumulative graph.
|
1467
|
+
"""
|
1468
|
+
return pulumi.get(self, "is_cumulative_graph")
|
1469
|
+
|
1470
|
+
@is_cumulative_graph.setter
|
1471
|
+
def is_cumulative_graph(self, value: Optional[pulumi.Input[bool]]):
|
1472
|
+
pulumi.set(self, "is_cumulative_graph", value)
|
1473
|
+
|
1474
|
+
|
1475
|
+
@pulumi.input_type
|
1476
|
+
class UsageCarbonEmissionsQueryQueryDefinitionReportQueryArgs:
|
1477
|
+
def __init__(__self__, *,
|
1478
|
+
tenant_id: pulumi.Input[str],
|
1479
|
+
compartment_depth: Optional[pulumi.Input[int]] = None,
|
1480
|
+
date_range_name: Optional[pulumi.Input[str]] = None,
|
1481
|
+
group_bies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1482
|
+
group_by_tags: Optional[pulumi.Input[Sequence[pulumi.Input['UsageCarbonEmissionsQueryQueryDefinitionReportQueryGroupByTagArgs']]]] = None,
|
1483
|
+
is_aggregate_by_time: Optional[pulumi.Input[bool]] = None,
|
1484
|
+
time_usage_ended: Optional[pulumi.Input[str]] = None,
|
1485
|
+
time_usage_started: Optional[pulumi.Input[str]] = None,
|
1486
|
+
usage_carbon_emissions_query_filter: Optional[pulumi.Input[str]] = None):
|
1487
|
+
"""
|
1488
|
+
:param pulumi.Input[str] tenant_id: (Updatable) Tenant ID.
|
1489
|
+
:param pulumi.Input[int] compartment_depth: (Updatable) The compartment depth level.
|
1490
|
+
:param pulumi.Input[str] date_range_name: (Updatable) The UI date range, for example, LAST_THREE_MONTHS. It will override timeUsageStarted and timeUsageEnded properties.
|
1491
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] group_bies: (Updatable) Specifies what to aggregate the result by. For example: `["tagNamespace", "tagKey", "tagValue", "service", "skuName", "skuPartNumber", "unit", "compartmentName", "compartmentPath", "compartmentId", "platform", "region", "logicalAd", "resourceId", "tenantId", "tenantName"]`
|
1492
|
+
:param pulumi.Input[Sequence[pulumi.Input['UsageCarbonEmissionsQueryQueryDefinitionReportQueryGroupByTagArgs']]] group_by_tags: (Updatable) GroupBy a specific tagKey. Provide the tagNamespace and tagKey in the tag object. Only supports one tag in the list. For example: `[{"namespace":"oracle", "key":"createdBy"]`
|
1493
|
+
:param pulumi.Input[bool] is_aggregate_by_time: (Updatable) Specifies whether aggregated by time. If isAggregateByTime is true, all usage or cost over the query time period will be added up.
|
1494
|
+
:param pulumi.Input[str] time_usage_ended: (Updatable) The usage end time.
|
1495
|
+
:param pulumi.Input[str] time_usage_started: (Updatable) The usage start time.
|
1496
|
+
:param pulumi.Input[str] usage_carbon_emissions_query_filter: (Updatable) The filter object for query usage.
|
1497
|
+
"""
|
1498
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
1499
|
+
if compartment_depth is not None:
|
1500
|
+
pulumi.set(__self__, "compartment_depth", compartment_depth)
|
1501
|
+
if date_range_name is not None:
|
1502
|
+
pulumi.set(__self__, "date_range_name", date_range_name)
|
1503
|
+
if group_bies is not None:
|
1504
|
+
pulumi.set(__self__, "group_bies", group_bies)
|
1505
|
+
if group_by_tags is not None:
|
1506
|
+
pulumi.set(__self__, "group_by_tags", group_by_tags)
|
1507
|
+
if is_aggregate_by_time is not None:
|
1508
|
+
pulumi.set(__self__, "is_aggregate_by_time", is_aggregate_by_time)
|
1509
|
+
if time_usage_ended is not None:
|
1510
|
+
pulumi.set(__self__, "time_usage_ended", time_usage_ended)
|
1511
|
+
if time_usage_started is not None:
|
1512
|
+
pulumi.set(__self__, "time_usage_started", time_usage_started)
|
1513
|
+
if usage_carbon_emissions_query_filter is not None:
|
1514
|
+
pulumi.set(__self__, "usage_carbon_emissions_query_filter", usage_carbon_emissions_query_filter)
|
1515
|
+
|
1516
|
+
@property
|
1517
|
+
@pulumi.getter(name="tenantId")
|
1518
|
+
def tenant_id(self) -> pulumi.Input[str]:
|
1519
|
+
"""
|
1520
|
+
(Updatable) Tenant ID.
|
1521
|
+
"""
|
1522
|
+
return pulumi.get(self, "tenant_id")
|
1523
|
+
|
1524
|
+
@tenant_id.setter
|
1525
|
+
def tenant_id(self, value: pulumi.Input[str]):
|
1526
|
+
pulumi.set(self, "tenant_id", value)
|
1527
|
+
|
1528
|
+
@property
|
1529
|
+
@pulumi.getter(name="compartmentDepth")
|
1530
|
+
def compartment_depth(self) -> Optional[pulumi.Input[int]]:
|
1531
|
+
"""
|
1532
|
+
(Updatable) The compartment depth level.
|
1533
|
+
"""
|
1534
|
+
return pulumi.get(self, "compartment_depth")
|
1535
|
+
|
1536
|
+
@compartment_depth.setter
|
1537
|
+
def compartment_depth(self, value: Optional[pulumi.Input[int]]):
|
1538
|
+
pulumi.set(self, "compartment_depth", value)
|
1539
|
+
|
1540
|
+
@property
|
1541
|
+
@pulumi.getter(name="dateRangeName")
|
1542
|
+
def date_range_name(self) -> Optional[pulumi.Input[str]]:
|
1543
|
+
"""
|
1544
|
+
(Updatable) The UI date range, for example, LAST_THREE_MONTHS. It will override timeUsageStarted and timeUsageEnded properties.
|
1545
|
+
"""
|
1546
|
+
return pulumi.get(self, "date_range_name")
|
1547
|
+
|
1548
|
+
@date_range_name.setter
|
1549
|
+
def date_range_name(self, value: Optional[pulumi.Input[str]]):
|
1550
|
+
pulumi.set(self, "date_range_name", value)
|
1551
|
+
|
1552
|
+
@property
|
1553
|
+
@pulumi.getter(name="groupBies")
|
1554
|
+
def group_bies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1555
|
+
"""
|
1556
|
+
(Updatable) Specifies what to aggregate the result by. For example: `["tagNamespace", "tagKey", "tagValue", "service", "skuName", "skuPartNumber", "unit", "compartmentName", "compartmentPath", "compartmentId", "platform", "region", "logicalAd", "resourceId", "tenantId", "tenantName"]`
|
1557
|
+
"""
|
1558
|
+
return pulumi.get(self, "group_bies")
|
1559
|
+
|
1560
|
+
@group_bies.setter
|
1561
|
+
def group_bies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1562
|
+
pulumi.set(self, "group_bies", value)
|
1563
|
+
|
1564
|
+
@property
|
1565
|
+
@pulumi.getter(name="groupByTags")
|
1566
|
+
def group_by_tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['UsageCarbonEmissionsQueryQueryDefinitionReportQueryGroupByTagArgs']]]]:
|
1567
|
+
"""
|
1568
|
+
(Updatable) GroupBy a specific tagKey. Provide the tagNamespace and tagKey in the tag object. Only supports one tag in the list. For example: `[{"namespace":"oracle", "key":"createdBy"]`
|
1569
|
+
"""
|
1570
|
+
return pulumi.get(self, "group_by_tags")
|
1571
|
+
|
1572
|
+
@group_by_tags.setter
|
1573
|
+
def group_by_tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['UsageCarbonEmissionsQueryQueryDefinitionReportQueryGroupByTagArgs']]]]):
|
1574
|
+
pulumi.set(self, "group_by_tags", value)
|
1575
|
+
|
1576
|
+
@property
|
1577
|
+
@pulumi.getter(name="isAggregateByTime")
|
1578
|
+
def is_aggregate_by_time(self) -> Optional[pulumi.Input[bool]]:
|
1579
|
+
"""
|
1580
|
+
(Updatable) Specifies whether aggregated by time. If isAggregateByTime is true, all usage or cost over the query time period will be added up.
|
1581
|
+
"""
|
1582
|
+
return pulumi.get(self, "is_aggregate_by_time")
|
1583
|
+
|
1584
|
+
@is_aggregate_by_time.setter
|
1585
|
+
def is_aggregate_by_time(self, value: Optional[pulumi.Input[bool]]):
|
1586
|
+
pulumi.set(self, "is_aggregate_by_time", value)
|
1587
|
+
|
1588
|
+
@property
|
1589
|
+
@pulumi.getter(name="timeUsageEnded")
|
1590
|
+
def time_usage_ended(self) -> Optional[pulumi.Input[str]]:
|
1591
|
+
"""
|
1592
|
+
(Updatable) The usage end time.
|
1593
|
+
"""
|
1594
|
+
return pulumi.get(self, "time_usage_ended")
|
1595
|
+
|
1596
|
+
@time_usage_ended.setter
|
1597
|
+
def time_usage_ended(self, value: Optional[pulumi.Input[str]]):
|
1598
|
+
pulumi.set(self, "time_usage_ended", value)
|
1599
|
+
|
1600
|
+
@property
|
1601
|
+
@pulumi.getter(name="timeUsageStarted")
|
1602
|
+
def time_usage_started(self) -> Optional[pulumi.Input[str]]:
|
1603
|
+
"""
|
1604
|
+
(Updatable) The usage start time.
|
1605
|
+
"""
|
1606
|
+
return pulumi.get(self, "time_usage_started")
|
1607
|
+
|
1608
|
+
@time_usage_started.setter
|
1609
|
+
def time_usage_started(self, value: Optional[pulumi.Input[str]]):
|
1610
|
+
pulumi.set(self, "time_usage_started", value)
|
1611
|
+
|
1612
|
+
@property
|
1613
|
+
@pulumi.getter(name="usageCarbonEmissionsQueryFilter")
|
1614
|
+
def usage_carbon_emissions_query_filter(self) -> Optional[pulumi.Input[str]]:
|
1615
|
+
"""
|
1616
|
+
(Updatable) The filter object for query usage.
|
1617
|
+
"""
|
1618
|
+
return pulumi.get(self, "usage_carbon_emissions_query_filter")
|
1619
|
+
|
1620
|
+
@usage_carbon_emissions_query_filter.setter
|
1621
|
+
def usage_carbon_emissions_query_filter(self, value: Optional[pulumi.Input[str]]):
|
1622
|
+
pulumi.set(self, "usage_carbon_emissions_query_filter", value)
|
1623
|
+
|
1624
|
+
|
1625
|
+
@pulumi.input_type
|
1626
|
+
class UsageCarbonEmissionsQueryQueryDefinitionReportQueryGroupByTagArgs:
|
1627
|
+
def __init__(__self__, *,
|
1628
|
+
key: Optional[pulumi.Input[str]] = None,
|
1629
|
+
namespace: Optional[pulumi.Input[str]] = None,
|
1630
|
+
value: Optional[pulumi.Input[str]] = None):
|
1631
|
+
"""
|
1632
|
+
:param pulumi.Input[str] key: (Updatable) The tag key.
|
1633
|
+
:param pulumi.Input[str] namespace: (Updatable) The tag namespace.
|
1634
|
+
:param pulumi.Input[str] value: (Updatable) The tag value.
|
1635
|
+
"""
|
1636
|
+
if key is not None:
|
1637
|
+
pulumi.set(__self__, "key", key)
|
1638
|
+
if namespace is not None:
|
1639
|
+
pulumi.set(__self__, "namespace", namespace)
|
1640
|
+
if value is not None:
|
1641
|
+
pulumi.set(__self__, "value", value)
|
1642
|
+
|
1643
|
+
@property
|
1644
|
+
@pulumi.getter
|
1645
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
1646
|
+
"""
|
1647
|
+
(Updatable) The tag key.
|
1648
|
+
"""
|
1649
|
+
return pulumi.get(self, "key")
|
1650
|
+
|
1651
|
+
@key.setter
|
1652
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
1653
|
+
pulumi.set(self, "key", value)
|
1654
|
+
|
1655
|
+
@property
|
1656
|
+
@pulumi.getter
|
1657
|
+
def namespace(self) -> Optional[pulumi.Input[str]]:
|
1658
|
+
"""
|
1659
|
+
(Updatable) The tag namespace.
|
1660
|
+
"""
|
1661
|
+
return pulumi.get(self, "namespace")
|
1662
|
+
|
1663
|
+
@namespace.setter
|
1664
|
+
def namespace(self, value: Optional[pulumi.Input[str]]):
|
1665
|
+
pulumi.set(self, "namespace", value)
|
1666
|
+
|
1667
|
+
@property
|
1668
|
+
@pulumi.getter
|
1669
|
+
def value(self) -> Optional[pulumi.Input[str]]:
|
1670
|
+
"""
|
1671
|
+
(Updatable) The tag value.
|
1672
|
+
"""
|
1673
|
+
return pulumi.get(self, "value")
|
1674
|
+
|
1675
|
+
@value.setter
|
1676
|
+
def value(self, value: Optional[pulumi.Input[str]]):
|
1677
|
+
pulumi.set(self, "value", value)
|
1678
|
+
|
1679
|
+
|
932
1680
|
@pulumi.input_type
|
933
1681
|
class UsageForecastArgs:
|
934
1682
|
def __init__(__self__, *,
|
@@ -1734,3 +2482,42 @@ class GetSchedulesFilterArgs:
|
|
1734
2482
|
pulumi.set(self, "regex", value)
|
1735
2483
|
|
1736
2484
|
|
2485
|
+
@pulumi.input_type
|
2486
|
+
class GetUsageCarbonEmissionsQueriesFilterArgs:
|
2487
|
+
def __init__(__self__, *,
|
2488
|
+
name: str,
|
2489
|
+
values: Sequence[str],
|
2490
|
+
regex: Optional[bool] = None):
|
2491
|
+
pulumi.set(__self__, "name", name)
|
2492
|
+
pulumi.set(__self__, "values", values)
|
2493
|
+
if regex is not None:
|
2494
|
+
pulumi.set(__self__, "regex", regex)
|
2495
|
+
|
2496
|
+
@property
|
2497
|
+
@pulumi.getter
|
2498
|
+
def name(self) -> str:
|
2499
|
+
return pulumi.get(self, "name")
|
2500
|
+
|
2501
|
+
@name.setter
|
2502
|
+
def name(self, value: str):
|
2503
|
+
pulumi.set(self, "name", value)
|
2504
|
+
|
2505
|
+
@property
|
2506
|
+
@pulumi.getter
|
2507
|
+
def values(self) -> Sequence[str]:
|
2508
|
+
return pulumi.get(self, "values")
|
2509
|
+
|
2510
|
+
@values.setter
|
2511
|
+
def values(self, value: Sequence[str]):
|
2512
|
+
pulumi.set(self, "values", value)
|
2513
|
+
|
2514
|
+
@property
|
2515
|
+
@pulumi.getter
|
2516
|
+
def regex(self) -> Optional[bool]:
|
2517
|
+
return pulumi.get(self, "regex")
|
2518
|
+
|
2519
|
+
@regex.setter
|
2520
|
+
def regex(self, value: Optional[bool]):
|
2521
|
+
pulumi.set(self, "regex", value)
|
2522
|
+
|
2523
|
+
|