pulumi-akamai 9.1.0a1754716222__py3-none-any.whl → 10.3.0a1766467020__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-akamai might be problematic. Click here for more details.

Files changed (75) hide show
  1. pulumi_akamai/__init__.py +190 -0
  2. pulumi_akamai/_inputs.py +4025 -396
  3. pulumi_akamai/apidefinitions_activation.py +415 -0
  4. pulumi_akamai/apidefinitions_api.py +368 -0
  5. pulumi_akamai/apidefinitions_resource_operations.py +226 -0
  6. pulumi_akamai/app_sec_ip_geo.py +156 -107
  7. pulumi_akamai/app_sec_siem_settings.py +47 -0
  8. pulumi_akamai/app_sec_slow_post.py +7 -14
  9. pulumi_akamai/appsec_advanced_settings_ase_penalty_box.py +248 -0
  10. pulumi_akamai/appsec_advanced_settings_ja4_fingerprint.py +197 -0
  11. pulumi_akamai/apr_general_settings.py +233 -0
  12. pulumi_akamai/apr_protected_operations.py +281 -0
  13. pulumi_akamai/apr_user_allow_list.py +184 -0
  14. pulumi_akamai/apr_user_risk_response_strategy.py +185 -0
  15. pulumi_akamai/clientlist_list.py +7 -7
  16. pulumi_akamai/cloud_access_key.py +21 -56
  17. pulumi_akamai/cloudcertificates_certificate.py +793 -0
  18. pulumi_akamai/cloudcertificates_upload_signed_certificate.py +516 -0
  19. pulumi_akamai/cloudlets_application_load_balancer.py +7 -21
  20. pulumi_akamai/datastream.py +112 -17
  21. pulumi_akamai/edge_host_name.py +7 -14
  22. pulumi_akamai/get_apidefinitions_api.py +152 -0
  23. pulumi_akamai/get_apidefinitions_openapi.py +115 -0
  24. pulumi_akamai/get_apidefinitions_resource_operations.py +137 -0
  25. pulumi_akamai/get_app_sec_ip_geo.py +40 -28
  26. pulumi_akamai/get_appsec_advanced_settings_ase_penalty_box.py +107 -0
  27. pulumi_akamai/get_appsec_advanced_settings_ja4_fingerprint.py +107 -0
  28. pulumi_akamai/get_appsec_custom_rules_usage.py +134 -0
  29. pulumi_akamai/get_appsec_rapid_rules.py +16 -1
  30. pulumi_akamai/get_apr_general_settings.py +111 -0
  31. pulumi_akamai/get_apr_protected_operations.py +126 -0
  32. pulumi_akamai/get_apr_user_allow_list.py +96 -0
  33. pulumi_akamai/get_apr_user_risk_response_strategy.py +96 -0
  34. pulumi_akamai/get_clientlist_list.py +119 -0
  35. pulumi_akamai/get_clientlist_lists.py +0 -3
  36. pulumi_akamai/get_cloudcertificates_certificate.py +365 -0
  37. pulumi_akamai/get_cloudcertificates_certificates.py +232 -0
  38. pulumi_akamai/get_cloudcertificates_hostname_bindings.py +157 -0
  39. pulumi_akamai/get_dns_record_set.py +16 -16
  40. pulumi_akamai/get_edge_worker.py +5 -1
  41. pulumi_akamai/get_mtlskeystore_account_ca_certificates.py +97 -0
  42. pulumi_akamai/get_mtlskeystore_client_certificate.py +233 -0
  43. pulumi_akamai/get_mtlskeystore_client_certificates.py +82 -0
  44. pulumi_akamai/get_mtlstruststore_ca_set.py +267 -0
  45. pulumi_akamai/get_mtlstruststore_ca_set_activation.py +189 -0
  46. pulumi_akamai/get_mtlstruststore_ca_set_activations.py +172 -0
  47. pulumi_akamai/get_mtlstruststore_ca_set_activities.py +183 -0
  48. pulumi_akamai/get_mtlstruststore_ca_set_associations.py +124 -0
  49. pulumi_akamai/get_mtlstruststore_ca_set_certificates.py +173 -0
  50. pulumi_akamai/get_mtlstruststore_ca_set_versions.py +128 -0
  51. pulumi_akamai/get_mtlstruststore_ca_sets.py +112 -0
  52. pulumi_akamai/get_property_domainownership_domain.py +189 -0
  53. pulumi_akamai/get_property_domainownership_domains.py +82 -0
  54. pulumi_akamai/get_property_domainownership_search_domains.py +87 -0
  55. pulumi_akamai/gtm_domain.py +7 -14
  56. pulumi_akamai/iam_api_client.py +25 -50
  57. pulumi_akamai/imaging_policy_image.py +7 -21
  58. pulumi_akamai/imaging_policy_video.py +7 -21
  59. pulumi_akamai/mtlskeystore_client_certificate_akamai.py +782 -0
  60. pulumi_akamai/mtlskeystore_client_certificate_third_party.py +618 -0
  61. pulumi_akamai/mtlskeystore_client_certificate_upload.py +451 -0
  62. pulumi_akamai/mtlstruststore_ca_set.py +654 -0
  63. pulumi_akamai/mtlstruststore_ca_set_activation.py +394 -0
  64. pulumi_akamai/network_list.py +7 -14
  65. pulumi_akamai/outputs.py +19539 -12627
  66. pulumi_akamai/property.py +7 -14
  67. pulumi_akamai/property_bootstrap.py +7 -14
  68. pulumi_akamai/property_domainownership_domains.py +152 -0
  69. pulumi_akamai/property_domainownership_validation.py +186 -0
  70. pulumi_akamai/property_hostname_bucket.py +35 -63
  71. pulumi_akamai/pulumi-plugin.json +1 -1
  72. {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/METADATA +1 -1
  73. {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/RECORD +75 -29
  74. {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/WHEEL +0 -0
  75. {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/top_level.txt +0 -0
pulumi_akamai/_inputs.py CHANGED
@@ -15,8 +15,16 @@ else:
15
15
  from . import _utilities
16
16
 
17
17
  __all__ = [
18
+ 'AppSecIPGeoAsnControlsArgs',
19
+ 'AppSecIPGeoAsnControlsArgsDict',
20
+ 'AppSecIPGeoGeoControlsArgs',
21
+ 'AppSecIPGeoGeoControlsArgsDict',
22
+ 'AppSecIPGeoIpControlsArgs',
23
+ 'AppSecIPGeoIpControlsArgsDict',
18
24
  'AppSecSiemSettingsExceptionsArgs',
19
25
  'AppSecSiemSettingsExceptionsArgsDict',
26
+ 'AppsecAdvancedSettingsAsePenaltyBoxQualificationExclusionsArgs',
27
+ 'AppsecAdvancedSettingsAsePenaltyBoxQualificationExclusionsArgsDict',
20
28
  'ClientlistListItemArgs',
21
29
  'ClientlistListItemArgsDict',
22
30
  'CloudAccessKeyCredentialsAArgs',
@@ -27,6 +35,8 @@ __all__ = [
27
35
  'CloudAccessKeyNetworkConfigurationArgsDict',
28
36
  'CloudAccessKeyTimeoutsArgs',
29
37
  'CloudAccessKeyTimeoutsArgsDict',
38
+ 'CloudcertificatesCertificateSubjectArgs',
39
+ 'CloudcertificatesCertificateSubjectArgsDict',
30
40
  'CloudletsApplicationLoadBalancerActivationTimeoutsArgs',
31
41
  'CloudletsApplicationLoadBalancerActivationTimeoutsArgsDict',
32
42
  'CloudletsApplicationLoadBalancerDataCenterArgs',
@@ -91,6 +101,8 @@ __all__ = [
91
101
  'DatastreamDeliveryConfigurationArgsDict',
92
102
  'DatastreamDeliveryConfigurationFrequencyArgs',
93
103
  'DatastreamDeliveryConfigurationFrequencyArgsDict',
104
+ 'DatastreamDynatraceConnectorArgs',
105
+ 'DatastreamDynatraceConnectorArgsDict',
94
106
  'DatastreamElasticsearchConnectorArgs',
95
107
  'DatastreamElasticsearchConnectorArgsDict',
96
108
  'DatastreamGcsConnectorArgs',
@@ -103,12 +115,16 @@ __all__ = [
103
115
  'DatastreamNewRelicConnectorArgsDict',
104
116
  'DatastreamOracleConnectorArgs',
105
117
  'DatastreamOracleConnectorArgsDict',
118
+ 'DatastreamS3CompatibleConnectorArgs',
119
+ 'DatastreamS3CompatibleConnectorArgsDict',
106
120
  'DatastreamS3ConnectorArgs',
107
121
  'DatastreamS3ConnectorArgsDict',
108
122
  'DatastreamSplunkConnectorArgs',
109
123
  'DatastreamSplunkConnectorArgsDict',
110
124
  'DatastreamSumologicConnectorArgs',
111
125
  'DatastreamSumologicConnectorArgsDict',
126
+ 'DatastreamTrafficpeakConnectorArgs',
127
+ 'DatastreamTrafficpeakConnectorArgsDict',
112
128
  'DnsZoneOutboundZoneTransferArgs',
113
129
  'DnsZoneOutboundZoneTransferArgsDict',
114
130
  'DnsZoneOutboundZoneTransferTsigKeyArgs',
@@ -173,6 +189,26 @@ __all__ = [
173
189
  'IamCidrBlockActionsArgsDict',
174
190
  'IamUserUserNotificationsArgs',
175
191
  'IamUserUserNotificationsArgsDict',
192
+ 'MtlskeystoreClientCertificateAkamaiTimeoutsArgs',
193
+ 'MtlskeystoreClientCertificateAkamaiTimeoutsArgsDict',
194
+ 'MtlskeystoreClientCertificateAkamaiVersionArgs',
195
+ 'MtlskeystoreClientCertificateAkamaiVersionArgsDict',
196
+ 'MtlskeystoreClientCertificateAkamaiVersionCertificateBlockArgs',
197
+ 'MtlskeystoreClientCertificateAkamaiVersionCertificateBlockArgsDict',
198
+ 'MtlskeystoreClientCertificateThirdPartyVersionsArgs',
199
+ 'MtlskeystoreClientCertificateThirdPartyVersionsArgsDict',
200
+ 'MtlskeystoreClientCertificateThirdPartyVersionsCertificateBlockArgs',
201
+ 'MtlskeystoreClientCertificateThirdPartyVersionsCertificateBlockArgsDict',
202
+ 'MtlskeystoreClientCertificateThirdPartyVersionsCsrBlockArgs',
203
+ 'MtlskeystoreClientCertificateThirdPartyVersionsCsrBlockArgsDict',
204
+ 'MtlskeystoreClientCertificateUploadTimeoutsArgs',
205
+ 'MtlskeystoreClientCertificateUploadTimeoutsArgsDict',
206
+ 'MtlstruststoreCaSetActivationTimeoutsArgs',
207
+ 'MtlstruststoreCaSetActivationTimeoutsArgsDict',
208
+ 'MtlstruststoreCaSetCertificateArgs',
209
+ 'MtlstruststoreCaSetCertificateArgsDict',
210
+ 'MtlstruststoreCaSetTimeoutsArgs',
211
+ 'MtlstruststoreCaSetTimeoutsArgsDict',
176
212
  'PropertyActivationComplianceRecordArgs',
177
213
  'PropertyActivationComplianceRecordArgsDict',
178
214
  'PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgs',
@@ -187,10 +223,30 @@ __all__ = [
187
223
  'PropertyActivationRuleErrorArgsDict',
188
224
  'PropertyActivationTimeoutsArgs',
189
225
  'PropertyActivationTimeoutsArgsDict',
226
+ 'PropertyDomainownershipDomainsDomainArgs',
227
+ 'PropertyDomainownershipDomainsDomainArgsDict',
228
+ 'PropertyDomainownershipDomainsDomainValidationChallengeArgs',
229
+ 'PropertyDomainownershipDomainsDomainValidationChallengeArgsDict',
230
+ 'PropertyDomainownershipDomainsDomainValidationChallengeCnameRecordArgs',
231
+ 'PropertyDomainownershipDomainsDomainValidationChallengeCnameRecordArgsDict',
232
+ 'PropertyDomainownershipDomainsDomainValidationChallengeHttpFileArgs',
233
+ 'PropertyDomainownershipDomainsDomainValidationChallengeHttpFileArgsDict',
234
+ 'PropertyDomainownershipDomainsDomainValidationChallengeHttpRedirectArgs',
235
+ 'PropertyDomainownershipDomainsDomainValidationChallengeHttpRedirectArgsDict',
236
+ 'PropertyDomainownershipDomainsDomainValidationChallengeTxtRecordArgs',
237
+ 'PropertyDomainownershipDomainsDomainValidationChallengeTxtRecordArgsDict',
238
+ 'PropertyDomainownershipValidationDomainArgs',
239
+ 'PropertyDomainownershipValidationDomainArgsDict',
240
+ 'PropertyDomainownershipValidationTimeoutsArgs',
241
+ 'PropertyDomainownershipValidationTimeoutsArgsDict',
190
242
  'PropertyHostnameArgs',
191
243
  'PropertyHostnameArgsDict',
192
244
  'PropertyHostnameBucketHostnamesArgs',
193
245
  'PropertyHostnameBucketHostnamesArgsDict',
246
+ 'PropertyHostnameCcmCertStatusArgs',
247
+ 'PropertyHostnameCcmCertStatusArgsDict',
248
+ 'PropertyHostnameCcmCertificatesArgs',
249
+ 'PropertyHostnameCcmCertificatesArgsDict',
194
250
  'PropertyHostnameCertStatusArgs',
195
251
  'PropertyHostnameCertStatusArgsDict',
196
252
  'PropertyIncludeActivationComplianceRecordArgs',
@@ -619,6 +675,18 @@ __all__ = [
619
675
  'GetImagingPolicyVideoPolicyVariableArgsDict',
620
676
  'GetImagingPolicyVideoPolicyVariableEnumOptionArgs',
621
677
  'GetImagingPolicyVideoPolicyVariableEnumOptionArgsDict',
678
+ 'GetPropertyDomainownershipSearchDomainsDomainArgs',
679
+ 'GetPropertyDomainownershipSearchDomainsDomainArgsDict',
680
+ 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeArgs',
681
+ 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeArgsDict',
682
+ 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeCnameRecordArgs',
683
+ 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeCnameRecordArgsDict',
684
+ 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeHttpFileArgs',
685
+ 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeHttpFileArgsDict',
686
+ 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeHttpRedirectArgs',
687
+ 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeHttpRedirectArgsDict',
688
+ 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeTxtRecordArgs',
689
+ 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeTxtRecordArgsDict',
622
690
  'GetPropertyIncludesParentPropertyArgs',
623
691
  'GetPropertyIncludesParentPropertyArgsDict',
624
692
  'GetPropertyRulesTemplateTemplateArgs',
@@ -629,6 +697,162 @@ __all__ = [
629
697
 
630
698
  MYPY = False
631
699
 
700
+ if not MYPY:
701
+ class AppSecIPGeoAsnControlsArgsDict(TypedDict):
702
+ action: NotRequired[pulumi.Input[_builtins.str]]
703
+ """
704
+ Action set for ASN Controls
705
+ """
706
+ asn_network_lists: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
707
+ """
708
+ List of IDs of ASN network list to be blocked.
709
+ """
710
+ elif False:
711
+ AppSecIPGeoAsnControlsArgsDict: TypeAlias = Mapping[str, Any]
712
+
713
+ @pulumi.input_type
714
+ class AppSecIPGeoAsnControlsArgs:
715
+ def __init__(__self__, *,
716
+ action: Optional[pulumi.Input[_builtins.str]] = None,
717
+ asn_network_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
718
+ """
719
+ :param pulumi.Input[_builtins.str] action: Action set for ASN Controls
720
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] asn_network_lists: List of IDs of ASN network list to be blocked.
721
+ """
722
+ if action is not None:
723
+ pulumi.set(__self__, "action", action)
724
+ if asn_network_lists is not None:
725
+ pulumi.set(__self__, "asn_network_lists", asn_network_lists)
726
+
727
+ @_builtins.property
728
+ @pulumi.getter
729
+ def action(self) -> Optional[pulumi.Input[_builtins.str]]:
730
+ """
731
+ Action set for ASN Controls
732
+ """
733
+ return pulumi.get(self, "action")
734
+
735
+ @action.setter
736
+ def action(self, value: Optional[pulumi.Input[_builtins.str]]):
737
+ pulumi.set(self, "action", value)
738
+
739
+ @_builtins.property
740
+ @pulumi.getter(name="asnNetworkLists")
741
+ def asn_network_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
742
+ """
743
+ List of IDs of ASN network list to be blocked.
744
+ """
745
+ return pulumi.get(self, "asn_network_lists")
746
+
747
+ @asn_network_lists.setter
748
+ def asn_network_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
749
+ pulumi.set(self, "asn_network_lists", value)
750
+
751
+
752
+ if not MYPY:
753
+ class AppSecIPGeoGeoControlsArgsDict(TypedDict):
754
+ action: NotRequired[pulumi.Input[_builtins.str]]
755
+ """
756
+ Action set for GEO Controls.
757
+ """
758
+ geo_network_lists: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
759
+ """
760
+ List of IDs of geographic network list to be blocked.
761
+ """
762
+ elif False:
763
+ AppSecIPGeoGeoControlsArgsDict: TypeAlias = Mapping[str, Any]
764
+
765
+ @pulumi.input_type
766
+ class AppSecIPGeoGeoControlsArgs:
767
+ def __init__(__self__, *,
768
+ action: Optional[pulumi.Input[_builtins.str]] = None,
769
+ geo_network_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
770
+ """
771
+ :param pulumi.Input[_builtins.str] action: Action set for GEO Controls.
772
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] geo_network_lists: List of IDs of geographic network list to be blocked.
773
+ """
774
+ if action is not None:
775
+ pulumi.set(__self__, "action", action)
776
+ if geo_network_lists is not None:
777
+ pulumi.set(__self__, "geo_network_lists", geo_network_lists)
778
+
779
+ @_builtins.property
780
+ @pulumi.getter
781
+ def action(self) -> Optional[pulumi.Input[_builtins.str]]:
782
+ """
783
+ Action set for GEO Controls.
784
+ """
785
+ return pulumi.get(self, "action")
786
+
787
+ @action.setter
788
+ def action(self, value: Optional[pulumi.Input[_builtins.str]]):
789
+ pulumi.set(self, "action", value)
790
+
791
+ @_builtins.property
792
+ @pulumi.getter(name="geoNetworkLists")
793
+ def geo_network_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
794
+ """
795
+ List of IDs of geographic network list to be blocked.
796
+ """
797
+ return pulumi.get(self, "geo_network_lists")
798
+
799
+ @geo_network_lists.setter
800
+ def geo_network_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
801
+ pulumi.set(self, "geo_network_lists", value)
802
+
803
+
804
+ if not MYPY:
805
+ class AppSecIPGeoIpControlsArgsDict(TypedDict):
806
+ action: NotRequired[pulumi.Input[_builtins.str]]
807
+ """
808
+ Action set for IP Controls.
809
+ """
810
+ ip_network_lists: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
811
+ """
812
+ List of IDs of IP network list to be blocked.
813
+ """
814
+ elif False:
815
+ AppSecIPGeoIpControlsArgsDict: TypeAlias = Mapping[str, Any]
816
+
817
+ @pulumi.input_type
818
+ class AppSecIPGeoIpControlsArgs:
819
+ def __init__(__self__, *,
820
+ action: Optional[pulumi.Input[_builtins.str]] = None,
821
+ ip_network_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
822
+ """
823
+ :param pulumi.Input[_builtins.str] action: Action set for IP Controls.
824
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ip_network_lists: List of IDs of IP network list to be blocked.
825
+ """
826
+ if action is not None:
827
+ pulumi.set(__self__, "action", action)
828
+ if ip_network_lists is not None:
829
+ pulumi.set(__self__, "ip_network_lists", ip_network_lists)
830
+
831
+ @_builtins.property
832
+ @pulumi.getter
833
+ def action(self) -> Optional[pulumi.Input[_builtins.str]]:
834
+ """
835
+ Action set for IP Controls.
836
+ """
837
+ return pulumi.get(self, "action")
838
+
839
+ @action.setter
840
+ def action(self, value: Optional[pulumi.Input[_builtins.str]]):
841
+ pulumi.set(self, "action", value)
842
+
843
+ @_builtins.property
844
+ @pulumi.getter(name="ipNetworkLists")
845
+ def ip_network_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
846
+ """
847
+ List of IDs of IP network list to be blocked.
848
+ """
849
+ return pulumi.get(self, "ip_network_lists")
850
+
851
+ @ip_network_lists.setter
852
+ def ip_network_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
853
+ pulumi.set(self, "ip_network_lists", value)
854
+
855
+
632
856
  if not MYPY:
633
857
  class AppSecSiemSettingsExceptionsArgsDict(TypedDict):
634
858
  api_request_constraints: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
@@ -861,6 +1085,58 @@ class AppSecSiemSettingsExceptionsArgs:
861
1085
  pulumi.set(self, "wafs", value)
862
1086
 
863
1087
 
1088
+ if not MYPY:
1089
+ class AppsecAdvancedSettingsAsePenaltyBoxQualificationExclusionsArgsDict(TypedDict):
1090
+ attack_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
1091
+ """
1092
+ List of attack group names.
1093
+ """
1094
+ rules: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.int]]]]
1095
+ """
1096
+ List of rule IDs.
1097
+ """
1098
+ elif False:
1099
+ AppsecAdvancedSettingsAsePenaltyBoxQualificationExclusionsArgsDict: TypeAlias = Mapping[str, Any]
1100
+
1101
+ @pulumi.input_type
1102
+ class AppsecAdvancedSettingsAsePenaltyBoxQualificationExclusionsArgs:
1103
+ def __init__(__self__, *,
1104
+ attack_groups: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1105
+ rules: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.int]]]] = None):
1106
+ """
1107
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] attack_groups: List of attack group names.
1108
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] rules: List of rule IDs.
1109
+ """
1110
+ if attack_groups is not None:
1111
+ pulumi.set(__self__, "attack_groups", attack_groups)
1112
+ if rules is not None:
1113
+ pulumi.set(__self__, "rules", rules)
1114
+
1115
+ @_builtins.property
1116
+ @pulumi.getter(name="attackGroups")
1117
+ def attack_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
1118
+ """
1119
+ List of attack group names.
1120
+ """
1121
+ return pulumi.get(self, "attack_groups")
1122
+
1123
+ @attack_groups.setter
1124
+ def attack_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
1125
+ pulumi.set(self, "attack_groups", value)
1126
+
1127
+ @_builtins.property
1128
+ @pulumi.getter
1129
+ def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.int]]]]:
1130
+ """
1131
+ List of rule IDs.
1132
+ """
1133
+ return pulumi.get(self, "rules")
1134
+
1135
+ @rules.setter
1136
+ def rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.int]]]]):
1137
+ pulumi.set(self, "rules", value)
1138
+
1139
+
864
1140
  if not MYPY:
865
1141
  class ClientlistListItemArgsDict(TypedDict):
866
1142
  value: pulumi.Input[_builtins.str]
@@ -1293,6 +1569,118 @@ class CloudAccessKeyTimeoutsArgs:
1293
1569
  pulumi.set(self, "update", value)
1294
1570
 
1295
1571
 
1572
+ if not MYPY:
1573
+ class CloudcertificatesCertificateSubjectArgsDict(TypedDict):
1574
+ common_name: NotRequired[pulumi.Input[_builtins.str]]
1575
+ """
1576
+ Fully qualified domain name (FQDN) or other name associated with the subject. If specified, this value must also be included in the SANs list.
1577
+ """
1578
+ country: NotRequired[pulumi.Input[_builtins.str]]
1579
+ """
1580
+ Two-letter ISO 3166 country code.
1581
+ """
1582
+ locality: NotRequired[pulumi.Input[_builtins.str]]
1583
+ """
1584
+ City or locality name.
1585
+ """
1586
+ organization: NotRequired[pulumi.Input[_builtins.str]]
1587
+ """
1588
+ Legal name of the organization.
1589
+ """
1590
+ state: NotRequired[pulumi.Input[_builtins.str]]
1591
+ """
1592
+ Full name of the state or province.
1593
+ """
1594
+ elif False:
1595
+ CloudcertificatesCertificateSubjectArgsDict: TypeAlias = Mapping[str, Any]
1596
+
1597
+ @pulumi.input_type
1598
+ class CloudcertificatesCertificateSubjectArgs:
1599
+ def __init__(__self__, *,
1600
+ common_name: Optional[pulumi.Input[_builtins.str]] = None,
1601
+ country: Optional[pulumi.Input[_builtins.str]] = None,
1602
+ locality: Optional[pulumi.Input[_builtins.str]] = None,
1603
+ organization: Optional[pulumi.Input[_builtins.str]] = None,
1604
+ state: Optional[pulumi.Input[_builtins.str]] = None):
1605
+ """
1606
+ :param pulumi.Input[_builtins.str] common_name: Fully qualified domain name (FQDN) or other name associated with the subject. If specified, this value must also be included in the SANs list.
1607
+ :param pulumi.Input[_builtins.str] country: Two-letter ISO 3166 country code.
1608
+ :param pulumi.Input[_builtins.str] locality: City or locality name.
1609
+ :param pulumi.Input[_builtins.str] organization: Legal name of the organization.
1610
+ :param pulumi.Input[_builtins.str] state: Full name of the state or province.
1611
+ """
1612
+ if common_name is not None:
1613
+ pulumi.set(__self__, "common_name", common_name)
1614
+ if country is not None:
1615
+ pulumi.set(__self__, "country", country)
1616
+ if locality is not None:
1617
+ pulumi.set(__self__, "locality", locality)
1618
+ if organization is not None:
1619
+ pulumi.set(__self__, "organization", organization)
1620
+ if state is not None:
1621
+ pulumi.set(__self__, "state", state)
1622
+
1623
+ @_builtins.property
1624
+ @pulumi.getter(name="commonName")
1625
+ def common_name(self) -> Optional[pulumi.Input[_builtins.str]]:
1626
+ """
1627
+ Fully qualified domain name (FQDN) or other name associated with the subject. If specified, this value must also be included in the SANs list.
1628
+ """
1629
+ return pulumi.get(self, "common_name")
1630
+
1631
+ @common_name.setter
1632
+ def common_name(self, value: Optional[pulumi.Input[_builtins.str]]):
1633
+ pulumi.set(self, "common_name", value)
1634
+
1635
+ @_builtins.property
1636
+ @pulumi.getter
1637
+ def country(self) -> Optional[pulumi.Input[_builtins.str]]:
1638
+ """
1639
+ Two-letter ISO 3166 country code.
1640
+ """
1641
+ return pulumi.get(self, "country")
1642
+
1643
+ @country.setter
1644
+ def country(self, value: Optional[pulumi.Input[_builtins.str]]):
1645
+ pulumi.set(self, "country", value)
1646
+
1647
+ @_builtins.property
1648
+ @pulumi.getter
1649
+ def locality(self) -> Optional[pulumi.Input[_builtins.str]]:
1650
+ """
1651
+ City or locality name.
1652
+ """
1653
+ return pulumi.get(self, "locality")
1654
+
1655
+ @locality.setter
1656
+ def locality(self, value: Optional[pulumi.Input[_builtins.str]]):
1657
+ pulumi.set(self, "locality", value)
1658
+
1659
+ @_builtins.property
1660
+ @pulumi.getter
1661
+ def organization(self) -> Optional[pulumi.Input[_builtins.str]]:
1662
+ """
1663
+ Legal name of the organization.
1664
+ """
1665
+ return pulumi.get(self, "organization")
1666
+
1667
+ @organization.setter
1668
+ def organization(self, value: Optional[pulumi.Input[_builtins.str]]):
1669
+ pulumi.set(self, "organization", value)
1670
+
1671
+ @_builtins.property
1672
+ @pulumi.getter
1673
+ def state(self) -> Optional[pulumi.Input[_builtins.str]]:
1674
+ """
1675
+ Full name of the state or province.
1676
+ """
1677
+ return pulumi.get(self, "state")
1678
+
1679
+ @state.setter
1680
+ def state(self, value: Optional[pulumi.Input[_builtins.str]]):
1681
+ pulumi.set(self, "state", value)
1682
+
1683
+
1296
1684
  if not MYPY:
1297
1685
  class CloudletsApplicationLoadBalancerActivationTimeoutsArgsDict(TypedDict):
1298
1686
  default: NotRequired[pulumi.Input[_builtins.str]]
@@ -4817,42 +5205,18 @@ class DatastreamDeliveryConfigurationFrequencyArgs:
4817
5205
 
4818
5206
 
4819
5207
  if not MYPY:
4820
- class DatastreamElasticsearchConnectorArgsDict(TypedDict):
4821
- display_name: pulumi.Input[_builtins.str]
5208
+ class DatastreamDynatraceConnectorArgsDict(TypedDict):
5209
+ api_token: pulumi.Input[_builtins.str]
4822
5210
  """
4823
- The name of the connector.
5211
+ The Dynatrace Log Ingest access token.
4824
5212
  """
4825
- endpoint: pulumi.Input[_builtins.str]
4826
- """
4827
- The Elasticsearch bulk endpoint URL in the https://hostname.elastic-cloud.com:9243/_bulk/ format. Set indexName in the appropriate field instead of providing it in the URL. You can use Akamaized property hostnames as endpoint URLs. See Stream logs to Elasticsearch.
4828
- """
4829
- index_name: pulumi.Input[_builtins.str]
4830
- """
4831
- The index name of the Elastic cloud where you want to store log files.
4832
- """
4833
- password: pulumi.Input[_builtins.str]
4834
- """
4835
- The Elasticsearch basic access authentication password.
4836
- """
4837
- user_name: pulumi.Input[_builtins.str]
4838
- """
4839
- The Elasticsearch basic access authentication username.
4840
- """
4841
- ca_cert: NotRequired[pulumi.Input[_builtins.str]]
4842
- """
4843
- The certification authority (CA) certificate used to verify the origin server's certificate. If the certificate is not signed by a well-known certification authority, enter the CA certificate in the PEM format for verification.
4844
- """
4845
- client_cert: NotRequired[pulumi.Input[_builtins.str]]
4846
- """
4847
- The PEM-formatted digital certificate you want to authenticate requests to your destination with. If you want to use mutual authentication, you need to provide both the client certificate and the client key.
4848
- """
4849
- client_key: NotRequired[pulumi.Input[_builtins.str]]
5213
+ display_name: pulumi.Input[_builtins.str]
4850
5214
  """
4851
- The private key in the non-encrypted PKCS8 format you want to use to authenticate with the backend server. If you want to use mutual authentication, you need to provide both the client certificate and the client key.
5215
+ The destination's name.
4852
5216
  """
4853
- content_type: NotRequired[pulumi.Input[_builtins.str]]
5217
+ endpoint: pulumi.Input[_builtins.str]
4854
5218
  """
4855
- The type of the resource passed in the request's custom header. For details, see Additional options in the DataStream user guide.
5219
+ The Dynatrace Ingestion API endpoint URL in the https://{dynatrace-environment-id}.live.dynatrace.com/api/v2/logs/ingest format.
4856
5220
  """
4857
5221
  custom_header_name: NotRequired[pulumi.Input[_builtins.str]]
4858
5222
  """
@@ -4862,75 +5226,49 @@ if not MYPY:
4862
5226
  """
4863
5227
  The custom header's contents passed with the request that contains information about the client connection. For details, see Additional options in the DataStream user guide.
4864
5228
  """
4865
- m_tls: NotRequired[pulumi.Input[_builtins.bool]]
4866
- """
4867
- Indicates whether mTLS is enabled or not.
4868
- """
4869
- tls_hostname: NotRequired[pulumi.Input[_builtins.str]]
4870
- """
4871
- The hostname that verifies the server's certificate and matches the Subject Alternative Names (SANs) in the certificate. If not provided, DataStream fetches the hostname from the endpoint URL.
4872
- """
4873
5229
  elif False:
4874
- DatastreamElasticsearchConnectorArgsDict: TypeAlias = Mapping[str, Any]
5230
+ DatastreamDynatraceConnectorArgsDict: TypeAlias = Mapping[str, Any]
4875
5231
 
4876
5232
  @pulumi.input_type
4877
- class DatastreamElasticsearchConnectorArgs:
5233
+ class DatastreamDynatraceConnectorArgs:
4878
5234
  def __init__(__self__, *,
5235
+ api_token: pulumi.Input[_builtins.str],
4879
5236
  display_name: pulumi.Input[_builtins.str],
4880
5237
  endpoint: pulumi.Input[_builtins.str],
4881
- index_name: pulumi.Input[_builtins.str],
4882
- password: pulumi.Input[_builtins.str],
4883
- user_name: pulumi.Input[_builtins.str],
4884
- ca_cert: Optional[pulumi.Input[_builtins.str]] = None,
4885
- client_cert: Optional[pulumi.Input[_builtins.str]] = None,
4886
- client_key: Optional[pulumi.Input[_builtins.str]] = None,
4887
- content_type: Optional[pulumi.Input[_builtins.str]] = None,
4888
5238
  custom_header_name: Optional[pulumi.Input[_builtins.str]] = None,
4889
- custom_header_value: Optional[pulumi.Input[_builtins.str]] = None,
4890
- m_tls: Optional[pulumi.Input[_builtins.bool]] = None,
4891
- tls_hostname: Optional[pulumi.Input[_builtins.str]] = None):
5239
+ custom_header_value: Optional[pulumi.Input[_builtins.str]] = None):
4892
5240
  """
4893
- :param pulumi.Input[_builtins.str] display_name: The name of the connector.
4894
- :param pulumi.Input[_builtins.str] endpoint: The Elasticsearch bulk endpoint URL in the https://hostname.elastic-cloud.com:9243/_bulk/ format. Set indexName in the appropriate field instead of providing it in the URL. You can use Akamaized property hostnames as endpoint URLs. See Stream logs to Elasticsearch.
4895
- :param pulumi.Input[_builtins.str] index_name: The index name of the Elastic cloud where you want to store log files.
4896
- :param pulumi.Input[_builtins.str] password: The Elasticsearch basic access authentication password.
4897
- :param pulumi.Input[_builtins.str] user_name: The Elasticsearch basic access authentication username.
4898
- :param pulumi.Input[_builtins.str] ca_cert: The certification authority (CA) certificate used to verify the origin server's certificate. If the certificate is not signed by a well-known certification authority, enter the CA certificate in the PEM format for verification.
4899
- :param pulumi.Input[_builtins.str] client_cert: The PEM-formatted digital certificate you want to authenticate requests to your destination with. If you want to use mutual authentication, you need to provide both the client certificate and the client key.
4900
- :param pulumi.Input[_builtins.str] client_key: The private key in the non-encrypted PKCS8 format you want to use to authenticate with the backend server. If you want to use mutual authentication, you need to provide both the client certificate and the client key.
4901
- :param pulumi.Input[_builtins.str] content_type: The type of the resource passed in the request's custom header. For details, see Additional options in the DataStream user guide.
5241
+ :param pulumi.Input[_builtins.str] api_token: The Dynatrace Log Ingest access token.
5242
+ :param pulumi.Input[_builtins.str] display_name: The destination's name.
5243
+ :param pulumi.Input[_builtins.str] endpoint: The Dynatrace Ingestion API endpoint URL in the https://{dynatrace-environment-id}.live.dynatrace.com/api/v2/logs/ingest format.
4902
5244
  :param pulumi.Input[_builtins.str] custom_header_name: A human-readable name for the request's custom header, containing only alphanumeric, dash, and underscore characters. For details, see Additional options in the DataStream user guide.
4903
5245
  :param pulumi.Input[_builtins.str] custom_header_value: The custom header's contents passed with the request that contains information about the client connection. For details, see Additional options in the DataStream user guide.
4904
- :param pulumi.Input[_builtins.bool] m_tls: Indicates whether mTLS is enabled or not.
4905
- :param pulumi.Input[_builtins.str] tls_hostname: The hostname that verifies the server's certificate and matches the Subject Alternative Names (SANs) in the certificate. If not provided, DataStream fetches the hostname from the endpoint URL.
4906
5246
  """
5247
+ pulumi.set(__self__, "api_token", api_token)
4907
5248
  pulumi.set(__self__, "display_name", display_name)
4908
5249
  pulumi.set(__self__, "endpoint", endpoint)
4909
- pulumi.set(__self__, "index_name", index_name)
4910
- pulumi.set(__self__, "password", password)
4911
- pulumi.set(__self__, "user_name", user_name)
4912
- if ca_cert is not None:
4913
- pulumi.set(__self__, "ca_cert", ca_cert)
4914
- if client_cert is not None:
4915
- pulumi.set(__self__, "client_cert", client_cert)
4916
- if client_key is not None:
4917
- pulumi.set(__self__, "client_key", client_key)
4918
- if content_type is not None:
4919
- pulumi.set(__self__, "content_type", content_type)
4920
5250
  if custom_header_name is not None:
4921
5251
  pulumi.set(__self__, "custom_header_name", custom_header_name)
4922
5252
  if custom_header_value is not None:
4923
5253
  pulumi.set(__self__, "custom_header_value", custom_header_value)
4924
- if m_tls is not None:
4925
- pulumi.set(__self__, "m_tls", m_tls)
4926
- if tls_hostname is not None:
4927
- pulumi.set(__self__, "tls_hostname", tls_hostname)
5254
+
5255
+ @_builtins.property
5256
+ @pulumi.getter(name="apiToken")
5257
+ def api_token(self) -> pulumi.Input[_builtins.str]:
5258
+ """
5259
+ The Dynatrace Log Ingest access token.
5260
+ """
5261
+ return pulumi.get(self, "api_token")
5262
+
5263
+ @api_token.setter
5264
+ def api_token(self, value: pulumi.Input[_builtins.str]):
5265
+ pulumi.set(self, "api_token", value)
4928
5266
 
4929
5267
  @_builtins.property
4930
5268
  @pulumi.getter(name="displayName")
4931
5269
  def display_name(self) -> pulumi.Input[_builtins.str]:
4932
5270
  """
4933
- The name of the connector.
5271
+ The destination's name.
4934
5272
  """
4935
5273
  return pulumi.get(self, "display_name")
4936
5274
 
@@ -4942,7 +5280,7 @@ class DatastreamElasticsearchConnectorArgs:
4942
5280
  @pulumi.getter
4943
5281
  def endpoint(self) -> pulumi.Input[_builtins.str]:
4944
5282
  """
4945
- The Elasticsearch bulk endpoint URL in the https://hostname.elastic-cloud.com:9243/_bulk/ format. Set indexName in the appropriate field instead of providing it in the URL. You can use Akamaized property hostnames as endpoint URLs. See Stream logs to Elasticsearch.
5283
+ The Dynatrace Ingestion API endpoint URL in the https://{dynatrace-environment-id}.live.dynatrace.com/api/v2/logs/ingest format.
4946
5284
  """
4947
5285
  return pulumi.get(self, "endpoint")
4948
5286
 
@@ -4950,90 +5288,249 @@ class DatastreamElasticsearchConnectorArgs:
4950
5288
  def endpoint(self, value: pulumi.Input[_builtins.str]):
4951
5289
  pulumi.set(self, "endpoint", value)
4952
5290
 
4953
- @_builtins.property
4954
- @pulumi.getter(name="indexName")
4955
- def index_name(self) -> pulumi.Input[_builtins.str]:
4956
- """
4957
- The index name of the Elastic cloud where you want to store log files.
4958
- """
4959
- return pulumi.get(self, "index_name")
4960
-
4961
- @index_name.setter
4962
- def index_name(self, value: pulumi.Input[_builtins.str]):
4963
- pulumi.set(self, "index_name", value)
4964
-
4965
- @_builtins.property
4966
- @pulumi.getter
4967
- def password(self) -> pulumi.Input[_builtins.str]:
4968
- """
4969
- The Elasticsearch basic access authentication password.
4970
- """
4971
- return pulumi.get(self, "password")
4972
-
4973
- @password.setter
4974
- def password(self, value: pulumi.Input[_builtins.str]):
4975
- pulumi.set(self, "password", value)
4976
-
4977
- @_builtins.property
4978
- @pulumi.getter(name="userName")
4979
- def user_name(self) -> pulumi.Input[_builtins.str]:
4980
- """
4981
- The Elasticsearch basic access authentication username.
4982
- """
4983
- return pulumi.get(self, "user_name")
4984
-
4985
- @user_name.setter
4986
- def user_name(self, value: pulumi.Input[_builtins.str]):
4987
- pulumi.set(self, "user_name", value)
4988
-
4989
- @_builtins.property
4990
- @pulumi.getter(name="caCert")
4991
- def ca_cert(self) -> Optional[pulumi.Input[_builtins.str]]:
4992
- """
4993
- The certification authority (CA) certificate used to verify the origin server's certificate. If the certificate is not signed by a well-known certification authority, enter the CA certificate in the PEM format for verification.
4994
- """
4995
- return pulumi.get(self, "ca_cert")
4996
-
4997
- @ca_cert.setter
4998
- def ca_cert(self, value: Optional[pulumi.Input[_builtins.str]]):
4999
- pulumi.set(self, "ca_cert", value)
5000
-
5001
- @_builtins.property
5002
- @pulumi.getter(name="clientCert")
5003
- def client_cert(self) -> Optional[pulumi.Input[_builtins.str]]:
5004
- """
5005
- The PEM-formatted digital certificate you want to authenticate requests to your destination with. If you want to use mutual authentication, you need to provide both the client certificate and the client key.
5006
- """
5007
- return pulumi.get(self, "client_cert")
5008
-
5009
- @client_cert.setter
5010
- def client_cert(self, value: Optional[pulumi.Input[_builtins.str]]):
5011
- pulumi.set(self, "client_cert", value)
5012
-
5013
- @_builtins.property
5014
- @pulumi.getter(name="clientKey")
5015
- def client_key(self) -> Optional[pulumi.Input[_builtins.str]]:
5016
- """
5017
- The private key in the non-encrypted PKCS8 format you want to use to authenticate with the backend server. If you want to use mutual authentication, you need to provide both the client certificate and the client key.
5018
- """
5019
- return pulumi.get(self, "client_key")
5020
-
5021
- @client_key.setter
5022
- def client_key(self, value: Optional[pulumi.Input[_builtins.str]]):
5023
- pulumi.set(self, "client_key", value)
5024
-
5025
- @_builtins.property
5026
- @pulumi.getter(name="contentType")
5027
- def content_type(self) -> Optional[pulumi.Input[_builtins.str]]:
5028
- """
5029
- The type of the resource passed in the request's custom header. For details, see Additional options in the DataStream user guide.
5030
- """
5031
- return pulumi.get(self, "content_type")
5032
-
5033
- @content_type.setter
5034
- def content_type(self, value: Optional[pulumi.Input[_builtins.str]]):
5035
- pulumi.set(self, "content_type", value)
5036
-
5291
+ @_builtins.property
5292
+ @pulumi.getter(name="customHeaderName")
5293
+ def custom_header_name(self) -> Optional[pulumi.Input[_builtins.str]]:
5294
+ """
5295
+ A human-readable name for the request's custom header, containing only alphanumeric, dash, and underscore characters. For details, see Additional options in the DataStream user guide.
5296
+ """
5297
+ return pulumi.get(self, "custom_header_name")
5298
+
5299
+ @custom_header_name.setter
5300
+ def custom_header_name(self, value: Optional[pulumi.Input[_builtins.str]]):
5301
+ pulumi.set(self, "custom_header_name", value)
5302
+
5303
+ @_builtins.property
5304
+ @pulumi.getter(name="customHeaderValue")
5305
+ def custom_header_value(self) -> Optional[pulumi.Input[_builtins.str]]:
5306
+ """
5307
+ The custom header's contents passed with the request that contains information about the client connection. For details, see Additional options in the DataStream user guide.
5308
+ """
5309
+ return pulumi.get(self, "custom_header_value")
5310
+
5311
+ @custom_header_value.setter
5312
+ def custom_header_value(self, value: Optional[pulumi.Input[_builtins.str]]):
5313
+ pulumi.set(self, "custom_header_value", value)
5314
+
5315
+
5316
+ if not MYPY:
5317
+ class DatastreamElasticsearchConnectorArgsDict(TypedDict):
5318
+ display_name: pulumi.Input[_builtins.str]
5319
+ """
5320
+ The name of the connector.
5321
+ """
5322
+ endpoint: pulumi.Input[_builtins.str]
5323
+ """
5324
+ The Elasticsearch bulk endpoint URL in the https://hostname.elastic-cloud.com:9243/_bulk/ format. Set indexName in the appropriate field instead of providing it in the URL. You can use Akamaized property hostnames as endpoint URLs. See Stream logs to Elasticsearch.
5325
+ """
5326
+ index_name: pulumi.Input[_builtins.str]
5327
+ """
5328
+ The index name of the Elastic cloud where you want to store log files.
5329
+ """
5330
+ password: pulumi.Input[_builtins.str]
5331
+ """
5332
+ The Elasticsearch basic access authentication password.
5333
+ """
5334
+ user_name: pulumi.Input[_builtins.str]
5335
+ """
5336
+ The Elasticsearch basic access authentication username.
5337
+ """
5338
+ ca_cert: NotRequired[pulumi.Input[_builtins.str]]
5339
+ """
5340
+ The certification authority (CA) certificate used to verify the origin server's certificate. If the certificate is not signed by a well-known certification authority, enter the CA certificate in the PEM format for verification.
5341
+ """
5342
+ client_cert: NotRequired[pulumi.Input[_builtins.str]]
5343
+ """
5344
+ The PEM-formatted digital certificate you want to authenticate requests to your destination with. If you want to use mutual authentication, you need to provide both the client certificate and the client key.
5345
+ """
5346
+ client_key: NotRequired[pulumi.Input[_builtins.str]]
5347
+ """
5348
+ The private key in the non-encrypted PKCS8 format you want to use to authenticate with the backend server. If you want to use mutual authentication, you need to provide both the client certificate and the client key.
5349
+ """
5350
+ content_type: NotRequired[pulumi.Input[_builtins.str]]
5351
+ """
5352
+ The type of the resource passed in the request's custom header. For details, see Additional options in the DataStream user guide.
5353
+ """
5354
+ custom_header_name: NotRequired[pulumi.Input[_builtins.str]]
5355
+ """
5356
+ A human-readable name for the request's custom header, containing only alphanumeric, dash, and underscore characters. For details, see Additional options in the DataStream user guide.
5357
+ """
5358
+ custom_header_value: NotRequired[pulumi.Input[_builtins.str]]
5359
+ """
5360
+ The custom header's contents passed with the request that contains information about the client connection. For details, see Additional options in the DataStream user guide.
5361
+ """
5362
+ m_tls: NotRequired[pulumi.Input[_builtins.bool]]
5363
+ """
5364
+ Indicates whether mTLS is enabled or not.
5365
+ """
5366
+ tls_hostname: NotRequired[pulumi.Input[_builtins.str]]
5367
+ """
5368
+ The hostname that verifies the server's certificate and matches the Subject Alternative Names (SANs) in the certificate. If not provided, DataStream fetches the hostname from the endpoint URL.
5369
+ """
5370
+ elif False:
5371
+ DatastreamElasticsearchConnectorArgsDict: TypeAlias = Mapping[str, Any]
5372
+
5373
+ @pulumi.input_type
5374
+ class DatastreamElasticsearchConnectorArgs:
5375
+ def __init__(__self__, *,
5376
+ display_name: pulumi.Input[_builtins.str],
5377
+ endpoint: pulumi.Input[_builtins.str],
5378
+ index_name: pulumi.Input[_builtins.str],
5379
+ password: pulumi.Input[_builtins.str],
5380
+ user_name: pulumi.Input[_builtins.str],
5381
+ ca_cert: Optional[pulumi.Input[_builtins.str]] = None,
5382
+ client_cert: Optional[pulumi.Input[_builtins.str]] = None,
5383
+ client_key: Optional[pulumi.Input[_builtins.str]] = None,
5384
+ content_type: Optional[pulumi.Input[_builtins.str]] = None,
5385
+ custom_header_name: Optional[pulumi.Input[_builtins.str]] = None,
5386
+ custom_header_value: Optional[pulumi.Input[_builtins.str]] = None,
5387
+ m_tls: Optional[pulumi.Input[_builtins.bool]] = None,
5388
+ tls_hostname: Optional[pulumi.Input[_builtins.str]] = None):
5389
+ """
5390
+ :param pulumi.Input[_builtins.str] display_name: The name of the connector.
5391
+ :param pulumi.Input[_builtins.str] endpoint: The Elasticsearch bulk endpoint URL in the https://hostname.elastic-cloud.com:9243/_bulk/ format. Set indexName in the appropriate field instead of providing it in the URL. You can use Akamaized property hostnames as endpoint URLs. See Stream logs to Elasticsearch.
5392
+ :param pulumi.Input[_builtins.str] index_name: The index name of the Elastic cloud where you want to store log files.
5393
+ :param pulumi.Input[_builtins.str] password: The Elasticsearch basic access authentication password.
5394
+ :param pulumi.Input[_builtins.str] user_name: The Elasticsearch basic access authentication username.
5395
+ :param pulumi.Input[_builtins.str] ca_cert: The certification authority (CA) certificate used to verify the origin server's certificate. If the certificate is not signed by a well-known certification authority, enter the CA certificate in the PEM format for verification.
5396
+ :param pulumi.Input[_builtins.str] client_cert: The PEM-formatted digital certificate you want to authenticate requests to your destination with. If you want to use mutual authentication, you need to provide both the client certificate and the client key.
5397
+ :param pulumi.Input[_builtins.str] client_key: The private key in the non-encrypted PKCS8 format you want to use to authenticate with the backend server. If you want to use mutual authentication, you need to provide both the client certificate and the client key.
5398
+ :param pulumi.Input[_builtins.str] content_type: The type of the resource passed in the request's custom header. For details, see Additional options in the DataStream user guide.
5399
+ :param pulumi.Input[_builtins.str] custom_header_name: A human-readable name for the request's custom header, containing only alphanumeric, dash, and underscore characters. For details, see Additional options in the DataStream user guide.
5400
+ :param pulumi.Input[_builtins.str] custom_header_value: The custom header's contents passed with the request that contains information about the client connection. For details, see Additional options in the DataStream user guide.
5401
+ :param pulumi.Input[_builtins.bool] m_tls: Indicates whether mTLS is enabled or not.
5402
+ :param pulumi.Input[_builtins.str] tls_hostname: The hostname that verifies the server's certificate and matches the Subject Alternative Names (SANs) in the certificate. If not provided, DataStream fetches the hostname from the endpoint URL.
5403
+ """
5404
+ pulumi.set(__self__, "display_name", display_name)
5405
+ pulumi.set(__self__, "endpoint", endpoint)
5406
+ pulumi.set(__self__, "index_name", index_name)
5407
+ pulumi.set(__self__, "password", password)
5408
+ pulumi.set(__self__, "user_name", user_name)
5409
+ if ca_cert is not None:
5410
+ pulumi.set(__self__, "ca_cert", ca_cert)
5411
+ if client_cert is not None:
5412
+ pulumi.set(__self__, "client_cert", client_cert)
5413
+ if client_key is not None:
5414
+ pulumi.set(__self__, "client_key", client_key)
5415
+ if content_type is not None:
5416
+ pulumi.set(__self__, "content_type", content_type)
5417
+ if custom_header_name is not None:
5418
+ pulumi.set(__self__, "custom_header_name", custom_header_name)
5419
+ if custom_header_value is not None:
5420
+ pulumi.set(__self__, "custom_header_value", custom_header_value)
5421
+ if m_tls is not None:
5422
+ pulumi.set(__self__, "m_tls", m_tls)
5423
+ if tls_hostname is not None:
5424
+ pulumi.set(__self__, "tls_hostname", tls_hostname)
5425
+
5426
+ @_builtins.property
5427
+ @pulumi.getter(name="displayName")
5428
+ def display_name(self) -> pulumi.Input[_builtins.str]:
5429
+ """
5430
+ The name of the connector.
5431
+ """
5432
+ return pulumi.get(self, "display_name")
5433
+
5434
+ @display_name.setter
5435
+ def display_name(self, value: pulumi.Input[_builtins.str]):
5436
+ pulumi.set(self, "display_name", value)
5437
+
5438
+ @_builtins.property
5439
+ @pulumi.getter
5440
+ def endpoint(self) -> pulumi.Input[_builtins.str]:
5441
+ """
5442
+ The Elasticsearch bulk endpoint URL in the https://hostname.elastic-cloud.com:9243/_bulk/ format. Set indexName in the appropriate field instead of providing it in the URL. You can use Akamaized property hostnames as endpoint URLs. See Stream logs to Elasticsearch.
5443
+ """
5444
+ return pulumi.get(self, "endpoint")
5445
+
5446
+ @endpoint.setter
5447
+ def endpoint(self, value: pulumi.Input[_builtins.str]):
5448
+ pulumi.set(self, "endpoint", value)
5449
+
5450
+ @_builtins.property
5451
+ @pulumi.getter(name="indexName")
5452
+ def index_name(self) -> pulumi.Input[_builtins.str]:
5453
+ """
5454
+ The index name of the Elastic cloud where you want to store log files.
5455
+ """
5456
+ return pulumi.get(self, "index_name")
5457
+
5458
+ @index_name.setter
5459
+ def index_name(self, value: pulumi.Input[_builtins.str]):
5460
+ pulumi.set(self, "index_name", value)
5461
+
5462
+ @_builtins.property
5463
+ @pulumi.getter
5464
+ def password(self) -> pulumi.Input[_builtins.str]:
5465
+ """
5466
+ The Elasticsearch basic access authentication password.
5467
+ """
5468
+ return pulumi.get(self, "password")
5469
+
5470
+ @password.setter
5471
+ def password(self, value: pulumi.Input[_builtins.str]):
5472
+ pulumi.set(self, "password", value)
5473
+
5474
+ @_builtins.property
5475
+ @pulumi.getter(name="userName")
5476
+ def user_name(self) -> pulumi.Input[_builtins.str]:
5477
+ """
5478
+ The Elasticsearch basic access authentication username.
5479
+ """
5480
+ return pulumi.get(self, "user_name")
5481
+
5482
+ @user_name.setter
5483
+ def user_name(self, value: pulumi.Input[_builtins.str]):
5484
+ pulumi.set(self, "user_name", value)
5485
+
5486
+ @_builtins.property
5487
+ @pulumi.getter(name="caCert")
5488
+ def ca_cert(self) -> Optional[pulumi.Input[_builtins.str]]:
5489
+ """
5490
+ The certification authority (CA) certificate used to verify the origin server's certificate. If the certificate is not signed by a well-known certification authority, enter the CA certificate in the PEM format for verification.
5491
+ """
5492
+ return pulumi.get(self, "ca_cert")
5493
+
5494
+ @ca_cert.setter
5495
+ def ca_cert(self, value: Optional[pulumi.Input[_builtins.str]]):
5496
+ pulumi.set(self, "ca_cert", value)
5497
+
5498
+ @_builtins.property
5499
+ @pulumi.getter(name="clientCert")
5500
+ def client_cert(self) -> Optional[pulumi.Input[_builtins.str]]:
5501
+ """
5502
+ The PEM-formatted digital certificate you want to authenticate requests to your destination with. If you want to use mutual authentication, you need to provide both the client certificate and the client key.
5503
+ """
5504
+ return pulumi.get(self, "client_cert")
5505
+
5506
+ @client_cert.setter
5507
+ def client_cert(self, value: Optional[pulumi.Input[_builtins.str]]):
5508
+ pulumi.set(self, "client_cert", value)
5509
+
5510
+ @_builtins.property
5511
+ @pulumi.getter(name="clientKey")
5512
+ def client_key(self) -> Optional[pulumi.Input[_builtins.str]]:
5513
+ """
5514
+ The private key in the non-encrypted PKCS8 format you want to use to authenticate with the backend server. If you want to use mutual authentication, you need to provide both the client certificate and the client key.
5515
+ """
5516
+ return pulumi.get(self, "client_key")
5517
+
5518
+ @client_key.setter
5519
+ def client_key(self, value: Optional[pulumi.Input[_builtins.str]]):
5520
+ pulumi.set(self, "client_key", value)
5521
+
5522
+ @_builtins.property
5523
+ @pulumi.getter(name="contentType")
5524
+ def content_type(self) -> Optional[pulumi.Input[_builtins.str]]:
5525
+ """
5526
+ The type of the resource passed in the request's custom header. For details, see Additional options in the DataStream user guide.
5527
+ """
5528
+ return pulumi.get(self, "content_type")
5529
+
5530
+ @content_type.setter
5531
+ def content_type(self, value: Optional[pulumi.Input[_builtins.str]]):
5532
+ pulumi.set(self, "content_type", value)
5533
+
5037
5534
  @_builtins.property
5038
5535
  @pulumi.getter(name="customHeaderName")
5039
5536
  def custom_header_name(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -5962,6 +6459,172 @@ class DatastreamOracleConnectorArgs:
5962
6459
  pulumi.set(self, "compress_logs", value)
5963
6460
 
5964
6461
 
6462
+ if not MYPY:
6463
+ class DatastreamS3CompatibleConnectorArgsDict(TypedDict):
6464
+ access_key: pulumi.Input[_builtins.str]
6465
+ """
6466
+ The access key identifier of the S3-compatible object storage bucket.
6467
+ """
6468
+ bucket: pulumi.Input[_builtins.str]
6469
+ """
6470
+ The name of the S3-compatible object storage bucket.
6471
+ """
6472
+ display_name: pulumi.Input[_builtins.str]
6473
+ """
6474
+ The name of the destination.
6475
+ """
6476
+ endpoint: pulumi.Input[_builtins.str]
6477
+ """
6478
+ The scheme-qualified host of your S3-compatible object storage bucket.
6479
+ """
6480
+ region: pulumi.Input[_builtins.str]
6481
+ """
6482
+ The physical storage location of your S3-compatible object storage bucket.
6483
+ """
6484
+ secret_access_key: pulumi.Input[_builtins.str]
6485
+ """
6486
+ The secret access key identifier of the S3-compatible object storage bucket.
6487
+ """
6488
+ compress_logs: NotRequired[pulumi.Input[_builtins.bool]]
6489
+ """
6490
+ Enables gzip compression for a log file sent to a destination. This value is always true for this destination type.
6491
+ """
6492
+ path: NotRequired[pulumi.Input[_builtins.str]]
6493
+ """
6494
+ The path to the folder within your S3-compatible object storage bucket where you want to store logs. Optional field.
6495
+ """
6496
+ elif False:
6497
+ DatastreamS3CompatibleConnectorArgsDict: TypeAlias = Mapping[str, Any]
6498
+
6499
+ @pulumi.input_type
6500
+ class DatastreamS3CompatibleConnectorArgs:
6501
+ def __init__(__self__, *,
6502
+ access_key: pulumi.Input[_builtins.str],
6503
+ bucket: pulumi.Input[_builtins.str],
6504
+ display_name: pulumi.Input[_builtins.str],
6505
+ endpoint: pulumi.Input[_builtins.str],
6506
+ region: pulumi.Input[_builtins.str],
6507
+ secret_access_key: pulumi.Input[_builtins.str],
6508
+ compress_logs: Optional[pulumi.Input[_builtins.bool]] = None,
6509
+ path: Optional[pulumi.Input[_builtins.str]] = None):
6510
+ """
6511
+ :param pulumi.Input[_builtins.str] access_key: The access key identifier of the S3-compatible object storage bucket.
6512
+ :param pulumi.Input[_builtins.str] bucket: The name of the S3-compatible object storage bucket.
6513
+ :param pulumi.Input[_builtins.str] display_name: The name of the destination.
6514
+ :param pulumi.Input[_builtins.str] endpoint: The scheme-qualified host of your S3-compatible object storage bucket.
6515
+ :param pulumi.Input[_builtins.str] region: The physical storage location of your S3-compatible object storage bucket.
6516
+ :param pulumi.Input[_builtins.str] secret_access_key: The secret access key identifier of the S3-compatible object storage bucket.
6517
+ :param pulumi.Input[_builtins.bool] compress_logs: Enables gzip compression for a log file sent to a destination. This value is always true for this destination type.
6518
+ :param pulumi.Input[_builtins.str] path: The path to the folder within your S3-compatible object storage bucket where you want to store logs. Optional field.
6519
+ """
6520
+ pulumi.set(__self__, "access_key", access_key)
6521
+ pulumi.set(__self__, "bucket", bucket)
6522
+ pulumi.set(__self__, "display_name", display_name)
6523
+ pulumi.set(__self__, "endpoint", endpoint)
6524
+ pulumi.set(__self__, "region", region)
6525
+ pulumi.set(__self__, "secret_access_key", secret_access_key)
6526
+ if compress_logs is not None:
6527
+ pulumi.set(__self__, "compress_logs", compress_logs)
6528
+ if path is not None:
6529
+ pulumi.set(__self__, "path", path)
6530
+
6531
+ @_builtins.property
6532
+ @pulumi.getter(name="accessKey")
6533
+ def access_key(self) -> pulumi.Input[_builtins.str]:
6534
+ """
6535
+ The access key identifier of the S3-compatible object storage bucket.
6536
+ """
6537
+ return pulumi.get(self, "access_key")
6538
+
6539
+ @access_key.setter
6540
+ def access_key(self, value: pulumi.Input[_builtins.str]):
6541
+ pulumi.set(self, "access_key", value)
6542
+
6543
+ @_builtins.property
6544
+ @pulumi.getter
6545
+ def bucket(self) -> pulumi.Input[_builtins.str]:
6546
+ """
6547
+ The name of the S3-compatible object storage bucket.
6548
+ """
6549
+ return pulumi.get(self, "bucket")
6550
+
6551
+ @bucket.setter
6552
+ def bucket(self, value: pulumi.Input[_builtins.str]):
6553
+ pulumi.set(self, "bucket", value)
6554
+
6555
+ @_builtins.property
6556
+ @pulumi.getter(name="displayName")
6557
+ def display_name(self) -> pulumi.Input[_builtins.str]:
6558
+ """
6559
+ The name of the destination.
6560
+ """
6561
+ return pulumi.get(self, "display_name")
6562
+
6563
+ @display_name.setter
6564
+ def display_name(self, value: pulumi.Input[_builtins.str]):
6565
+ pulumi.set(self, "display_name", value)
6566
+
6567
+ @_builtins.property
6568
+ @pulumi.getter
6569
+ def endpoint(self) -> pulumi.Input[_builtins.str]:
6570
+ """
6571
+ The scheme-qualified host of your S3-compatible object storage bucket.
6572
+ """
6573
+ return pulumi.get(self, "endpoint")
6574
+
6575
+ @endpoint.setter
6576
+ def endpoint(self, value: pulumi.Input[_builtins.str]):
6577
+ pulumi.set(self, "endpoint", value)
6578
+
6579
+ @_builtins.property
6580
+ @pulumi.getter
6581
+ def region(self) -> pulumi.Input[_builtins.str]:
6582
+ """
6583
+ The physical storage location of your S3-compatible object storage bucket.
6584
+ """
6585
+ return pulumi.get(self, "region")
6586
+
6587
+ @region.setter
6588
+ def region(self, value: pulumi.Input[_builtins.str]):
6589
+ pulumi.set(self, "region", value)
6590
+
6591
+ @_builtins.property
6592
+ @pulumi.getter(name="secretAccessKey")
6593
+ def secret_access_key(self) -> pulumi.Input[_builtins.str]:
6594
+ """
6595
+ The secret access key identifier of the S3-compatible object storage bucket.
6596
+ """
6597
+ return pulumi.get(self, "secret_access_key")
6598
+
6599
+ @secret_access_key.setter
6600
+ def secret_access_key(self, value: pulumi.Input[_builtins.str]):
6601
+ pulumi.set(self, "secret_access_key", value)
6602
+
6603
+ @_builtins.property
6604
+ @pulumi.getter(name="compressLogs")
6605
+ def compress_logs(self) -> Optional[pulumi.Input[_builtins.bool]]:
6606
+ """
6607
+ Enables gzip compression for a log file sent to a destination. This value is always true for this destination type.
6608
+ """
6609
+ return pulumi.get(self, "compress_logs")
6610
+
6611
+ @compress_logs.setter
6612
+ def compress_logs(self, value: Optional[pulumi.Input[_builtins.bool]]):
6613
+ pulumi.set(self, "compress_logs", value)
6614
+
6615
+ @_builtins.property
6616
+ @pulumi.getter
6617
+ def path(self) -> Optional[pulumi.Input[_builtins.str]]:
6618
+ """
6619
+ The path to the folder within your S3-compatible object storage bucket where you want to store logs. Optional field.
6620
+ """
6621
+ return pulumi.get(self, "path")
6622
+
6623
+ @path.setter
6624
+ def path(self, value: Optional[pulumi.Input[_builtins.str]]):
6625
+ pulumi.set(self, "path", value)
6626
+
6627
+
5965
6628
  if not MYPY:
5966
6629
  class DatastreamS3ConnectorArgsDict(TypedDict):
5967
6630
  access_key: pulumi.Input[_builtins.str]
@@ -6486,6 +7149,192 @@ class DatastreamSumologicConnectorArgs:
6486
7149
  pulumi.set(self, "custom_header_value", value)
6487
7150
 
6488
7151
 
7152
+ if not MYPY:
7153
+ class DatastreamTrafficpeakConnectorArgsDict(TypedDict):
7154
+ authentication_type: pulumi.Input[_builtins.str]
7155
+ """
7156
+ Only BASIC authentication is supported for TrafficPeak destination.
7157
+ """
7158
+ content_type: pulumi.Input[_builtins.str]
7159
+ """
7160
+ The type of the resource passed in the request's custom header. - Supported headers: `application/json` or `application/json; charset=utf-8`.
7161
+ """
7162
+ display_name: pulumi.Input[_builtins.str]
7163
+ """
7164
+ The destination's name.
7165
+ """
7166
+ endpoint: pulumi.Input[_builtins.str]
7167
+ """
7168
+ Enter the Hydrolix endpoint URL in the https://<host>/ingest/event?table=<tablename>&token=<token> format, where the token is the HTTP streaming ingest token, and the tablename is the Hydrolix data set table name.
7169
+ """
7170
+ password: pulumi.Input[_builtins.str]
7171
+ """
7172
+ Enter the password you set in your TrafficPeak endpoint for authentication.
7173
+ """
7174
+ user_name: pulumi.Input[_builtins.str]
7175
+ """
7176
+ Enter the valid username you set in your TrafficPeak endpoint for authentication.
7177
+ """
7178
+ compress_logs: NotRequired[pulumi.Input[_builtins.bool]]
7179
+ """
7180
+ Enables gzip compression for a log file sent to a destination. The value is true by default.
7181
+ """
7182
+ custom_header_name: NotRequired[pulumi.Input[_builtins.str]]
7183
+ """
7184
+ A human-readable name for the request's custom header, containing only alphanumeric, dash, and underscore characters. Optional field.
7185
+ """
7186
+ custom_header_value: NotRequired[pulumi.Input[_builtins.str]]
7187
+ """
7188
+ The custom header's contents passed with the request that contains information about the client connection. Optional field.
7189
+ """
7190
+ elif False:
7191
+ DatastreamTrafficpeakConnectorArgsDict: TypeAlias = Mapping[str, Any]
7192
+
7193
+ @pulumi.input_type
7194
+ class DatastreamTrafficpeakConnectorArgs:
7195
+ def __init__(__self__, *,
7196
+ authentication_type: pulumi.Input[_builtins.str],
7197
+ content_type: pulumi.Input[_builtins.str],
7198
+ display_name: pulumi.Input[_builtins.str],
7199
+ endpoint: pulumi.Input[_builtins.str],
7200
+ password: pulumi.Input[_builtins.str],
7201
+ user_name: pulumi.Input[_builtins.str],
7202
+ compress_logs: Optional[pulumi.Input[_builtins.bool]] = None,
7203
+ custom_header_name: Optional[pulumi.Input[_builtins.str]] = None,
7204
+ custom_header_value: Optional[pulumi.Input[_builtins.str]] = None):
7205
+ """
7206
+ :param pulumi.Input[_builtins.str] authentication_type: Only BASIC authentication is supported for TrafficPeak destination.
7207
+ :param pulumi.Input[_builtins.str] content_type: The type of the resource passed in the request's custom header. - Supported headers: `application/json` or `application/json; charset=utf-8`.
7208
+ :param pulumi.Input[_builtins.str] display_name: The destination's name.
7209
+ :param pulumi.Input[_builtins.str] endpoint: Enter the Hydrolix endpoint URL in the https://<host>/ingest/event?table=<tablename>&token=<token> format, where the token is the HTTP streaming ingest token, and the tablename is the Hydrolix data set table name.
7210
+ :param pulumi.Input[_builtins.str] password: Enter the password you set in your TrafficPeak endpoint for authentication.
7211
+ :param pulumi.Input[_builtins.str] user_name: Enter the valid username you set in your TrafficPeak endpoint for authentication.
7212
+ :param pulumi.Input[_builtins.bool] compress_logs: Enables gzip compression for a log file sent to a destination. The value is true by default.
7213
+ :param pulumi.Input[_builtins.str] custom_header_name: A human-readable name for the request's custom header, containing only alphanumeric, dash, and underscore characters. Optional field.
7214
+ :param pulumi.Input[_builtins.str] custom_header_value: The custom header's contents passed with the request that contains information about the client connection. Optional field.
7215
+ """
7216
+ pulumi.set(__self__, "authentication_type", authentication_type)
7217
+ pulumi.set(__self__, "content_type", content_type)
7218
+ pulumi.set(__self__, "display_name", display_name)
7219
+ pulumi.set(__self__, "endpoint", endpoint)
7220
+ pulumi.set(__self__, "password", password)
7221
+ pulumi.set(__self__, "user_name", user_name)
7222
+ if compress_logs is not None:
7223
+ pulumi.set(__self__, "compress_logs", compress_logs)
7224
+ if custom_header_name is not None:
7225
+ pulumi.set(__self__, "custom_header_name", custom_header_name)
7226
+ if custom_header_value is not None:
7227
+ pulumi.set(__self__, "custom_header_value", custom_header_value)
7228
+
7229
+ @_builtins.property
7230
+ @pulumi.getter(name="authenticationType")
7231
+ def authentication_type(self) -> pulumi.Input[_builtins.str]:
7232
+ """
7233
+ Only BASIC authentication is supported for TrafficPeak destination.
7234
+ """
7235
+ return pulumi.get(self, "authentication_type")
7236
+
7237
+ @authentication_type.setter
7238
+ def authentication_type(self, value: pulumi.Input[_builtins.str]):
7239
+ pulumi.set(self, "authentication_type", value)
7240
+
7241
+ @_builtins.property
7242
+ @pulumi.getter(name="contentType")
7243
+ def content_type(self) -> pulumi.Input[_builtins.str]:
7244
+ """
7245
+ The type of the resource passed in the request's custom header. - Supported headers: `application/json` or `application/json; charset=utf-8`.
7246
+ """
7247
+ return pulumi.get(self, "content_type")
7248
+
7249
+ @content_type.setter
7250
+ def content_type(self, value: pulumi.Input[_builtins.str]):
7251
+ pulumi.set(self, "content_type", value)
7252
+
7253
+ @_builtins.property
7254
+ @pulumi.getter(name="displayName")
7255
+ def display_name(self) -> pulumi.Input[_builtins.str]:
7256
+ """
7257
+ The destination's name.
7258
+ """
7259
+ return pulumi.get(self, "display_name")
7260
+
7261
+ @display_name.setter
7262
+ def display_name(self, value: pulumi.Input[_builtins.str]):
7263
+ pulumi.set(self, "display_name", value)
7264
+
7265
+ @_builtins.property
7266
+ @pulumi.getter
7267
+ def endpoint(self) -> pulumi.Input[_builtins.str]:
7268
+ """
7269
+ Enter the Hydrolix endpoint URL in the https://<host>/ingest/event?table=<tablename>&token=<token> format, where the token is the HTTP streaming ingest token, and the tablename is the Hydrolix data set table name.
7270
+ """
7271
+ return pulumi.get(self, "endpoint")
7272
+
7273
+ @endpoint.setter
7274
+ def endpoint(self, value: pulumi.Input[_builtins.str]):
7275
+ pulumi.set(self, "endpoint", value)
7276
+
7277
+ @_builtins.property
7278
+ @pulumi.getter
7279
+ def password(self) -> pulumi.Input[_builtins.str]:
7280
+ """
7281
+ Enter the password you set in your TrafficPeak endpoint for authentication.
7282
+ """
7283
+ return pulumi.get(self, "password")
7284
+
7285
+ @password.setter
7286
+ def password(self, value: pulumi.Input[_builtins.str]):
7287
+ pulumi.set(self, "password", value)
7288
+
7289
+ @_builtins.property
7290
+ @pulumi.getter(name="userName")
7291
+ def user_name(self) -> pulumi.Input[_builtins.str]:
7292
+ """
7293
+ Enter the valid username you set in your TrafficPeak endpoint for authentication.
7294
+ """
7295
+ return pulumi.get(self, "user_name")
7296
+
7297
+ @user_name.setter
7298
+ def user_name(self, value: pulumi.Input[_builtins.str]):
7299
+ pulumi.set(self, "user_name", value)
7300
+
7301
+ @_builtins.property
7302
+ @pulumi.getter(name="compressLogs")
7303
+ def compress_logs(self) -> Optional[pulumi.Input[_builtins.bool]]:
7304
+ """
7305
+ Enables gzip compression for a log file sent to a destination. The value is true by default.
7306
+ """
7307
+ return pulumi.get(self, "compress_logs")
7308
+
7309
+ @compress_logs.setter
7310
+ def compress_logs(self, value: Optional[pulumi.Input[_builtins.bool]]):
7311
+ pulumi.set(self, "compress_logs", value)
7312
+
7313
+ @_builtins.property
7314
+ @pulumi.getter(name="customHeaderName")
7315
+ def custom_header_name(self) -> Optional[pulumi.Input[_builtins.str]]:
7316
+ """
7317
+ A human-readable name for the request's custom header, containing only alphanumeric, dash, and underscore characters. Optional field.
7318
+ """
7319
+ return pulumi.get(self, "custom_header_name")
7320
+
7321
+ @custom_header_name.setter
7322
+ def custom_header_name(self, value: Optional[pulumi.Input[_builtins.str]]):
7323
+ pulumi.set(self, "custom_header_name", value)
7324
+
7325
+ @_builtins.property
7326
+ @pulumi.getter(name="customHeaderValue")
7327
+ def custom_header_value(self) -> Optional[pulumi.Input[_builtins.str]]:
7328
+ """
7329
+ The custom header's contents passed with the request that contains information about the client connection. Optional field.
7330
+ """
7331
+ return pulumi.get(self, "custom_header_value")
7332
+
7333
+ @custom_header_value.setter
7334
+ def custom_header_value(self, value: Optional[pulumi.Input[_builtins.str]]):
7335
+ pulumi.set(self, "custom_header_value", value)
7336
+
7337
+
6489
7338
  if not MYPY:
6490
7339
  class DnsZoneOutboundZoneTransferArgsDict(TypedDict):
6491
7340
  acls: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
@@ -8808,13 +9657,13 @@ class IamApiClientGroupAccessGroupSubGroupArgs:
8808
9657
 
8809
9658
  if not MYPY:
8810
9659
  class IamApiClientIpAclArgsDict(TypedDict):
8811
- enable: pulumi.Input[_builtins.bool]
9660
+ cidrs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
8812
9661
  """
8813
- Enables the API client to access the IP access control list (ACL).
9662
+ IP addresses or CIDR blocks the API client can access.
8814
9663
  """
8815
- cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
9664
+ enable: pulumi.Input[_builtins.bool]
8816
9665
  """
8817
- IP addresses or CIDR blocks the API client can access.
9666
+ Enables the API client to access the IP access control list (ACL).
8818
9667
  """
8819
9668
  elif False:
8820
9669
  IamApiClientIpAclArgsDict: TypeAlias = Mapping[str, Any]
@@ -8822,39 +9671,38 @@ elif False:
8822
9671
  @pulumi.input_type
8823
9672
  class IamApiClientIpAclArgs:
8824
9673
  def __init__(__self__, *,
8825
- enable: pulumi.Input[_builtins.bool],
8826
- cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
9674
+ cidrs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
9675
+ enable: pulumi.Input[_builtins.bool]):
8827
9676
  """
8828
- :param pulumi.Input[_builtins.bool] enable: Enables the API client to access the IP access control list (ACL).
8829
9677
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] cidrs: IP addresses or CIDR blocks the API client can access.
9678
+ :param pulumi.Input[_builtins.bool] enable: Enables the API client to access the IP access control list (ACL).
8830
9679
  """
9680
+ pulumi.set(__self__, "cidrs", cidrs)
8831
9681
  pulumi.set(__self__, "enable", enable)
8832
- if cidrs is not None:
8833
- pulumi.set(__self__, "cidrs", cidrs)
8834
9682
 
8835
9683
  @_builtins.property
8836
9684
  @pulumi.getter
8837
- def enable(self) -> pulumi.Input[_builtins.bool]:
9685
+ def cidrs(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
8838
9686
  """
8839
- Enables the API client to access the IP access control list (ACL).
9687
+ IP addresses or CIDR blocks the API client can access.
8840
9688
  """
8841
- return pulumi.get(self, "enable")
9689
+ return pulumi.get(self, "cidrs")
8842
9690
 
8843
- @enable.setter
8844
- def enable(self, value: pulumi.Input[_builtins.bool]):
8845
- pulumi.set(self, "enable", value)
9691
+ @cidrs.setter
9692
+ def cidrs(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
9693
+ pulumi.set(self, "cidrs", value)
8846
9694
 
8847
9695
  @_builtins.property
8848
9696
  @pulumi.getter
8849
- def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
9697
+ def enable(self) -> pulumi.Input[_builtins.bool]:
8850
9698
  """
8851
- IP addresses or CIDR blocks the API client can access.
9699
+ Enables the API client to access the IP access control list (ACL).
8852
9700
  """
8853
- return pulumi.get(self, "cidrs")
9701
+ return pulumi.get(self, "enable")
8854
9702
 
8855
- @cidrs.setter
8856
- def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
8857
- pulumi.set(self, "cidrs", value)
9703
+ @enable.setter
9704
+ def enable(self, value: pulumi.Input[_builtins.bool]):
9705
+ pulumi.set(self, "enable", value)
8858
9706
 
8859
9707
 
8860
9708
  if not MYPY:
@@ -9158,327 +10006,1646 @@ class IamUserUserNotificationsArgs:
9158
10006
 
9159
10007
 
9160
10008
  if not MYPY:
9161
- class PropertyActivationComplianceRecordArgsDict(TypedDict):
9162
- noncompliance_reason_emergency: NotRequired[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgsDict']]
9163
- """
9164
- Provides an audit record when activating on a production network with noncompliance reason as `EMERGENCY`
9165
- """
9166
- noncompliance_reason_no_production_traffic: NotRequired[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTrafficArgsDict']]
9167
- """
9168
- Provides an audit record when activating on a production network with noncompliance reason as `NO_PRODUCTION_TRAFFIC`
9169
- """
9170
- noncompliance_reason_none: NotRequired[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonNoneArgsDict']]
10009
+ class MtlskeystoreClientCertificateAkamaiTimeoutsArgsDict(TypedDict):
10010
+ create: NotRequired[pulumi.Input[_builtins.str]]
9171
10011
  """
9172
- Provides an audit record when activating on a production network with noncompliance reason as `NONE`
10012
+ Optional configurable resource create timeout. By default it's 30m.
9173
10013
  """
9174
- noncompliance_reason_other: NotRequired[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonOtherArgsDict']]
10014
+ update: NotRequired[pulumi.Input[_builtins.str]]
9175
10015
  """
9176
- Provides an audit record when activating on a production network with noncompliance reason as `OTHER`
10016
+ Optional configurable resource update timeout. By default it's 30m.
9177
10017
  """
9178
10018
  elif False:
9179
- PropertyActivationComplianceRecordArgsDict: TypeAlias = Mapping[str, Any]
10019
+ MtlskeystoreClientCertificateAkamaiTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
9180
10020
 
9181
10021
  @pulumi.input_type
9182
- class PropertyActivationComplianceRecordArgs:
10022
+ class MtlskeystoreClientCertificateAkamaiTimeoutsArgs:
9183
10023
  def __init__(__self__, *,
9184
- noncompliance_reason_emergency: Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgs']] = None,
9185
- noncompliance_reason_no_production_traffic: Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTrafficArgs']] = None,
9186
- noncompliance_reason_none: Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonNoneArgs']] = None,
9187
- noncompliance_reason_other: Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonOtherArgs']] = None):
10024
+ create: Optional[pulumi.Input[_builtins.str]] = None,
10025
+ update: Optional[pulumi.Input[_builtins.str]] = None):
9188
10026
  """
9189
- :param pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgs'] noncompliance_reason_emergency: Provides an audit record when activating on a production network with noncompliance reason as `EMERGENCY`
9190
- :param pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTrafficArgs'] noncompliance_reason_no_production_traffic: Provides an audit record when activating on a production network with noncompliance reason as `NO_PRODUCTION_TRAFFIC`
9191
- :param pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonNoneArgs'] noncompliance_reason_none: Provides an audit record when activating on a production network with noncompliance reason as `NONE`
9192
- :param pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonOtherArgs'] noncompliance_reason_other: Provides an audit record when activating on a production network with noncompliance reason as `OTHER`
10027
+ :param pulumi.Input[_builtins.str] create: Optional configurable resource create timeout. By default it's 30m.
10028
+ :param pulumi.Input[_builtins.str] update: Optional configurable resource update timeout. By default it's 30m.
9193
10029
  """
9194
- if noncompliance_reason_emergency is not None:
9195
- pulumi.set(__self__, "noncompliance_reason_emergency", noncompliance_reason_emergency)
9196
- if noncompliance_reason_no_production_traffic is not None:
9197
- pulumi.set(__self__, "noncompliance_reason_no_production_traffic", noncompliance_reason_no_production_traffic)
9198
- if noncompliance_reason_none is not None:
9199
- pulumi.set(__self__, "noncompliance_reason_none", noncompliance_reason_none)
9200
- if noncompliance_reason_other is not None:
9201
- pulumi.set(__self__, "noncompliance_reason_other", noncompliance_reason_other)
10030
+ if create is not None:
10031
+ pulumi.set(__self__, "create", create)
10032
+ if update is not None:
10033
+ pulumi.set(__self__, "update", update)
9202
10034
 
9203
10035
  @_builtins.property
9204
- @pulumi.getter(name="noncomplianceReasonEmergency")
9205
- def noncompliance_reason_emergency(self) -> Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgs']]:
10036
+ @pulumi.getter
10037
+ def create(self) -> Optional[pulumi.Input[_builtins.str]]:
9206
10038
  """
9207
- Provides an audit record when activating on a production network with noncompliance reason as `EMERGENCY`
10039
+ Optional configurable resource create timeout. By default it's 30m.
9208
10040
  """
9209
- return pulumi.get(self, "noncompliance_reason_emergency")
10041
+ return pulumi.get(self, "create")
9210
10042
 
9211
- @noncompliance_reason_emergency.setter
9212
- def noncompliance_reason_emergency(self, value: Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgs']]):
9213
- pulumi.set(self, "noncompliance_reason_emergency", value)
10043
+ @create.setter
10044
+ def create(self, value: Optional[pulumi.Input[_builtins.str]]):
10045
+ pulumi.set(self, "create", value)
9214
10046
 
9215
10047
  @_builtins.property
9216
- @pulumi.getter(name="noncomplianceReasonNoProductionTraffic")
9217
- def noncompliance_reason_no_production_traffic(self) -> Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTrafficArgs']]:
10048
+ @pulumi.getter
10049
+ def update(self) -> Optional[pulumi.Input[_builtins.str]]:
9218
10050
  """
9219
- Provides an audit record when activating on a production network with noncompliance reason as `NO_PRODUCTION_TRAFFIC`
10051
+ Optional configurable resource update timeout. By default it's 30m.
9220
10052
  """
9221
- return pulumi.get(self, "noncompliance_reason_no_production_traffic")
10053
+ return pulumi.get(self, "update")
9222
10054
 
9223
- @noncompliance_reason_no_production_traffic.setter
9224
- def noncompliance_reason_no_production_traffic(self, value: Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTrafficArgs']]):
9225
- pulumi.set(self, "noncompliance_reason_no_production_traffic", value)
10055
+ @update.setter
10056
+ def update(self, value: Optional[pulumi.Input[_builtins.str]]):
10057
+ pulumi.set(self, "update", value)
9226
10058
 
9227
- @_builtins.property
9228
- @pulumi.getter(name="noncomplianceReasonNone")
9229
- def noncompliance_reason_none(self) -> Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonNoneArgs']]:
10059
+
10060
+ if not MYPY:
10061
+ class MtlskeystoreClientCertificateAkamaiVersionArgsDict(TypedDict):
10062
+ certificate_block: NotRequired[pulumi.Input['MtlskeystoreClientCertificateAkamaiVersionCertificateBlockArgsDict']]
9230
10063
  """
9231
- Provides an audit record when activating on a production network with noncompliance reason as `NONE`
10064
+ Details of the certificate block for the client certificate version.
9232
10065
  """
9233
- return pulumi.get(self, "noncompliance_reason_none")
9234
-
9235
- @noncompliance_reason_none.setter
9236
- def noncompliance_reason_none(self, value: Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonNoneArgs']]):
9237
- pulumi.set(self, "noncompliance_reason_none", value)
9238
-
9239
- @_builtins.property
9240
- @pulumi.getter(name="noncomplianceReasonOther")
9241
- def noncompliance_reason_other(self) -> Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonOtherArgs']]:
10066
+ created_by: NotRequired[pulumi.Input[_builtins.str]]
9242
10067
  """
9243
- Provides an audit record when activating on a production network with noncompliance reason as `OTHER`
10068
+ The user who created the client certificate version.
9244
10069
  """
9245
- return pulumi.get(self, "noncompliance_reason_other")
9246
-
9247
- @noncompliance_reason_other.setter
9248
- def noncompliance_reason_other(self, value: Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonOtherArgs']]):
9249
- pulumi.set(self, "noncompliance_reason_other", value)
9250
-
9251
-
9252
- if not MYPY:
9253
- class PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgsDict(TypedDict):
9254
- ticket_id: NotRequired[pulumi.Input[_builtins.str]]
10070
+ created_date: NotRequired[pulumi.Input[_builtins.str]]
9255
10071
  """
9256
- Identifies the ticket that describes the need for the activation
10072
+ An ISO 8601 timestamp indicating the client certificate version's creation.
10073
+ """
10074
+ delete_requested_date: NotRequired[pulumi.Input[_builtins.str]]
10075
+ """
10076
+ An ISO 8601 timestamp indicating the client certificate version's deletion request. Appears as null if there's no request.
10077
+ """
10078
+ elliptic_curve: NotRequired[pulumi.Input[_builtins.str]]
10079
+ """
10080
+ Specifies the key elliptic curve when key algorithm `ECDSA` is used.
10081
+ """
10082
+ expiry_date: NotRequired[pulumi.Input[_builtins.str]]
10083
+ """
10084
+ An ISO 8601 timestamp indicating when the client certificate version expires.
10085
+ """
10086
+ issued_date: NotRequired[pulumi.Input[_builtins.str]]
10087
+ """
10088
+ An ISO 8601 timestamp indicating the client certificate version's availability.
10089
+ """
10090
+ issuer: NotRequired[pulumi.Input[_builtins.str]]
10091
+ """
10092
+ The signing entity of the client certificate version.
10093
+ """
10094
+ key_algorithm: NotRequired[pulumi.Input[_builtins.str]]
10095
+ """
10096
+ Identifies the client certificate version's encryption algorithm. Supported values are `RSA` and `ECDSA`.
10097
+ """
10098
+ key_size_in_bytes: NotRequired[pulumi.Input[_builtins.str]]
10099
+ """
10100
+ The private key length of the client certificate version when key algorithm `RSA` is used.
10101
+ """
10102
+ scheduled_delete_date: NotRequired[pulumi.Input[_builtins.str]]
10103
+ """
10104
+ An ISO 8601 timestamp indicating the client certificate version's deletion. Appears as null if there's no request.
10105
+ """
10106
+ signature_algorithm: NotRequired[pulumi.Input[_builtins.str]]
10107
+ """
10108
+ Specifies the algorithm that secures the data exchange between the edge server and origin.
10109
+ """
10110
+ status: NotRequired[pulumi.Input[_builtins.str]]
10111
+ """
10112
+ The client certificate version status. Possible values: `DEPLOYMENT_PENDING`, `DEPLOYED`, or `DELETE_PENDING`.
10113
+ """
10114
+ subject: NotRequired[pulumi.Input[_builtins.str]]
10115
+ """
10116
+ The public key's entity stored in the client certificate version's subject public key field.
10117
+ """
10118
+ version: NotRequired[pulumi.Input[_builtins.int]]
10119
+ """
10120
+ The unique identifier of the client certificate version.
10121
+ """
10122
+ version_guid: NotRequired[pulumi.Input[_builtins.str]]
10123
+ """
10124
+ Unique identifier for the client certificate version. Use it to configure mutual authentication (mTLS) sessions between the origin and edge servers in Property Manager's Mutual TLS Origin Keystore behavior.
9257
10125
  """
9258
10126
  elif False:
9259
- PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgsDict: TypeAlias = Mapping[str, Any]
10127
+ MtlskeystoreClientCertificateAkamaiVersionArgsDict: TypeAlias = Mapping[str, Any]
9260
10128
 
9261
10129
  @pulumi.input_type
9262
- class PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgs:
10130
+ class MtlskeystoreClientCertificateAkamaiVersionArgs:
9263
10131
  def __init__(__self__, *,
9264
- ticket_id: Optional[pulumi.Input[_builtins.str]] = None):
10132
+ certificate_block: Optional[pulumi.Input['MtlskeystoreClientCertificateAkamaiVersionCertificateBlockArgs']] = None,
10133
+ created_by: Optional[pulumi.Input[_builtins.str]] = None,
10134
+ created_date: Optional[pulumi.Input[_builtins.str]] = None,
10135
+ delete_requested_date: Optional[pulumi.Input[_builtins.str]] = None,
10136
+ elliptic_curve: Optional[pulumi.Input[_builtins.str]] = None,
10137
+ expiry_date: Optional[pulumi.Input[_builtins.str]] = None,
10138
+ issued_date: Optional[pulumi.Input[_builtins.str]] = None,
10139
+ issuer: Optional[pulumi.Input[_builtins.str]] = None,
10140
+ key_algorithm: Optional[pulumi.Input[_builtins.str]] = None,
10141
+ key_size_in_bytes: Optional[pulumi.Input[_builtins.str]] = None,
10142
+ scheduled_delete_date: Optional[pulumi.Input[_builtins.str]] = None,
10143
+ signature_algorithm: Optional[pulumi.Input[_builtins.str]] = None,
10144
+ status: Optional[pulumi.Input[_builtins.str]] = None,
10145
+ subject: Optional[pulumi.Input[_builtins.str]] = None,
10146
+ version: Optional[pulumi.Input[_builtins.int]] = None,
10147
+ version_guid: Optional[pulumi.Input[_builtins.str]] = None):
9265
10148
  """
9266
- :param pulumi.Input[_builtins.str] ticket_id: Identifies the ticket that describes the need for the activation
10149
+ :param pulumi.Input['MtlskeystoreClientCertificateAkamaiVersionCertificateBlockArgs'] certificate_block: Details of the certificate block for the client certificate version.
10150
+ :param pulumi.Input[_builtins.str] created_by: The user who created the client certificate version.
10151
+ :param pulumi.Input[_builtins.str] created_date: An ISO 8601 timestamp indicating the client certificate version's creation.
10152
+ :param pulumi.Input[_builtins.str] delete_requested_date: An ISO 8601 timestamp indicating the client certificate version's deletion request. Appears as null if there's no request.
10153
+ :param pulumi.Input[_builtins.str] elliptic_curve: Specifies the key elliptic curve when key algorithm `ECDSA` is used.
10154
+ :param pulumi.Input[_builtins.str] expiry_date: An ISO 8601 timestamp indicating when the client certificate version expires.
10155
+ :param pulumi.Input[_builtins.str] issued_date: An ISO 8601 timestamp indicating the client certificate version's availability.
10156
+ :param pulumi.Input[_builtins.str] issuer: The signing entity of the client certificate version.
10157
+ :param pulumi.Input[_builtins.str] key_algorithm: Identifies the client certificate version's encryption algorithm. Supported values are `RSA` and `ECDSA`.
10158
+ :param pulumi.Input[_builtins.str] key_size_in_bytes: The private key length of the client certificate version when key algorithm `RSA` is used.
10159
+ :param pulumi.Input[_builtins.str] scheduled_delete_date: An ISO 8601 timestamp indicating the client certificate version's deletion. Appears as null if there's no request.
10160
+ :param pulumi.Input[_builtins.str] signature_algorithm: Specifies the algorithm that secures the data exchange between the edge server and origin.
10161
+ :param pulumi.Input[_builtins.str] status: The client certificate version status. Possible values: `DEPLOYMENT_PENDING`, `DEPLOYED`, or `DELETE_PENDING`.
10162
+ :param pulumi.Input[_builtins.str] subject: The public key's entity stored in the client certificate version's subject public key field.
10163
+ :param pulumi.Input[_builtins.int] version: The unique identifier of the client certificate version.
10164
+ :param pulumi.Input[_builtins.str] version_guid: Unique identifier for the client certificate version. Use it to configure mutual authentication (mTLS) sessions between the origin and edge servers in Property Manager's Mutual TLS Origin Keystore behavior.
10165
+ """
10166
+ if certificate_block is not None:
10167
+ pulumi.set(__self__, "certificate_block", certificate_block)
10168
+ if created_by is not None:
10169
+ pulumi.set(__self__, "created_by", created_by)
10170
+ if created_date is not None:
10171
+ pulumi.set(__self__, "created_date", created_date)
10172
+ if delete_requested_date is not None:
10173
+ pulumi.set(__self__, "delete_requested_date", delete_requested_date)
10174
+ if elliptic_curve is not None:
10175
+ pulumi.set(__self__, "elliptic_curve", elliptic_curve)
10176
+ if expiry_date is not None:
10177
+ pulumi.set(__self__, "expiry_date", expiry_date)
10178
+ if issued_date is not None:
10179
+ pulumi.set(__self__, "issued_date", issued_date)
10180
+ if issuer is not None:
10181
+ pulumi.set(__self__, "issuer", issuer)
10182
+ if key_algorithm is not None:
10183
+ pulumi.set(__self__, "key_algorithm", key_algorithm)
10184
+ if key_size_in_bytes is not None:
10185
+ pulumi.set(__self__, "key_size_in_bytes", key_size_in_bytes)
10186
+ if scheduled_delete_date is not None:
10187
+ pulumi.set(__self__, "scheduled_delete_date", scheduled_delete_date)
10188
+ if signature_algorithm is not None:
10189
+ pulumi.set(__self__, "signature_algorithm", signature_algorithm)
10190
+ if status is not None:
10191
+ pulumi.set(__self__, "status", status)
10192
+ if subject is not None:
10193
+ pulumi.set(__self__, "subject", subject)
10194
+ if version is not None:
10195
+ pulumi.set(__self__, "version", version)
10196
+ if version_guid is not None:
10197
+ pulumi.set(__self__, "version_guid", version_guid)
10198
+
10199
+ @_builtins.property
10200
+ @pulumi.getter(name="certificateBlock")
10201
+ def certificate_block(self) -> Optional[pulumi.Input['MtlskeystoreClientCertificateAkamaiVersionCertificateBlockArgs']]:
9267
10202
  """
9268
- if ticket_id is not None:
9269
- pulumi.set(__self__, "ticket_id", ticket_id)
10203
+ Details of the certificate block for the client certificate version.
10204
+ """
10205
+ return pulumi.get(self, "certificate_block")
10206
+
10207
+ @certificate_block.setter
10208
+ def certificate_block(self, value: Optional[pulumi.Input['MtlskeystoreClientCertificateAkamaiVersionCertificateBlockArgs']]):
10209
+ pulumi.set(self, "certificate_block", value)
9270
10210
 
9271
10211
  @_builtins.property
9272
- @pulumi.getter(name="ticketId")
9273
- def ticket_id(self) -> Optional[pulumi.Input[_builtins.str]]:
10212
+ @pulumi.getter(name="createdBy")
10213
+ def created_by(self) -> Optional[pulumi.Input[_builtins.str]]:
9274
10214
  """
9275
- Identifies the ticket that describes the need for the activation
10215
+ The user who created the client certificate version.
9276
10216
  """
9277
- return pulumi.get(self, "ticket_id")
10217
+ return pulumi.get(self, "created_by")
9278
10218
 
9279
- @ticket_id.setter
9280
- def ticket_id(self, value: Optional[pulumi.Input[_builtins.str]]):
9281
- pulumi.set(self, "ticket_id", value)
10219
+ @created_by.setter
10220
+ def created_by(self, value: Optional[pulumi.Input[_builtins.str]]):
10221
+ pulumi.set(self, "created_by", value)
9282
10222
 
10223
+ @_builtins.property
10224
+ @pulumi.getter(name="createdDate")
10225
+ def created_date(self) -> Optional[pulumi.Input[_builtins.str]]:
10226
+ """
10227
+ An ISO 8601 timestamp indicating the client certificate version's creation.
10228
+ """
10229
+ return pulumi.get(self, "created_date")
9283
10230
 
9284
- if not MYPY:
9285
- class PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTrafficArgsDict(TypedDict):
9286
- ticket_id: NotRequired[pulumi.Input[_builtins.str]]
10231
+ @created_date.setter
10232
+ def created_date(self, value: Optional[pulumi.Input[_builtins.str]]):
10233
+ pulumi.set(self, "created_date", value)
10234
+
10235
+ @_builtins.property
10236
+ @pulumi.getter(name="deleteRequestedDate")
10237
+ def delete_requested_date(self) -> Optional[pulumi.Input[_builtins.str]]:
9287
10238
  """
9288
- Identifies the ticket that describes the need for the activation
10239
+ An ISO 8601 timestamp indicating the client certificate version's deletion request. Appears as null if there's no request.
9289
10240
  """
9290
- elif False:
9291
- PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTrafficArgsDict: TypeAlias = Mapping[str, Any]
10241
+ return pulumi.get(self, "delete_requested_date")
9292
10242
 
9293
- @pulumi.input_type
9294
- class PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTrafficArgs:
9295
- def __init__(__self__, *,
9296
- ticket_id: Optional[pulumi.Input[_builtins.str]] = None):
10243
+ @delete_requested_date.setter
10244
+ def delete_requested_date(self, value: Optional[pulumi.Input[_builtins.str]]):
10245
+ pulumi.set(self, "delete_requested_date", value)
10246
+
10247
+ @_builtins.property
10248
+ @pulumi.getter(name="ellipticCurve")
10249
+ def elliptic_curve(self) -> Optional[pulumi.Input[_builtins.str]]:
9297
10250
  """
9298
- :param pulumi.Input[_builtins.str] ticket_id: Identifies the ticket that describes the need for the activation
10251
+ Specifies the key elliptic curve when key algorithm `ECDSA` is used.
9299
10252
  """
9300
- if ticket_id is not None:
9301
- pulumi.set(__self__, "ticket_id", ticket_id)
10253
+ return pulumi.get(self, "elliptic_curve")
10254
+
10255
+ @elliptic_curve.setter
10256
+ def elliptic_curve(self, value: Optional[pulumi.Input[_builtins.str]]):
10257
+ pulumi.set(self, "elliptic_curve", value)
9302
10258
 
9303
10259
  @_builtins.property
9304
- @pulumi.getter(name="ticketId")
9305
- def ticket_id(self) -> Optional[pulumi.Input[_builtins.str]]:
10260
+ @pulumi.getter(name="expiryDate")
10261
+ def expiry_date(self) -> Optional[pulumi.Input[_builtins.str]]:
9306
10262
  """
9307
- Identifies the ticket that describes the need for the activation
10263
+ An ISO 8601 timestamp indicating when the client certificate version expires.
9308
10264
  """
9309
- return pulumi.get(self, "ticket_id")
10265
+ return pulumi.get(self, "expiry_date")
9310
10266
 
9311
- @ticket_id.setter
9312
- def ticket_id(self, value: Optional[pulumi.Input[_builtins.str]]):
9313
- pulumi.set(self, "ticket_id", value)
10267
+ @expiry_date.setter
10268
+ def expiry_date(self, value: Optional[pulumi.Input[_builtins.str]]):
10269
+ pulumi.set(self, "expiry_date", value)
10270
+
10271
+ @_builtins.property
10272
+ @pulumi.getter(name="issuedDate")
10273
+ def issued_date(self) -> Optional[pulumi.Input[_builtins.str]]:
10274
+ """
10275
+ An ISO 8601 timestamp indicating the client certificate version's availability.
10276
+ """
10277
+ return pulumi.get(self, "issued_date")
9314
10278
 
10279
+ @issued_date.setter
10280
+ def issued_date(self, value: Optional[pulumi.Input[_builtins.str]]):
10281
+ pulumi.set(self, "issued_date", value)
9315
10282
 
9316
- if not MYPY:
9317
- class PropertyActivationComplianceRecordNoncomplianceReasonNoneArgsDict(TypedDict):
9318
- customer_email: NotRequired[pulumi.Input[_builtins.str]]
10283
+ @_builtins.property
10284
+ @pulumi.getter
10285
+ def issuer(self) -> Optional[pulumi.Input[_builtins.str]]:
9319
10286
  """
9320
- Identifies the customer
10287
+ The signing entity of the client certificate version.
9321
10288
  """
9322
- peer_reviewed_by: NotRequired[pulumi.Input[_builtins.str]]
10289
+ return pulumi.get(self, "issuer")
10290
+
10291
+ @issuer.setter
10292
+ def issuer(self, value: Optional[pulumi.Input[_builtins.str]]):
10293
+ pulumi.set(self, "issuer", value)
10294
+
10295
+ @_builtins.property
10296
+ @pulumi.getter(name="keyAlgorithm")
10297
+ def key_algorithm(self) -> Optional[pulumi.Input[_builtins.str]]:
9323
10298
  """
9324
- Identifies person who has independently approved the activation request
10299
+ Identifies the client certificate version's encryption algorithm. Supported values are `RSA` and `ECDSA`.
9325
10300
  """
9326
- ticket_id: NotRequired[pulumi.Input[_builtins.str]]
10301
+ return pulumi.get(self, "key_algorithm")
10302
+
10303
+ @key_algorithm.setter
10304
+ def key_algorithm(self, value: Optional[pulumi.Input[_builtins.str]]):
10305
+ pulumi.set(self, "key_algorithm", value)
10306
+
10307
+ @_builtins.property
10308
+ @pulumi.getter(name="keySizeInBytes")
10309
+ def key_size_in_bytes(self) -> Optional[pulumi.Input[_builtins.str]]:
9327
10310
  """
9328
- Identifies the ticket that describes the need for the activation
10311
+ The private key length of the client certificate version when key algorithm `RSA` is used.
9329
10312
  """
9330
- unit_tested: NotRequired[pulumi.Input[_builtins.bool]]
10313
+ return pulumi.get(self, "key_size_in_bytes")
10314
+
10315
+ @key_size_in_bytes.setter
10316
+ def key_size_in_bytes(self, value: Optional[pulumi.Input[_builtins.str]]):
10317
+ pulumi.set(self, "key_size_in_bytes", value)
10318
+
10319
+ @_builtins.property
10320
+ @pulumi.getter(name="scheduledDeleteDate")
10321
+ def scheduled_delete_date(self) -> Optional[pulumi.Input[_builtins.str]]:
9331
10322
  """
9332
- Whether the metadata to activate has been fully tested
10323
+ An ISO 8601 timestamp indicating the client certificate version's deletion. Appears as null if there's no request.
9333
10324
  """
9334
- elif False:
9335
- PropertyActivationComplianceRecordNoncomplianceReasonNoneArgsDict: TypeAlias = Mapping[str, Any]
10325
+ return pulumi.get(self, "scheduled_delete_date")
9336
10326
 
9337
- @pulumi.input_type
9338
- class PropertyActivationComplianceRecordNoncomplianceReasonNoneArgs:
9339
- def __init__(__self__, *,
9340
- customer_email: Optional[pulumi.Input[_builtins.str]] = None,
9341
- peer_reviewed_by: Optional[pulumi.Input[_builtins.str]] = None,
9342
- ticket_id: Optional[pulumi.Input[_builtins.str]] = None,
9343
- unit_tested: Optional[pulumi.Input[_builtins.bool]] = None):
10327
+ @scheduled_delete_date.setter
10328
+ def scheduled_delete_date(self, value: Optional[pulumi.Input[_builtins.str]]):
10329
+ pulumi.set(self, "scheduled_delete_date", value)
10330
+
10331
+ @_builtins.property
10332
+ @pulumi.getter(name="signatureAlgorithm")
10333
+ def signature_algorithm(self) -> Optional[pulumi.Input[_builtins.str]]:
9344
10334
  """
9345
- :param pulumi.Input[_builtins.str] customer_email: Identifies the customer
9346
- :param pulumi.Input[_builtins.str] peer_reviewed_by: Identifies person who has independently approved the activation request
9347
- :param pulumi.Input[_builtins.str] ticket_id: Identifies the ticket that describes the need for the activation
9348
- :param pulumi.Input[_builtins.bool] unit_tested: Whether the metadata to activate has been fully tested
10335
+ Specifies the algorithm that secures the data exchange between the edge server and origin.
9349
10336
  """
9350
- if customer_email is not None:
9351
- pulumi.set(__self__, "customer_email", customer_email)
9352
- if peer_reviewed_by is not None:
9353
- pulumi.set(__self__, "peer_reviewed_by", peer_reviewed_by)
9354
- if ticket_id is not None:
9355
- pulumi.set(__self__, "ticket_id", ticket_id)
9356
- if unit_tested is not None:
9357
- pulumi.set(__self__, "unit_tested", unit_tested)
10337
+ return pulumi.get(self, "signature_algorithm")
10338
+
10339
+ @signature_algorithm.setter
10340
+ def signature_algorithm(self, value: Optional[pulumi.Input[_builtins.str]]):
10341
+ pulumi.set(self, "signature_algorithm", value)
9358
10342
 
9359
10343
  @_builtins.property
9360
- @pulumi.getter(name="customerEmail")
9361
- def customer_email(self) -> Optional[pulumi.Input[_builtins.str]]:
10344
+ @pulumi.getter
10345
+ def status(self) -> Optional[pulumi.Input[_builtins.str]]:
9362
10346
  """
9363
- Identifies the customer
10347
+ The client certificate version status. Possible values: `DEPLOYMENT_PENDING`, `DEPLOYED`, or `DELETE_PENDING`.
9364
10348
  """
9365
- return pulumi.get(self, "customer_email")
10349
+ return pulumi.get(self, "status")
9366
10350
 
9367
- @customer_email.setter
9368
- def customer_email(self, value: Optional[pulumi.Input[_builtins.str]]):
9369
- pulumi.set(self, "customer_email", value)
10351
+ @status.setter
10352
+ def status(self, value: Optional[pulumi.Input[_builtins.str]]):
10353
+ pulumi.set(self, "status", value)
9370
10354
 
9371
10355
  @_builtins.property
9372
- @pulumi.getter(name="peerReviewedBy")
9373
- def peer_reviewed_by(self) -> Optional[pulumi.Input[_builtins.str]]:
10356
+ @pulumi.getter
10357
+ def subject(self) -> Optional[pulumi.Input[_builtins.str]]:
9374
10358
  """
9375
- Identifies person who has independently approved the activation request
10359
+ The public key's entity stored in the client certificate version's subject public key field.
9376
10360
  """
9377
- return pulumi.get(self, "peer_reviewed_by")
10361
+ return pulumi.get(self, "subject")
9378
10362
 
9379
- @peer_reviewed_by.setter
9380
- def peer_reviewed_by(self, value: Optional[pulumi.Input[_builtins.str]]):
9381
- pulumi.set(self, "peer_reviewed_by", value)
10363
+ @subject.setter
10364
+ def subject(self, value: Optional[pulumi.Input[_builtins.str]]):
10365
+ pulumi.set(self, "subject", value)
9382
10366
 
9383
10367
  @_builtins.property
9384
- @pulumi.getter(name="ticketId")
9385
- def ticket_id(self) -> Optional[pulumi.Input[_builtins.str]]:
10368
+ @pulumi.getter
10369
+ def version(self) -> Optional[pulumi.Input[_builtins.int]]:
9386
10370
  """
9387
- Identifies the ticket that describes the need for the activation
10371
+ The unique identifier of the client certificate version.
9388
10372
  """
9389
- return pulumi.get(self, "ticket_id")
10373
+ return pulumi.get(self, "version")
9390
10374
 
9391
- @ticket_id.setter
9392
- def ticket_id(self, value: Optional[pulumi.Input[_builtins.str]]):
9393
- pulumi.set(self, "ticket_id", value)
10375
+ @version.setter
10376
+ def version(self, value: Optional[pulumi.Input[_builtins.int]]):
10377
+ pulumi.set(self, "version", value)
9394
10378
 
9395
10379
  @_builtins.property
9396
- @pulumi.getter(name="unitTested")
9397
- def unit_tested(self) -> Optional[pulumi.Input[_builtins.bool]]:
10380
+ @pulumi.getter(name="versionGuid")
10381
+ def version_guid(self) -> Optional[pulumi.Input[_builtins.str]]:
9398
10382
  """
9399
- Whether the metadata to activate has been fully tested
10383
+ Unique identifier for the client certificate version. Use it to configure mutual authentication (mTLS) sessions between the origin and edge servers in Property Manager's Mutual TLS Origin Keystore behavior.
9400
10384
  """
9401
- return pulumi.get(self, "unit_tested")
10385
+ return pulumi.get(self, "version_guid")
9402
10386
 
9403
- @unit_tested.setter
9404
- def unit_tested(self, value: Optional[pulumi.Input[_builtins.bool]]):
9405
- pulumi.set(self, "unit_tested", value)
10387
+ @version_guid.setter
10388
+ def version_guid(self, value: Optional[pulumi.Input[_builtins.str]]):
10389
+ pulumi.set(self, "version_guid", value)
9406
10390
 
9407
10391
 
9408
10392
  if not MYPY:
9409
- class PropertyActivationComplianceRecordNoncomplianceReasonOtherArgsDict(TypedDict):
9410
- other_noncompliance_reason: NotRequired[pulumi.Input[_builtins.str]]
10393
+ class MtlskeystoreClientCertificateAkamaiVersionCertificateBlockArgsDict(TypedDict):
10394
+ certificate: NotRequired[pulumi.Input[_builtins.str]]
9411
10395
  """
9412
- Describes the reason why the activation must occur immediately, out of compliance with the standard procedure
10396
+ A text representation of the client certificate in PEM format.
9413
10397
  """
9414
- ticket_id: NotRequired[pulumi.Input[_builtins.str]]
10398
+ trust_chain: NotRequired[pulumi.Input[_builtins.str]]
9415
10399
  """
9416
- Identifies the ticket that describes the need for the activation
10400
+ A text representation of the trust chain in PEM format.
9417
10401
  """
9418
10402
  elif False:
9419
- PropertyActivationComplianceRecordNoncomplianceReasonOtherArgsDict: TypeAlias = Mapping[str, Any]
10403
+ MtlskeystoreClientCertificateAkamaiVersionCertificateBlockArgsDict: TypeAlias = Mapping[str, Any]
9420
10404
 
9421
10405
  @pulumi.input_type
9422
- class PropertyActivationComplianceRecordNoncomplianceReasonOtherArgs:
10406
+ class MtlskeystoreClientCertificateAkamaiVersionCertificateBlockArgs:
9423
10407
  def __init__(__self__, *,
9424
- other_noncompliance_reason: Optional[pulumi.Input[_builtins.str]] = None,
9425
- ticket_id: Optional[pulumi.Input[_builtins.str]] = None):
10408
+ certificate: Optional[pulumi.Input[_builtins.str]] = None,
10409
+ trust_chain: Optional[pulumi.Input[_builtins.str]] = None):
9426
10410
  """
9427
- :param pulumi.Input[_builtins.str] other_noncompliance_reason: Describes the reason why the activation must occur immediately, out of compliance with the standard procedure
9428
- :param pulumi.Input[_builtins.str] ticket_id: Identifies the ticket that describes the need for the activation
10411
+ :param pulumi.Input[_builtins.str] certificate: A text representation of the client certificate in PEM format.
10412
+ :param pulumi.Input[_builtins.str] trust_chain: A text representation of the trust chain in PEM format.
9429
10413
  """
9430
- if other_noncompliance_reason is not None:
9431
- pulumi.set(__self__, "other_noncompliance_reason", other_noncompliance_reason)
9432
- if ticket_id is not None:
9433
- pulumi.set(__self__, "ticket_id", ticket_id)
10414
+ if certificate is not None:
10415
+ pulumi.set(__self__, "certificate", certificate)
10416
+ if trust_chain is not None:
10417
+ pulumi.set(__self__, "trust_chain", trust_chain)
9434
10418
 
9435
10419
  @_builtins.property
9436
- @pulumi.getter(name="otherNoncomplianceReason")
9437
- def other_noncompliance_reason(self) -> Optional[pulumi.Input[_builtins.str]]:
10420
+ @pulumi.getter
10421
+ def certificate(self) -> Optional[pulumi.Input[_builtins.str]]:
9438
10422
  """
9439
- Describes the reason why the activation must occur immediately, out of compliance with the standard procedure
10423
+ A text representation of the client certificate in PEM format.
9440
10424
  """
9441
- return pulumi.get(self, "other_noncompliance_reason")
10425
+ return pulumi.get(self, "certificate")
9442
10426
 
9443
- @other_noncompliance_reason.setter
9444
- def other_noncompliance_reason(self, value: Optional[pulumi.Input[_builtins.str]]):
9445
- pulumi.set(self, "other_noncompliance_reason", value)
10427
+ @certificate.setter
10428
+ def certificate(self, value: Optional[pulumi.Input[_builtins.str]]):
10429
+ pulumi.set(self, "certificate", value)
9446
10430
 
9447
10431
  @_builtins.property
9448
- @pulumi.getter(name="ticketId")
9449
- def ticket_id(self) -> Optional[pulumi.Input[_builtins.str]]:
10432
+ @pulumi.getter(name="trustChain")
10433
+ def trust_chain(self) -> Optional[pulumi.Input[_builtins.str]]:
9450
10434
  """
9451
- Identifies the ticket that describes the need for the activation
10435
+ A text representation of the trust chain in PEM format.
9452
10436
  """
9453
- return pulumi.get(self, "ticket_id")
10437
+ return pulumi.get(self, "trust_chain")
9454
10438
 
9455
- @ticket_id.setter
9456
- def ticket_id(self, value: Optional[pulumi.Input[_builtins.str]]):
9457
- pulumi.set(self, "ticket_id", value)
10439
+ @trust_chain.setter
10440
+ def trust_chain(self, value: Optional[pulumi.Input[_builtins.str]]):
10441
+ pulumi.set(self, "trust_chain", value)
9458
10442
 
9459
10443
 
9460
10444
  if not MYPY:
9461
- class PropertyActivationRuleErrorArgsDict(TypedDict):
9462
- behavior_name: NotRequired[pulumi.Input[_builtins.str]]
9463
- detail: NotRequired[pulumi.Input[_builtins.str]]
9464
- error_location: NotRequired[pulumi.Input[_builtins.str]]
9465
- instance: NotRequired[pulumi.Input[_builtins.str]]
9466
- status_code: NotRequired[pulumi.Input[_builtins.int]]
9467
- title: NotRequired[pulumi.Input[_builtins.str]]
9468
- type: NotRequired[pulumi.Input[_builtins.str]]
9469
- elif False:
9470
- PropertyActivationRuleErrorArgsDict: TypeAlias = Mapping[str, Any]
9471
-
9472
- @pulumi.input_type
9473
- class PropertyActivationRuleErrorArgs:
9474
- def __init__(__self__, *,
9475
- behavior_name: Optional[pulumi.Input[_builtins.str]] = None,
9476
- detail: Optional[pulumi.Input[_builtins.str]] = None,
9477
- error_location: Optional[pulumi.Input[_builtins.str]] = None,
9478
- instance: Optional[pulumi.Input[_builtins.str]] = None,
9479
- status_code: Optional[pulumi.Input[_builtins.int]] = None,
9480
- title: Optional[pulumi.Input[_builtins.str]] = None,
9481
- type: Optional[pulumi.Input[_builtins.str]] = None):
10445
+ class MtlskeystoreClientCertificateThirdPartyVersionsArgsDict(TypedDict):
10446
+ certificate_block: NotRequired[pulumi.Input['MtlskeystoreClientCertificateThirdPartyVersionsCertificateBlockArgsDict']]
10447
+ """
10448
+ Details of the certificate block for the client certificate version.
10449
+ """
10450
+ certificate_submitted_by: NotRequired[pulumi.Input[_builtins.str]]
10451
+ """
10452
+ The user who uploaded the THIRD_PARTY client certificate version. Appears as null if not specified.
10453
+ """
10454
+ certificate_submitted_date: NotRequired[pulumi.Input[_builtins.str]]
10455
+ """
10456
+ An ISO 8601 timestamp indicating when the THIRD_PARTY signer client certificate version was uploaded. Appears as null if not specified.
10457
+ """
10458
+ created_by: NotRequired[pulumi.Input[_builtins.str]]
10459
+ """
10460
+ The user who created the client certificate version.
10461
+ """
10462
+ created_date: NotRequired[pulumi.Input[_builtins.str]]
10463
+ """
10464
+ An ISO 8601 timestamp indicating the client certificate version's creation.
10465
+ """
10466
+ csr_block: NotRequired[pulumi.Input['MtlskeystoreClientCertificateThirdPartyVersionsCsrBlockArgsDict']]
10467
+ """
10468
+ Details of the Certificate Signing Request (CSR) for the client certificate version.
10469
+ """
10470
+ delete_requested_date: NotRequired[pulumi.Input[_builtins.str]]
10471
+ """
10472
+ An ISO 8601 timestamp indicating the client certificate version's deletion request. Appears as null if there's no request.
10473
+ """
10474
+ elliptic_curve: NotRequired[pulumi.Input[_builtins.str]]
10475
+ """
10476
+ Specifies the key elliptic curve when key algorithm `ECDSA` is used.
10477
+ """
10478
+ expiry_date: NotRequired[pulumi.Input[_builtins.str]]
10479
+ """
10480
+ An ISO 8601 timestamp indicating when the client certificate version expires.
10481
+ """
10482
+ issued_date: NotRequired[pulumi.Input[_builtins.str]]
10483
+ """
10484
+ An ISO 8601 timestamp indicating the client certificate version's availability.
10485
+ """
10486
+ issuer: NotRequired[pulumi.Input[_builtins.str]]
10487
+ """
10488
+ The signing entity of the client certificate version.
10489
+ """
10490
+ key_algorithm: NotRequired[pulumi.Input[_builtins.str]]
10491
+ """
10492
+ Identifies the client certificate version's encryption algorithm. Supported values are `RSA` and `ECDSA`.
10493
+ """
10494
+ key_size_in_bytes: NotRequired[pulumi.Input[_builtins.str]]
10495
+ """
10496
+ The private key length of the client certificate version when key algorithm `RSA` is used.
10497
+ """
10498
+ scheduled_delete_date: NotRequired[pulumi.Input[_builtins.str]]
10499
+ """
10500
+ An ISO 8601 timestamp indicating the client certificate version's deletion. Appears as null if there's no request.
10501
+ """
10502
+ signature_algorithm: NotRequired[pulumi.Input[_builtins.str]]
10503
+ """
10504
+ Specifies the algorithm that secures the data exchange between the edge server and origin.
10505
+ """
10506
+ status: NotRequired[pulumi.Input[_builtins.str]]
10507
+ """
10508
+ The client certificate version status. Possible values: `AWAITING_SIGNED_CERTIFICATE`, `DEPLOYMENT_PENDING`, `DEPLOYED`, or `DELETE_PENDING`.
10509
+ """
10510
+ subject: NotRequired[pulumi.Input[_builtins.str]]
10511
+ """
10512
+ The public key's entity stored in the client certificate version's subject public key field.
10513
+ """
10514
+ version: NotRequired[pulumi.Input[_builtins.int]]
10515
+ """
10516
+ The unique identifier of the client certificate version.
10517
+ """
10518
+ version_guid: NotRequired[pulumi.Input[_builtins.str]]
10519
+ """
10520
+ Unique identifier for the client certificate version. Use it to configure mutual authentication (mTLS) sessions between the origin and edge servers in Property Manager's Mutual TLS Origin Keystore behavior.
10521
+ """
10522
+ elif False:
10523
+ MtlskeystoreClientCertificateThirdPartyVersionsArgsDict: TypeAlias = Mapping[str, Any]
10524
+
10525
+ @pulumi.input_type
10526
+ class MtlskeystoreClientCertificateThirdPartyVersionsArgs:
10527
+ def __init__(__self__, *,
10528
+ certificate_block: Optional[pulumi.Input['MtlskeystoreClientCertificateThirdPartyVersionsCertificateBlockArgs']] = None,
10529
+ certificate_submitted_by: Optional[pulumi.Input[_builtins.str]] = None,
10530
+ certificate_submitted_date: Optional[pulumi.Input[_builtins.str]] = None,
10531
+ created_by: Optional[pulumi.Input[_builtins.str]] = None,
10532
+ created_date: Optional[pulumi.Input[_builtins.str]] = None,
10533
+ csr_block: Optional[pulumi.Input['MtlskeystoreClientCertificateThirdPartyVersionsCsrBlockArgs']] = None,
10534
+ delete_requested_date: Optional[pulumi.Input[_builtins.str]] = None,
10535
+ elliptic_curve: Optional[pulumi.Input[_builtins.str]] = None,
10536
+ expiry_date: Optional[pulumi.Input[_builtins.str]] = None,
10537
+ issued_date: Optional[pulumi.Input[_builtins.str]] = None,
10538
+ issuer: Optional[pulumi.Input[_builtins.str]] = None,
10539
+ key_algorithm: Optional[pulumi.Input[_builtins.str]] = None,
10540
+ key_size_in_bytes: Optional[pulumi.Input[_builtins.str]] = None,
10541
+ scheduled_delete_date: Optional[pulumi.Input[_builtins.str]] = None,
10542
+ signature_algorithm: Optional[pulumi.Input[_builtins.str]] = None,
10543
+ status: Optional[pulumi.Input[_builtins.str]] = None,
10544
+ subject: Optional[pulumi.Input[_builtins.str]] = None,
10545
+ version: Optional[pulumi.Input[_builtins.int]] = None,
10546
+ version_guid: Optional[pulumi.Input[_builtins.str]] = None):
10547
+ """
10548
+ :param pulumi.Input['MtlskeystoreClientCertificateThirdPartyVersionsCertificateBlockArgs'] certificate_block: Details of the certificate block for the client certificate version.
10549
+ :param pulumi.Input[_builtins.str] certificate_submitted_by: The user who uploaded the THIRD_PARTY client certificate version. Appears as null if not specified.
10550
+ :param pulumi.Input[_builtins.str] certificate_submitted_date: An ISO 8601 timestamp indicating when the THIRD_PARTY signer client certificate version was uploaded. Appears as null if not specified.
10551
+ :param pulumi.Input[_builtins.str] created_by: The user who created the client certificate version.
10552
+ :param pulumi.Input[_builtins.str] created_date: An ISO 8601 timestamp indicating the client certificate version's creation.
10553
+ :param pulumi.Input['MtlskeystoreClientCertificateThirdPartyVersionsCsrBlockArgs'] csr_block: Details of the Certificate Signing Request (CSR) for the client certificate version.
10554
+ :param pulumi.Input[_builtins.str] delete_requested_date: An ISO 8601 timestamp indicating the client certificate version's deletion request. Appears as null if there's no request.
10555
+ :param pulumi.Input[_builtins.str] elliptic_curve: Specifies the key elliptic curve when key algorithm `ECDSA` is used.
10556
+ :param pulumi.Input[_builtins.str] expiry_date: An ISO 8601 timestamp indicating when the client certificate version expires.
10557
+ :param pulumi.Input[_builtins.str] issued_date: An ISO 8601 timestamp indicating the client certificate version's availability.
10558
+ :param pulumi.Input[_builtins.str] issuer: The signing entity of the client certificate version.
10559
+ :param pulumi.Input[_builtins.str] key_algorithm: Identifies the client certificate version's encryption algorithm. Supported values are `RSA` and `ECDSA`.
10560
+ :param pulumi.Input[_builtins.str] key_size_in_bytes: The private key length of the client certificate version when key algorithm `RSA` is used.
10561
+ :param pulumi.Input[_builtins.str] scheduled_delete_date: An ISO 8601 timestamp indicating the client certificate version's deletion. Appears as null if there's no request.
10562
+ :param pulumi.Input[_builtins.str] signature_algorithm: Specifies the algorithm that secures the data exchange between the edge server and origin.
10563
+ :param pulumi.Input[_builtins.str] status: The client certificate version status. Possible values: `AWAITING_SIGNED_CERTIFICATE`, `DEPLOYMENT_PENDING`, `DEPLOYED`, or `DELETE_PENDING`.
10564
+ :param pulumi.Input[_builtins.str] subject: The public key's entity stored in the client certificate version's subject public key field.
10565
+ :param pulumi.Input[_builtins.int] version: The unique identifier of the client certificate version.
10566
+ :param pulumi.Input[_builtins.str] version_guid: Unique identifier for the client certificate version. Use it to configure mutual authentication (mTLS) sessions between the origin and edge servers in Property Manager's Mutual TLS Origin Keystore behavior.
10567
+ """
10568
+ if certificate_block is not None:
10569
+ pulumi.set(__self__, "certificate_block", certificate_block)
10570
+ if certificate_submitted_by is not None:
10571
+ pulumi.set(__self__, "certificate_submitted_by", certificate_submitted_by)
10572
+ if certificate_submitted_date is not None:
10573
+ pulumi.set(__self__, "certificate_submitted_date", certificate_submitted_date)
10574
+ if created_by is not None:
10575
+ pulumi.set(__self__, "created_by", created_by)
10576
+ if created_date is not None:
10577
+ pulumi.set(__self__, "created_date", created_date)
10578
+ if csr_block is not None:
10579
+ pulumi.set(__self__, "csr_block", csr_block)
10580
+ if delete_requested_date is not None:
10581
+ pulumi.set(__self__, "delete_requested_date", delete_requested_date)
10582
+ if elliptic_curve is not None:
10583
+ pulumi.set(__self__, "elliptic_curve", elliptic_curve)
10584
+ if expiry_date is not None:
10585
+ pulumi.set(__self__, "expiry_date", expiry_date)
10586
+ if issued_date is not None:
10587
+ pulumi.set(__self__, "issued_date", issued_date)
10588
+ if issuer is not None:
10589
+ pulumi.set(__self__, "issuer", issuer)
10590
+ if key_algorithm is not None:
10591
+ pulumi.set(__self__, "key_algorithm", key_algorithm)
10592
+ if key_size_in_bytes is not None:
10593
+ pulumi.set(__self__, "key_size_in_bytes", key_size_in_bytes)
10594
+ if scheduled_delete_date is not None:
10595
+ pulumi.set(__self__, "scheduled_delete_date", scheduled_delete_date)
10596
+ if signature_algorithm is not None:
10597
+ pulumi.set(__self__, "signature_algorithm", signature_algorithm)
10598
+ if status is not None:
10599
+ pulumi.set(__self__, "status", status)
10600
+ if subject is not None:
10601
+ pulumi.set(__self__, "subject", subject)
10602
+ if version is not None:
10603
+ pulumi.set(__self__, "version", version)
10604
+ if version_guid is not None:
10605
+ pulumi.set(__self__, "version_guid", version_guid)
10606
+
10607
+ @_builtins.property
10608
+ @pulumi.getter(name="certificateBlock")
10609
+ def certificate_block(self) -> Optional[pulumi.Input['MtlskeystoreClientCertificateThirdPartyVersionsCertificateBlockArgs']]:
10610
+ """
10611
+ Details of the certificate block for the client certificate version.
10612
+ """
10613
+ return pulumi.get(self, "certificate_block")
10614
+
10615
+ @certificate_block.setter
10616
+ def certificate_block(self, value: Optional[pulumi.Input['MtlskeystoreClientCertificateThirdPartyVersionsCertificateBlockArgs']]):
10617
+ pulumi.set(self, "certificate_block", value)
10618
+
10619
+ @_builtins.property
10620
+ @pulumi.getter(name="certificateSubmittedBy")
10621
+ def certificate_submitted_by(self) -> Optional[pulumi.Input[_builtins.str]]:
10622
+ """
10623
+ The user who uploaded the THIRD_PARTY client certificate version. Appears as null if not specified.
10624
+ """
10625
+ return pulumi.get(self, "certificate_submitted_by")
10626
+
10627
+ @certificate_submitted_by.setter
10628
+ def certificate_submitted_by(self, value: Optional[pulumi.Input[_builtins.str]]):
10629
+ pulumi.set(self, "certificate_submitted_by", value)
10630
+
10631
+ @_builtins.property
10632
+ @pulumi.getter(name="certificateSubmittedDate")
10633
+ def certificate_submitted_date(self) -> Optional[pulumi.Input[_builtins.str]]:
10634
+ """
10635
+ An ISO 8601 timestamp indicating when the THIRD_PARTY signer client certificate version was uploaded. Appears as null if not specified.
10636
+ """
10637
+ return pulumi.get(self, "certificate_submitted_date")
10638
+
10639
+ @certificate_submitted_date.setter
10640
+ def certificate_submitted_date(self, value: Optional[pulumi.Input[_builtins.str]]):
10641
+ pulumi.set(self, "certificate_submitted_date", value)
10642
+
10643
+ @_builtins.property
10644
+ @pulumi.getter(name="createdBy")
10645
+ def created_by(self) -> Optional[pulumi.Input[_builtins.str]]:
10646
+ """
10647
+ The user who created the client certificate version.
10648
+ """
10649
+ return pulumi.get(self, "created_by")
10650
+
10651
+ @created_by.setter
10652
+ def created_by(self, value: Optional[pulumi.Input[_builtins.str]]):
10653
+ pulumi.set(self, "created_by", value)
10654
+
10655
+ @_builtins.property
10656
+ @pulumi.getter(name="createdDate")
10657
+ def created_date(self) -> Optional[pulumi.Input[_builtins.str]]:
10658
+ """
10659
+ An ISO 8601 timestamp indicating the client certificate version's creation.
10660
+ """
10661
+ return pulumi.get(self, "created_date")
10662
+
10663
+ @created_date.setter
10664
+ def created_date(self, value: Optional[pulumi.Input[_builtins.str]]):
10665
+ pulumi.set(self, "created_date", value)
10666
+
10667
+ @_builtins.property
10668
+ @pulumi.getter(name="csrBlock")
10669
+ def csr_block(self) -> Optional[pulumi.Input['MtlskeystoreClientCertificateThirdPartyVersionsCsrBlockArgs']]:
10670
+ """
10671
+ Details of the Certificate Signing Request (CSR) for the client certificate version.
10672
+ """
10673
+ return pulumi.get(self, "csr_block")
10674
+
10675
+ @csr_block.setter
10676
+ def csr_block(self, value: Optional[pulumi.Input['MtlskeystoreClientCertificateThirdPartyVersionsCsrBlockArgs']]):
10677
+ pulumi.set(self, "csr_block", value)
10678
+
10679
+ @_builtins.property
10680
+ @pulumi.getter(name="deleteRequestedDate")
10681
+ def delete_requested_date(self) -> Optional[pulumi.Input[_builtins.str]]:
10682
+ """
10683
+ An ISO 8601 timestamp indicating the client certificate version's deletion request. Appears as null if there's no request.
10684
+ """
10685
+ return pulumi.get(self, "delete_requested_date")
10686
+
10687
+ @delete_requested_date.setter
10688
+ def delete_requested_date(self, value: Optional[pulumi.Input[_builtins.str]]):
10689
+ pulumi.set(self, "delete_requested_date", value)
10690
+
10691
+ @_builtins.property
10692
+ @pulumi.getter(name="ellipticCurve")
10693
+ def elliptic_curve(self) -> Optional[pulumi.Input[_builtins.str]]:
10694
+ """
10695
+ Specifies the key elliptic curve when key algorithm `ECDSA` is used.
10696
+ """
10697
+ return pulumi.get(self, "elliptic_curve")
10698
+
10699
+ @elliptic_curve.setter
10700
+ def elliptic_curve(self, value: Optional[pulumi.Input[_builtins.str]]):
10701
+ pulumi.set(self, "elliptic_curve", value)
10702
+
10703
+ @_builtins.property
10704
+ @pulumi.getter(name="expiryDate")
10705
+ def expiry_date(self) -> Optional[pulumi.Input[_builtins.str]]:
10706
+ """
10707
+ An ISO 8601 timestamp indicating when the client certificate version expires.
10708
+ """
10709
+ return pulumi.get(self, "expiry_date")
10710
+
10711
+ @expiry_date.setter
10712
+ def expiry_date(self, value: Optional[pulumi.Input[_builtins.str]]):
10713
+ pulumi.set(self, "expiry_date", value)
10714
+
10715
+ @_builtins.property
10716
+ @pulumi.getter(name="issuedDate")
10717
+ def issued_date(self) -> Optional[pulumi.Input[_builtins.str]]:
10718
+ """
10719
+ An ISO 8601 timestamp indicating the client certificate version's availability.
10720
+ """
10721
+ return pulumi.get(self, "issued_date")
10722
+
10723
+ @issued_date.setter
10724
+ def issued_date(self, value: Optional[pulumi.Input[_builtins.str]]):
10725
+ pulumi.set(self, "issued_date", value)
10726
+
10727
+ @_builtins.property
10728
+ @pulumi.getter
10729
+ def issuer(self) -> Optional[pulumi.Input[_builtins.str]]:
10730
+ """
10731
+ The signing entity of the client certificate version.
10732
+ """
10733
+ return pulumi.get(self, "issuer")
10734
+
10735
+ @issuer.setter
10736
+ def issuer(self, value: Optional[pulumi.Input[_builtins.str]]):
10737
+ pulumi.set(self, "issuer", value)
10738
+
10739
+ @_builtins.property
10740
+ @pulumi.getter(name="keyAlgorithm")
10741
+ def key_algorithm(self) -> Optional[pulumi.Input[_builtins.str]]:
10742
+ """
10743
+ Identifies the client certificate version's encryption algorithm. Supported values are `RSA` and `ECDSA`.
10744
+ """
10745
+ return pulumi.get(self, "key_algorithm")
10746
+
10747
+ @key_algorithm.setter
10748
+ def key_algorithm(self, value: Optional[pulumi.Input[_builtins.str]]):
10749
+ pulumi.set(self, "key_algorithm", value)
10750
+
10751
+ @_builtins.property
10752
+ @pulumi.getter(name="keySizeInBytes")
10753
+ def key_size_in_bytes(self) -> Optional[pulumi.Input[_builtins.str]]:
10754
+ """
10755
+ The private key length of the client certificate version when key algorithm `RSA` is used.
10756
+ """
10757
+ return pulumi.get(self, "key_size_in_bytes")
10758
+
10759
+ @key_size_in_bytes.setter
10760
+ def key_size_in_bytes(self, value: Optional[pulumi.Input[_builtins.str]]):
10761
+ pulumi.set(self, "key_size_in_bytes", value)
10762
+
10763
+ @_builtins.property
10764
+ @pulumi.getter(name="scheduledDeleteDate")
10765
+ def scheduled_delete_date(self) -> Optional[pulumi.Input[_builtins.str]]:
10766
+ """
10767
+ An ISO 8601 timestamp indicating the client certificate version's deletion. Appears as null if there's no request.
10768
+ """
10769
+ return pulumi.get(self, "scheduled_delete_date")
10770
+
10771
+ @scheduled_delete_date.setter
10772
+ def scheduled_delete_date(self, value: Optional[pulumi.Input[_builtins.str]]):
10773
+ pulumi.set(self, "scheduled_delete_date", value)
10774
+
10775
+ @_builtins.property
10776
+ @pulumi.getter(name="signatureAlgorithm")
10777
+ def signature_algorithm(self) -> Optional[pulumi.Input[_builtins.str]]:
10778
+ """
10779
+ Specifies the algorithm that secures the data exchange between the edge server and origin.
10780
+ """
10781
+ return pulumi.get(self, "signature_algorithm")
10782
+
10783
+ @signature_algorithm.setter
10784
+ def signature_algorithm(self, value: Optional[pulumi.Input[_builtins.str]]):
10785
+ pulumi.set(self, "signature_algorithm", value)
10786
+
10787
+ @_builtins.property
10788
+ @pulumi.getter
10789
+ def status(self) -> Optional[pulumi.Input[_builtins.str]]:
10790
+ """
10791
+ The client certificate version status. Possible values: `AWAITING_SIGNED_CERTIFICATE`, `DEPLOYMENT_PENDING`, `DEPLOYED`, or `DELETE_PENDING`.
10792
+ """
10793
+ return pulumi.get(self, "status")
10794
+
10795
+ @status.setter
10796
+ def status(self, value: Optional[pulumi.Input[_builtins.str]]):
10797
+ pulumi.set(self, "status", value)
10798
+
10799
+ @_builtins.property
10800
+ @pulumi.getter
10801
+ def subject(self) -> Optional[pulumi.Input[_builtins.str]]:
10802
+ """
10803
+ The public key's entity stored in the client certificate version's subject public key field.
10804
+ """
10805
+ return pulumi.get(self, "subject")
10806
+
10807
+ @subject.setter
10808
+ def subject(self, value: Optional[pulumi.Input[_builtins.str]]):
10809
+ pulumi.set(self, "subject", value)
10810
+
10811
+ @_builtins.property
10812
+ @pulumi.getter
10813
+ def version(self) -> Optional[pulumi.Input[_builtins.int]]:
10814
+ """
10815
+ The unique identifier of the client certificate version.
10816
+ """
10817
+ return pulumi.get(self, "version")
10818
+
10819
+ @version.setter
10820
+ def version(self, value: Optional[pulumi.Input[_builtins.int]]):
10821
+ pulumi.set(self, "version", value)
10822
+
10823
+ @_builtins.property
10824
+ @pulumi.getter(name="versionGuid")
10825
+ def version_guid(self) -> Optional[pulumi.Input[_builtins.str]]:
10826
+ """
10827
+ Unique identifier for the client certificate version. Use it to configure mutual authentication (mTLS) sessions between the origin and edge servers in Property Manager's Mutual TLS Origin Keystore behavior.
10828
+ """
10829
+ return pulumi.get(self, "version_guid")
10830
+
10831
+ @version_guid.setter
10832
+ def version_guid(self, value: Optional[pulumi.Input[_builtins.str]]):
10833
+ pulumi.set(self, "version_guid", value)
10834
+
10835
+
10836
+ if not MYPY:
10837
+ class MtlskeystoreClientCertificateThirdPartyVersionsCertificateBlockArgsDict(TypedDict):
10838
+ certificate: NotRequired[pulumi.Input[_builtins.str]]
10839
+ """
10840
+ A text representation of the client certificate in PEM format.
10841
+ """
10842
+ trust_chain: NotRequired[pulumi.Input[_builtins.str]]
10843
+ """
10844
+ A text representation of the trust chain in PEM format.
10845
+ """
10846
+ elif False:
10847
+ MtlskeystoreClientCertificateThirdPartyVersionsCertificateBlockArgsDict: TypeAlias = Mapping[str, Any]
10848
+
10849
+ @pulumi.input_type
10850
+ class MtlskeystoreClientCertificateThirdPartyVersionsCertificateBlockArgs:
10851
+ def __init__(__self__, *,
10852
+ certificate: Optional[pulumi.Input[_builtins.str]] = None,
10853
+ trust_chain: Optional[pulumi.Input[_builtins.str]] = None):
10854
+ """
10855
+ :param pulumi.Input[_builtins.str] certificate: A text representation of the client certificate in PEM format.
10856
+ :param pulumi.Input[_builtins.str] trust_chain: A text representation of the trust chain in PEM format.
10857
+ """
10858
+ if certificate is not None:
10859
+ pulumi.set(__self__, "certificate", certificate)
10860
+ if trust_chain is not None:
10861
+ pulumi.set(__self__, "trust_chain", trust_chain)
10862
+
10863
+ @_builtins.property
10864
+ @pulumi.getter
10865
+ def certificate(self) -> Optional[pulumi.Input[_builtins.str]]:
10866
+ """
10867
+ A text representation of the client certificate in PEM format.
10868
+ """
10869
+ return pulumi.get(self, "certificate")
10870
+
10871
+ @certificate.setter
10872
+ def certificate(self, value: Optional[pulumi.Input[_builtins.str]]):
10873
+ pulumi.set(self, "certificate", value)
10874
+
10875
+ @_builtins.property
10876
+ @pulumi.getter(name="trustChain")
10877
+ def trust_chain(self) -> Optional[pulumi.Input[_builtins.str]]:
10878
+ """
10879
+ A text representation of the trust chain in PEM format.
10880
+ """
10881
+ return pulumi.get(self, "trust_chain")
10882
+
10883
+ @trust_chain.setter
10884
+ def trust_chain(self, value: Optional[pulumi.Input[_builtins.str]]):
10885
+ pulumi.set(self, "trust_chain", value)
10886
+
10887
+
10888
+ if not MYPY:
10889
+ class MtlskeystoreClientCertificateThirdPartyVersionsCsrBlockArgsDict(TypedDict):
10890
+ csr: NotRequired[pulumi.Input[_builtins.str]]
10891
+ """
10892
+ Text of the certificate signing request.
10893
+ """
10894
+ key_algorithm: NotRequired[pulumi.Input[_builtins.str]]
10895
+ """
10896
+ Identifies the client certificate's encryption algorithm.
10897
+ """
10898
+ elif False:
10899
+ MtlskeystoreClientCertificateThirdPartyVersionsCsrBlockArgsDict: TypeAlias = Mapping[str, Any]
10900
+
10901
+ @pulumi.input_type
10902
+ class MtlskeystoreClientCertificateThirdPartyVersionsCsrBlockArgs:
10903
+ def __init__(__self__, *,
10904
+ csr: Optional[pulumi.Input[_builtins.str]] = None,
10905
+ key_algorithm: Optional[pulumi.Input[_builtins.str]] = None):
10906
+ """
10907
+ :param pulumi.Input[_builtins.str] csr: Text of the certificate signing request.
10908
+ :param pulumi.Input[_builtins.str] key_algorithm: Identifies the client certificate's encryption algorithm.
10909
+ """
10910
+ if csr is not None:
10911
+ pulumi.set(__self__, "csr", csr)
10912
+ if key_algorithm is not None:
10913
+ pulumi.set(__self__, "key_algorithm", key_algorithm)
10914
+
10915
+ @_builtins.property
10916
+ @pulumi.getter
10917
+ def csr(self) -> Optional[pulumi.Input[_builtins.str]]:
10918
+ """
10919
+ Text of the certificate signing request.
10920
+ """
10921
+ return pulumi.get(self, "csr")
10922
+
10923
+ @csr.setter
10924
+ def csr(self, value: Optional[pulumi.Input[_builtins.str]]):
10925
+ pulumi.set(self, "csr", value)
10926
+
10927
+ @_builtins.property
10928
+ @pulumi.getter(name="keyAlgorithm")
10929
+ def key_algorithm(self) -> Optional[pulumi.Input[_builtins.str]]:
10930
+ """
10931
+ Identifies the client certificate's encryption algorithm.
10932
+ """
10933
+ return pulumi.get(self, "key_algorithm")
10934
+
10935
+ @key_algorithm.setter
10936
+ def key_algorithm(self, value: Optional[pulumi.Input[_builtins.str]]):
10937
+ pulumi.set(self, "key_algorithm", value)
10938
+
10939
+
10940
+ if not MYPY:
10941
+ class MtlskeystoreClientCertificateUploadTimeoutsArgsDict(TypedDict):
10942
+ create: NotRequired[pulumi.Input[_builtins.str]]
10943
+ """
10944
+ Optional configurable resource create timeout. By default it's 30m.
10945
+ """
10946
+ update: NotRequired[pulumi.Input[_builtins.str]]
10947
+ """
10948
+ Optional configurable resource update timeout. By default it's 30m.
10949
+ """
10950
+ elif False:
10951
+ MtlskeystoreClientCertificateUploadTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
10952
+
10953
+ @pulumi.input_type
10954
+ class MtlskeystoreClientCertificateUploadTimeoutsArgs:
10955
+ def __init__(__self__, *,
10956
+ create: Optional[pulumi.Input[_builtins.str]] = None,
10957
+ update: Optional[pulumi.Input[_builtins.str]] = None):
10958
+ """
10959
+ :param pulumi.Input[_builtins.str] create: Optional configurable resource create timeout. By default it's 30m.
10960
+ :param pulumi.Input[_builtins.str] update: Optional configurable resource update timeout. By default it's 30m.
10961
+ """
10962
+ if create is not None:
10963
+ pulumi.set(__self__, "create", create)
10964
+ if update is not None:
10965
+ pulumi.set(__self__, "update", update)
10966
+
10967
+ @_builtins.property
10968
+ @pulumi.getter
10969
+ def create(self) -> Optional[pulumi.Input[_builtins.str]]:
10970
+ """
10971
+ Optional configurable resource create timeout. By default it's 30m.
10972
+ """
10973
+ return pulumi.get(self, "create")
10974
+
10975
+ @create.setter
10976
+ def create(self, value: Optional[pulumi.Input[_builtins.str]]):
10977
+ pulumi.set(self, "create", value)
10978
+
10979
+ @_builtins.property
10980
+ @pulumi.getter
10981
+ def update(self) -> Optional[pulumi.Input[_builtins.str]]:
10982
+ """
10983
+ Optional configurable resource update timeout. By default it's 30m.
10984
+ """
10985
+ return pulumi.get(self, "update")
10986
+
10987
+ @update.setter
10988
+ def update(self, value: Optional[pulumi.Input[_builtins.str]]):
10989
+ pulumi.set(self, "update", value)
10990
+
10991
+
10992
+ if not MYPY:
10993
+ class MtlstruststoreCaSetActivationTimeoutsArgsDict(TypedDict):
10994
+ create: NotRequired[pulumi.Input[_builtins.str]]
10995
+ """
10996
+ Optional configurable resource create timeout. By default it's 1h.
10997
+ """
10998
+ delete: NotRequired[pulumi.Input[_builtins.str]]
10999
+ """
11000
+ Optional configurable resource delete timeout. By default it's 1h.
11001
+ """
11002
+ update: NotRequired[pulumi.Input[_builtins.str]]
11003
+ """
11004
+ Optional configurable resource update timeout. By default it's 1h.
11005
+ """
11006
+ elif False:
11007
+ MtlstruststoreCaSetActivationTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
11008
+
11009
+ @pulumi.input_type
11010
+ class MtlstruststoreCaSetActivationTimeoutsArgs:
11011
+ def __init__(__self__, *,
11012
+ create: Optional[pulumi.Input[_builtins.str]] = None,
11013
+ delete: Optional[pulumi.Input[_builtins.str]] = None,
11014
+ update: Optional[pulumi.Input[_builtins.str]] = None):
11015
+ """
11016
+ :param pulumi.Input[_builtins.str] create: Optional configurable resource create timeout. By default it's 1h.
11017
+ :param pulumi.Input[_builtins.str] delete: Optional configurable resource delete timeout. By default it's 1h.
11018
+ :param pulumi.Input[_builtins.str] update: Optional configurable resource update timeout. By default it's 1h.
11019
+ """
11020
+ if create is not None:
11021
+ pulumi.set(__self__, "create", create)
11022
+ if delete is not None:
11023
+ pulumi.set(__self__, "delete", delete)
11024
+ if update is not None:
11025
+ pulumi.set(__self__, "update", update)
11026
+
11027
+ @_builtins.property
11028
+ @pulumi.getter
11029
+ def create(self) -> Optional[pulumi.Input[_builtins.str]]:
11030
+ """
11031
+ Optional configurable resource create timeout. By default it's 1h.
11032
+ """
11033
+ return pulumi.get(self, "create")
11034
+
11035
+ @create.setter
11036
+ def create(self, value: Optional[pulumi.Input[_builtins.str]]):
11037
+ pulumi.set(self, "create", value)
11038
+
11039
+ @_builtins.property
11040
+ @pulumi.getter
11041
+ def delete(self) -> Optional[pulumi.Input[_builtins.str]]:
11042
+ """
11043
+ Optional configurable resource delete timeout. By default it's 1h.
11044
+ """
11045
+ return pulumi.get(self, "delete")
11046
+
11047
+ @delete.setter
11048
+ def delete(self, value: Optional[pulumi.Input[_builtins.str]]):
11049
+ pulumi.set(self, "delete", value)
11050
+
11051
+ @_builtins.property
11052
+ @pulumi.getter
11053
+ def update(self) -> Optional[pulumi.Input[_builtins.str]]:
11054
+ """
11055
+ Optional configurable resource update timeout. By default it's 1h.
11056
+ """
11057
+ return pulumi.get(self, "update")
11058
+
11059
+ @update.setter
11060
+ def update(self, value: Optional[pulumi.Input[_builtins.str]]):
11061
+ pulumi.set(self, "update", value)
11062
+
11063
+
11064
+ if not MYPY:
11065
+ class MtlstruststoreCaSetCertificateArgsDict(TypedDict):
11066
+ certificate_pem: pulumi.Input[_builtins.str]
11067
+ """
11068
+ The certificate in PEM format, as found in a Base64 ASCII encoded file.
11069
+ """
11070
+ created_by: NotRequired[pulumi.Input[_builtins.str]]
11071
+ """
11072
+ The user who created this CA certificate.
11073
+ """
11074
+ created_date: NotRequired[pulumi.Input[_builtins.str]]
11075
+ """
11076
+ When the CA certificate was created.
11077
+ """
11078
+ description: NotRequired[pulumi.Input[_builtins.str]]
11079
+ """
11080
+ Optional description for the certificate.
11081
+ """
11082
+ end_date: NotRequired[pulumi.Input[_builtins.str]]
11083
+ """
11084
+ The certificate's ISO 8601 formatted expiration date.
11085
+ """
11086
+ fingerprint: NotRequired[pulumi.Input[_builtins.str]]
11087
+ """
11088
+ The fingerprint of the certificate.
11089
+ """
11090
+ issuer: NotRequired[pulumi.Input[_builtins.str]]
11091
+ """
11092
+ The certificate's issuer.
11093
+ """
11094
+ serial_number: NotRequired[pulumi.Input[_builtins.str]]
11095
+ """
11096
+ The unique serial number of the certificate.
11097
+ """
11098
+ signature_algorithm: NotRequired[pulumi.Input[_builtins.str]]
11099
+ """
11100
+ The signature algorithm of the CA certificate.
11101
+ """
11102
+ start_date: NotRequired[pulumi.Input[_builtins.str]]
11103
+ """
11104
+ The start date of the certificate.
11105
+ """
11106
+ subject: NotRequired[pulumi.Input[_builtins.str]]
11107
+ """
11108
+ The certificate's subject field.
11109
+ """
11110
+ elif False:
11111
+ MtlstruststoreCaSetCertificateArgsDict: TypeAlias = Mapping[str, Any]
11112
+
11113
+ @pulumi.input_type
11114
+ class MtlstruststoreCaSetCertificateArgs:
11115
+ def __init__(__self__, *,
11116
+ certificate_pem: pulumi.Input[_builtins.str],
11117
+ created_by: Optional[pulumi.Input[_builtins.str]] = None,
11118
+ created_date: Optional[pulumi.Input[_builtins.str]] = None,
11119
+ description: Optional[pulumi.Input[_builtins.str]] = None,
11120
+ end_date: Optional[pulumi.Input[_builtins.str]] = None,
11121
+ fingerprint: Optional[pulumi.Input[_builtins.str]] = None,
11122
+ issuer: Optional[pulumi.Input[_builtins.str]] = None,
11123
+ serial_number: Optional[pulumi.Input[_builtins.str]] = None,
11124
+ signature_algorithm: Optional[pulumi.Input[_builtins.str]] = None,
11125
+ start_date: Optional[pulumi.Input[_builtins.str]] = None,
11126
+ subject: Optional[pulumi.Input[_builtins.str]] = None):
11127
+ """
11128
+ :param pulumi.Input[_builtins.str] certificate_pem: The certificate in PEM format, as found in a Base64 ASCII encoded file.
11129
+ :param pulumi.Input[_builtins.str] created_by: The user who created this CA certificate.
11130
+ :param pulumi.Input[_builtins.str] created_date: When the CA certificate was created.
11131
+ :param pulumi.Input[_builtins.str] description: Optional description for the certificate.
11132
+ :param pulumi.Input[_builtins.str] end_date: The certificate's ISO 8601 formatted expiration date.
11133
+ :param pulumi.Input[_builtins.str] fingerprint: The fingerprint of the certificate.
11134
+ :param pulumi.Input[_builtins.str] issuer: The certificate's issuer.
11135
+ :param pulumi.Input[_builtins.str] serial_number: The unique serial number of the certificate.
11136
+ :param pulumi.Input[_builtins.str] signature_algorithm: The signature algorithm of the CA certificate.
11137
+ :param pulumi.Input[_builtins.str] start_date: The start date of the certificate.
11138
+ :param pulumi.Input[_builtins.str] subject: The certificate's subject field.
11139
+ """
11140
+ pulumi.set(__self__, "certificate_pem", certificate_pem)
11141
+ if created_by is not None:
11142
+ pulumi.set(__self__, "created_by", created_by)
11143
+ if created_date is not None:
11144
+ pulumi.set(__self__, "created_date", created_date)
11145
+ if description is not None:
11146
+ pulumi.set(__self__, "description", description)
11147
+ if end_date is not None:
11148
+ pulumi.set(__self__, "end_date", end_date)
11149
+ if fingerprint is not None:
11150
+ pulumi.set(__self__, "fingerprint", fingerprint)
11151
+ if issuer is not None:
11152
+ pulumi.set(__self__, "issuer", issuer)
11153
+ if serial_number is not None:
11154
+ pulumi.set(__self__, "serial_number", serial_number)
11155
+ if signature_algorithm is not None:
11156
+ pulumi.set(__self__, "signature_algorithm", signature_algorithm)
11157
+ if start_date is not None:
11158
+ pulumi.set(__self__, "start_date", start_date)
11159
+ if subject is not None:
11160
+ pulumi.set(__self__, "subject", subject)
11161
+
11162
+ @_builtins.property
11163
+ @pulumi.getter(name="certificatePem")
11164
+ def certificate_pem(self) -> pulumi.Input[_builtins.str]:
11165
+ """
11166
+ The certificate in PEM format, as found in a Base64 ASCII encoded file.
11167
+ """
11168
+ return pulumi.get(self, "certificate_pem")
11169
+
11170
+ @certificate_pem.setter
11171
+ def certificate_pem(self, value: pulumi.Input[_builtins.str]):
11172
+ pulumi.set(self, "certificate_pem", value)
11173
+
11174
+ @_builtins.property
11175
+ @pulumi.getter(name="createdBy")
11176
+ def created_by(self) -> Optional[pulumi.Input[_builtins.str]]:
11177
+ """
11178
+ The user who created this CA certificate.
11179
+ """
11180
+ return pulumi.get(self, "created_by")
11181
+
11182
+ @created_by.setter
11183
+ def created_by(self, value: Optional[pulumi.Input[_builtins.str]]):
11184
+ pulumi.set(self, "created_by", value)
11185
+
11186
+ @_builtins.property
11187
+ @pulumi.getter(name="createdDate")
11188
+ def created_date(self) -> Optional[pulumi.Input[_builtins.str]]:
11189
+ """
11190
+ When the CA certificate was created.
11191
+ """
11192
+ return pulumi.get(self, "created_date")
11193
+
11194
+ @created_date.setter
11195
+ def created_date(self, value: Optional[pulumi.Input[_builtins.str]]):
11196
+ pulumi.set(self, "created_date", value)
11197
+
11198
+ @_builtins.property
11199
+ @pulumi.getter
11200
+ def description(self) -> Optional[pulumi.Input[_builtins.str]]:
11201
+ """
11202
+ Optional description for the certificate.
11203
+ """
11204
+ return pulumi.get(self, "description")
11205
+
11206
+ @description.setter
11207
+ def description(self, value: Optional[pulumi.Input[_builtins.str]]):
11208
+ pulumi.set(self, "description", value)
11209
+
11210
+ @_builtins.property
11211
+ @pulumi.getter(name="endDate")
11212
+ def end_date(self) -> Optional[pulumi.Input[_builtins.str]]:
11213
+ """
11214
+ The certificate's ISO 8601 formatted expiration date.
11215
+ """
11216
+ return pulumi.get(self, "end_date")
11217
+
11218
+ @end_date.setter
11219
+ def end_date(self, value: Optional[pulumi.Input[_builtins.str]]):
11220
+ pulumi.set(self, "end_date", value)
11221
+
11222
+ @_builtins.property
11223
+ @pulumi.getter
11224
+ def fingerprint(self) -> Optional[pulumi.Input[_builtins.str]]:
11225
+ """
11226
+ The fingerprint of the certificate.
11227
+ """
11228
+ return pulumi.get(self, "fingerprint")
11229
+
11230
+ @fingerprint.setter
11231
+ def fingerprint(self, value: Optional[pulumi.Input[_builtins.str]]):
11232
+ pulumi.set(self, "fingerprint", value)
11233
+
11234
+ @_builtins.property
11235
+ @pulumi.getter
11236
+ def issuer(self) -> Optional[pulumi.Input[_builtins.str]]:
11237
+ """
11238
+ The certificate's issuer.
11239
+ """
11240
+ return pulumi.get(self, "issuer")
11241
+
11242
+ @issuer.setter
11243
+ def issuer(self, value: Optional[pulumi.Input[_builtins.str]]):
11244
+ pulumi.set(self, "issuer", value)
11245
+
11246
+ @_builtins.property
11247
+ @pulumi.getter(name="serialNumber")
11248
+ def serial_number(self) -> Optional[pulumi.Input[_builtins.str]]:
11249
+ """
11250
+ The unique serial number of the certificate.
11251
+ """
11252
+ return pulumi.get(self, "serial_number")
11253
+
11254
+ @serial_number.setter
11255
+ def serial_number(self, value: Optional[pulumi.Input[_builtins.str]]):
11256
+ pulumi.set(self, "serial_number", value)
11257
+
11258
+ @_builtins.property
11259
+ @pulumi.getter(name="signatureAlgorithm")
11260
+ def signature_algorithm(self) -> Optional[pulumi.Input[_builtins.str]]:
11261
+ """
11262
+ The signature algorithm of the CA certificate.
11263
+ """
11264
+ return pulumi.get(self, "signature_algorithm")
11265
+
11266
+ @signature_algorithm.setter
11267
+ def signature_algorithm(self, value: Optional[pulumi.Input[_builtins.str]]):
11268
+ pulumi.set(self, "signature_algorithm", value)
11269
+
11270
+ @_builtins.property
11271
+ @pulumi.getter(name="startDate")
11272
+ def start_date(self) -> Optional[pulumi.Input[_builtins.str]]:
11273
+ """
11274
+ The start date of the certificate.
11275
+ """
11276
+ return pulumi.get(self, "start_date")
11277
+
11278
+ @start_date.setter
11279
+ def start_date(self, value: Optional[pulumi.Input[_builtins.str]]):
11280
+ pulumi.set(self, "start_date", value)
11281
+
11282
+ @_builtins.property
11283
+ @pulumi.getter
11284
+ def subject(self) -> Optional[pulumi.Input[_builtins.str]]:
11285
+ """
11286
+ The certificate's subject field.
11287
+ """
11288
+ return pulumi.get(self, "subject")
11289
+
11290
+ @subject.setter
11291
+ def subject(self, value: Optional[pulumi.Input[_builtins.str]]):
11292
+ pulumi.set(self, "subject", value)
11293
+
11294
+
11295
+ if not MYPY:
11296
+ class MtlstruststoreCaSetTimeoutsArgsDict(TypedDict):
11297
+ delete: NotRequired[pulumi.Input[_builtins.str]]
11298
+ """
11299
+ Optional configurable resource delete timeout. By default it's 1h.
11300
+ """
11301
+ elif False:
11302
+ MtlstruststoreCaSetTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
11303
+
11304
+ @pulumi.input_type
11305
+ class MtlstruststoreCaSetTimeoutsArgs:
11306
+ def __init__(__self__, *,
11307
+ delete: Optional[pulumi.Input[_builtins.str]] = None):
11308
+ """
11309
+ :param pulumi.Input[_builtins.str] delete: Optional configurable resource delete timeout. By default it's 1h.
11310
+ """
11311
+ if delete is not None:
11312
+ pulumi.set(__self__, "delete", delete)
11313
+
11314
+ @_builtins.property
11315
+ @pulumi.getter
11316
+ def delete(self) -> Optional[pulumi.Input[_builtins.str]]:
11317
+ """
11318
+ Optional configurable resource delete timeout. By default it's 1h.
11319
+ """
11320
+ return pulumi.get(self, "delete")
11321
+
11322
+ @delete.setter
11323
+ def delete(self, value: Optional[pulumi.Input[_builtins.str]]):
11324
+ pulumi.set(self, "delete", value)
11325
+
11326
+
11327
+ if not MYPY:
11328
+ class PropertyActivationComplianceRecordArgsDict(TypedDict):
11329
+ noncompliance_reason_emergency: NotRequired[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgsDict']]
11330
+ """
11331
+ Provides an audit record when activating on a production network with noncompliance reason as `EMERGENCY`
11332
+ """
11333
+ noncompliance_reason_no_production_traffic: NotRequired[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTrafficArgsDict']]
11334
+ """
11335
+ Provides an audit record when activating on a production network with noncompliance reason as `NO_PRODUCTION_TRAFFIC`
11336
+ """
11337
+ noncompliance_reason_none: NotRequired[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonNoneArgsDict']]
11338
+ """
11339
+ Provides an audit record when activating on a production network with noncompliance reason as `NONE`
11340
+ """
11341
+ noncompliance_reason_other: NotRequired[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonOtherArgsDict']]
11342
+ """
11343
+ Provides an audit record when activating on a production network with noncompliance reason as `OTHER`
11344
+ """
11345
+ elif False:
11346
+ PropertyActivationComplianceRecordArgsDict: TypeAlias = Mapping[str, Any]
11347
+
11348
+ @pulumi.input_type
11349
+ class PropertyActivationComplianceRecordArgs:
11350
+ def __init__(__self__, *,
11351
+ noncompliance_reason_emergency: Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgs']] = None,
11352
+ noncompliance_reason_no_production_traffic: Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTrafficArgs']] = None,
11353
+ noncompliance_reason_none: Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonNoneArgs']] = None,
11354
+ noncompliance_reason_other: Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonOtherArgs']] = None):
11355
+ """
11356
+ :param pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgs'] noncompliance_reason_emergency: Provides an audit record when activating on a production network with noncompliance reason as `EMERGENCY`
11357
+ :param pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTrafficArgs'] noncompliance_reason_no_production_traffic: Provides an audit record when activating on a production network with noncompliance reason as `NO_PRODUCTION_TRAFFIC`
11358
+ :param pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonNoneArgs'] noncompliance_reason_none: Provides an audit record when activating on a production network with noncompliance reason as `NONE`
11359
+ :param pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonOtherArgs'] noncompliance_reason_other: Provides an audit record when activating on a production network with noncompliance reason as `OTHER`
11360
+ """
11361
+ if noncompliance_reason_emergency is not None:
11362
+ pulumi.set(__self__, "noncompliance_reason_emergency", noncompliance_reason_emergency)
11363
+ if noncompliance_reason_no_production_traffic is not None:
11364
+ pulumi.set(__self__, "noncompliance_reason_no_production_traffic", noncompliance_reason_no_production_traffic)
11365
+ if noncompliance_reason_none is not None:
11366
+ pulumi.set(__self__, "noncompliance_reason_none", noncompliance_reason_none)
11367
+ if noncompliance_reason_other is not None:
11368
+ pulumi.set(__self__, "noncompliance_reason_other", noncompliance_reason_other)
11369
+
11370
+ @_builtins.property
11371
+ @pulumi.getter(name="noncomplianceReasonEmergency")
11372
+ def noncompliance_reason_emergency(self) -> Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgs']]:
11373
+ """
11374
+ Provides an audit record when activating on a production network with noncompliance reason as `EMERGENCY`
11375
+ """
11376
+ return pulumi.get(self, "noncompliance_reason_emergency")
11377
+
11378
+ @noncompliance_reason_emergency.setter
11379
+ def noncompliance_reason_emergency(self, value: Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgs']]):
11380
+ pulumi.set(self, "noncompliance_reason_emergency", value)
11381
+
11382
+ @_builtins.property
11383
+ @pulumi.getter(name="noncomplianceReasonNoProductionTraffic")
11384
+ def noncompliance_reason_no_production_traffic(self) -> Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTrafficArgs']]:
11385
+ """
11386
+ Provides an audit record when activating on a production network with noncompliance reason as `NO_PRODUCTION_TRAFFIC`
11387
+ """
11388
+ return pulumi.get(self, "noncompliance_reason_no_production_traffic")
11389
+
11390
+ @noncompliance_reason_no_production_traffic.setter
11391
+ def noncompliance_reason_no_production_traffic(self, value: Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTrafficArgs']]):
11392
+ pulumi.set(self, "noncompliance_reason_no_production_traffic", value)
11393
+
11394
+ @_builtins.property
11395
+ @pulumi.getter(name="noncomplianceReasonNone")
11396
+ def noncompliance_reason_none(self) -> Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonNoneArgs']]:
11397
+ """
11398
+ Provides an audit record when activating on a production network with noncompliance reason as `NONE`
11399
+ """
11400
+ return pulumi.get(self, "noncompliance_reason_none")
11401
+
11402
+ @noncompliance_reason_none.setter
11403
+ def noncompliance_reason_none(self, value: Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonNoneArgs']]):
11404
+ pulumi.set(self, "noncompliance_reason_none", value)
11405
+
11406
+ @_builtins.property
11407
+ @pulumi.getter(name="noncomplianceReasonOther")
11408
+ def noncompliance_reason_other(self) -> Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonOtherArgs']]:
11409
+ """
11410
+ Provides an audit record when activating on a production network with noncompliance reason as `OTHER`
11411
+ """
11412
+ return pulumi.get(self, "noncompliance_reason_other")
11413
+
11414
+ @noncompliance_reason_other.setter
11415
+ def noncompliance_reason_other(self, value: Optional[pulumi.Input['PropertyActivationComplianceRecordNoncomplianceReasonOtherArgs']]):
11416
+ pulumi.set(self, "noncompliance_reason_other", value)
11417
+
11418
+
11419
+ if not MYPY:
11420
+ class PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgsDict(TypedDict):
11421
+ ticket_id: NotRequired[pulumi.Input[_builtins.str]]
11422
+ """
11423
+ Identifies the ticket that describes the need for the activation
11424
+ """
11425
+ elif False:
11426
+ PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgsDict: TypeAlias = Mapping[str, Any]
11427
+
11428
+ @pulumi.input_type
11429
+ class PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgs:
11430
+ def __init__(__self__, *,
11431
+ ticket_id: Optional[pulumi.Input[_builtins.str]] = None):
11432
+ """
11433
+ :param pulumi.Input[_builtins.str] ticket_id: Identifies the ticket that describes the need for the activation
11434
+ """
11435
+ if ticket_id is not None:
11436
+ pulumi.set(__self__, "ticket_id", ticket_id)
11437
+
11438
+ @_builtins.property
11439
+ @pulumi.getter(name="ticketId")
11440
+ def ticket_id(self) -> Optional[pulumi.Input[_builtins.str]]:
11441
+ """
11442
+ Identifies the ticket that describes the need for the activation
11443
+ """
11444
+ return pulumi.get(self, "ticket_id")
11445
+
11446
+ @ticket_id.setter
11447
+ def ticket_id(self, value: Optional[pulumi.Input[_builtins.str]]):
11448
+ pulumi.set(self, "ticket_id", value)
11449
+
11450
+
11451
+ if not MYPY:
11452
+ class PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTrafficArgsDict(TypedDict):
11453
+ ticket_id: NotRequired[pulumi.Input[_builtins.str]]
11454
+ """
11455
+ Identifies the ticket that describes the need for the activation
11456
+ """
11457
+ elif False:
11458
+ PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTrafficArgsDict: TypeAlias = Mapping[str, Any]
11459
+
11460
+ @pulumi.input_type
11461
+ class PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTrafficArgs:
11462
+ def __init__(__self__, *,
11463
+ ticket_id: Optional[pulumi.Input[_builtins.str]] = None):
11464
+ """
11465
+ :param pulumi.Input[_builtins.str] ticket_id: Identifies the ticket that describes the need for the activation
11466
+ """
11467
+ if ticket_id is not None:
11468
+ pulumi.set(__self__, "ticket_id", ticket_id)
11469
+
11470
+ @_builtins.property
11471
+ @pulumi.getter(name="ticketId")
11472
+ def ticket_id(self) -> Optional[pulumi.Input[_builtins.str]]:
11473
+ """
11474
+ Identifies the ticket that describes the need for the activation
11475
+ """
11476
+ return pulumi.get(self, "ticket_id")
11477
+
11478
+ @ticket_id.setter
11479
+ def ticket_id(self, value: Optional[pulumi.Input[_builtins.str]]):
11480
+ pulumi.set(self, "ticket_id", value)
11481
+
11482
+
11483
+ if not MYPY:
11484
+ class PropertyActivationComplianceRecordNoncomplianceReasonNoneArgsDict(TypedDict):
11485
+ customer_email: NotRequired[pulumi.Input[_builtins.str]]
11486
+ """
11487
+ Identifies the customer
11488
+ """
11489
+ peer_reviewed_by: NotRequired[pulumi.Input[_builtins.str]]
11490
+ """
11491
+ Identifies person who has independently approved the activation request
11492
+ """
11493
+ ticket_id: NotRequired[pulumi.Input[_builtins.str]]
11494
+ """
11495
+ Identifies the ticket that describes the need for the activation
11496
+ """
11497
+ unit_tested: NotRequired[pulumi.Input[_builtins.bool]]
11498
+ """
11499
+ Whether the metadata to activate has been fully tested
11500
+ """
11501
+ elif False:
11502
+ PropertyActivationComplianceRecordNoncomplianceReasonNoneArgsDict: TypeAlias = Mapping[str, Any]
11503
+
11504
+ @pulumi.input_type
11505
+ class PropertyActivationComplianceRecordNoncomplianceReasonNoneArgs:
11506
+ def __init__(__self__, *,
11507
+ customer_email: Optional[pulumi.Input[_builtins.str]] = None,
11508
+ peer_reviewed_by: Optional[pulumi.Input[_builtins.str]] = None,
11509
+ ticket_id: Optional[pulumi.Input[_builtins.str]] = None,
11510
+ unit_tested: Optional[pulumi.Input[_builtins.bool]] = None):
11511
+ """
11512
+ :param pulumi.Input[_builtins.str] customer_email: Identifies the customer
11513
+ :param pulumi.Input[_builtins.str] peer_reviewed_by: Identifies person who has independently approved the activation request
11514
+ :param pulumi.Input[_builtins.str] ticket_id: Identifies the ticket that describes the need for the activation
11515
+ :param pulumi.Input[_builtins.bool] unit_tested: Whether the metadata to activate has been fully tested
11516
+ """
11517
+ if customer_email is not None:
11518
+ pulumi.set(__self__, "customer_email", customer_email)
11519
+ if peer_reviewed_by is not None:
11520
+ pulumi.set(__self__, "peer_reviewed_by", peer_reviewed_by)
11521
+ if ticket_id is not None:
11522
+ pulumi.set(__self__, "ticket_id", ticket_id)
11523
+ if unit_tested is not None:
11524
+ pulumi.set(__self__, "unit_tested", unit_tested)
11525
+
11526
+ @_builtins.property
11527
+ @pulumi.getter(name="customerEmail")
11528
+ def customer_email(self) -> Optional[pulumi.Input[_builtins.str]]:
11529
+ """
11530
+ Identifies the customer
11531
+ """
11532
+ return pulumi.get(self, "customer_email")
11533
+
11534
+ @customer_email.setter
11535
+ def customer_email(self, value: Optional[pulumi.Input[_builtins.str]]):
11536
+ pulumi.set(self, "customer_email", value)
11537
+
11538
+ @_builtins.property
11539
+ @pulumi.getter(name="peerReviewedBy")
11540
+ def peer_reviewed_by(self) -> Optional[pulumi.Input[_builtins.str]]:
11541
+ """
11542
+ Identifies person who has independently approved the activation request
11543
+ """
11544
+ return pulumi.get(self, "peer_reviewed_by")
11545
+
11546
+ @peer_reviewed_by.setter
11547
+ def peer_reviewed_by(self, value: Optional[pulumi.Input[_builtins.str]]):
11548
+ pulumi.set(self, "peer_reviewed_by", value)
11549
+
11550
+ @_builtins.property
11551
+ @pulumi.getter(name="ticketId")
11552
+ def ticket_id(self) -> Optional[pulumi.Input[_builtins.str]]:
11553
+ """
11554
+ Identifies the ticket that describes the need for the activation
11555
+ """
11556
+ return pulumi.get(self, "ticket_id")
11557
+
11558
+ @ticket_id.setter
11559
+ def ticket_id(self, value: Optional[pulumi.Input[_builtins.str]]):
11560
+ pulumi.set(self, "ticket_id", value)
11561
+
11562
+ @_builtins.property
11563
+ @pulumi.getter(name="unitTested")
11564
+ def unit_tested(self) -> Optional[pulumi.Input[_builtins.bool]]:
11565
+ """
11566
+ Whether the metadata to activate has been fully tested
11567
+ """
11568
+ return pulumi.get(self, "unit_tested")
11569
+
11570
+ @unit_tested.setter
11571
+ def unit_tested(self, value: Optional[pulumi.Input[_builtins.bool]]):
11572
+ pulumi.set(self, "unit_tested", value)
11573
+
11574
+
11575
+ if not MYPY:
11576
+ class PropertyActivationComplianceRecordNoncomplianceReasonOtherArgsDict(TypedDict):
11577
+ other_noncompliance_reason: NotRequired[pulumi.Input[_builtins.str]]
11578
+ """
11579
+ Describes the reason why the activation must occur immediately, out of compliance with the standard procedure
11580
+ """
11581
+ ticket_id: NotRequired[pulumi.Input[_builtins.str]]
11582
+ """
11583
+ Identifies the ticket that describes the need for the activation
11584
+ """
11585
+ elif False:
11586
+ PropertyActivationComplianceRecordNoncomplianceReasonOtherArgsDict: TypeAlias = Mapping[str, Any]
11587
+
11588
+ @pulumi.input_type
11589
+ class PropertyActivationComplianceRecordNoncomplianceReasonOtherArgs:
11590
+ def __init__(__self__, *,
11591
+ other_noncompliance_reason: Optional[pulumi.Input[_builtins.str]] = None,
11592
+ ticket_id: Optional[pulumi.Input[_builtins.str]] = None):
11593
+ """
11594
+ :param pulumi.Input[_builtins.str] other_noncompliance_reason: Describes the reason why the activation must occur immediately, out of compliance with the standard procedure
11595
+ :param pulumi.Input[_builtins.str] ticket_id: Identifies the ticket that describes the need for the activation
11596
+ """
11597
+ if other_noncompliance_reason is not None:
11598
+ pulumi.set(__self__, "other_noncompliance_reason", other_noncompliance_reason)
11599
+ if ticket_id is not None:
11600
+ pulumi.set(__self__, "ticket_id", ticket_id)
11601
+
11602
+ @_builtins.property
11603
+ @pulumi.getter(name="otherNoncomplianceReason")
11604
+ def other_noncompliance_reason(self) -> Optional[pulumi.Input[_builtins.str]]:
11605
+ """
11606
+ Describes the reason why the activation must occur immediately, out of compliance with the standard procedure
11607
+ """
11608
+ return pulumi.get(self, "other_noncompliance_reason")
11609
+
11610
+ @other_noncompliance_reason.setter
11611
+ def other_noncompliance_reason(self, value: Optional[pulumi.Input[_builtins.str]]):
11612
+ pulumi.set(self, "other_noncompliance_reason", value)
11613
+
11614
+ @_builtins.property
11615
+ @pulumi.getter(name="ticketId")
11616
+ def ticket_id(self) -> Optional[pulumi.Input[_builtins.str]]:
11617
+ """
11618
+ Identifies the ticket that describes the need for the activation
11619
+ """
11620
+ return pulumi.get(self, "ticket_id")
11621
+
11622
+ @ticket_id.setter
11623
+ def ticket_id(self, value: Optional[pulumi.Input[_builtins.str]]):
11624
+ pulumi.set(self, "ticket_id", value)
11625
+
11626
+
11627
+ if not MYPY:
11628
+ class PropertyActivationRuleErrorArgsDict(TypedDict):
11629
+ behavior_name: NotRequired[pulumi.Input[_builtins.str]]
11630
+ detail: NotRequired[pulumi.Input[_builtins.str]]
11631
+ error_location: NotRequired[pulumi.Input[_builtins.str]]
11632
+ instance: NotRequired[pulumi.Input[_builtins.str]]
11633
+ status_code: NotRequired[pulumi.Input[_builtins.int]]
11634
+ title: NotRequired[pulumi.Input[_builtins.str]]
11635
+ type: NotRequired[pulumi.Input[_builtins.str]]
11636
+ elif False:
11637
+ PropertyActivationRuleErrorArgsDict: TypeAlias = Mapping[str, Any]
11638
+
11639
+ @pulumi.input_type
11640
+ class PropertyActivationRuleErrorArgs:
11641
+ def __init__(__self__, *,
11642
+ behavior_name: Optional[pulumi.Input[_builtins.str]] = None,
11643
+ detail: Optional[pulumi.Input[_builtins.str]] = None,
11644
+ error_location: Optional[pulumi.Input[_builtins.str]] = None,
11645
+ instance: Optional[pulumi.Input[_builtins.str]] = None,
11646
+ status_code: Optional[pulumi.Input[_builtins.int]] = None,
11647
+ title: Optional[pulumi.Input[_builtins.str]] = None,
11648
+ type: Optional[pulumi.Input[_builtins.str]] = None):
9482
11649
  if behavior_name is not None:
9483
11650
  pulumi.set(__self__, "behavior_name", behavior_name)
9484
11651
  if detail is not None:
@@ -9581,11 +11748,728 @@ class PropertyActivationTimeoutsArgs:
9581
11748
  pulumi.set(self, "default", value)
9582
11749
 
9583
11750
 
11751
+ if not MYPY:
11752
+ class PropertyDomainownershipDomainsDomainArgsDict(TypedDict):
11753
+ domain_name: pulumi.Input[_builtins.str]
11754
+ """
11755
+ Your domain's name.
11756
+ """
11757
+ validation_scope: pulumi.Input[_builtins.str]
11758
+ """
11759
+ Your domain's validation scope. Possible values are:
11760
+ * `HOST` - The scope is only the exactly specified domain.
11761
+ * `WILDCARD` - The scope covers any hostname within one subdomain level.
11762
+ * `DOMAIN` - The scope covers any hostnames under the domain, regardless of the level of subdomains.
11763
+ """
11764
+ account_id: NotRequired[pulumi.Input[_builtins.str]]
11765
+ """
11766
+ Your account's ID.
11767
+ """
11768
+ domain_status: NotRequired[pulumi.Input[_builtins.str]]
11769
+ """
11770
+ The domain's validation status. Possible values are:
11771
+ * `REQUEST_ACCEPTED` - When you successfully submit the domain for validation.
11772
+ * `VALIDATION_IN_PROGRESS` - When the DOM background jobs are trying to validate the domain.
11773
+ * `VALIDATED` - When the validation is completed successfully. Akamai recognizes you as the domain owner.
11774
+ * `TOKEN_EXPIRED` - When you haven't completed the validation in the requested time frame and the challenge token is not valid anymore. You need to generate new validation challenges for the domain.
11775
+ * `INVALIDATED` - When the domain was invalidated and Akamai doesn't recognize you as its owner.
11776
+ """
11777
+ validation_challenge: NotRequired[pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeArgsDict']]
11778
+ """
11779
+ The domain's validation challenge details.
11780
+ """
11781
+ validation_completed_date: NotRequired[pulumi.Input[_builtins.str]]
11782
+ """
11783
+ The timestamp indicating when the domain validation was completed.
11784
+ """
11785
+ validation_method: NotRequired[pulumi.Input[_builtins.str]]
11786
+ """
11787
+ The method used to validate the domain. Possible values are:
11788
+ * `DNS_CNAME` - For this method, Akamai generates a `cname_record` that you copy as the `target` to a `CNAME` record of your DNS configuration. The record's name needs to be in the `_acme-challenge.domain-name` format.
11789
+ * `DNS_TXT` - For this method, Akamai generates a `txt_record` with a token `value` that you copy as the `target` to a `TXT` record of your DNS configuration. The record's name needs to be in the `_akamai-{host|wildcard|domain}-challenge.domainName` format based on the validation scope.
11790
+ * `HTTP` - Applies only to domains with the `HOST` validation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by the `validation_challenge.http_file.path` or use a redirect to the `validation_challenge.http_redirect.to` with the token.
11791
+ * `SYSTEM` - This method refers to domains that were automatically validated before Domain Validation Manager (DOM) was introduced.
11792
+ * `MANUAL` - For this method, the DOM team manually performed the validation.
11793
+ """
11794
+ validation_requested_by: NotRequired[pulumi.Input[_builtins.str]]
11795
+ """
11796
+ The name of the user who requested the domain validation.
11797
+ """
11798
+ validation_requested_date: NotRequired[pulumi.Input[_builtins.str]]
11799
+ """
11800
+ The timestamp indicating when the domain validation was requested.
11801
+ """
11802
+ elif False:
11803
+ PropertyDomainownershipDomainsDomainArgsDict: TypeAlias = Mapping[str, Any]
11804
+
11805
+ @pulumi.input_type
11806
+ class PropertyDomainownershipDomainsDomainArgs:
11807
+ def __init__(__self__, *,
11808
+ domain_name: pulumi.Input[_builtins.str],
11809
+ validation_scope: pulumi.Input[_builtins.str],
11810
+ account_id: Optional[pulumi.Input[_builtins.str]] = None,
11811
+ domain_status: Optional[pulumi.Input[_builtins.str]] = None,
11812
+ validation_challenge: Optional[pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeArgs']] = None,
11813
+ validation_completed_date: Optional[pulumi.Input[_builtins.str]] = None,
11814
+ validation_method: Optional[pulumi.Input[_builtins.str]] = None,
11815
+ validation_requested_by: Optional[pulumi.Input[_builtins.str]] = None,
11816
+ validation_requested_date: Optional[pulumi.Input[_builtins.str]] = None):
11817
+ """
11818
+ :param pulumi.Input[_builtins.str] domain_name: Your domain's name.
11819
+ :param pulumi.Input[_builtins.str] validation_scope: Your domain's validation scope. Possible values are:
11820
+ * `HOST` - The scope is only the exactly specified domain.
11821
+ * `WILDCARD` - The scope covers any hostname within one subdomain level.
11822
+ * `DOMAIN` - The scope covers any hostnames under the domain, regardless of the level of subdomains.
11823
+ :param pulumi.Input[_builtins.str] account_id: Your account's ID.
11824
+ :param pulumi.Input[_builtins.str] domain_status: The domain's validation status. Possible values are:
11825
+ * `REQUEST_ACCEPTED` - When you successfully submit the domain for validation.
11826
+ * `VALIDATION_IN_PROGRESS` - When the DOM background jobs are trying to validate the domain.
11827
+ * `VALIDATED` - When the validation is completed successfully. Akamai recognizes you as the domain owner.
11828
+ * `TOKEN_EXPIRED` - When you haven't completed the validation in the requested time frame and the challenge token is not valid anymore. You need to generate new validation challenges for the domain.
11829
+ * `INVALIDATED` - When the domain was invalidated and Akamai doesn't recognize you as its owner.
11830
+ :param pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeArgs'] validation_challenge: The domain's validation challenge details.
11831
+ :param pulumi.Input[_builtins.str] validation_completed_date: The timestamp indicating when the domain validation was completed.
11832
+ :param pulumi.Input[_builtins.str] validation_method: The method used to validate the domain. Possible values are:
11833
+ * `DNS_CNAME` - For this method, Akamai generates a `cname_record` that you copy as the `target` to a `CNAME` record of your DNS configuration. The record's name needs to be in the `_acme-challenge.domain-name` format.
11834
+ * `DNS_TXT` - For this method, Akamai generates a `txt_record` with a token `value` that you copy as the `target` to a `TXT` record of your DNS configuration. The record's name needs to be in the `_akamai-{host|wildcard|domain}-challenge.domainName` format based on the validation scope.
11835
+ * `HTTP` - Applies only to domains with the `HOST` validation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by the `validation_challenge.http_file.path` or use a redirect to the `validation_challenge.http_redirect.to` with the token.
11836
+ * `SYSTEM` - This method refers to domains that were automatically validated before Domain Validation Manager (DOM) was introduced.
11837
+ * `MANUAL` - For this method, the DOM team manually performed the validation.
11838
+ :param pulumi.Input[_builtins.str] validation_requested_by: The name of the user who requested the domain validation.
11839
+ :param pulumi.Input[_builtins.str] validation_requested_date: The timestamp indicating when the domain validation was requested.
11840
+ """
11841
+ pulumi.set(__self__, "domain_name", domain_name)
11842
+ pulumi.set(__self__, "validation_scope", validation_scope)
11843
+ if account_id is not None:
11844
+ pulumi.set(__self__, "account_id", account_id)
11845
+ if domain_status is not None:
11846
+ pulumi.set(__self__, "domain_status", domain_status)
11847
+ if validation_challenge is not None:
11848
+ pulumi.set(__self__, "validation_challenge", validation_challenge)
11849
+ if validation_completed_date is not None:
11850
+ pulumi.set(__self__, "validation_completed_date", validation_completed_date)
11851
+ if validation_method is not None:
11852
+ pulumi.set(__self__, "validation_method", validation_method)
11853
+ if validation_requested_by is not None:
11854
+ pulumi.set(__self__, "validation_requested_by", validation_requested_by)
11855
+ if validation_requested_date is not None:
11856
+ pulumi.set(__self__, "validation_requested_date", validation_requested_date)
11857
+
11858
+ @_builtins.property
11859
+ @pulumi.getter(name="domainName")
11860
+ def domain_name(self) -> pulumi.Input[_builtins.str]:
11861
+ """
11862
+ Your domain's name.
11863
+ """
11864
+ return pulumi.get(self, "domain_name")
11865
+
11866
+ @domain_name.setter
11867
+ def domain_name(self, value: pulumi.Input[_builtins.str]):
11868
+ pulumi.set(self, "domain_name", value)
11869
+
11870
+ @_builtins.property
11871
+ @pulumi.getter(name="validationScope")
11872
+ def validation_scope(self) -> pulumi.Input[_builtins.str]:
11873
+ """
11874
+ Your domain's validation scope. Possible values are:
11875
+ * `HOST` - The scope is only the exactly specified domain.
11876
+ * `WILDCARD` - The scope covers any hostname within one subdomain level.
11877
+ * `DOMAIN` - The scope covers any hostnames under the domain, regardless of the level of subdomains.
11878
+ """
11879
+ return pulumi.get(self, "validation_scope")
11880
+
11881
+ @validation_scope.setter
11882
+ def validation_scope(self, value: pulumi.Input[_builtins.str]):
11883
+ pulumi.set(self, "validation_scope", value)
11884
+
11885
+ @_builtins.property
11886
+ @pulumi.getter(name="accountId")
11887
+ def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
11888
+ """
11889
+ Your account's ID.
11890
+ """
11891
+ return pulumi.get(self, "account_id")
11892
+
11893
+ @account_id.setter
11894
+ def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
11895
+ pulumi.set(self, "account_id", value)
11896
+
11897
+ @_builtins.property
11898
+ @pulumi.getter(name="domainStatus")
11899
+ def domain_status(self) -> Optional[pulumi.Input[_builtins.str]]:
11900
+ """
11901
+ The domain's validation status. Possible values are:
11902
+ * `REQUEST_ACCEPTED` - When you successfully submit the domain for validation.
11903
+ * `VALIDATION_IN_PROGRESS` - When the DOM background jobs are trying to validate the domain.
11904
+ * `VALIDATED` - When the validation is completed successfully. Akamai recognizes you as the domain owner.
11905
+ * `TOKEN_EXPIRED` - When you haven't completed the validation in the requested time frame and the challenge token is not valid anymore. You need to generate new validation challenges for the domain.
11906
+ * `INVALIDATED` - When the domain was invalidated and Akamai doesn't recognize you as its owner.
11907
+ """
11908
+ return pulumi.get(self, "domain_status")
11909
+
11910
+ @domain_status.setter
11911
+ def domain_status(self, value: Optional[pulumi.Input[_builtins.str]]):
11912
+ pulumi.set(self, "domain_status", value)
11913
+
11914
+ @_builtins.property
11915
+ @pulumi.getter(name="validationChallenge")
11916
+ def validation_challenge(self) -> Optional[pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeArgs']]:
11917
+ """
11918
+ The domain's validation challenge details.
11919
+ """
11920
+ return pulumi.get(self, "validation_challenge")
11921
+
11922
+ @validation_challenge.setter
11923
+ def validation_challenge(self, value: Optional[pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeArgs']]):
11924
+ pulumi.set(self, "validation_challenge", value)
11925
+
11926
+ @_builtins.property
11927
+ @pulumi.getter(name="validationCompletedDate")
11928
+ def validation_completed_date(self) -> Optional[pulumi.Input[_builtins.str]]:
11929
+ """
11930
+ The timestamp indicating when the domain validation was completed.
11931
+ """
11932
+ return pulumi.get(self, "validation_completed_date")
11933
+
11934
+ @validation_completed_date.setter
11935
+ def validation_completed_date(self, value: Optional[pulumi.Input[_builtins.str]]):
11936
+ pulumi.set(self, "validation_completed_date", value)
11937
+
11938
+ @_builtins.property
11939
+ @pulumi.getter(name="validationMethod")
11940
+ def validation_method(self) -> Optional[pulumi.Input[_builtins.str]]:
11941
+ """
11942
+ The method used to validate the domain. Possible values are:
11943
+ * `DNS_CNAME` - For this method, Akamai generates a `cname_record` that you copy as the `target` to a `CNAME` record of your DNS configuration. The record's name needs to be in the `_acme-challenge.domain-name` format.
11944
+ * `DNS_TXT` - For this method, Akamai generates a `txt_record` with a token `value` that you copy as the `target` to a `TXT` record of your DNS configuration. The record's name needs to be in the `_akamai-{host|wildcard|domain}-challenge.domainName` format based on the validation scope.
11945
+ * `HTTP` - Applies only to domains with the `HOST` validation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by the `validation_challenge.http_file.path` or use a redirect to the `validation_challenge.http_redirect.to` with the token.
11946
+ * `SYSTEM` - This method refers to domains that were automatically validated before Domain Validation Manager (DOM) was introduced.
11947
+ * `MANUAL` - For this method, the DOM team manually performed the validation.
11948
+ """
11949
+ return pulumi.get(self, "validation_method")
11950
+
11951
+ @validation_method.setter
11952
+ def validation_method(self, value: Optional[pulumi.Input[_builtins.str]]):
11953
+ pulumi.set(self, "validation_method", value)
11954
+
11955
+ @_builtins.property
11956
+ @pulumi.getter(name="validationRequestedBy")
11957
+ def validation_requested_by(self) -> Optional[pulumi.Input[_builtins.str]]:
11958
+ """
11959
+ The name of the user who requested the domain validation.
11960
+ """
11961
+ return pulumi.get(self, "validation_requested_by")
11962
+
11963
+ @validation_requested_by.setter
11964
+ def validation_requested_by(self, value: Optional[pulumi.Input[_builtins.str]]):
11965
+ pulumi.set(self, "validation_requested_by", value)
11966
+
11967
+ @_builtins.property
11968
+ @pulumi.getter(name="validationRequestedDate")
11969
+ def validation_requested_date(self) -> Optional[pulumi.Input[_builtins.str]]:
11970
+ """
11971
+ The timestamp indicating when the domain validation was requested.
11972
+ """
11973
+ return pulumi.get(self, "validation_requested_date")
11974
+
11975
+ @validation_requested_date.setter
11976
+ def validation_requested_date(self, value: Optional[pulumi.Input[_builtins.str]]):
11977
+ pulumi.set(self, "validation_requested_date", value)
11978
+
11979
+
11980
+ if not MYPY:
11981
+ class PropertyDomainownershipDomainsDomainValidationChallengeArgsDict(TypedDict):
11982
+ cname_record: NotRequired[pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeCnameRecordArgsDict']]
11983
+ """
11984
+ The details of the 'CNAME' record you copy to your DNS configuration to prove you own the domain. You should use the 'DNS_CNAME' method in most cases.
11985
+ """
11986
+ expiration_date: NotRequired[pulumi.Input[_builtins.str]]
11987
+ """
11988
+ The timestamp indicating when the challenge data expires.
11989
+ """
11990
+ http_file: NotRequired[pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeHttpFileArgsDict']]
11991
+ """
11992
+ Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use the 'http_redirect' method.
11993
+ """
11994
+ http_redirect: NotRequired[pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeHttpRedirectArgsDict']]
11995
+ """
11996
+ Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you use a redirect URL with the token. Alternatively, you can use the 'http_file' method.
11997
+ """
11998
+ txt_record: NotRequired[pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeTxtRecordArgsDict']]
11999
+ """
12000
+ The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
12001
+ """
12002
+ elif False:
12003
+ PropertyDomainownershipDomainsDomainValidationChallengeArgsDict: TypeAlias = Mapping[str, Any]
12004
+
12005
+ @pulumi.input_type
12006
+ class PropertyDomainownershipDomainsDomainValidationChallengeArgs:
12007
+ def __init__(__self__, *,
12008
+ cname_record: Optional[pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeCnameRecordArgs']] = None,
12009
+ expiration_date: Optional[pulumi.Input[_builtins.str]] = None,
12010
+ http_file: Optional[pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeHttpFileArgs']] = None,
12011
+ http_redirect: Optional[pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeHttpRedirectArgs']] = None,
12012
+ txt_record: Optional[pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeTxtRecordArgs']] = None):
12013
+ """
12014
+ :param pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeCnameRecordArgs'] cname_record: The details of the 'CNAME' record you copy to your DNS configuration to prove you own the domain. You should use the 'DNS_CNAME' method in most cases.
12015
+ :param pulumi.Input[_builtins.str] expiration_date: The timestamp indicating when the challenge data expires.
12016
+ :param pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeHttpFileArgs'] http_file: Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use the 'http_redirect' method.
12017
+ :param pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeHttpRedirectArgs'] http_redirect: Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you use a redirect URL with the token. Alternatively, you can use the 'http_file' method.
12018
+ :param pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeTxtRecordArgs'] txt_record: The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
12019
+ """
12020
+ if cname_record is not None:
12021
+ pulumi.set(__self__, "cname_record", cname_record)
12022
+ if expiration_date is not None:
12023
+ pulumi.set(__self__, "expiration_date", expiration_date)
12024
+ if http_file is not None:
12025
+ pulumi.set(__self__, "http_file", http_file)
12026
+ if http_redirect is not None:
12027
+ pulumi.set(__self__, "http_redirect", http_redirect)
12028
+ if txt_record is not None:
12029
+ pulumi.set(__self__, "txt_record", txt_record)
12030
+
12031
+ @_builtins.property
12032
+ @pulumi.getter(name="cnameRecord")
12033
+ def cname_record(self) -> Optional[pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeCnameRecordArgs']]:
12034
+ """
12035
+ The details of the 'CNAME' record you copy to your DNS configuration to prove you own the domain. You should use the 'DNS_CNAME' method in most cases.
12036
+ """
12037
+ return pulumi.get(self, "cname_record")
12038
+
12039
+ @cname_record.setter
12040
+ def cname_record(self, value: Optional[pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeCnameRecordArgs']]):
12041
+ pulumi.set(self, "cname_record", value)
12042
+
12043
+ @_builtins.property
12044
+ @pulumi.getter(name="expirationDate")
12045
+ def expiration_date(self) -> Optional[pulumi.Input[_builtins.str]]:
12046
+ """
12047
+ The timestamp indicating when the challenge data expires.
12048
+ """
12049
+ return pulumi.get(self, "expiration_date")
12050
+
12051
+ @expiration_date.setter
12052
+ def expiration_date(self, value: Optional[pulumi.Input[_builtins.str]]):
12053
+ pulumi.set(self, "expiration_date", value)
12054
+
12055
+ @_builtins.property
12056
+ @pulumi.getter(name="httpFile")
12057
+ def http_file(self) -> Optional[pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeHttpFileArgs']]:
12058
+ """
12059
+ Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use the 'http_redirect' method.
12060
+ """
12061
+ return pulumi.get(self, "http_file")
12062
+
12063
+ @http_file.setter
12064
+ def http_file(self, value: Optional[pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeHttpFileArgs']]):
12065
+ pulumi.set(self, "http_file", value)
12066
+
12067
+ @_builtins.property
12068
+ @pulumi.getter(name="httpRedirect")
12069
+ def http_redirect(self) -> Optional[pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeHttpRedirectArgs']]:
12070
+ """
12071
+ Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you use a redirect URL with the token. Alternatively, you can use the 'http_file' method.
12072
+ """
12073
+ return pulumi.get(self, "http_redirect")
12074
+
12075
+ @http_redirect.setter
12076
+ def http_redirect(self, value: Optional[pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeHttpRedirectArgs']]):
12077
+ pulumi.set(self, "http_redirect", value)
12078
+
12079
+ @_builtins.property
12080
+ @pulumi.getter(name="txtRecord")
12081
+ def txt_record(self) -> Optional[pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeTxtRecordArgs']]:
12082
+ """
12083
+ The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
12084
+ """
12085
+ return pulumi.get(self, "txt_record")
12086
+
12087
+ @txt_record.setter
12088
+ def txt_record(self, value: Optional[pulumi.Input['PropertyDomainownershipDomainsDomainValidationChallengeTxtRecordArgs']]):
12089
+ pulumi.set(self, "txt_record", value)
12090
+
12091
+
12092
+ if not MYPY:
12093
+ class PropertyDomainownershipDomainsDomainValidationChallengeCnameRecordArgsDict(TypedDict):
12094
+ name: NotRequired[pulumi.Input[_builtins.str]]
12095
+ """
12096
+ The 'CNAME' record for your domain that you add to the DNS configuration.
12097
+ """
12098
+ target: NotRequired[pulumi.Input[_builtins.str]]
12099
+ """
12100
+ The 'target' value you set in the 'CNAME' record that validates the domain ownership.
12101
+ """
12102
+ elif False:
12103
+ PropertyDomainownershipDomainsDomainValidationChallengeCnameRecordArgsDict: TypeAlias = Mapping[str, Any]
12104
+
12105
+ @pulumi.input_type
12106
+ class PropertyDomainownershipDomainsDomainValidationChallengeCnameRecordArgs:
12107
+ def __init__(__self__, *,
12108
+ name: Optional[pulumi.Input[_builtins.str]] = None,
12109
+ target: Optional[pulumi.Input[_builtins.str]] = None):
12110
+ """
12111
+ :param pulumi.Input[_builtins.str] name: The 'CNAME' record for your domain that you add to the DNS configuration.
12112
+ :param pulumi.Input[_builtins.str] target: The 'target' value you set in the 'CNAME' record that validates the domain ownership.
12113
+ """
12114
+ if name is not None:
12115
+ pulumi.set(__self__, "name", name)
12116
+ if target is not None:
12117
+ pulumi.set(__self__, "target", target)
12118
+
12119
+ @_builtins.property
12120
+ @pulumi.getter
12121
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
12122
+ """
12123
+ The 'CNAME' record for your domain that you add to the DNS configuration.
12124
+ """
12125
+ return pulumi.get(self, "name")
12126
+
12127
+ @name.setter
12128
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
12129
+ pulumi.set(self, "name", value)
12130
+
12131
+ @_builtins.property
12132
+ @pulumi.getter
12133
+ def target(self) -> Optional[pulumi.Input[_builtins.str]]:
12134
+ """
12135
+ The 'target' value you set in the 'CNAME' record that validates the domain ownership.
12136
+ """
12137
+ return pulumi.get(self, "target")
12138
+
12139
+ @target.setter
12140
+ def target(self, value: Optional[pulumi.Input[_builtins.str]]):
12141
+ pulumi.set(self, "target", value)
12142
+
12143
+
12144
+ if not MYPY:
12145
+ class PropertyDomainownershipDomainsDomainValidationChallengeHttpFileArgsDict(TypedDict):
12146
+ content: NotRequired[pulumi.Input[_builtins.str]]
12147
+ """
12148
+ The content of the file that you should place at the specified URL.
12149
+ """
12150
+ content_type: NotRequired[pulumi.Input[_builtins.str]]
12151
+ """
12152
+ The content type of the file containing the token.
12153
+ """
12154
+ path: NotRequired[pulumi.Input[_builtins.str]]
12155
+ """
12156
+ The URL where you should place the file containing the challenge token.
12157
+ """
12158
+ elif False:
12159
+ PropertyDomainownershipDomainsDomainValidationChallengeHttpFileArgsDict: TypeAlias = Mapping[str, Any]
12160
+
12161
+ @pulumi.input_type
12162
+ class PropertyDomainownershipDomainsDomainValidationChallengeHttpFileArgs:
12163
+ def __init__(__self__, *,
12164
+ content: Optional[pulumi.Input[_builtins.str]] = None,
12165
+ content_type: Optional[pulumi.Input[_builtins.str]] = None,
12166
+ path: Optional[pulumi.Input[_builtins.str]] = None):
12167
+ """
12168
+ :param pulumi.Input[_builtins.str] content: The content of the file that you should place at the specified URL.
12169
+ :param pulumi.Input[_builtins.str] content_type: The content type of the file containing the token.
12170
+ :param pulumi.Input[_builtins.str] path: The URL where you should place the file containing the challenge token.
12171
+ """
12172
+ if content is not None:
12173
+ pulumi.set(__self__, "content", content)
12174
+ if content_type is not None:
12175
+ pulumi.set(__self__, "content_type", content_type)
12176
+ if path is not None:
12177
+ pulumi.set(__self__, "path", path)
12178
+
12179
+ @_builtins.property
12180
+ @pulumi.getter
12181
+ def content(self) -> Optional[pulumi.Input[_builtins.str]]:
12182
+ """
12183
+ The content of the file that you should place at the specified URL.
12184
+ """
12185
+ return pulumi.get(self, "content")
12186
+
12187
+ @content.setter
12188
+ def content(self, value: Optional[pulumi.Input[_builtins.str]]):
12189
+ pulumi.set(self, "content", value)
12190
+
12191
+ @_builtins.property
12192
+ @pulumi.getter(name="contentType")
12193
+ def content_type(self) -> Optional[pulumi.Input[_builtins.str]]:
12194
+ """
12195
+ The content type of the file containing the token.
12196
+ """
12197
+ return pulumi.get(self, "content_type")
12198
+
12199
+ @content_type.setter
12200
+ def content_type(self, value: Optional[pulumi.Input[_builtins.str]]):
12201
+ pulumi.set(self, "content_type", value)
12202
+
12203
+ @_builtins.property
12204
+ @pulumi.getter
12205
+ def path(self) -> Optional[pulumi.Input[_builtins.str]]:
12206
+ """
12207
+ The URL where you should place the file containing the challenge token.
12208
+ """
12209
+ return pulumi.get(self, "path")
12210
+
12211
+ @path.setter
12212
+ def path(self, value: Optional[pulumi.Input[_builtins.str]]):
12213
+ pulumi.set(self, "path", value)
12214
+
12215
+
12216
+ if not MYPY:
12217
+ class PropertyDomainownershipDomainsDomainValidationChallengeHttpRedirectArgsDict(TypedDict):
12218
+ from_: NotRequired[pulumi.Input[_builtins.str]]
12219
+ """
12220
+ The location on your HTTP server where you set up the redirect.
12221
+ """
12222
+ to: NotRequired[pulumi.Input[_builtins.str]]
12223
+ """
12224
+ The redirect URL with the token that you place on your HTTP server.
12225
+ """
12226
+ elif False:
12227
+ PropertyDomainownershipDomainsDomainValidationChallengeHttpRedirectArgsDict: TypeAlias = Mapping[str, Any]
12228
+
12229
+ @pulumi.input_type
12230
+ class PropertyDomainownershipDomainsDomainValidationChallengeHttpRedirectArgs:
12231
+ def __init__(__self__, *,
12232
+ from_: Optional[pulumi.Input[_builtins.str]] = None,
12233
+ to: Optional[pulumi.Input[_builtins.str]] = None):
12234
+ """
12235
+ :param pulumi.Input[_builtins.str] from_: The location on your HTTP server where you set up the redirect.
12236
+ :param pulumi.Input[_builtins.str] to: The redirect URL with the token that you place on your HTTP server.
12237
+ """
12238
+ if from_ is not None:
12239
+ pulumi.set(__self__, "from_", from_)
12240
+ if to is not None:
12241
+ pulumi.set(__self__, "to", to)
12242
+
12243
+ @_builtins.property
12244
+ @pulumi.getter(name="from")
12245
+ def from_(self) -> Optional[pulumi.Input[_builtins.str]]:
12246
+ """
12247
+ The location on your HTTP server where you set up the redirect.
12248
+ """
12249
+ return pulumi.get(self, "from_")
12250
+
12251
+ @from_.setter
12252
+ def from_(self, value: Optional[pulumi.Input[_builtins.str]]):
12253
+ pulumi.set(self, "from_", value)
12254
+
12255
+ @_builtins.property
12256
+ @pulumi.getter
12257
+ def to(self) -> Optional[pulumi.Input[_builtins.str]]:
12258
+ """
12259
+ The redirect URL with the token that you place on your HTTP server.
12260
+ """
12261
+ return pulumi.get(self, "to")
12262
+
12263
+ @to.setter
12264
+ def to(self, value: Optional[pulumi.Input[_builtins.str]]):
12265
+ pulumi.set(self, "to", value)
12266
+
12267
+
12268
+ if not MYPY:
12269
+ class PropertyDomainownershipDomainsDomainValidationChallengeTxtRecordArgsDict(TypedDict):
12270
+ name: NotRequired[pulumi.Input[_builtins.str]]
12271
+ """
12272
+ The hostname where you should add the 'TXT' record to validate the domain ownership.
12273
+ """
12274
+ value: NotRequired[pulumi.Input[_builtins.str]]
12275
+ """
12276
+ The token you need to copy to the DNS 'TXT' record that validates the domain ownership.
12277
+ """
12278
+ elif False:
12279
+ PropertyDomainownershipDomainsDomainValidationChallengeTxtRecordArgsDict: TypeAlias = Mapping[str, Any]
12280
+
12281
+ @pulumi.input_type
12282
+ class PropertyDomainownershipDomainsDomainValidationChallengeTxtRecordArgs:
12283
+ def __init__(__self__, *,
12284
+ name: Optional[pulumi.Input[_builtins.str]] = None,
12285
+ value: Optional[pulumi.Input[_builtins.str]] = None):
12286
+ """
12287
+ :param pulumi.Input[_builtins.str] name: The hostname where you should add the 'TXT' record to validate the domain ownership.
12288
+ :param pulumi.Input[_builtins.str] value: The token you need to copy to the DNS 'TXT' record that validates the domain ownership.
12289
+ """
12290
+ if name is not None:
12291
+ pulumi.set(__self__, "name", name)
12292
+ if value is not None:
12293
+ pulumi.set(__self__, "value", value)
12294
+
12295
+ @_builtins.property
12296
+ @pulumi.getter
12297
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
12298
+ """
12299
+ The hostname where you should add the 'TXT' record to validate the domain ownership.
12300
+ """
12301
+ return pulumi.get(self, "name")
12302
+
12303
+ @name.setter
12304
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
12305
+ pulumi.set(self, "name", value)
12306
+
12307
+ @_builtins.property
12308
+ @pulumi.getter
12309
+ def value(self) -> Optional[pulumi.Input[_builtins.str]]:
12310
+ """
12311
+ The token you need to copy to the DNS 'TXT' record that validates the domain ownership.
12312
+ """
12313
+ return pulumi.get(self, "value")
12314
+
12315
+ @value.setter
12316
+ def value(self, value: Optional[pulumi.Input[_builtins.str]]):
12317
+ pulumi.set(self, "value", value)
12318
+
12319
+
12320
+ if not MYPY:
12321
+ class PropertyDomainownershipValidationDomainArgsDict(TypedDict):
12322
+ domain_name: pulumi.Input[_builtins.str]
12323
+ """
12324
+ Your domain's name.
12325
+ """
12326
+ validation_scope: pulumi.Input[_builtins.str]
12327
+ """
12328
+ Your domain's validation scope. Possible values are:
12329
+ * `HOST` - The scope is only the exactly specified domain.
12330
+ * `WILDCARD` - The scope covers any hostname within one subdomain level.
12331
+ * `DOMAIN` - The scope covers any hostnames under the domain, regardless of the level of subdomains.
12332
+ """
12333
+ validation_method: NotRequired[pulumi.Input[_builtins.str]]
12334
+ """
12335
+ The method used to validate the domain. Possible values are:
12336
+ * `DNS_CNAME` - For this method, Akamai generates a `cname_record` that you copy as the `target` to a `CNAME` record of your DNS configuration. The record's name needs to be in the `_acme-challenge.domain-name` format.
12337
+ * `DNS_TXT` - For this method, Akamai generates a `txt_record` with a token `value` that you copy as the `target` to a `TXT` record of your DNS configuration. The record's name needs to be in the `_akamai-{host|wildcard|domain}-challenge.domainName` format based on the validation scope.
12338
+ * `HTTP` - Applies only to domains with the `HOST` validation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by the `validation_challenge.http_file.path` or use a redirect to the `validation_challenge.http_redirect.to` with the token.
12339
+ """
12340
+ elif False:
12341
+ PropertyDomainownershipValidationDomainArgsDict: TypeAlias = Mapping[str, Any]
12342
+
12343
+ @pulumi.input_type
12344
+ class PropertyDomainownershipValidationDomainArgs:
12345
+ def __init__(__self__, *,
12346
+ domain_name: pulumi.Input[_builtins.str],
12347
+ validation_scope: pulumi.Input[_builtins.str],
12348
+ validation_method: Optional[pulumi.Input[_builtins.str]] = None):
12349
+ """
12350
+ :param pulumi.Input[_builtins.str] domain_name: Your domain's name.
12351
+ :param pulumi.Input[_builtins.str] validation_scope: Your domain's validation scope. Possible values are:
12352
+ * `HOST` - The scope is only the exactly specified domain.
12353
+ * `WILDCARD` - The scope covers any hostname within one subdomain level.
12354
+ * `DOMAIN` - The scope covers any hostnames under the domain, regardless of the level of subdomains.
12355
+ :param pulumi.Input[_builtins.str] validation_method: The method used to validate the domain. Possible values are:
12356
+ * `DNS_CNAME` - For this method, Akamai generates a `cname_record` that you copy as the `target` to a `CNAME` record of your DNS configuration. The record's name needs to be in the `_acme-challenge.domain-name` format.
12357
+ * `DNS_TXT` - For this method, Akamai generates a `txt_record` with a token `value` that you copy as the `target` to a `TXT` record of your DNS configuration. The record's name needs to be in the `_akamai-{host|wildcard|domain}-challenge.domainName` format based on the validation scope.
12358
+ * `HTTP` - Applies only to domains with the `HOST` validation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by the `validation_challenge.http_file.path` or use a redirect to the `validation_challenge.http_redirect.to` with the token.
12359
+ """
12360
+ pulumi.set(__self__, "domain_name", domain_name)
12361
+ pulumi.set(__self__, "validation_scope", validation_scope)
12362
+ if validation_method is not None:
12363
+ pulumi.set(__self__, "validation_method", validation_method)
12364
+
12365
+ @_builtins.property
12366
+ @pulumi.getter(name="domainName")
12367
+ def domain_name(self) -> pulumi.Input[_builtins.str]:
12368
+ """
12369
+ Your domain's name.
12370
+ """
12371
+ return pulumi.get(self, "domain_name")
12372
+
12373
+ @domain_name.setter
12374
+ def domain_name(self, value: pulumi.Input[_builtins.str]):
12375
+ pulumi.set(self, "domain_name", value)
12376
+
12377
+ @_builtins.property
12378
+ @pulumi.getter(name="validationScope")
12379
+ def validation_scope(self) -> pulumi.Input[_builtins.str]:
12380
+ """
12381
+ Your domain's validation scope. Possible values are:
12382
+ * `HOST` - The scope is only the exactly specified domain.
12383
+ * `WILDCARD` - The scope covers any hostname within one subdomain level.
12384
+ * `DOMAIN` - The scope covers any hostnames under the domain, regardless of the level of subdomains.
12385
+ """
12386
+ return pulumi.get(self, "validation_scope")
12387
+
12388
+ @validation_scope.setter
12389
+ def validation_scope(self, value: pulumi.Input[_builtins.str]):
12390
+ pulumi.set(self, "validation_scope", value)
12391
+
12392
+ @_builtins.property
12393
+ @pulumi.getter(name="validationMethod")
12394
+ def validation_method(self) -> Optional[pulumi.Input[_builtins.str]]:
12395
+ """
12396
+ The method used to validate the domain. Possible values are:
12397
+ * `DNS_CNAME` - For this method, Akamai generates a `cname_record` that you copy as the `target` to a `CNAME` record of your DNS configuration. The record's name needs to be in the `_acme-challenge.domain-name` format.
12398
+ * `DNS_TXT` - For this method, Akamai generates a `txt_record` with a token `value` that you copy as the `target` to a `TXT` record of your DNS configuration. The record's name needs to be in the `_akamai-{host|wildcard|domain}-challenge.domainName` format based on the validation scope.
12399
+ * `HTTP` - Applies only to domains with the `HOST` validation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by the `validation_challenge.http_file.path` or use a redirect to the `validation_challenge.http_redirect.to` with the token.
12400
+ """
12401
+ return pulumi.get(self, "validation_method")
12402
+
12403
+ @validation_method.setter
12404
+ def validation_method(self, value: Optional[pulumi.Input[_builtins.str]]):
12405
+ pulumi.set(self, "validation_method", value)
12406
+
12407
+
12408
+ if not MYPY:
12409
+ class PropertyDomainownershipValidationTimeoutsArgsDict(TypedDict):
12410
+ create: NotRequired[pulumi.Input[_builtins.str]]
12411
+ """
12412
+ Optional configurable domains validation timeout to be used on resource create. By default it's 30m.
12413
+ """
12414
+ update: NotRequired[pulumi.Input[_builtins.str]]
12415
+ """
12416
+ Optional configurable domains validation timeout to be used on resource update. By default it's 30m.
12417
+ """
12418
+ elif False:
12419
+ PropertyDomainownershipValidationTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
12420
+
12421
+ @pulumi.input_type
12422
+ class PropertyDomainownershipValidationTimeoutsArgs:
12423
+ def __init__(__self__, *,
12424
+ create: Optional[pulumi.Input[_builtins.str]] = None,
12425
+ update: Optional[pulumi.Input[_builtins.str]] = None):
12426
+ """
12427
+ :param pulumi.Input[_builtins.str] create: Optional configurable domains validation timeout to be used on resource create. By default it's 30m.
12428
+ :param pulumi.Input[_builtins.str] update: Optional configurable domains validation timeout to be used on resource update. By default it's 30m.
12429
+ """
12430
+ if create is not None:
12431
+ pulumi.set(__self__, "create", create)
12432
+ if update is not None:
12433
+ pulumi.set(__self__, "update", update)
12434
+
12435
+ @_builtins.property
12436
+ @pulumi.getter
12437
+ def create(self) -> Optional[pulumi.Input[_builtins.str]]:
12438
+ """
12439
+ Optional configurable domains validation timeout to be used on resource create. By default it's 30m.
12440
+ """
12441
+ return pulumi.get(self, "create")
12442
+
12443
+ @create.setter
12444
+ def create(self, value: Optional[pulumi.Input[_builtins.str]]):
12445
+ pulumi.set(self, "create", value)
12446
+
12447
+ @_builtins.property
12448
+ @pulumi.getter
12449
+ def update(self) -> Optional[pulumi.Input[_builtins.str]]:
12450
+ """
12451
+ Optional configurable domains validation timeout to be used on resource update. By default it's 30m.
12452
+ """
12453
+ return pulumi.get(self, "update")
12454
+
12455
+ @update.setter
12456
+ def update(self, value: Optional[pulumi.Input[_builtins.str]]):
12457
+ pulumi.set(self, "update", value)
12458
+
12459
+
9584
12460
  if not MYPY:
9585
12461
  class PropertyHostnameArgsDict(TypedDict):
9586
12462
  cert_provisioning_type: pulumi.Input[_builtins.str]
9587
12463
  cname_from: pulumi.Input[_builtins.str]
9588
12464
  cname_to: pulumi.Input[_builtins.str]
12465
+ ccm_cert_statuses: NotRequired[pulumi.Input[Sequence[pulumi.Input['PropertyHostnameCcmCertStatusArgsDict']]]]
12466
+ """
12467
+ Deployment status for the RSA and ECDSA certificates created with Cloud Certificate Manager (CCM).
12468
+ """
12469
+ ccm_certificates: NotRequired[pulumi.Input['PropertyHostnameCcmCertificatesArgsDict']]
12470
+ """
12471
+ Certificate identifiers and links for the CCM-managed certificates.
12472
+ """
9589
12473
  cert_statuses: NotRequired[pulumi.Input[Sequence[pulumi.Input['PropertyHostnameCertStatusArgsDict']]]]
9590
12474
  cname_type: NotRequired[pulumi.Input[_builtins.str]]
9591
12475
  edge_hostname_id: NotRequired[pulumi.Input[_builtins.str]]
@@ -9598,12 +12482,22 @@ class PropertyHostnameArgs:
9598
12482
  cert_provisioning_type: pulumi.Input[_builtins.str],
9599
12483
  cname_from: pulumi.Input[_builtins.str],
9600
12484
  cname_to: pulumi.Input[_builtins.str],
12485
+ ccm_cert_statuses: Optional[pulumi.Input[Sequence[pulumi.Input['PropertyHostnameCcmCertStatusArgs']]]] = None,
12486
+ ccm_certificates: Optional[pulumi.Input['PropertyHostnameCcmCertificatesArgs']] = None,
9601
12487
  cert_statuses: Optional[pulumi.Input[Sequence[pulumi.Input['PropertyHostnameCertStatusArgs']]]] = None,
9602
12488
  cname_type: Optional[pulumi.Input[_builtins.str]] = None,
9603
12489
  edge_hostname_id: Optional[pulumi.Input[_builtins.str]] = None):
12490
+ """
12491
+ :param pulumi.Input[Sequence[pulumi.Input['PropertyHostnameCcmCertStatusArgs']]] ccm_cert_statuses: Deployment status for the RSA and ECDSA certificates created with Cloud Certificate Manager (CCM).
12492
+ :param pulumi.Input['PropertyHostnameCcmCertificatesArgs'] ccm_certificates: Certificate identifiers and links for the CCM-managed certificates.
12493
+ """
9604
12494
  pulumi.set(__self__, "cert_provisioning_type", cert_provisioning_type)
9605
12495
  pulumi.set(__self__, "cname_from", cname_from)
9606
12496
  pulumi.set(__self__, "cname_to", cname_to)
12497
+ if ccm_cert_statuses is not None:
12498
+ pulumi.set(__self__, "ccm_cert_statuses", ccm_cert_statuses)
12499
+ if ccm_certificates is not None:
12500
+ pulumi.set(__self__, "ccm_certificates", ccm_certificates)
9607
12501
  if cert_statuses is not None:
9608
12502
  pulumi.set(__self__, "cert_statuses", cert_statuses)
9609
12503
  if cname_type is not None:
@@ -9638,6 +12532,30 @@ class PropertyHostnameArgs:
9638
12532
  def cname_to(self, value: pulumi.Input[_builtins.str]):
9639
12533
  pulumi.set(self, "cname_to", value)
9640
12534
 
12535
+ @_builtins.property
12536
+ @pulumi.getter(name="ccmCertStatuses")
12537
+ def ccm_cert_statuses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PropertyHostnameCcmCertStatusArgs']]]]:
12538
+ """
12539
+ Deployment status for the RSA and ECDSA certificates created with Cloud Certificate Manager (CCM).
12540
+ """
12541
+ return pulumi.get(self, "ccm_cert_statuses")
12542
+
12543
+ @ccm_cert_statuses.setter
12544
+ def ccm_cert_statuses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PropertyHostnameCcmCertStatusArgs']]]]):
12545
+ pulumi.set(self, "ccm_cert_statuses", value)
12546
+
12547
+ @_builtins.property
12548
+ @pulumi.getter(name="ccmCertificates")
12549
+ def ccm_certificates(self) -> Optional[pulumi.Input['PropertyHostnameCcmCertificatesArgs']]:
12550
+ """
12551
+ Certificate identifiers and links for the CCM-managed certificates.
12552
+ """
12553
+ return pulumi.get(self, "ccm_certificates")
12554
+
12555
+ @ccm_certificates.setter
12556
+ def ccm_certificates(self, value: Optional[pulumi.Input['PropertyHostnameCcmCertificatesArgs']]):
12557
+ pulumi.set(self, "ccm_certificates", value)
12558
+
9641
12559
  @_builtins.property
9642
12560
  @pulumi.getter(name="certStatuses")
9643
12561
  def cert_statuses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PropertyHostnameCertStatusArgs']]]]:
@@ -9736,6 +12654,150 @@ class PropertyHostnameBucketHostnamesArgs:
9736
12654
  pulumi.set(self, "cname_to", value)
9737
12655
 
9738
12656
 
12657
+ if not MYPY:
12658
+ class PropertyHostnameCcmCertStatusArgsDict(TypedDict):
12659
+ ecdsa_production_status: NotRequired[pulumi.Input[_builtins.str]]
12660
+ """
12661
+ Status of the ECDSA certificate on production network.
12662
+ """
12663
+ ecdsa_staging_status: NotRequired[pulumi.Input[_builtins.str]]
12664
+ """
12665
+ Status of the ECDSA certificate on staging network.
12666
+ """
12667
+ rsa_production_status: NotRequired[pulumi.Input[_builtins.str]]
12668
+ """
12669
+ Status of the RSA certificate on production network.
12670
+ """
12671
+ rsa_staging_status: NotRequired[pulumi.Input[_builtins.str]]
12672
+ """
12673
+ Status of the RSA certificate on staging network.
12674
+ """
12675
+ elif False:
12676
+ PropertyHostnameCcmCertStatusArgsDict: TypeAlias = Mapping[str, Any]
12677
+
12678
+ @pulumi.input_type
12679
+ class PropertyHostnameCcmCertStatusArgs:
12680
+ def __init__(__self__, *,
12681
+ ecdsa_production_status: Optional[pulumi.Input[_builtins.str]] = None,
12682
+ ecdsa_staging_status: Optional[pulumi.Input[_builtins.str]] = None,
12683
+ rsa_production_status: Optional[pulumi.Input[_builtins.str]] = None,
12684
+ rsa_staging_status: Optional[pulumi.Input[_builtins.str]] = None):
12685
+ """
12686
+ :param pulumi.Input[_builtins.str] ecdsa_production_status: Status of the ECDSA certificate on production network.
12687
+ :param pulumi.Input[_builtins.str] ecdsa_staging_status: Status of the ECDSA certificate on staging network.
12688
+ :param pulumi.Input[_builtins.str] rsa_production_status: Status of the RSA certificate on production network.
12689
+ :param pulumi.Input[_builtins.str] rsa_staging_status: Status of the RSA certificate on staging network.
12690
+ """
12691
+ if ecdsa_production_status is not None:
12692
+ pulumi.set(__self__, "ecdsa_production_status", ecdsa_production_status)
12693
+ if ecdsa_staging_status is not None:
12694
+ pulumi.set(__self__, "ecdsa_staging_status", ecdsa_staging_status)
12695
+ if rsa_production_status is not None:
12696
+ pulumi.set(__self__, "rsa_production_status", rsa_production_status)
12697
+ if rsa_staging_status is not None:
12698
+ pulumi.set(__self__, "rsa_staging_status", rsa_staging_status)
12699
+
12700
+ @_builtins.property
12701
+ @pulumi.getter(name="ecdsaProductionStatus")
12702
+ def ecdsa_production_status(self) -> Optional[pulumi.Input[_builtins.str]]:
12703
+ """
12704
+ Status of the ECDSA certificate on production network.
12705
+ """
12706
+ return pulumi.get(self, "ecdsa_production_status")
12707
+
12708
+ @ecdsa_production_status.setter
12709
+ def ecdsa_production_status(self, value: Optional[pulumi.Input[_builtins.str]]):
12710
+ pulumi.set(self, "ecdsa_production_status", value)
12711
+
12712
+ @_builtins.property
12713
+ @pulumi.getter(name="ecdsaStagingStatus")
12714
+ def ecdsa_staging_status(self) -> Optional[pulumi.Input[_builtins.str]]:
12715
+ """
12716
+ Status of the ECDSA certificate on staging network.
12717
+ """
12718
+ return pulumi.get(self, "ecdsa_staging_status")
12719
+
12720
+ @ecdsa_staging_status.setter
12721
+ def ecdsa_staging_status(self, value: Optional[pulumi.Input[_builtins.str]]):
12722
+ pulumi.set(self, "ecdsa_staging_status", value)
12723
+
12724
+ @_builtins.property
12725
+ @pulumi.getter(name="rsaProductionStatus")
12726
+ def rsa_production_status(self) -> Optional[pulumi.Input[_builtins.str]]:
12727
+ """
12728
+ Status of the RSA certificate on production network.
12729
+ """
12730
+ return pulumi.get(self, "rsa_production_status")
12731
+
12732
+ @rsa_production_status.setter
12733
+ def rsa_production_status(self, value: Optional[pulumi.Input[_builtins.str]]):
12734
+ pulumi.set(self, "rsa_production_status", value)
12735
+
12736
+ @_builtins.property
12737
+ @pulumi.getter(name="rsaStagingStatus")
12738
+ def rsa_staging_status(self) -> Optional[pulumi.Input[_builtins.str]]:
12739
+ """
12740
+ Status of the RSA certificate on staging network.
12741
+ """
12742
+ return pulumi.get(self, "rsa_staging_status")
12743
+
12744
+ @rsa_staging_status.setter
12745
+ def rsa_staging_status(self, value: Optional[pulumi.Input[_builtins.str]]):
12746
+ pulumi.set(self, "rsa_staging_status", value)
12747
+
12748
+
12749
+ if not MYPY:
12750
+ class PropertyHostnameCcmCertificatesArgsDict(TypedDict):
12751
+ ecdsa_cert_id: NotRequired[pulumi.Input[_builtins.str]]
12752
+ """
12753
+ Certificate ID for ECDSA.
12754
+ """
12755
+ rsa_cert_id: NotRequired[pulumi.Input[_builtins.str]]
12756
+ """
12757
+ Certificate ID for RSA.
12758
+ """
12759
+ elif False:
12760
+ PropertyHostnameCcmCertificatesArgsDict: TypeAlias = Mapping[str, Any]
12761
+
12762
+ @pulumi.input_type
12763
+ class PropertyHostnameCcmCertificatesArgs:
12764
+ def __init__(__self__, *,
12765
+ ecdsa_cert_id: Optional[pulumi.Input[_builtins.str]] = None,
12766
+ rsa_cert_id: Optional[pulumi.Input[_builtins.str]] = None):
12767
+ """
12768
+ :param pulumi.Input[_builtins.str] ecdsa_cert_id: Certificate ID for ECDSA.
12769
+ :param pulumi.Input[_builtins.str] rsa_cert_id: Certificate ID for RSA.
12770
+ """
12771
+ if ecdsa_cert_id is not None:
12772
+ pulumi.set(__self__, "ecdsa_cert_id", ecdsa_cert_id)
12773
+ if rsa_cert_id is not None:
12774
+ pulumi.set(__self__, "rsa_cert_id", rsa_cert_id)
12775
+
12776
+ @_builtins.property
12777
+ @pulumi.getter(name="ecdsaCertId")
12778
+ def ecdsa_cert_id(self) -> Optional[pulumi.Input[_builtins.str]]:
12779
+ """
12780
+ Certificate ID for ECDSA.
12781
+ """
12782
+ return pulumi.get(self, "ecdsa_cert_id")
12783
+
12784
+ @ecdsa_cert_id.setter
12785
+ def ecdsa_cert_id(self, value: Optional[pulumi.Input[_builtins.str]]):
12786
+ pulumi.set(self, "ecdsa_cert_id", value)
12787
+
12788
+ @_builtins.property
12789
+ @pulumi.getter(name="rsaCertId")
12790
+ def rsa_cert_id(self) -> Optional[pulumi.Input[_builtins.str]]:
12791
+ """
12792
+ Certificate ID for RSA.
12793
+ """
12794
+ return pulumi.get(self, "rsa_cert_id")
12795
+
12796
+ @rsa_cert_id.setter
12797
+ def rsa_cert_id(self, value: Optional[pulumi.Input[_builtins.str]]):
12798
+ pulumi.set(self, "rsa_cert_id", value)
12799
+
12800
+
9739
12801
  if not MYPY:
9740
12802
  class PropertyHostnameCertStatusArgsDict(TypedDict):
9741
12803
  hostname: NotRequired[pulumi.Input[_builtins.str]]
@@ -35009,6 +38071,573 @@ class GetImagingPolicyVideoPolicyVariableEnumOptionArgs:
35009
38071
  pulumi.set(self, "value", value)
35010
38072
 
35011
38073
 
38074
+ if not MYPY:
38075
+ class GetPropertyDomainownershipSearchDomainsDomainArgsDict(TypedDict):
38076
+ account_id: _builtins.str
38077
+ """
38078
+ Your account's ID.
38079
+ """
38080
+ domain_name: _builtins.str
38081
+ """
38082
+ Your domain's name.
38083
+ """
38084
+ domain_status: _builtins.str
38085
+ """
38086
+ The domain's validation status. Possible values are:
38087
+ * `REQUEST_ACCEPTED` - When you successfully submit the domain for validation.
38088
+ * `VALIDATION_IN_PROGRESS` - When the DOM background jobs are trying to validate the domain.
38089
+ * `VALIDATED` - When the validation is completed successfully. Akamai recognizes you as the domain owner.
38090
+ * `TOKEN_EXPIRED` - When you haven't completed the validation in the requested time frame and the challenge token is not valid anymore. You need to generate new validation challenges for the domain.
38091
+ * `INVALIDATED` - When the domain was invalidated and Akamai doesn't recognize you as its owner.
38092
+ """
38093
+ validation_challenge: 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeArgsDict'
38094
+ """
38095
+ The domain's validation challenge details.
38096
+ """
38097
+ validation_completed_date: _builtins.str
38098
+ """
38099
+ The timestamp indicating when the domain validation was completed.
38100
+ """
38101
+ validation_level: _builtins.str
38102
+ """
38103
+ The domain's validation level, either 'FQDN' (fully qualified domain name) or 'ROOT/WILDCARD'.
38104
+ """
38105
+ validation_method: _builtins.str
38106
+ """
38107
+ The method used to validate the domain. Possible values are:
38108
+ * `DNS_CNAME` - For this method, Akamai generates a `cname_record` that you copy as the `target` to a `CNAME` record of your DNS configuration. The record's name needs to be in the `_acme-challenge.domain-name` format.
38109
+ * `DNS_TXT` - For this method, Akamai generates a `txt_record` with a token `value` that you copy as the `target` to a `TXT` record of your DNS configuration. The record's name needs to be in the `_akamai-{host|wildcard|domain}-challenge.domainName` format based on the validation scope.
38110
+ * `HTTP` - Applies only to domains with the `HOST` validation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by the `validation_challenge.http_file.path` or use a redirect to the `validation_challenge.http_redirect.to` with the token.
38111
+ * `SYSTEM` - This method refers to domains that were automatically validated before Domain Validation Manager (DOM) was introduced.
38112
+ * `MANUAL` - For this method, the DOM team manually performed the validation.
38113
+ """
38114
+ validation_requested_by: _builtins.str
38115
+ """
38116
+ The name of the user who requested the domain validation.
38117
+ """
38118
+ validation_requested_date: _builtins.str
38119
+ """
38120
+ The timestamp indicating when the domain validation was requested.
38121
+ """
38122
+ validation_scope: _builtins.str
38123
+ """
38124
+ Your domain's validation scope. Possible values are:
38125
+ * `HOST` - The scope is only the exactly specified domain.
38126
+ * `WILDCARD` - The scope covers any hostname within one subdomain level.
38127
+ * `DOMAIN` - The scope covers any hostnames under the domain, regardless of the level of subdomains.
38128
+ """
38129
+ elif False:
38130
+ GetPropertyDomainownershipSearchDomainsDomainArgsDict: TypeAlias = Mapping[str, Any]
38131
+
38132
+ @pulumi.input_type
38133
+ class GetPropertyDomainownershipSearchDomainsDomainArgs:
38134
+ def __init__(__self__, *,
38135
+ account_id: _builtins.str,
38136
+ domain_name: _builtins.str,
38137
+ domain_status: _builtins.str,
38138
+ validation_challenge: 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeArgs',
38139
+ validation_completed_date: _builtins.str,
38140
+ validation_level: _builtins.str,
38141
+ validation_method: _builtins.str,
38142
+ validation_requested_by: _builtins.str,
38143
+ validation_requested_date: _builtins.str,
38144
+ validation_scope: _builtins.str):
38145
+ """
38146
+ :param _builtins.str account_id: Your account's ID.
38147
+ :param _builtins.str domain_name: Your domain's name.
38148
+ :param _builtins.str domain_status: The domain's validation status. Possible values are:
38149
+ * `REQUEST_ACCEPTED` - When you successfully submit the domain for validation.
38150
+ * `VALIDATION_IN_PROGRESS` - When the DOM background jobs are trying to validate the domain.
38151
+ * `VALIDATED` - When the validation is completed successfully. Akamai recognizes you as the domain owner.
38152
+ * `TOKEN_EXPIRED` - When you haven't completed the validation in the requested time frame and the challenge token is not valid anymore. You need to generate new validation challenges for the domain.
38153
+ * `INVALIDATED` - When the domain was invalidated and Akamai doesn't recognize you as its owner.
38154
+ :param 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeArgs' validation_challenge: The domain's validation challenge details.
38155
+ :param _builtins.str validation_completed_date: The timestamp indicating when the domain validation was completed.
38156
+ :param _builtins.str validation_level: The domain's validation level, either 'FQDN' (fully qualified domain name) or 'ROOT/WILDCARD'.
38157
+ :param _builtins.str validation_method: The method used to validate the domain. Possible values are:
38158
+ * `DNS_CNAME` - For this method, Akamai generates a `cname_record` that you copy as the `target` to a `CNAME` record of your DNS configuration. The record's name needs to be in the `_acme-challenge.domain-name` format.
38159
+ * `DNS_TXT` - For this method, Akamai generates a `txt_record` with a token `value` that you copy as the `target` to a `TXT` record of your DNS configuration. The record's name needs to be in the `_akamai-{host|wildcard|domain}-challenge.domainName` format based on the validation scope.
38160
+ * `HTTP` - Applies only to domains with the `HOST` validation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by the `validation_challenge.http_file.path` or use a redirect to the `validation_challenge.http_redirect.to` with the token.
38161
+ * `SYSTEM` - This method refers to domains that were automatically validated before Domain Validation Manager (DOM) was introduced.
38162
+ * `MANUAL` - For this method, the DOM team manually performed the validation.
38163
+ :param _builtins.str validation_requested_by: The name of the user who requested the domain validation.
38164
+ :param _builtins.str validation_requested_date: The timestamp indicating when the domain validation was requested.
38165
+ :param _builtins.str validation_scope: Your domain's validation scope. Possible values are:
38166
+ * `HOST` - The scope is only the exactly specified domain.
38167
+ * `WILDCARD` - The scope covers any hostname within one subdomain level.
38168
+ * `DOMAIN` - The scope covers any hostnames under the domain, regardless of the level of subdomains.
38169
+ """
38170
+ pulumi.set(__self__, "account_id", account_id)
38171
+ pulumi.set(__self__, "domain_name", domain_name)
38172
+ pulumi.set(__self__, "domain_status", domain_status)
38173
+ pulumi.set(__self__, "validation_challenge", validation_challenge)
38174
+ pulumi.set(__self__, "validation_completed_date", validation_completed_date)
38175
+ pulumi.set(__self__, "validation_level", validation_level)
38176
+ pulumi.set(__self__, "validation_method", validation_method)
38177
+ pulumi.set(__self__, "validation_requested_by", validation_requested_by)
38178
+ pulumi.set(__self__, "validation_requested_date", validation_requested_date)
38179
+ pulumi.set(__self__, "validation_scope", validation_scope)
38180
+
38181
+ @_builtins.property
38182
+ @pulumi.getter(name="accountId")
38183
+ def account_id(self) -> _builtins.str:
38184
+ """
38185
+ Your account's ID.
38186
+ """
38187
+ return pulumi.get(self, "account_id")
38188
+
38189
+ @account_id.setter
38190
+ def account_id(self, value: _builtins.str):
38191
+ pulumi.set(self, "account_id", value)
38192
+
38193
+ @_builtins.property
38194
+ @pulumi.getter(name="domainName")
38195
+ def domain_name(self) -> _builtins.str:
38196
+ """
38197
+ Your domain's name.
38198
+ """
38199
+ return pulumi.get(self, "domain_name")
38200
+
38201
+ @domain_name.setter
38202
+ def domain_name(self, value: _builtins.str):
38203
+ pulumi.set(self, "domain_name", value)
38204
+
38205
+ @_builtins.property
38206
+ @pulumi.getter(name="domainStatus")
38207
+ def domain_status(self) -> _builtins.str:
38208
+ """
38209
+ The domain's validation status. Possible values are:
38210
+ * `REQUEST_ACCEPTED` - When you successfully submit the domain for validation.
38211
+ * `VALIDATION_IN_PROGRESS` - When the DOM background jobs are trying to validate the domain.
38212
+ * `VALIDATED` - When the validation is completed successfully. Akamai recognizes you as the domain owner.
38213
+ * `TOKEN_EXPIRED` - When you haven't completed the validation in the requested time frame and the challenge token is not valid anymore. You need to generate new validation challenges for the domain.
38214
+ * `INVALIDATED` - When the domain was invalidated and Akamai doesn't recognize you as its owner.
38215
+ """
38216
+ return pulumi.get(self, "domain_status")
38217
+
38218
+ @domain_status.setter
38219
+ def domain_status(self, value: _builtins.str):
38220
+ pulumi.set(self, "domain_status", value)
38221
+
38222
+ @_builtins.property
38223
+ @pulumi.getter(name="validationChallenge")
38224
+ def validation_challenge(self) -> 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeArgs':
38225
+ """
38226
+ The domain's validation challenge details.
38227
+ """
38228
+ return pulumi.get(self, "validation_challenge")
38229
+
38230
+ @validation_challenge.setter
38231
+ def validation_challenge(self, value: 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeArgs'):
38232
+ pulumi.set(self, "validation_challenge", value)
38233
+
38234
+ @_builtins.property
38235
+ @pulumi.getter(name="validationCompletedDate")
38236
+ def validation_completed_date(self) -> _builtins.str:
38237
+ """
38238
+ The timestamp indicating when the domain validation was completed.
38239
+ """
38240
+ return pulumi.get(self, "validation_completed_date")
38241
+
38242
+ @validation_completed_date.setter
38243
+ def validation_completed_date(self, value: _builtins.str):
38244
+ pulumi.set(self, "validation_completed_date", value)
38245
+
38246
+ @_builtins.property
38247
+ @pulumi.getter(name="validationLevel")
38248
+ def validation_level(self) -> _builtins.str:
38249
+ """
38250
+ The domain's validation level, either 'FQDN' (fully qualified domain name) or 'ROOT/WILDCARD'.
38251
+ """
38252
+ return pulumi.get(self, "validation_level")
38253
+
38254
+ @validation_level.setter
38255
+ def validation_level(self, value: _builtins.str):
38256
+ pulumi.set(self, "validation_level", value)
38257
+
38258
+ @_builtins.property
38259
+ @pulumi.getter(name="validationMethod")
38260
+ def validation_method(self) -> _builtins.str:
38261
+ """
38262
+ The method used to validate the domain. Possible values are:
38263
+ * `DNS_CNAME` - For this method, Akamai generates a `cname_record` that you copy as the `target` to a `CNAME` record of your DNS configuration. The record's name needs to be in the `_acme-challenge.domain-name` format.
38264
+ * `DNS_TXT` - For this method, Akamai generates a `txt_record` with a token `value` that you copy as the `target` to a `TXT` record of your DNS configuration. The record's name needs to be in the `_akamai-{host|wildcard|domain}-challenge.domainName` format based on the validation scope.
38265
+ * `HTTP` - Applies only to domains with the `HOST` validation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by the `validation_challenge.http_file.path` or use a redirect to the `validation_challenge.http_redirect.to` with the token.
38266
+ * `SYSTEM` - This method refers to domains that were automatically validated before Domain Validation Manager (DOM) was introduced.
38267
+ * `MANUAL` - For this method, the DOM team manually performed the validation.
38268
+ """
38269
+ return pulumi.get(self, "validation_method")
38270
+
38271
+ @validation_method.setter
38272
+ def validation_method(self, value: _builtins.str):
38273
+ pulumi.set(self, "validation_method", value)
38274
+
38275
+ @_builtins.property
38276
+ @pulumi.getter(name="validationRequestedBy")
38277
+ def validation_requested_by(self) -> _builtins.str:
38278
+ """
38279
+ The name of the user who requested the domain validation.
38280
+ """
38281
+ return pulumi.get(self, "validation_requested_by")
38282
+
38283
+ @validation_requested_by.setter
38284
+ def validation_requested_by(self, value: _builtins.str):
38285
+ pulumi.set(self, "validation_requested_by", value)
38286
+
38287
+ @_builtins.property
38288
+ @pulumi.getter(name="validationRequestedDate")
38289
+ def validation_requested_date(self) -> _builtins.str:
38290
+ """
38291
+ The timestamp indicating when the domain validation was requested.
38292
+ """
38293
+ return pulumi.get(self, "validation_requested_date")
38294
+
38295
+ @validation_requested_date.setter
38296
+ def validation_requested_date(self, value: _builtins.str):
38297
+ pulumi.set(self, "validation_requested_date", value)
38298
+
38299
+ @_builtins.property
38300
+ @pulumi.getter(name="validationScope")
38301
+ def validation_scope(self) -> _builtins.str:
38302
+ """
38303
+ Your domain's validation scope. Possible values are:
38304
+ * `HOST` - The scope is only the exactly specified domain.
38305
+ * `WILDCARD` - The scope covers any hostname within one subdomain level.
38306
+ * `DOMAIN` - The scope covers any hostnames under the domain, regardless of the level of subdomains.
38307
+ """
38308
+ return pulumi.get(self, "validation_scope")
38309
+
38310
+ @validation_scope.setter
38311
+ def validation_scope(self, value: _builtins.str):
38312
+ pulumi.set(self, "validation_scope", value)
38313
+
38314
+
38315
+ if not MYPY:
38316
+ class GetPropertyDomainownershipSearchDomainsDomainValidationChallengeArgsDict(TypedDict):
38317
+ cname_record: 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeCnameRecordArgsDict'
38318
+ """
38319
+ The details of the 'CNAME' record you copy to your DNS configuration to prove you own the domain. You should use the 'DNS_CNAME' method in most cases.
38320
+ """
38321
+ expiration_date: _builtins.str
38322
+ """
38323
+ The timestamp indicating when the challenge data expires.
38324
+ """
38325
+ http_file: 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeHttpFileArgsDict'
38326
+ """
38327
+ Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use the 'http_redirect' method.
38328
+ """
38329
+ http_redirect: 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeHttpRedirectArgsDict'
38330
+ """
38331
+ Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you use a redirect URL with the token. Alternatively, you can use the 'http_file' method.
38332
+ """
38333
+ txt_record: 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeTxtRecordArgsDict'
38334
+ """
38335
+ The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
38336
+ """
38337
+ elif False:
38338
+ GetPropertyDomainownershipSearchDomainsDomainValidationChallengeArgsDict: TypeAlias = Mapping[str, Any]
38339
+
38340
+ @pulumi.input_type
38341
+ class GetPropertyDomainownershipSearchDomainsDomainValidationChallengeArgs:
38342
+ def __init__(__self__, *,
38343
+ cname_record: 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeCnameRecordArgs',
38344
+ expiration_date: _builtins.str,
38345
+ http_file: 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeHttpFileArgs',
38346
+ http_redirect: 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeHttpRedirectArgs',
38347
+ txt_record: 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeTxtRecordArgs'):
38348
+ """
38349
+ :param 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeCnameRecordArgs' cname_record: The details of the 'CNAME' record you copy to your DNS configuration to prove you own the domain. You should use the 'DNS_CNAME' method in most cases.
38350
+ :param _builtins.str expiration_date: The timestamp indicating when the challenge data expires.
38351
+ :param 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeHttpFileArgs' http_file: Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use the 'http_redirect' method.
38352
+ :param 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeHttpRedirectArgs' http_redirect: Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you use a redirect URL with the token. Alternatively, you can use the 'http_file' method.
38353
+ :param 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeTxtRecordArgs' txt_record: The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
38354
+ """
38355
+ pulumi.set(__self__, "cname_record", cname_record)
38356
+ pulumi.set(__self__, "expiration_date", expiration_date)
38357
+ pulumi.set(__self__, "http_file", http_file)
38358
+ pulumi.set(__self__, "http_redirect", http_redirect)
38359
+ pulumi.set(__self__, "txt_record", txt_record)
38360
+
38361
+ @_builtins.property
38362
+ @pulumi.getter(name="cnameRecord")
38363
+ def cname_record(self) -> 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeCnameRecordArgs':
38364
+ """
38365
+ The details of the 'CNAME' record you copy to your DNS configuration to prove you own the domain. You should use the 'DNS_CNAME' method in most cases.
38366
+ """
38367
+ return pulumi.get(self, "cname_record")
38368
+
38369
+ @cname_record.setter
38370
+ def cname_record(self, value: 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeCnameRecordArgs'):
38371
+ pulumi.set(self, "cname_record", value)
38372
+
38373
+ @_builtins.property
38374
+ @pulumi.getter(name="expirationDate")
38375
+ def expiration_date(self) -> _builtins.str:
38376
+ """
38377
+ The timestamp indicating when the challenge data expires.
38378
+ """
38379
+ return pulumi.get(self, "expiration_date")
38380
+
38381
+ @expiration_date.setter
38382
+ def expiration_date(self, value: _builtins.str):
38383
+ pulumi.set(self, "expiration_date", value)
38384
+
38385
+ @_builtins.property
38386
+ @pulumi.getter(name="httpFile")
38387
+ def http_file(self) -> 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeHttpFileArgs':
38388
+ """
38389
+ Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use the 'http_redirect' method.
38390
+ """
38391
+ return pulumi.get(self, "http_file")
38392
+
38393
+ @http_file.setter
38394
+ def http_file(self, value: 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeHttpFileArgs'):
38395
+ pulumi.set(self, "http_file", value)
38396
+
38397
+ @_builtins.property
38398
+ @pulumi.getter(name="httpRedirect")
38399
+ def http_redirect(self) -> 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeHttpRedirectArgs':
38400
+ """
38401
+ Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you use a redirect URL with the token. Alternatively, you can use the 'http_file' method.
38402
+ """
38403
+ return pulumi.get(self, "http_redirect")
38404
+
38405
+ @http_redirect.setter
38406
+ def http_redirect(self, value: 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeHttpRedirectArgs'):
38407
+ pulumi.set(self, "http_redirect", value)
38408
+
38409
+ @_builtins.property
38410
+ @pulumi.getter(name="txtRecord")
38411
+ def txt_record(self) -> 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeTxtRecordArgs':
38412
+ """
38413
+ The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
38414
+ """
38415
+ return pulumi.get(self, "txt_record")
38416
+
38417
+ @txt_record.setter
38418
+ def txt_record(self, value: 'GetPropertyDomainownershipSearchDomainsDomainValidationChallengeTxtRecordArgs'):
38419
+ pulumi.set(self, "txt_record", value)
38420
+
38421
+
38422
+ if not MYPY:
38423
+ class GetPropertyDomainownershipSearchDomainsDomainValidationChallengeCnameRecordArgsDict(TypedDict):
38424
+ name: _builtins.str
38425
+ """
38426
+ The 'CNAME' record for your domain that you add to the DNS configuration.
38427
+ """
38428
+ target: _builtins.str
38429
+ """
38430
+ The 'target' value you set in the 'CNAME' record that validates the domain ownership.
38431
+ """
38432
+ elif False:
38433
+ GetPropertyDomainownershipSearchDomainsDomainValidationChallengeCnameRecordArgsDict: TypeAlias = Mapping[str, Any]
38434
+
38435
+ @pulumi.input_type
38436
+ class GetPropertyDomainownershipSearchDomainsDomainValidationChallengeCnameRecordArgs:
38437
+ def __init__(__self__, *,
38438
+ name: _builtins.str,
38439
+ target: _builtins.str):
38440
+ """
38441
+ :param _builtins.str name: The 'CNAME' record for your domain that you add to the DNS configuration.
38442
+ :param _builtins.str target: The 'target' value you set in the 'CNAME' record that validates the domain ownership.
38443
+ """
38444
+ pulumi.set(__self__, "name", name)
38445
+ pulumi.set(__self__, "target", target)
38446
+
38447
+ @_builtins.property
38448
+ @pulumi.getter
38449
+ def name(self) -> _builtins.str:
38450
+ """
38451
+ The 'CNAME' record for your domain that you add to the DNS configuration.
38452
+ """
38453
+ return pulumi.get(self, "name")
38454
+
38455
+ @name.setter
38456
+ def name(self, value: _builtins.str):
38457
+ pulumi.set(self, "name", value)
38458
+
38459
+ @_builtins.property
38460
+ @pulumi.getter
38461
+ def target(self) -> _builtins.str:
38462
+ """
38463
+ The 'target' value you set in the 'CNAME' record that validates the domain ownership.
38464
+ """
38465
+ return pulumi.get(self, "target")
38466
+
38467
+ @target.setter
38468
+ def target(self, value: _builtins.str):
38469
+ pulumi.set(self, "target", value)
38470
+
38471
+
38472
+ if not MYPY:
38473
+ class GetPropertyDomainownershipSearchDomainsDomainValidationChallengeHttpFileArgsDict(TypedDict):
38474
+ content: _builtins.str
38475
+ """
38476
+ The content of the file that you should place at the specified URL.
38477
+ """
38478
+ content_type: _builtins.str
38479
+ """
38480
+ The content type of the file containing the token.
38481
+ """
38482
+ path: _builtins.str
38483
+ """
38484
+ The URL where you should place the file containing the challenge token.
38485
+ """
38486
+ elif False:
38487
+ GetPropertyDomainownershipSearchDomainsDomainValidationChallengeHttpFileArgsDict: TypeAlias = Mapping[str, Any]
38488
+
38489
+ @pulumi.input_type
38490
+ class GetPropertyDomainownershipSearchDomainsDomainValidationChallengeHttpFileArgs:
38491
+ def __init__(__self__, *,
38492
+ content: _builtins.str,
38493
+ content_type: _builtins.str,
38494
+ path: _builtins.str):
38495
+ """
38496
+ :param _builtins.str content: The content of the file that you should place at the specified URL.
38497
+ :param _builtins.str content_type: The content type of the file containing the token.
38498
+ :param _builtins.str path: The URL where you should place the file containing the challenge token.
38499
+ """
38500
+ pulumi.set(__self__, "content", content)
38501
+ pulumi.set(__self__, "content_type", content_type)
38502
+ pulumi.set(__self__, "path", path)
38503
+
38504
+ @_builtins.property
38505
+ @pulumi.getter
38506
+ def content(self) -> _builtins.str:
38507
+ """
38508
+ The content of the file that you should place at the specified URL.
38509
+ """
38510
+ return pulumi.get(self, "content")
38511
+
38512
+ @content.setter
38513
+ def content(self, value: _builtins.str):
38514
+ pulumi.set(self, "content", value)
38515
+
38516
+ @_builtins.property
38517
+ @pulumi.getter(name="contentType")
38518
+ def content_type(self) -> _builtins.str:
38519
+ """
38520
+ The content type of the file containing the token.
38521
+ """
38522
+ return pulumi.get(self, "content_type")
38523
+
38524
+ @content_type.setter
38525
+ def content_type(self, value: _builtins.str):
38526
+ pulumi.set(self, "content_type", value)
38527
+
38528
+ @_builtins.property
38529
+ @pulumi.getter
38530
+ def path(self) -> _builtins.str:
38531
+ """
38532
+ The URL where you should place the file containing the challenge token.
38533
+ """
38534
+ return pulumi.get(self, "path")
38535
+
38536
+ @path.setter
38537
+ def path(self, value: _builtins.str):
38538
+ pulumi.set(self, "path", value)
38539
+
38540
+
38541
+ if not MYPY:
38542
+ class GetPropertyDomainownershipSearchDomainsDomainValidationChallengeHttpRedirectArgsDict(TypedDict):
38543
+ from_: _builtins.str
38544
+ """
38545
+ The location on your HTTP server where you set up the redirect.
38546
+ """
38547
+ to: _builtins.str
38548
+ """
38549
+ The redirect URL with the token that you place on your HTTP server.
38550
+ """
38551
+ elif False:
38552
+ GetPropertyDomainownershipSearchDomainsDomainValidationChallengeHttpRedirectArgsDict: TypeAlias = Mapping[str, Any]
38553
+
38554
+ @pulumi.input_type
38555
+ class GetPropertyDomainownershipSearchDomainsDomainValidationChallengeHttpRedirectArgs:
38556
+ def __init__(__self__, *,
38557
+ from_: _builtins.str,
38558
+ to: _builtins.str):
38559
+ """
38560
+ :param _builtins.str from_: The location on your HTTP server where you set up the redirect.
38561
+ :param _builtins.str to: The redirect URL with the token that you place on your HTTP server.
38562
+ """
38563
+ pulumi.set(__self__, "from_", from_)
38564
+ pulumi.set(__self__, "to", to)
38565
+
38566
+ @_builtins.property
38567
+ @pulumi.getter(name="from")
38568
+ def from_(self) -> _builtins.str:
38569
+ """
38570
+ The location on your HTTP server where you set up the redirect.
38571
+ """
38572
+ return pulumi.get(self, "from_")
38573
+
38574
+ @from_.setter
38575
+ def from_(self, value: _builtins.str):
38576
+ pulumi.set(self, "from_", value)
38577
+
38578
+ @_builtins.property
38579
+ @pulumi.getter
38580
+ def to(self) -> _builtins.str:
38581
+ """
38582
+ The redirect URL with the token that you place on your HTTP server.
38583
+ """
38584
+ return pulumi.get(self, "to")
38585
+
38586
+ @to.setter
38587
+ def to(self, value: _builtins.str):
38588
+ pulumi.set(self, "to", value)
38589
+
38590
+
38591
+ if not MYPY:
38592
+ class GetPropertyDomainownershipSearchDomainsDomainValidationChallengeTxtRecordArgsDict(TypedDict):
38593
+ name: _builtins.str
38594
+ """
38595
+ The hostname where you should add the 'TXT' record to validate the domain ownership.
38596
+ """
38597
+ value: _builtins.str
38598
+ """
38599
+ The token you need to copy to the DNS 'TXT' record that validates the domain ownership.
38600
+ """
38601
+ elif False:
38602
+ GetPropertyDomainownershipSearchDomainsDomainValidationChallengeTxtRecordArgsDict: TypeAlias = Mapping[str, Any]
38603
+
38604
+ @pulumi.input_type
38605
+ class GetPropertyDomainownershipSearchDomainsDomainValidationChallengeTxtRecordArgs:
38606
+ def __init__(__self__, *,
38607
+ name: _builtins.str,
38608
+ value: _builtins.str):
38609
+ """
38610
+ :param _builtins.str name: The hostname where you should add the 'TXT' record to validate the domain ownership.
38611
+ :param _builtins.str value: The token you need to copy to the DNS 'TXT' record that validates the domain ownership.
38612
+ """
38613
+ pulumi.set(__self__, "name", name)
38614
+ pulumi.set(__self__, "value", value)
38615
+
38616
+ @_builtins.property
38617
+ @pulumi.getter
38618
+ def name(self) -> _builtins.str:
38619
+ """
38620
+ The hostname where you should add the 'TXT' record to validate the domain ownership.
38621
+ """
38622
+ return pulumi.get(self, "name")
38623
+
38624
+ @name.setter
38625
+ def name(self, value: _builtins.str):
38626
+ pulumi.set(self, "name", value)
38627
+
38628
+ @_builtins.property
38629
+ @pulumi.getter
38630
+ def value(self) -> _builtins.str:
38631
+ """
38632
+ The token you need to copy to the DNS 'TXT' record that validates the domain ownership.
38633
+ """
38634
+ return pulumi.get(self, "value")
38635
+
38636
+ @value.setter
38637
+ def value(self, value: _builtins.str):
38638
+ pulumi.set(self, "value", value)
38639
+
38640
+
35012
38641
  if not MYPY:
35013
38642
  class GetPropertyIncludesParentPropertyArgsDict(TypedDict):
35014
38643
  id: _builtins.str