aws-sdk-securityhub 1.125.0 → 1.127.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub/client.rb +40 -35
- data/lib/aws-sdk-securityhub/types.rb +365 -1582
- data/lib/aws-sdk-securityhub.rb +1 -1
- data/sig/client.rbs +2 -0
- data/sig/resource.rbs +2 -0
- metadata +4 -4
@@ -273,9 +273,9 @@ module Aws::SecurityHub
|
|
273
273
|
# Extended Threat Detection attack sequence. GuardDuty generates an
|
274
274
|
# attack sequence finding when multiple events align to a potentially
|
275
275
|
# suspicious activity. To receive GuardDuty attack sequence findings in
|
276
|
-
# Security Hub, you must have GuardDuty
|
277
|
-
#
|
278
|
-
#
|
276
|
+
# Security Hub, you must have GuardDuty enabled. For more information,
|
277
|
+
# see [GuardDuty Extended Threat Detection ][1] in the *Amazon GuardDuty
|
278
|
+
# User Guide*.
|
279
279
|
#
|
280
280
|
#
|
281
281
|
#
|
@@ -310,9 +310,9 @@ module Aws::SecurityHub
|
|
310
310
|
# Detection attack sequence. GuardDuty generates an attack sequence
|
311
311
|
# finding when multiple events align to a potentially suspicious
|
312
312
|
# activity. To receive GuardDuty attack sequence findings in Security
|
313
|
-
# Hub, you must have GuardDuty
|
314
|
-
#
|
315
|
-
#
|
313
|
+
# Hub, you must have GuardDuty enabled. For more information, see
|
314
|
+
# [GuardDuty Extended Threat Detection ][1] in the *Amazon GuardDuty
|
315
|
+
# User Guide*.
|
316
316
|
#
|
317
317
|
#
|
318
318
|
#
|
@@ -360,9 +360,8 @@ module Aws::SecurityHub
|
|
360
360
|
# sequence. GuardDuty generates an attack sequence finding when multiple
|
361
361
|
# events align to a potentially suspicious activity. To receive
|
362
362
|
# GuardDuty attack sequence findings in Security Hub, you must have
|
363
|
-
# GuardDuty
|
364
|
-
#
|
365
|
-
# User Guide*.
|
363
|
+
# GuardDuty enabled. For more information, see [GuardDuty Extended
|
364
|
+
# Threat Detection ][1] in the *Amazon GuardDuty User Guide*.
|
366
365
|
#
|
367
366
|
#
|
368
367
|
#
|
@@ -634,49 +633,23 @@ module Aws::SecurityHub
|
|
634
633
|
# @!attribute [rw] created_at
|
635
634
|
# A timestamp that indicates when the rule was created.
|
636
635
|
#
|
637
|
-
#
|
638
|
-
#
|
639
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
640
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
641
|
-
# examples:
|
642
|
-
#
|
643
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
636
|
+
# For more information about the validation and formatting of
|
637
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
644
638
|
#
|
645
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
646
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
647
639
|
#
|
648
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
649
|
-
# `2024-01-04T15:25:10+17:59`)
|
650
640
|
#
|
651
|
-
#
|
652
|
-
# `2024-01-04T15:25:10-1759`)
|
653
|
-
#
|
654
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
655
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
641
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
656
642
|
# @return [Time]
|
657
643
|
#
|
658
644
|
# @!attribute [rw] updated_at
|
659
645
|
# A timestamp that indicates when the rule was most recently updated.
|
660
646
|
#
|
661
|
-
#
|
662
|
-
#
|
663
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
664
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
665
|
-
# examples:
|
666
|
-
#
|
667
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
647
|
+
# For more information about the validation and formatting of
|
648
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
668
649
|
#
|
669
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
670
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
671
650
|
#
|
672
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
673
|
-
# `2024-01-04T15:25:10+17:59`)
|
674
651
|
#
|
675
|
-
#
|
676
|
-
# `2024-01-04T15:25:10-1759`)
|
677
|
-
#
|
678
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
679
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
652
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
680
653
|
# @return [Time]
|
681
654
|
#
|
682
655
|
# @!attribute [rw] created_by
|
@@ -804,108 +777,56 @@ module Aws::SecurityHub
|
|
804
777
|
# captured by a finding was first observed by the security findings
|
805
778
|
# product.
|
806
779
|
#
|
807
|
-
#
|
808
|
-
#
|
809
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
810
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
811
|
-
# examples:
|
812
|
-
#
|
813
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
780
|
+
# For more information about the validation and formatting of
|
781
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
814
782
|
#
|
815
|
-
#
|
816
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
817
|
-
#
|
818
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
819
|
-
# `2024-01-04T15:25:10+17:59`)
|
783
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
820
784
|
#
|
821
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
822
|
-
# `2024-01-04T15:25:10-1759`)
|
823
785
|
#
|
824
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
825
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
826
786
|
#
|
827
|
-
#
|
787
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
828
788
|
# @return [Array<Types::DateFilter>]
|
829
789
|
#
|
830
790
|
# @!attribute [rw] last_observed_at
|
831
|
-
# A timestamp that indicates when the
|
832
|
-
#
|
833
|
-
#
|
834
|
-
#
|
835
|
-
# This field accepts only the specified formats. Timestamps can end
|
836
|
-
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
837
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
838
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
839
|
-
# examples:
|
840
|
-
#
|
841
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
791
|
+
# A timestamp that indicates when the security findings provider most
|
792
|
+
# recently observed a change in the resource that is involved in the
|
793
|
+
# finding.
|
842
794
|
#
|
843
|
-
#
|
844
|
-
#
|
795
|
+
# For more information about the validation and formatting of
|
796
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
845
797
|
#
|
846
|
-
#
|
847
|
-
# `2024-01-04T15:25:10+17:59`)
|
798
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
848
799
|
#
|
849
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
850
|
-
# `2024-01-04T15:25:10-1759`)
|
851
800
|
#
|
852
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
853
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
854
801
|
#
|
855
|
-
#
|
802
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
856
803
|
# @return [Array<Types::DateFilter>]
|
857
804
|
#
|
858
805
|
# @!attribute [rw] created_at
|
859
806
|
# A timestamp that indicates when this finding record was created.
|
860
807
|
#
|
861
|
-
#
|
862
|
-
#
|
863
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
864
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
865
|
-
# examples:
|
808
|
+
# For more information about the validation and formatting of
|
809
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
866
810
|
#
|
867
|
-
#
|
868
|
-
#
|
869
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
870
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
871
|
-
#
|
872
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
873
|
-
# `2024-01-04T15:25:10+17:59`)
|
811
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
874
812
|
#
|
875
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
876
|
-
# `2024-01-04T15:25:10-1759`)
|
877
813
|
#
|
878
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
879
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
880
814
|
#
|
881
|
-
#
|
815
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
882
816
|
# @return [Array<Types::DateFilter>]
|
883
817
|
#
|
884
818
|
# @!attribute [rw] updated_at
|
885
819
|
# A timestamp that indicates when the finding record was most recently
|
886
820
|
# updated.
|
887
821
|
#
|
888
|
-
#
|
889
|
-
#
|
890
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
891
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
892
|
-
# examples:
|
822
|
+
# For more information about the validation and formatting of
|
823
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
893
824
|
#
|
894
|
-
#
|
895
|
-
#
|
896
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
897
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
898
|
-
#
|
899
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
900
|
-
# `2024-01-04T15:25:10+17:59`)
|
825
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
901
826
|
#
|
902
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
903
|
-
# `2024-01-04T15:25:10-1759`)
|
904
827
|
#
|
905
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
906
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
907
828
|
#
|
908
|
-
#
|
829
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
909
830
|
# @return [Array<Types::DateFilter>]
|
910
831
|
#
|
911
832
|
# @!attribute [rw] confidence
|
@@ -1094,27 +1015,14 @@ module Aws::SecurityHub
|
|
1094
1015
|
# @!attribute [rw] note_updated_at
|
1095
1016
|
# The timestamp of when the note was updated.
|
1096
1017
|
#
|
1097
|
-
#
|
1098
|
-
#
|
1099
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
1100
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
1101
|
-
# examples:
|
1018
|
+
# For more information about the validation and formatting of
|
1019
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
1102
1020
|
#
|
1103
|
-
#
|
1104
|
-
#
|
1105
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
1106
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
1107
|
-
#
|
1108
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
1109
|
-
# `2024-01-04T15:25:10+17:59`)
|
1021
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
1110
1022
|
#
|
1111
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
1112
|
-
# `2024-01-04T15:25:10-1759`)
|
1113
1023
|
#
|
1114
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
1115
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
1116
1024
|
#
|
1117
|
-
#
|
1025
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
1118
1026
|
# @return [Array<Types::DateFilter>]
|
1119
1027
|
#
|
1120
1028
|
# @!attribute [rw] note_updated_by
|
@@ -1241,49 +1149,23 @@ module Aws::SecurityHub
|
|
1241
1149
|
# @!attribute [rw] created_at
|
1242
1150
|
# A timestamp that indicates when the rule was created.
|
1243
1151
|
#
|
1244
|
-
#
|
1245
|
-
#
|
1246
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
1247
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
1248
|
-
# examples:
|
1152
|
+
# For more information about the validation and formatting of
|
1153
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
1249
1154
|
#
|
1250
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
1251
1155
|
#
|
1252
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
1253
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
1254
1156
|
#
|
1255
|
-
#
|
1256
|
-
# `2024-01-04T15:25:10+17:59`)
|
1257
|
-
#
|
1258
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
1259
|
-
# `2024-01-04T15:25:10-1759`)
|
1260
|
-
#
|
1261
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
1262
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
1157
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
1263
1158
|
# @return [Time]
|
1264
1159
|
#
|
1265
1160
|
# @!attribute [rw] updated_at
|
1266
1161
|
# A timestamp that indicates when the rule was most recently updated.
|
1267
1162
|
#
|
1268
|
-
#
|
1269
|
-
#
|
1270
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
1271
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
1272
|
-
# examples:
|
1273
|
-
#
|
1274
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
1275
|
-
#
|
1276
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
1277
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
1163
|
+
# For more information about the validation and formatting of
|
1164
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
1278
1165
|
#
|
1279
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
1280
|
-
# `2024-01-04T15:25:10+17:59`)
|
1281
1166
|
#
|
1282
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
1283
|
-
# `2024-01-04T15:25:10-1759`)
|
1284
1167
|
#
|
1285
|
-
#
|
1286
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
1168
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
1287
1169
|
# @return [Time]
|
1288
1170
|
#
|
1289
1171
|
# @!attribute [rw] created_by
|
@@ -1677,50 +1559,24 @@ module Aws::SecurityHub
|
|
1677
1559
|
# @!attribute [rw] first_seen
|
1678
1560
|
# A timestamp that indicates when the API call was first observed.
|
1679
1561
|
#
|
1680
|
-
#
|
1681
|
-
#
|
1682
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
1683
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
1684
|
-
# examples:
|
1562
|
+
# For more information about the validation and formatting of
|
1563
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
1685
1564
|
#
|
1686
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
1687
1565
|
#
|
1688
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
1689
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
1690
1566
|
#
|
1691
|
-
#
|
1692
|
-
# `2024-01-04T15:25:10+17:59`)
|
1693
|
-
#
|
1694
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
1695
|
-
# `2024-01-04T15:25:10-1759`)
|
1696
|
-
#
|
1697
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
1698
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
1567
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
1699
1568
|
# @return [String]
|
1700
1569
|
#
|
1701
1570
|
# @!attribute [rw] last_seen
|
1702
1571
|
# A timestamp that indicates when the API call was most recently
|
1703
1572
|
# observed.
|
1704
1573
|
#
|
1705
|
-
#
|
1706
|
-
#
|
1707
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
1708
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
1709
|
-
# examples:
|
1710
|
-
#
|
1711
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
1712
|
-
#
|
1713
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
1714
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
1574
|
+
# For more information about the validation and formatting of
|
1575
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
1715
1576
|
#
|
1716
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
1717
|
-
# `2024-01-04T15:25:10+17:59`)
|
1718
1577
|
#
|
1719
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
1720
|
-
# `2024-01-04T15:25:10-1759`)
|
1721
1578
|
#
|
1722
|
-
#
|
1723
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
1579
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
1724
1580
|
# @return [String]
|
1725
1581
|
#
|
1726
1582
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsApiCallAction AWS API Documentation
|
@@ -1945,25 +1801,12 @@ module Aws::SecurityHub
|
|
1945
1801
|
# @!attribute [rw] created_date
|
1946
1802
|
# Indicates when the API was created.
|
1947
1803
|
#
|
1948
|
-
#
|
1949
|
-
#
|
1950
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
1951
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
1952
|
-
# examples:
|
1804
|
+
# For more information about the validation and formatting of
|
1805
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
1953
1806
|
#
|
1954
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
1955
1807
|
#
|
1956
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
1957
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
1958
1808
|
#
|
1959
|
-
#
|
1960
|
-
# `2024-01-04T15:25:10+17:59`)
|
1961
|
-
#
|
1962
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
1963
|
-
# `2024-01-04T15:25:10-1759`)
|
1964
|
-
#
|
1965
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
1966
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
1809
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
1967
1810
|
# @return [String]
|
1968
1811
|
#
|
1969
1812
|
# @!attribute [rw] version
|
@@ -2083,49 +1926,23 @@ module Aws::SecurityHub
|
|
2083
1926
|
# @!attribute [rw] created_date
|
2084
1927
|
# Indicates when the stage was created.
|
2085
1928
|
#
|
2086
|
-
#
|
2087
|
-
#
|
2088
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
2089
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
2090
|
-
# examples:
|
2091
|
-
#
|
2092
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
2093
|
-
#
|
2094
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
2095
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
1929
|
+
# For more information about the validation and formatting of
|
1930
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
2096
1931
|
#
|
2097
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
2098
|
-
# `2024-01-04T15:25:10+17:59`)
|
2099
1932
|
#
|
2100
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
2101
|
-
# `2024-01-04T15:25:10-1759`)
|
2102
1933
|
#
|
2103
|
-
#
|
2104
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
1934
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
2105
1935
|
# @return [String]
|
2106
1936
|
#
|
2107
1937
|
# @!attribute [rw] last_updated_date
|
2108
1938
|
# Indicates when the stage was most recently updated.
|
2109
1939
|
#
|
2110
|
-
#
|
2111
|
-
#
|
2112
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
2113
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
2114
|
-
# examples:
|
1940
|
+
# For more information about the validation and formatting of
|
1941
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
2115
1942
|
#
|
2116
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
2117
1943
|
#
|
2118
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
2119
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
2120
1944
|
#
|
2121
|
-
#
|
2122
|
-
# `2024-01-04T15:25:10+17:59`)
|
2123
|
-
#
|
2124
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
2125
|
-
# `2024-01-04T15:25:10-1759`)
|
2126
|
-
#
|
2127
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
2128
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
1945
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
2129
1946
|
# @return [String]
|
2130
1947
|
#
|
2131
1948
|
# @!attribute [rw] web_acl_arn
|
@@ -2177,25 +1994,12 @@ module Aws::SecurityHub
|
|
2177
1994
|
# @!attribute [rw] created_date
|
2178
1995
|
# Indicates when the API was created.
|
2179
1996
|
#
|
2180
|
-
#
|
2181
|
-
#
|
2182
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
2183
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
2184
|
-
# examples:
|
2185
|
-
#
|
2186
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
2187
|
-
#
|
2188
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
2189
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
1997
|
+
# For more information about the validation and formatting of
|
1998
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
2190
1999
|
#
|
2191
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
2192
|
-
# `2024-01-04T15:25:10+17:59`)
|
2193
2000
|
#
|
2194
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
2195
|
-
# `2024-01-04T15:25:10-1759`)
|
2196
2001
|
#
|
2197
|
-
#
|
2198
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
2002
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
2199
2003
|
# @return [String]
|
2200
2004
|
#
|
2201
2005
|
# @!attribute [rw] description
|
@@ -2302,25 +2106,12 @@ module Aws::SecurityHub
|
|
2302
2106
|
# @!attribute [rw] created_date
|
2303
2107
|
# Indicates when the stage was created.
|
2304
2108
|
#
|
2305
|
-
#
|
2306
|
-
#
|
2307
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
2308
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
2309
|
-
# examples:
|
2109
|
+
# For more information about the validation and formatting of
|
2110
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
2310
2111
|
#
|
2311
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
2312
2112
|
#
|
2313
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
2314
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
2315
2113
|
#
|
2316
|
-
#
|
2317
|
-
# `2024-01-04T15:25:10+17:59`)
|
2318
|
-
#
|
2319
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
2320
|
-
# `2024-01-04T15:25:10-1759`)
|
2321
|
-
#
|
2322
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
2323
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
2114
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
2324
2115
|
# @return [String]
|
2325
2116
|
#
|
2326
2117
|
# @!attribute [rw] description
|
@@ -2338,25 +2129,12 @@ module Aws::SecurityHub
|
|
2338
2129
|
# @!attribute [rw] last_updated_date
|
2339
2130
|
# Indicates when the stage was most recently updated.
|
2340
2131
|
#
|
2341
|
-
#
|
2342
|
-
#
|
2343
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
2344
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
2345
|
-
# examples:
|
2346
|
-
#
|
2347
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
2348
|
-
#
|
2349
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
2350
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
2132
|
+
# For more information about the validation and formatting of
|
2133
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
2351
2134
|
#
|
2352
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
2353
|
-
# `2024-01-04T15:25:10+17:59`)
|
2354
2135
|
#
|
2355
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
2356
|
-
# `2024-01-04T15:25:10-1759`)
|
2357
2136
|
#
|
2358
|
-
#
|
2359
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
2137
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
2360
2138
|
# @return [String]
|
2361
2139
|
#
|
2362
2140
|
# @!attribute [rw] route_settings
|
@@ -2791,25 +2569,12 @@ module Aws::SecurityHub
|
|
2791
2569
|
# @!attribute [rw] created_time
|
2792
2570
|
# Indicates when the auto scaling group was created.
|
2793
2571
|
#
|
2794
|
-
#
|
2795
|
-
#
|
2796
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
2797
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
2798
|
-
# examples:
|
2572
|
+
# For more information about the validation and formatting of
|
2573
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
2799
2574
|
#
|
2800
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
2801
2575
|
#
|
2802
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
2803
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
2804
2576
|
#
|
2805
|
-
#
|
2806
|
-
# `2024-01-04T15:25:10+17:59`)
|
2807
|
-
#
|
2808
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
2809
|
-
# `2024-01-04T15:25:10-1759`)
|
2810
|
-
#
|
2811
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
2812
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
2577
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
2813
2578
|
# @return [String]
|
2814
2579
|
#
|
2815
2580
|
# @!attribute [rw] mixed_instances_policy
|
@@ -3145,25 +2910,12 @@ module Aws::SecurityHub
|
|
3145
2910
|
# @!attribute [rw] created_time
|
3146
2911
|
# The creation date and time for the launch configuration.
|
3147
2912
|
#
|
3148
|
-
#
|
3149
|
-
#
|
3150
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
3151
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
3152
|
-
# examples:
|
3153
|
-
#
|
3154
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
3155
|
-
#
|
3156
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
3157
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
2913
|
+
# For more information about the validation and formatting of
|
2914
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
3158
2915
|
#
|
3159
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
3160
|
-
# `2024-01-04T15:25:10+17:59`)
|
3161
2916
|
#
|
3162
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
3163
|
-
# `2024-01-04T15:25:10-1759`)
|
3164
2917
|
#
|
3165
|
-
#
|
3166
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
2918
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
3167
2919
|
# @return [String]
|
3168
2920
|
#
|
3169
2921
|
# @!attribute [rw] ebs_optimized
|
@@ -3829,25 +3581,12 @@ module Aws::SecurityHub
|
|
3829
3581
|
# @!attribute [rw] created_at
|
3830
3582
|
# Indicates when the certificate was requested.
|
3831
3583
|
#
|
3832
|
-
#
|
3833
|
-
#
|
3834
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
3835
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
3836
|
-
# examples:
|
3584
|
+
# For more information about the validation and formatting of
|
3585
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
3837
3586
|
#
|
3838
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
3839
3587
|
#
|
3840
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
3841
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
3842
3588
|
#
|
3843
|
-
#
|
3844
|
-
# `2024-01-04T15:25:10+17:59`)
|
3845
|
-
#
|
3846
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
3847
|
-
# `2024-01-04T15:25:10-1759`)
|
3848
|
-
#
|
3849
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
3850
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
3589
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
3851
3590
|
# @return [String]
|
3852
3591
|
#
|
3853
3592
|
# @!attribute [rw] domain_name
|
@@ -3885,25 +3624,12 @@ module Aws::SecurityHub
|
|
3885
3624
|
# Indicates when the certificate was imported. Provided if the
|
3886
3625
|
# certificate type is `IMPORTED`.
|
3887
3626
|
#
|
3888
|
-
#
|
3889
|
-
#
|
3890
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
3891
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
3892
|
-
# examples:
|
3893
|
-
#
|
3894
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
3627
|
+
# For more information about the validation and formatting of
|
3628
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
3895
3629
|
#
|
3896
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
3897
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
3898
3630
|
#
|
3899
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
3900
|
-
# `2024-01-04T15:25:10+17:59`)
|
3901
3631
|
#
|
3902
|
-
#
|
3903
|
-
# `2024-01-04T15:25:10-1759`)
|
3904
|
-
#
|
3905
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
3906
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
3632
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
3907
3633
|
# @return [String]
|
3908
3634
|
#
|
3909
3635
|
# @!attribute [rw] in_use_by
|
@@ -3915,25 +3641,12 @@ module Aws::SecurityHub
|
|
3915
3641
|
# Indicates when the certificate was issued. Provided if the
|
3916
3642
|
# certificate type is `AMAZON_ISSUED`.
|
3917
3643
|
#
|
3918
|
-
#
|
3919
|
-
#
|
3920
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
3921
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
3922
|
-
# examples:
|
3923
|
-
#
|
3924
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
3644
|
+
# For more information about the validation and formatting of
|
3645
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
3925
3646
|
#
|
3926
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
3927
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
3928
3647
|
#
|
3929
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
3930
|
-
# `2024-01-04T15:25:10+17:59`)
|
3931
3648
|
#
|
3932
|
-
#
|
3933
|
-
# `2024-01-04T15:25:10-1759`)
|
3934
|
-
#
|
3935
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
3936
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
3649
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
3937
3650
|
# @return [String]
|
3938
3651
|
#
|
3939
3652
|
# @!attribute [rw] issuer
|
@@ -3955,49 +3668,23 @@ module Aws::SecurityHub
|
|
3955
3668
|
# @!attribute [rw] not_after
|
3956
3669
|
# The time after which the certificate becomes invalid.
|
3957
3670
|
#
|
3958
|
-
#
|
3959
|
-
#
|
3960
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
3961
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
3962
|
-
# examples:
|
3963
|
-
#
|
3964
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
3671
|
+
# For more information about the validation and formatting of
|
3672
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
3965
3673
|
#
|
3966
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
3967
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
3968
3674
|
#
|
3969
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
3970
|
-
# `2024-01-04T15:25:10+17:59`)
|
3971
3675
|
#
|
3972
|
-
#
|
3973
|
-
# `2024-01-04T15:25:10-1759`)
|
3974
|
-
#
|
3975
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
3976
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
3676
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
3977
3677
|
# @return [String]
|
3978
3678
|
#
|
3979
3679
|
# @!attribute [rw] not_before
|
3980
3680
|
# The time before which the certificate is not valid.
|
3981
3681
|
#
|
3982
|
-
#
|
3983
|
-
#
|
3984
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
3985
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
3986
|
-
# examples:
|
3987
|
-
#
|
3988
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
3682
|
+
# For more information about the validation and formatting of
|
3683
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
3989
3684
|
#
|
3990
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
3991
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
3992
3685
|
#
|
3993
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
3994
|
-
# `2024-01-04T15:25:10+17:59`)
|
3995
3686
|
#
|
3996
|
-
#
|
3997
|
-
# `2024-01-04T15:25:10-1759`)
|
3998
|
-
#
|
3999
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
4000
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
3687
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
4001
3688
|
# @return [String]
|
4002
3689
|
#
|
4003
3690
|
# @!attribute [rw] options
|
@@ -4220,25 +3907,12 @@ module Aws::SecurityHub
|
|
4220
3907
|
# @!attribute [rw] updated_at
|
4221
3908
|
# Indicates when the renewal summary was last updated.
|
4222
3909
|
#
|
4223
|
-
#
|
4224
|
-
#
|
4225
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
4226
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
4227
|
-
# examples:
|
4228
|
-
#
|
4229
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
3910
|
+
# For more information about the validation and formatting of
|
3911
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
4230
3912
|
#
|
4231
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
4232
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
4233
3913
|
#
|
4234
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
4235
|
-
# `2024-01-04T15:25:10+17:59`)
|
4236
3914
|
#
|
4237
|
-
#
|
4238
|
-
# `2024-01-04T15:25:10-1759`)
|
4239
|
-
#
|
4240
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
4241
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
3915
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
4242
3916
|
# @return [String]
|
4243
3917
|
#
|
4244
3918
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsCertificateManagerCertificateRenewalSummary AWS API Documentation
|
@@ -4500,25 +4174,12 @@ module Aws::SecurityHub
|
|
4500
4174
|
# @!attribute [rw] last_modified_time
|
4501
4175
|
# Indicates when that the distribution was last modified.
|
4502
4176
|
#
|
4503
|
-
#
|
4504
|
-
#
|
4505
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
4506
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
4507
|
-
# examples:
|
4508
|
-
#
|
4509
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
4177
|
+
# For more information about the validation and formatting of
|
4178
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
4510
4179
|
#
|
4511
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
4512
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
4513
4180
|
#
|
4514
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
4515
|
-
# `2024-01-04T15:25:10+17:59`)
|
4516
4181
|
#
|
4517
|
-
#
|
4518
|
-
# `2024-01-04T15:25:10-1759`)
|
4519
|
-
#
|
4520
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
4521
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
4182
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
4522
4183
|
# @return [String]
|
4523
4184
|
#
|
4524
4185
|
# @!attribute [rw] logging
|
@@ -5908,25 +5569,12 @@ module Aws::SecurityHub
|
|
5908
5569
|
# If the billing mode is `PAY_PER_REQUEST`, indicates when the billing
|
5909
5570
|
# mode was set to that value.
|
5910
5571
|
#
|
5911
|
-
#
|
5912
|
-
#
|
5913
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
5914
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
5915
|
-
# examples:
|
5916
|
-
#
|
5917
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
5572
|
+
# For more information about the validation and formatting of
|
5573
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
5918
5574
|
#
|
5919
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
5920
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
5921
5575
|
#
|
5922
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
5923
|
-
# `2024-01-04T15:25:10+17:59`)
|
5924
5576
|
#
|
5925
|
-
#
|
5926
|
-
# `2024-01-04T15:25:10-1759`)
|
5927
|
-
#
|
5928
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
5929
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
5577
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
5930
5578
|
# @return [String]
|
5931
5579
|
#
|
5932
5580
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsDynamoDbTableBillingModeSummary AWS API Documentation
|
@@ -5951,25 +5599,12 @@ module Aws::SecurityHub
|
|
5951
5599
|
# @!attribute [rw] creation_date_time
|
5952
5600
|
# Indicates when the table was created.
|
5953
5601
|
#
|
5954
|
-
#
|
5955
|
-
#
|
5956
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
5957
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
5958
|
-
# examples:
|
5959
|
-
#
|
5960
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
5602
|
+
# For more information about the validation and formatting of
|
5603
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
5961
5604
|
#
|
5962
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
5963
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
5964
5605
|
#
|
5965
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
5966
|
-
# `2024-01-04T15:25:10+17:59`)
|
5967
5606
|
#
|
5968
|
-
#
|
5969
|
-
# `2024-01-04T15:25:10-1759`)
|
5970
|
-
#
|
5971
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
5972
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
5607
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
5973
5608
|
# @return [String]
|
5974
5609
|
#
|
5975
5610
|
# @!attribute [rw] global_secondary_indexes
|
@@ -6232,49 +5867,23 @@ module Aws::SecurityHub
|
|
6232
5867
|
# @!attribute [rw] last_decrease_date_time
|
6233
5868
|
# Indicates when the provisioned throughput was last decreased.
|
6234
5869
|
#
|
6235
|
-
#
|
6236
|
-
#
|
6237
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
6238
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
6239
|
-
# examples:
|
6240
|
-
#
|
6241
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
5870
|
+
# For more information about the validation and formatting of
|
5871
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
6242
5872
|
#
|
6243
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
6244
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
6245
5873
|
#
|
6246
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
6247
|
-
# `2024-01-04T15:25:10+17:59`)
|
6248
5874
|
#
|
6249
|
-
#
|
6250
|
-
# `2024-01-04T15:25:10-1759`)
|
6251
|
-
#
|
6252
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
6253
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
5875
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
6254
5876
|
# @return [String]
|
6255
5877
|
#
|
6256
5878
|
# @!attribute [rw] last_increase_date_time
|
6257
5879
|
# Indicates when the provisioned throughput was last increased.
|
6258
5880
|
#
|
6259
|
-
#
|
6260
|
-
#
|
6261
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
6262
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
6263
|
-
# examples:
|
6264
|
-
#
|
6265
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
5881
|
+
# For more information about the validation and formatting of
|
5882
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
6266
5883
|
#
|
6267
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
6268
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
6269
5884
|
#
|
6270
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
6271
|
-
# `2024-01-04T15:25:10+17:59`)
|
6272
5885
|
#
|
6273
|
-
#
|
6274
|
-
# `2024-01-04T15:25:10-1759`)
|
6275
|
-
#
|
6276
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
6277
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
5886
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
6278
5887
|
# @return [String]
|
6279
5888
|
#
|
6280
5889
|
# @!attribute [rw] number_of_decreases_today
|
@@ -6402,25 +6011,12 @@ module Aws::SecurityHub
|
|
6402
6011
|
# @!attribute [rw] restore_date_time
|
6403
6012
|
# Indicates the point in time that the table was restored to.
|
6404
6013
|
#
|
6405
|
-
#
|
6406
|
-
#
|
6407
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
6408
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
6409
|
-
# examples:
|
6410
|
-
#
|
6411
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
6014
|
+
# For more information about the validation and formatting of
|
6015
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
6412
6016
|
#
|
6413
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
6414
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
6415
6017
|
#
|
6416
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
6417
|
-
# `2024-01-04T15:25:10+17:59`)
|
6418
6018
|
#
|
6419
|
-
#
|
6420
|
-
# `2024-01-04T15:25:10-1759`)
|
6421
|
-
#
|
6422
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
6423
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
6019
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
6424
6020
|
# @return [String]
|
6425
6021
|
#
|
6426
6022
|
# @!attribute [rw] restore_in_progress
|
@@ -6444,25 +6040,12 @@ module Aws::SecurityHub
|
|
6444
6040
|
# If the key is inaccessible, the date and time when DynamoDB detected
|
6445
6041
|
# that the key was inaccessible.
|
6446
6042
|
#
|
6447
|
-
#
|
6448
|
-
#
|
6449
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
6450
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
6451
|
-
# examples:
|
6452
|
-
#
|
6453
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
6043
|
+
# For more information about the validation and formatting of
|
6044
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
6454
6045
|
#
|
6455
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
6456
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
6457
6046
|
#
|
6458
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
6459
|
-
# `2024-01-04T15:25:10+17:59`)
|
6460
6047
|
#
|
6461
|
-
#
|
6462
|
-
# `2024-01-04T15:25:10-1759`)
|
6463
|
-
#
|
6464
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
6465
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
6048
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
6466
6049
|
# @return [String]
|
6467
6050
|
#
|
6468
6051
|
# @!attribute [rw] status
|
@@ -6887,25 +6470,12 @@ module Aws::SecurityHub
|
|
6887
6470
|
# @!attribute [rw] launched_at
|
6888
6471
|
# Indicates when the instance was launched.
|
6889
6472
|
#
|
6890
|
-
#
|
6891
|
-
#
|
6892
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
6893
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
6894
|
-
# examples:
|
6895
|
-
#
|
6896
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
6473
|
+
# For more information about the validation and formatting of
|
6474
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
6897
6475
|
#
|
6898
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
6899
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
6900
6476
|
#
|
6901
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
6902
|
-
# `2024-01-04T15:25:10+17:59`)
|
6903
6477
|
#
|
6904
|
-
#
|
6905
|
-
# `2024-01-04T15:25:10-1759`)
|
6906
|
-
#
|
6907
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
6908
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
6478
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
6909
6479
|
# @return [String]
|
6910
6480
|
#
|
6911
6481
|
# @!attribute [rw] network_interfaces
|
@@ -8403,25 +7973,12 @@ module Aws::SecurityHub
|
|
8403
7973
|
# @!attribute [rw] attach_time
|
8404
7974
|
# Indicates when the attachment initiated.
|
8405
7975
|
#
|
8406
|
-
#
|
8407
|
-
#
|
8408
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
8409
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
8410
|
-
# examples:
|
8411
|
-
#
|
8412
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
7976
|
+
# For more information about the validation and formatting of
|
7977
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
8413
7978
|
#
|
8414
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
8415
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
8416
7979
|
#
|
8417
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
8418
|
-
# `2024-01-04T15:25:10+17:59`)
|
8419
7980
|
#
|
8420
|
-
#
|
8421
|
-
# `2024-01-04T15:25:10-1759`)
|
8422
|
-
#
|
8423
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
8424
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
7981
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
8425
7982
|
# @return [String]
|
8426
7983
|
#
|
8427
7984
|
# @!attribute [rw] attachment_id
|
@@ -9005,25 +8562,12 @@ module Aws::SecurityHub
|
|
9005
8562
|
# @!attribute [rw] create_time
|
9006
8563
|
# Indicates when the volume was created.
|
9007
8564
|
#
|
9008
|
-
#
|
9009
|
-
#
|
9010
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
9011
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
9012
|
-
# examples:
|
9013
|
-
#
|
9014
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
8565
|
+
# For more information about the validation and formatting of
|
8566
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
9015
8567
|
#
|
9016
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
9017
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
9018
8568
|
#
|
9019
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
9020
|
-
# `2024-01-04T15:25:10+17:59`)
|
9021
8569
|
#
|
9022
|
-
#
|
9023
|
-
# `2024-01-04T15:25:10-1759`)
|
9024
|
-
#
|
9025
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
9026
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
8570
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
9027
8571
|
# @return [String]
|
9028
8572
|
#
|
9029
8573
|
# @!attribute [rw] device_name
|
@@ -9553,25 +9097,12 @@ module Aws::SecurityHub
|
|
9553
9097
|
# @!attribute [rw] last_status_change
|
9554
9098
|
# The date and time of the last change in status.
|
9555
9099
|
#
|
9556
|
-
#
|
9557
|
-
#
|
9558
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
9559
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
9560
|
-
# examples:
|
9561
|
-
#
|
9562
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
9100
|
+
# For more information about the validation and formatting of
|
9101
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
9563
9102
|
#
|
9564
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
9565
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
9566
9103
|
#
|
9567
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
9568
|
-
# `2024-01-04T15:25:10+17:59`)
|
9569
9104
|
#
|
9570
|
-
#
|
9571
|
-
# `2024-01-04T15:25:10-1759`)
|
9572
|
-
#
|
9573
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
9574
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
9105
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
9575
9106
|
# @return [String]
|
9576
9107
|
#
|
9577
9108
|
# @!attribute [rw] outside_ip_address
|
@@ -9632,25 +9163,12 @@ module Aws::SecurityHub
|
|
9632
9163
|
# @!attribute [rw] image_published_at
|
9633
9164
|
# The date and time when the image was pushed to the repository.
|
9634
9165
|
#
|
9635
|
-
#
|
9636
|
-
#
|
9637
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
9638
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
9639
|
-
# examples:
|
9640
|
-
#
|
9641
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
9166
|
+
# For more information about the validation and formatting of
|
9167
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
9642
9168
|
#
|
9643
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
9644
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
9645
9169
|
#
|
9646
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
9647
|
-
# `2024-01-04T15:25:10+17:59`)
|
9648
9170
|
#
|
9649
|
-
#
|
9650
|
-
# `2024-01-04T15:25:10-1759`)
|
9651
|
-
#
|
9652
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
9653
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
9171
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
9654
9172
|
# @return [String]
|
9655
9173
|
#
|
9656
9174
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcrContainerImageDetails AWS API Documentation
|
@@ -12820,25 +12338,12 @@ module Aws::SecurityHub
|
|
12820
12338
|
# @!attribute [rw] created_time
|
12821
12339
|
# Indicates when the load balancer was created.
|
12822
12340
|
#
|
12823
|
-
#
|
12824
|
-
#
|
12825
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
12826
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
12827
|
-
# examples:
|
12828
|
-
#
|
12829
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
12341
|
+
# For more information about the validation and formatting of
|
12342
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
12830
12343
|
#
|
12831
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
12832
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
12833
12344
|
#
|
12834
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
12835
|
-
# `2024-01-04T15:25:10+17:59`)
|
12836
12345
|
#
|
12837
|
-
#
|
12838
|
-
# `2024-01-04T15:25:10-1759`)
|
12839
|
-
#
|
12840
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
12841
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
12346
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
12842
12347
|
# @return [String]
|
12843
12348
|
#
|
12844
12349
|
# @!attribute [rw] dns_name
|
@@ -13128,25 +12633,12 @@ module Aws::SecurityHub
|
|
13128
12633
|
# @!attribute [rw] created_time
|
13129
12634
|
# Indicates when the load balancer was created.
|
13130
12635
|
#
|
13131
|
-
#
|
13132
|
-
#
|
13133
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
13134
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
13135
|
-
# examples:
|
13136
|
-
#
|
13137
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
12636
|
+
# For more information about the validation and formatting of
|
12637
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
13138
12638
|
#
|
13139
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
13140
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
13141
12639
|
#
|
13142
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
13143
|
-
# `2024-01-04T15:25:10+17:59`)
|
13144
12640
|
#
|
13145
|
-
#
|
13146
|
-
# `2024-01-04T15:25:10-1759`)
|
13147
|
-
#
|
13148
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
13149
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
12641
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
13150
12642
|
# @return [String]
|
13151
12643
|
#
|
13152
12644
|
# @!attribute [rw] dns_name
|
@@ -13704,25 +13196,12 @@ module Aws::SecurityHub
|
|
13704
13196
|
# @!attribute [rw] created_at
|
13705
13197
|
# Indicates when the IAM access key was created.
|
13706
13198
|
#
|
13707
|
-
#
|
13708
|
-
#
|
13709
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
13710
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
13711
|
-
# examples:
|
13712
|
-
#
|
13713
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
13199
|
+
# For more information about the validation and formatting of
|
13200
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
13714
13201
|
#
|
13715
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
13716
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
13717
13202
|
#
|
13718
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
13719
|
-
# `2024-01-04T15:25:10+17:59`)
|
13720
13203
|
#
|
13721
|
-
#
|
13722
|
-
# `2024-01-04T15:25:10-1759`)
|
13723
|
-
#
|
13724
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
13725
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
13204
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
13726
13205
|
# @return [String]
|
13727
13206
|
#
|
13728
13207
|
# @!attribute [rw] principal_id
|
@@ -13794,25 +13273,12 @@ module Aws::SecurityHub
|
|
13794
13273
|
# @!attribute [rw] creation_date
|
13795
13274
|
# Indicates when the session was created.
|
13796
13275
|
#
|
13797
|
-
#
|
13798
|
-
#
|
13799
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
13800
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
13801
|
-
# examples:
|
13802
|
-
#
|
13803
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
13276
|
+
# For more information about the validation and formatting of
|
13277
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
13804
13278
|
#
|
13805
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
13806
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
13807
13279
|
#
|
13808
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
13809
|
-
# `2024-01-04T15:25:10+17:59`)
|
13810
13280
|
#
|
13811
|
-
#
|
13812
|
-
# `2024-01-04T15:25:10-1759`)
|
13813
|
-
#
|
13814
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
13815
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
13281
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
13816
13282
|
# @return [String]
|
13817
13283
|
#
|
13818
13284
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsIamAccessKeySessionContextAttributes AWS API Documentation
|
@@ -13889,25 +13355,12 @@ module Aws::SecurityHub
|
|
13889
13355
|
# @!attribute [rw] create_date
|
13890
13356
|
# Indicates when the IAM group was created.
|
13891
13357
|
#
|
13892
|
-
#
|
13893
|
-
#
|
13894
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
13895
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
13896
|
-
# examples:
|
13897
|
-
#
|
13898
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
13358
|
+
# For more information about the validation and formatting of
|
13359
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
13899
13360
|
#
|
13900
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
13901
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
13902
13361
|
#
|
13903
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
13904
|
-
# `2024-01-04T15:25:10+17:59`)
|
13905
13362
|
#
|
13906
|
-
#
|
13907
|
-
# `2024-01-04T15:25:10-1759`)
|
13908
|
-
#
|
13909
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
13910
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
13363
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
13911
13364
|
# @return [String]
|
13912
13365
|
#
|
13913
13366
|
# @!attribute [rw] group_id
|
@@ -13962,25 +13415,12 @@ module Aws::SecurityHub
|
|
13962
13415
|
# @!attribute [rw] create_date
|
13963
13416
|
# Indicates when the instance profile was created.
|
13964
13417
|
#
|
13965
|
-
#
|
13966
|
-
#
|
13967
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
13968
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
13969
|
-
# examples:
|
13970
|
-
#
|
13971
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
13418
|
+
# For more information about the validation and formatting of
|
13419
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
13972
13420
|
#
|
13973
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
13974
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
13975
13421
|
#
|
13976
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
13977
|
-
# `2024-01-04T15:25:10+17:59`)
|
13978
13422
|
#
|
13979
|
-
#
|
13980
|
-
# `2024-01-04T15:25:10-1759`)
|
13981
|
-
#
|
13982
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
13983
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
13423
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
13984
13424
|
# @return [String]
|
13985
13425
|
#
|
13986
13426
|
# @!attribute [rw] instance_profile_id
|
@@ -14025,25 +13465,12 @@ module Aws::SecurityHub
|
|
14025
13465
|
# @!attribute [rw] create_date
|
14026
13466
|
# Indicates when the role was created.
|
14027
13467
|
#
|
14028
|
-
#
|
14029
|
-
#
|
14030
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
14031
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
14032
|
-
# examples:
|
14033
|
-
#
|
14034
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
13468
|
+
# For more information about the validation and formatting of
|
13469
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
14035
13470
|
#
|
14036
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
14037
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
14038
13471
|
#
|
14039
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
14040
|
-
# `2024-01-04T15:25:10+17:59`)
|
14041
13472
|
#
|
14042
|
-
#
|
14043
|
-
# `2024-01-04T15:25:10-1759`)
|
14044
|
-
#
|
14045
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
14046
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
13473
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
14047
13474
|
# @return [String]
|
14048
13475
|
#
|
14049
13476
|
# @!attribute [rw] path
|
@@ -14101,25 +13528,12 @@ module Aws::SecurityHub
|
|
14101
13528
|
# @!attribute [rw] create_date
|
14102
13529
|
# When the policy was created.
|
14103
13530
|
#
|
14104
|
-
#
|
14105
|
-
#
|
14106
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
14107
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
14108
|
-
# examples:
|
14109
|
-
#
|
14110
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
13531
|
+
# For more information about the validation and formatting of
|
13532
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
14111
13533
|
#
|
14112
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
14113
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
14114
13534
|
#
|
14115
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
14116
|
-
# `2024-01-04T15:25:10+17:59`)
|
14117
13535
|
#
|
14118
|
-
#
|
14119
|
-
# `2024-01-04T15:25:10-1759`)
|
14120
|
-
#
|
14121
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
14122
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
13536
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
14123
13537
|
# @return [String]
|
14124
13538
|
#
|
14125
13539
|
# @!attribute [rw] default_version_id
|
@@ -14158,25 +13572,12 @@ module Aws::SecurityHub
|
|
14158
13572
|
# @!attribute [rw] update_date
|
14159
13573
|
# When the policy was most recently updated.
|
14160
13574
|
#
|
14161
|
-
#
|
14162
|
-
#
|
14163
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
14164
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
14165
|
-
# examples:
|
14166
|
-
#
|
14167
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
13575
|
+
# For more information about the validation and formatting of
|
13576
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
14168
13577
|
#
|
14169
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
14170
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
14171
13578
|
#
|
14172
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
14173
|
-
# `2024-01-04T15:25:10+17:59`)
|
14174
13579
|
#
|
14175
|
-
#
|
14176
|
-
# `2024-01-04T15:25:10-1759`)
|
14177
|
-
#
|
14178
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
14179
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
13580
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
14180
13581
|
# @return [String]
|
14181
13582
|
#
|
14182
13583
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsIamPolicyDetails AWS API Documentation
|
@@ -14210,25 +13611,12 @@ module Aws::SecurityHub
|
|
14210
13611
|
# @!attribute [rw] create_date
|
14211
13612
|
# Indicates when the version was created.
|
14212
13613
|
#
|
14213
|
-
#
|
14214
|
-
#
|
14215
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
14216
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
14217
|
-
# examples:
|
14218
|
-
#
|
14219
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
13614
|
+
# For more information about the validation and formatting of
|
13615
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
14220
13616
|
#
|
14221
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
14222
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
14223
13617
|
#
|
14224
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
14225
|
-
# `2024-01-04T15:25:10+17:59`)
|
14226
13618
|
#
|
14227
|
-
#
|
14228
|
-
# `2024-01-04T15:25:10-1759`)
|
14229
|
-
#
|
14230
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
14231
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
13619
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
14232
13620
|
# @return [String]
|
14233
13621
|
#
|
14234
13622
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsIamPolicyVersion AWS API Documentation
|
@@ -14255,25 +13643,12 @@ module Aws::SecurityHub
|
|
14255
13643
|
# @!attribute [rw] create_date
|
14256
13644
|
# Indicates when the role was created.
|
14257
13645
|
#
|
14258
|
-
#
|
14259
|
-
#
|
14260
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
14261
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
14262
|
-
# examples:
|
14263
|
-
#
|
14264
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
13646
|
+
# For more information about the validation and formatting of
|
13647
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
14265
13648
|
#
|
14266
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
14267
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
14268
13649
|
#
|
14269
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
14270
|
-
# `2024-01-04T15:25:10+17:59`)
|
14271
13650
|
#
|
14272
|
-
#
|
14273
|
-
# `2024-01-04T15:25:10-1759`)
|
14274
|
-
#
|
14275
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
14276
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
13651
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
14277
13652
|
# @return [String]
|
14278
13653
|
#
|
14279
13654
|
# @!attribute [rw] instance_profile_list
|
@@ -14346,25 +13721,12 @@ module Aws::SecurityHub
|
|
14346
13721
|
# @!attribute [rw] create_date
|
14347
13722
|
# Indicates when the user was created.
|
14348
13723
|
#
|
14349
|
-
#
|
14350
|
-
#
|
14351
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
14352
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
14353
|
-
# examples:
|
14354
|
-
#
|
14355
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
13724
|
+
# For more information about the validation and formatting of
|
13725
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
14356
13726
|
#
|
14357
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
14358
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
14359
13727
|
#
|
14360
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
14361
|
-
# `2024-01-04T15:25:10+17:59`)
|
14362
13728
|
#
|
14363
|
-
#
|
14364
|
-
# `2024-01-04T15:25:10-1759`)
|
14365
|
-
#
|
14366
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
14367
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
13729
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
14368
13730
|
# @return [String]
|
14369
13731
|
#
|
14370
13732
|
# @!attribute [rw] group_list
|
@@ -14489,25 +13851,12 @@ module Aws::SecurityHub
|
|
14489
13851
|
# @!attribute [rw] creation_date
|
14490
13852
|
# Indicates when the KMS key was created.
|
14491
13853
|
#
|
14492
|
-
#
|
14493
|
-
#
|
14494
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
14495
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
14496
|
-
# examples:
|
14497
|
-
#
|
14498
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
13854
|
+
# For more information about the validation and formatting of
|
13855
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
14499
13856
|
#
|
14500
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
14501
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
14502
13857
|
#
|
14503
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
14504
|
-
# `2024-01-04T15:25:10+17:59`)
|
14505
13858
|
#
|
14506
|
-
#
|
14507
|
-
# `2024-01-04T15:25:10-1759`)
|
14508
|
-
#
|
14509
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
14510
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
13859
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
14511
13860
|
# @return [Float]
|
14512
13861
|
#
|
14513
13862
|
# @!attribute [rw] key_id
|
@@ -14653,25 +14002,12 @@ module Aws::SecurityHub
|
|
14653
14002
|
# @!attribute [rw] last_modified
|
14654
14003
|
# Indicates when the function was last updated.
|
14655
14004
|
#
|
14656
|
-
#
|
14657
|
-
#
|
14658
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
14659
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
14660
|
-
# examples:
|
14661
|
-
#
|
14662
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
14005
|
+
# For more information about the validation and formatting of
|
14006
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
14663
14007
|
#
|
14664
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
14665
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
14666
14008
|
#
|
14667
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
14668
|
-
# `2024-01-04T15:25:10+17:59`)
|
14669
14009
|
#
|
14670
|
-
#
|
14671
|
-
# `2024-01-04T15:25:10-1759`)
|
14672
|
-
#
|
14673
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
14674
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
14010
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
14675
14011
|
# @return [String]
|
14676
14012
|
#
|
14677
14013
|
# @!attribute [rw] layers
|
@@ -14882,25 +14218,12 @@ module Aws::SecurityHub
|
|
14882
14218
|
# @!attribute [rw] created_date
|
14883
14219
|
# Indicates when the version was created.
|
14884
14220
|
#
|
14885
|
-
#
|
14886
|
-
#
|
14887
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
14888
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
14889
|
-
# examples:
|
14890
|
-
#
|
14891
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
14892
|
-
#
|
14893
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
14894
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
14221
|
+
# For more information about the validation and formatting of
|
14222
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
14895
14223
|
#
|
14896
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
14897
|
-
# `2024-01-04T15:25:10+17:59`)
|
14898
14224
|
#
|
14899
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
14900
|
-
# `2024-01-04T15:25:10-1759`)
|
14901
14225
|
#
|
14902
|
-
#
|
14903
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
14226
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
14904
14227
|
# @return [String]
|
14905
14228
|
#
|
14906
14229
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsLambdaLayerVersionDetails AWS API Documentation
|
@@ -15902,25 +15225,12 @@ module Aws::SecurityHub
|
|
15902
15225
|
# Indicates when the DB cluster was created, in Universal Coordinated
|
15903
15226
|
# Time (UTC).
|
15904
15227
|
#
|
15905
|
-
#
|
15906
|
-
#
|
15907
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
15908
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
15909
|
-
# examples:
|
15228
|
+
# For more information about the validation and formatting of
|
15229
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
15910
15230
|
#
|
15911
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
15912
15231
|
#
|
15913
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
15914
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
15915
15232
|
#
|
15916
|
-
#
|
15917
|
-
# `2024-01-04T15:25:10+17:59`)
|
15918
|
-
#
|
15919
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
15920
|
-
# `2024-01-04T15:25:10-1759`)
|
15921
|
-
#
|
15922
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
15923
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
15233
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
15924
15234
|
# @return [String]
|
15925
15235
|
#
|
15926
15236
|
# @!attribute [rw] enabled_cloud_watch_logs_exports
|
@@ -16146,25 +15456,12 @@ module Aws::SecurityHub
|
|
16146
15456
|
# @!attribute [rw] snapshot_create_time
|
16147
15457
|
# Indicates when the snapshot was taken.
|
16148
15458
|
#
|
16149
|
-
#
|
16150
|
-
#
|
16151
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
16152
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
16153
|
-
# examples:
|
16154
|
-
#
|
16155
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
16156
|
-
#
|
16157
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
16158
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
15459
|
+
# For more information about the validation and formatting of
|
15460
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
16159
15461
|
#
|
16160
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
16161
|
-
# `2024-01-04T15:25:10+17:59`)
|
16162
15462
|
#
|
16163
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
16164
|
-
# `2024-01-04T15:25:10-1759`)
|
16165
15463
|
#
|
16166
|
-
#
|
16167
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
15464
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
16168
15465
|
# @return [String]
|
16169
15466
|
#
|
16170
15467
|
# @!attribute [rw] engine
|
@@ -16193,25 +15490,12 @@ module Aws::SecurityHub
|
|
16193
15490
|
# Indicates when the DB cluster was created, in Universal Coordinated
|
16194
15491
|
# Time (UTC).
|
16195
15492
|
#
|
16196
|
-
#
|
16197
|
-
#
|
16198
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
16199
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
16200
|
-
# examples:
|
15493
|
+
# For more information about the validation and formatting of
|
15494
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
16201
15495
|
#
|
16202
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
16203
15496
|
#
|
16204
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
16205
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
16206
15497
|
#
|
16207
|
-
#
|
16208
|
-
# `2024-01-04T15:25:10+17:59`)
|
16209
|
-
#
|
16210
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
16211
|
-
# `2024-01-04T15:25:10-1759`)
|
16212
|
-
#
|
16213
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
16214
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
15498
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
16215
15499
|
# @return [String]
|
16216
15500
|
#
|
16217
15501
|
# @!attribute [rw] master_username
|
@@ -16447,25 +15731,12 @@ module Aws::SecurityHub
|
|
16447
15731
|
# @!attribute [rw] instance_create_time
|
16448
15732
|
# Indicates when the DB instance was created.
|
16449
15733
|
#
|
16450
|
-
#
|
16451
|
-
#
|
16452
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
16453
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
16454
|
-
# examples:
|
16455
|
-
#
|
16456
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
16457
|
-
#
|
16458
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
16459
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
15734
|
+
# For more information about the validation and formatting of
|
15735
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
16460
15736
|
#
|
16461
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
16462
|
-
# `2024-01-04T15:25:10+17:59`)
|
16463
15737
|
#
|
16464
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
16465
|
-
# `2024-01-04T15:25:10-1759`)
|
16466
15738
|
#
|
16467
|
-
#
|
16468
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
15739
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
16469
15740
|
# @return [String]
|
16470
15741
|
#
|
16471
15742
|
# @!attribute [rw] kms_key_id
|
@@ -16566,25 +15837,12 @@ module Aws::SecurityHub
|
|
16566
15837
|
# Specifies the latest time to which a database can be restored with
|
16567
15838
|
# point-in-time restore.
|
16568
15839
|
#
|
16569
|
-
#
|
16570
|
-
#
|
16571
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
16572
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
16573
|
-
# examples:
|
15840
|
+
# For more information about the validation and formatting of
|
15841
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
16574
15842
|
#
|
16575
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
16576
15843
|
#
|
16577
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
16578
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
16579
15844
|
#
|
16580
|
-
#
|
16581
|
-
# `2024-01-04T15:25:10+17:59`)
|
16582
|
-
#
|
16583
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
16584
|
-
# `2024-01-04T15:25:10-1759`)
|
16585
|
-
#
|
16586
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
16587
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
15845
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
16588
15846
|
# @return [String]
|
16589
15847
|
#
|
16590
15848
|
# @!attribute [rw] auto_minor_version_upgrade
|
@@ -17391,25 +16649,12 @@ module Aws::SecurityHub
|
|
17391
16649
|
# @!attribute [rw] subscription_creation_time
|
17392
16650
|
# The datetime when the event notification subscription was created.
|
17393
16651
|
#
|
17394
|
-
#
|
17395
|
-
#
|
17396
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
17397
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
17398
|
-
# examples:
|
17399
|
-
#
|
17400
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
17401
|
-
#
|
17402
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
17403
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
16652
|
+
# For more information about the validation and formatting of
|
16653
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
17404
16654
|
#
|
17405
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
17406
|
-
# `2024-01-04T15:25:10+17:59`)
|
17407
16655
|
#
|
17408
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
17409
|
-
# `2024-01-04T15:25:10-1759`)
|
17410
16656
|
#
|
17411
|
-
#
|
17412
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
16657
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
17413
16658
|
# @return [String]
|
17414
16659
|
#
|
17415
16660
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRdsEventSubscriptionDetails AWS API Documentation
|
@@ -17594,25 +16839,12 @@ module Aws::SecurityHub
|
|
17594
16839
|
# @!attribute [rw] defer_maintenance_end_time
|
17595
16840
|
# The end of the time window for which maintenance was deferred.
|
17596
16841
|
#
|
17597
|
-
#
|
17598
|
-
#
|
17599
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
17600
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
17601
|
-
# examples:
|
16842
|
+
# For more information about the validation and formatting of
|
16843
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
17602
16844
|
#
|
17603
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
17604
16845
|
#
|
17605
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
17606
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
17607
16846
|
#
|
17608
|
-
#
|
17609
|
-
# `2024-01-04T15:25:10+17:59`)
|
17610
|
-
#
|
17611
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
17612
|
-
# `2024-01-04T15:25:10-1759`)
|
17613
|
-
#
|
17614
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
17615
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
16847
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
17616
16848
|
# @return [String]
|
17617
16849
|
#
|
17618
16850
|
# @!attribute [rw] defer_maintenance_identifier
|
@@ -17622,25 +16854,12 @@ module Aws::SecurityHub
|
|
17622
16854
|
# @!attribute [rw] defer_maintenance_start_time
|
17623
16855
|
# The start of the time window for which maintenance was deferred.
|
17624
16856
|
#
|
17625
|
-
#
|
17626
|
-
#
|
17627
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
17628
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
17629
|
-
# examples:
|
17630
|
-
#
|
17631
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
17632
|
-
#
|
17633
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
17634
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
16857
|
+
# For more information about the validation and formatting of
|
16858
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
17635
16859
|
#
|
17636
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
17637
|
-
# `2024-01-04T15:25:10+17:59`)
|
17638
16860
|
#
|
17639
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
17640
|
-
# `2024-01-04T15:25:10-1759`)
|
17641
16861
|
#
|
17642
|
-
#
|
17643
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
16862
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
17644
16863
|
# @return [String]
|
17645
16864
|
#
|
17646
16865
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRedshiftClusterDeferredMaintenanceWindow AWS API Documentation
|
@@ -17688,25 +16907,12 @@ module Aws::SecurityHub
|
|
17688
16907
|
# @!attribute [rw] cluster_create_time
|
17689
16908
|
# Indicates when the cluster was created.
|
17690
16909
|
#
|
17691
|
-
#
|
17692
|
-
#
|
17693
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
17694
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
17695
|
-
# examples:
|
16910
|
+
# For more information about the validation and formatting of
|
16911
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
17696
16912
|
#
|
17697
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
17698
16913
|
#
|
17699
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
17700
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
17701
16914
|
#
|
17702
|
-
#
|
17703
|
-
# `2024-01-04T15:25:10+17:59`)
|
17704
|
-
#
|
17705
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
17706
|
-
# `2024-01-04T15:25:10-1759`)
|
17707
|
-
#
|
17708
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
17709
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
16915
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
17710
16916
|
# @return [String]
|
17711
16917
|
#
|
17712
16918
|
# @!attribute [rw] cluster_identifier
|
@@ -17803,25 +17009,12 @@ module Aws::SecurityHub
|
|
17803
17009
|
# cluster must have a valid snapshot schedule and have backups
|
17804
17010
|
# enabled.
|
17805
17011
|
#
|
17806
|
-
#
|
17807
|
-
#
|
17808
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
17809
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
17810
|
-
# examples:
|
17811
|
-
#
|
17812
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
17813
|
-
#
|
17814
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
17815
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
17012
|
+
# For more information about the validation and formatting of
|
17013
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
17816
17014
|
#
|
17817
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
17818
|
-
# `2024-01-04T15:25:10+17:59`)
|
17819
17015
|
#
|
17820
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
17821
|
-
# `2024-01-04T15:25:10-1759`)
|
17822
17016
|
#
|
17823
|
-
#
|
17824
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
17017
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
17825
17018
|
# @return [String]
|
17826
17019
|
#
|
17827
17020
|
# @!attribute [rw] expected_next_snapshot_schedule_time_status
|
@@ -17869,25 +17062,12 @@ module Aws::SecurityHub
|
|
17869
17062
|
# @!attribute [rw] next_maintenance_window_start_time
|
17870
17063
|
# Indicates the start of the next maintenance window.
|
17871
17064
|
#
|
17872
|
-
#
|
17873
|
-
#
|
17874
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
17875
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
17876
|
-
# examples:
|
17065
|
+
# For more information about the validation and formatting of
|
17066
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
17877
17067
|
#
|
17878
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
17879
17068
|
#
|
17880
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
17881
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
17882
17069
|
#
|
17883
|
-
#
|
17884
|
-
# `2024-01-04T15:25:10+17:59`)
|
17885
|
-
#
|
17886
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
17887
|
-
# `2024-01-04T15:25:10-1759`)
|
17888
|
-
#
|
17889
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
17890
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
17070
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
17891
17071
|
# @return [String]
|
17892
17072
|
#
|
17893
17073
|
# @!attribute [rw] node_type
|
@@ -18115,49 +17295,23 @@ module Aws::SecurityHub
|
|
18115
17295
|
# @!attribute [rw] last_failure_time
|
18116
17296
|
# The last time when logs failed to be delivered.
|
18117
17297
|
#
|
18118
|
-
#
|
18119
|
-
#
|
18120
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
18121
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
18122
|
-
# examples:
|
18123
|
-
#
|
18124
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
18125
|
-
#
|
18126
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
18127
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
17298
|
+
# For more information about the validation and formatting of
|
17299
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
18128
17300
|
#
|
18129
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
18130
|
-
# `2024-01-04T15:25:10+17:59`)
|
18131
17301
|
#
|
18132
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
18133
|
-
# `2024-01-04T15:25:10-1759`)
|
18134
17302
|
#
|
18135
|
-
#
|
18136
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
17303
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
18137
17304
|
# @return [String]
|
18138
17305
|
#
|
18139
17306
|
# @!attribute [rw] last_successful_delivery_time
|
18140
17307
|
# The last time that logs were delivered successfully.
|
18141
17308
|
#
|
18142
|
-
#
|
18143
|
-
#
|
18144
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
18145
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
18146
|
-
# examples:
|
17309
|
+
# For more information about the validation and formatting of
|
17310
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
18147
17311
|
#
|
18148
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
18149
17312
|
#
|
18150
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
18151
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
18152
17313
|
#
|
18153
|
-
#
|
18154
|
-
# `2024-01-04T15:25:10+17:59`)
|
18155
|
-
#
|
18156
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
18157
|
-
# `2024-01-04T15:25:10-1759`)
|
18158
|
-
#
|
18159
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
18160
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
17314
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
18161
17315
|
# @return [String]
|
18162
17316
|
#
|
18163
17317
|
# @!attribute [rw] logging_enabled
|
@@ -18616,25 +17770,12 @@ module Aws::SecurityHub
|
|
18616
17770
|
# @!attribute [rw] expiration_date
|
18617
17771
|
# The date when objects are moved or deleted.
|
18618
17772
|
#
|
18619
|
-
#
|
18620
|
-
#
|
18621
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
18622
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
18623
|
-
# examples:
|
18624
|
-
#
|
18625
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
18626
|
-
#
|
18627
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
18628
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
17773
|
+
# For more information about the validation and formatting of
|
17774
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
18629
17775
|
#
|
18630
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
18631
|
-
# `2024-01-04T15:25:10+17:59`)
|
18632
17776
|
#
|
18633
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
18634
|
-
# `2024-01-04T15:25:10-1759`)
|
18635
17777
|
#
|
18636
|
-
#
|
18637
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
17778
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
18638
17779
|
# @return [String]
|
18639
17780
|
#
|
18640
17781
|
# @!attribute [rw] expiration_in_days
|
@@ -18837,25 +17978,12 @@ module Aws::SecurityHub
|
|
18837
17978
|
# A date on which to transition objects to the specified storage
|
18838
17979
|
# class. If you provide `Date`, you cannot provide `Days`.
|
18839
17980
|
#
|
18840
|
-
#
|
18841
|
-
#
|
18842
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
18843
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
18844
|
-
# examples:
|
17981
|
+
# For more information about the validation and formatting of
|
17982
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
18845
17983
|
#
|
18846
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
18847
17984
|
#
|
18848
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
18849
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
18850
17985
|
#
|
18851
|
-
#
|
18852
|
-
# `2024-01-04T15:25:10+17:59`)
|
18853
|
-
#
|
18854
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
18855
|
-
# `2024-01-04T15:25:10-1759`)
|
18856
|
-
#
|
18857
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
18858
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
17986
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
18859
17987
|
# @return [String]
|
18860
17988
|
#
|
18861
17989
|
# @!attribute [rw] days
|
@@ -18929,25 +18057,12 @@ module Aws::SecurityHub
|
|
18929
18057
|
# @!attribute [rw] created_at
|
18930
18058
|
# Indicates when the S3 bucket was created.
|
18931
18059
|
#
|
18932
|
-
#
|
18933
|
-
#
|
18934
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
18935
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
18936
|
-
# examples:
|
18937
|
-
#
|
18938
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
18939
|
-
#
|
18940
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
18941
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
18060
|
+
# For more information about the validation and formatting of
|
18061
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
18942
18062
|
#
|
18943
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
18944
|
-
# `2024-01-04T15:25:10+17:59`)
|
18945
18063
|
#
|
18946
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
18947
|
-
# `2024-01-04T15:25:10-1759`)
|
18948
18064
|
#
|
18949
|
-
#
|
18950
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
18065
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
18951
18066
|
# @return [String]
|
18952
18067
|
#
|
18953
18068
|
# @!attribute [rw] server_side_encryption_configuration
|
@@ -19389,25 +18504,12 @@ module Aws::SecurityHub
|
|
19389
18504
|
# @!attribute [rw] last_modified
|
19390
18505
|
# Indicates when the object was last modified.
|
19391
18506
|
#
|
19392
|
-
#
|
19393
|
-
#
|
19394
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
19395
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
19396
|
-
# examples:
|
18507
|
+
# For more information about the validation and formatting of
|
18508
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
19397
18509
|
#
|
19398
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
19399
18510
|
#
|
19400
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
19401
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
19402
18511
|
#
|
19403
|
-
#
|
19404
|
-
# `2024-01-04T15:25:10+17:59`)
|
19405
|
-
#
|
19406
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
19407
|
-
# `2024-01-04T15:25:10-1759`)
|
19408
|
-
#
|
19409
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
19410
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
18512
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
19411
18513
|
# @return [String]
|
19412
18514
|
#
|
19413
18515
|
# @!attribute [rw] etag
|
@@ -19447,7 +18549,7 @@ module Aws::SecurityHub
|
|
19447
18549
|
include Aws::Structure
|
19448
18550
|
end
|
19449
18551
|
|
19450
|
-
# Provides details about an Amazon SageMaker notebook instance.
|
18552
|
+
# Provides details about an Amazon SageMaker AI notebook instance.
|
19451
18553
|
#
|
19452
18554
|
# @!attribute [rw] accelerator_types
|
19453
18555
|
# A list of Amazon Elastic Inference instance types to associate with
|
@@ -19462,8 +18564,8 @@ module Aws::SecurityHub
|
|
19462
18564
|
# in [CodeCommit][1] or in any other Git repository. These
|
19463
18565
|
# repositories are cloned at the same level as the default repository
|
19464
18566
|
# of your notebook instance. For more information, see [Associating
|
19465
|
-
# Git repositories with SageMaker notebook instances][2] in the
|
19466
|
-
# *Amazon SageMaker Developer Guide*.
|
18567
|
+
# Git repositories with SageMaker AI notebook instances][2] in the
|
18568
|
+
# *Amazon SageMaker AI Developer Guide*.
|
19467
18569
|
#
|
19468
18570
|
#
|
19469
18571
|
#
|
@@ -19478,8 +18580,8 @@ module Aws::SecurityHub
|
|
19478
18580
|
# repository in [CodeCommit][1] or in any other Git repository. When
|
19479
18581
|
# you open a notebook instance, it opens in the directory that
|
19480
18582
|
# contains this repository. For more information, see [Associating Git
|
19481
|
-
# repositories with SageMaker notebook instances][2] in the *Amazon
|
19482
|
-
# SageMaker Developer Guide*.
|
18583
|
+
# repositories with SageMaker AI notebook instances][2] in the *Amazon
|
18584
|
+
# SageMaker AI Developer Guide*.
|
19483
18585
|
#
|
19484
18586
|
#
|
19485
18587
|
#
|
@@ -19488,10 +18590,10 @@ module Aws::SecurityHub
|
|
19488
18590
|
# @return [String]
|
19489
18591
|
#
|
19490
18592
|
# @!attribute [rw] direct_internet_access
|
19491
|
-
# Sets whether SageMaker provides internet access to the notebook
|
18593
|
+
# Sets whether SageMaker AI provides internet access to the notebook
|
19492
18594
|
# instance. If you set this to `Disabled`, this notebook instance is
|
19493
18595
|
# able to access resources only in your VPC, and is not be able to
|
19494
|
-
# connect to SageMaker training and endpoint services unless you
|
18596
|
+
# connect to SageMaker AI training and endpoint services unless you
|
19495
18597
|
# configure a Network Address Translation (NAT) Gateway in your VPC.
|
19496
18598
|
# @return [String]
|
19497
18599
|
#
|
@@ -19510,7 +18612,7 @@ module Aws::SecurityHub
|
|
19510
18612
|
#
|
19511
18613
|
# @!attribute [rw] kms_key_id
|
19512
18614
|
# The Amazon Resource Name (ARN) of an Key Management Service (KMS)
|
19513
|
-
# key that SageMaker uses to encrypt data on the storage volume
|
18615
|
+
# key that SageMaker AI uses to encrypt data on the storage volume
|
19514
18616
|
# attached to your notebook instance. The KMS key you provide must be
|
19515
18617
|
# enabled. For information, see [Enabling and disabling keys][1] in
|
19516
18618
|
# the *Key Management Service Developer Guide*.
|
@@ -19521,7 +18623,7 @@ module Aws::SecurityHub
|
|
19521
18623
|
# @return [String]
|
19522
18624
|
#
|
19523
18625
|
# @!attribute [rw] network_interface_id
|
19524
|
-
# The network interface ID that SageMaker created when the instance
|
18626
|
+
# The network interface ID that SageMaker AI created when the instance
|
19525
18627
|
# was created.
|
19526
18628
|
# @return [String]
|
19527
18629
|
#
|
@@ -19781,100 +18883,48 @@ module Aws::SecurityHub
|
|
19781
18883
|
# Indicates when the security findings provider first observed the
|
19782
18884
|
# potential security issue that a finding captured.
|
19783
18885
|
#
|
19784
|
-
#
|
19785
|
-
#
|
19786
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
19787
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
19788
|
-
# examples:
|
19789
|
-
#
|
19790
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
19791
|
-
#
|
19792
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
19793
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
18886
|
+
# For more information about the validation and formatting of
|
18887
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
19794
18888
|
#
|
19795
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
19796
|
-
# `2024-01-04T15:25:10+17:59`)
|
19797
18889
|
#
|
19798
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
19799
|
-
# `2024-01-04T15:25:10-1759`)
|
19800
18890
|
#
|
19801
|
-
#
|
19802
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
18891
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
19803
18892
|
# @return [String]
|
19804
18893
|
#
|
19805
18894
|
# @!attribute [rw] last_observed_at
|
19806
18895
|
# Indicates when the security findings provider most recently observed
|
19807
|
-
#
|
18896
|
+
# a change in the resource that is involved in the finding.
|
19808
18897
|
#
|
19809
|
-
#
|
19810
|
-
#
|
19811
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
19812
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
19813
|
-
# examples:
|
18898
|
+
# For more information about the validation and formatting of
|
18899
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
19814
18900
|
#
|
19815
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
19816
18901
|
#
|
19817
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
19818
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
19819
18902
|
#
|
19820
|
-
#
|
19821
|
-
# `2024-01-04T15:25:10+17:59`)
|
19822
|
-
#
|
19823
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
19824
|
-
# `2024-01-04T15:25:10-1759`)
|
19825
|
-
#
|
19826
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
19827
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
18903
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
19828
18904
|
# @return [String]
|
19829
18905
|
#
|
19830
18906
|
# @!attribute [rw] created_at
|
19831
18907
|
# Indicates when the security findings provider created the potential
|
19832
18908
|
# security issue that a finding captured.
|
19833
18909
|
#
|
19834
|
-
#
|
19835
|
-
#
|
19836
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
19837
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
19838
|
-
# examples:
|
19839
|
-
#
|
19840
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
19841
|
-
#
|
19842
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
19843
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
18910
|
+
# For more information about the validation and formatting of
|
18911
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
19844
18912
|
#
|
19845
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
19846
|
-
# `2024-01-04T15:25:10+17:59`)
|
19847
18913
|
#
|
19848
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
19849
|
-
# `2024-01-04T15:25:10-1759`)
|
19850
18914
|
#
|
19851
|
-
#
|
19852
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
18915
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
19853
18916
|
# @return [String]
|
19854
18917
|
#
|
19855
18918
|
# @!attribute [rw] updated_at
|
19856
18919
|
# Indicates when the security findings provider last updated the
|
19857
18920
|
# finding record.
|
19858
18921
|
#
|
19859
|
-
#
|
19860
|
-
#
|
19861
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
19862
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
19863
|
-
# examples:
|
18922
|
+
# For more information about the validation and formatting of
|
18923
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
19864
18924
|
#
|
19865
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
19866
18925
|
#
|
19867
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
19868
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
19869
18926
|
#
|
19870
|
-
#
|
19871
|
-
# `2024-01-04T15:25:10+17:59`)
|
19872
|
-
#
|
19873
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
19874
|
-
# `2024-01-04T15:25:10-1759`)
|
19875
|
-
#
|
19876
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
19877
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
18927
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
19878
18928
|
# @return [String]
|
19879
18929
|
#
|
19880
18930
|
# @!attribute [rw] severity
|
@@ -20050,25 +19100,12 @@ module Aws::SecurityHub
|
|
20050
19100
|
# A timestamp that indicates when Security Hub received a finding and
|
20051
19101
|
# begins to process it.
|
20052
19102
|
#
|
20053
|
-
#
|
20054
|
-
#
|
20055
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
20056
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
20057
|
-
# examples:
|
20058
|
-
#
|
20059
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
20060
|
-
#
|
20061
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
20062
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
19103
|
+
# For more information about the validation and formatting of
|
19104
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
20063
19105
|
#
|
20064
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
20065
|
-
# `2024-01-04T15:25:10+17:59`)
|
20066
19106
|
#
|
20067
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
20068
|
-
# `2024-01-04T15:25:10-1759`)
|
20069
19107
|
#
|
20070
|
-
#
|
20071
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
19108
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
20072
19109
|
# @return [String]
|
20073
19110
|
#
|
20074
19111
|
# @!attribute [rw] aws_account_name
|
@@ -20083,9 +19120,8 @@ module Aws::SecurityHub
|
|
20083
19120
|
# attack sequence. GuardDuty generates an attack sequence finding when
|
20084
19121
|
# multiple events align to a potentially suspicious activity. To
|
20085
19122
|
# receive GuardDuty attack sequence findings in Security Hub, you must
|
20086
|
-
# have GuardDuty
|
20087
|
-
#
|
20088
|
-
# *Amazon GuardDuty User Guide*.
|
19123
|
+
# have GuardDuty enabled. For more information, see [GuardDuty
|
19124
|
+
# Extended Threat Detection ][1] in the *Amazon GuardDuty User Guide*.
|
20089
19125
|
#
|
20090
19126
|
#
|
20091
19127
|
#
|
@@ -20185,101 +19221,49 @@ module Aws::SecurityHub
|
|
20185
19221
|
# A timestamp that indicates when the security findings provider first
|
20186
19222
|
# observed the potential security issue that a finding captured.
|
20187
19223
|
#
|
20188
|
-
#
|
20189
|
-
#
|
20190
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
20191
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
20192
|
-
# examples:
|
20193
|
-
#
|
20194
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
19224
|
+
# For more information about the validation and formatting of
|
19225
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
20195
19226
|
#
|
20196
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
20197
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
20198
19227
|
#
|
20199
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
20200
|
-
# `2024-01-04T15:25:10+17:59`)
|
20201
19228
|
#
|
20202
|
-
#
|
20203
|
-
# `2024-01-04T15:25:10-1759`)
|
20204
|
-
#
|
20205
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
20206
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
19229
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
20207
19230
|
# @return [Array<Types::DateFilter>]
|
20208
19231
|
#
|
20209
19232
|
# @!attribute [rw] last_observed_at
|
20210
19233
|
# A timestamp that indicates when the security findings provider most
|
20211
|
-
# recently observed
|
20212
|
-
#
|
20213
|
-
#
|
20214
|
-
# This field accepts only the specified formats. Timestamps can end
|
20215
|
-
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
20216
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
20217
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
20218
|
-
# examples:
|
20219
|
-
#
|
20220
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
19234
|
+
# recently observed a change in the resource that is involved in the
|
19235
|
+
# finding.
|
20221
19236
|
#
|
20222
|
-
#
|
20223
|
-
#
|
19237
|
+
# For more information about the validation and formatting of
|
19238
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
20224
19239
|
#
|
20225
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
20226
|
-
# `2024-01-04T15:25:10+17:59`)
|
20227
19240
|
#
|
20228
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
20229
|
-
# `2024-01-04T15:25:10-1759`)
|
20230
19241
|
#
|
20231
|
-
#
|
20232
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
19242
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
20233
19243
|
# @return [Array<Types::DateFilter>]
|
20234
19244
|
#
|
20235
19245
|
# @!attribute [rw] created_at
|
20236
19246
|
# A timestamp that indicates when the security findings provider
|
20237
19247
|
# created the potential security issue that a finding reflects.
|
20238
19248
|
#
|
20239
|
-
#
|
20240
|
-
#
|
20241
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
20242
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
20243
|
-
# examples:
|
20244
|
-
#
|
20245
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
20246
|
-
#
|
20247
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
20248
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
19249
|
+
# For more information about the validation and formatting of
|
19250
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
20249
19251
|
#
|
20250
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
20251
|
-
# `2024-01-04T15:25:10+17:59`)
|
20252
19252
|
#
|
20253
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
20254
|
-
# `2024-01-04T15:25:10-1759`)
|
20255
19253
|
#
|
20256
|
-
#
|
20257
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
19254
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
20258
19255
|
# @return [Array<Types::DateFilter>]
|
20259
19256
|
#
|
20260
19257
|
# @!attribute [rw] updated_at
|
20261
19258
|
# A timestamp that indicates when the security findings provider last
|
20262
19259
|
# updated the finding record.
|
20263
19260
|
#
|
20264
|
-
#
|
20265
|
-
#
|
20266
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
20267
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
20268
|
-
# examples:
|
19261
|
+
# For more information about the validation and formatting of
|
19262
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
20269
19263
|
#
|
20270
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
20271
19264
|
#
|
20272
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
20273
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
20274
19265
|
#
|
20275
|
-
#
|
20276
|
-
# `2024-01-04T15:25:10+17:59`)
|
20277
|
-
#
|
20278
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
20279
|
-
# `2024-01-04T15:25:10-1759`)
|
20280
|
-
#
|
20281
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
20282
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
19266
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
20283
19267
|
# @return [Array<Types::DateFilter>]
|
20284
19268
|
#
|
20285
19269
|
# @!attribute [rw] severity_product
|
@@ -20438,49 +19422,23 @@ module Aws::SecurityHub
|
|
20438
19422
|
# @!attribute [rw] process_launched_at
|
20439
19423
|
# A timestamp that identifies when the process was launched.
|
20440
19424
|
#
|
20441
|
-
#
|
20442
|
-
#
|
20443
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
20444
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
20445
|
-
# examples:
|
20446
|
-
#
|
20447
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
20448
|
-
#
|
20449
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
20450
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
19425
|
+
# For more information about the validation and formatting of
|
19426
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
20451
19427
|
#
|
20452
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
20453
|
-
# `2024-01-04T15:25:10+17:59`)
|
20454
19428
|
#
|
20455
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
20456
|
-
# `2024-01-04T15:25:10-1759`)
|
20457
19429
|
#
|
20458
|
-
#
|
20459
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
19430
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
20460
19431
|
# @return [Array<Types::DateFilter>]
|
20461
19432
|
#
|
20462
19433
|
# @!attribute [rw] process_terminated_at
|
20463
19434
|
# A timestamp that identifies when the process was terminated.
|
20464
19435
|
#
|
20465
|
-
#
|
20466
|
-
#
|
20467
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
20468
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
20469
|
-
# examples:
|
19436
|
+
# For more information about the validation and formatting of
|
19437
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
20470
19438
|
#
|
20471
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
20472
19439
|
#
|
20473
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
20474
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
20475
19440
|
#
|
20476
|
-
#
|
20477
|
-
# `2024-01-04T15:25:10+17:59`)
|
20478
|
-
#
|
20479
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
20480
|
-
# `2024-01-04T15:25:10-1759`)
|
20481
|
-
#
|
20482
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
20483
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
19441
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
20484
19442
|
# @return [Array<Types::DateFilter>]
|
20485
19443
|
#
|
20486
19444
|
# @!attribute [rw] threat_intel_indicator_type
|
@@ -20498,6 +19456,13 @@ module Aws::SecurityHub
|
|
20498
19456
|
# @!attribute [rw] threat_intel_indicator_last_observed_at
|
20499
19457
|
# A timestamp that identifies the last observation of a threat
|
20500
19458
|
# intelligence indicator.
|
19459
|
+
#
|
19460
|
+
# For more information about the validation and formatting of
|
19461
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
19462
|
+
#
|
19463
|
+
#
|
19464
|
+
#
|
19465
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
20501
19466
|
# @return [Array<Types::DateFilter>]
|
20502
19467
|
#
|
20503
19468
|
# @!attribute [rw] threat_intel_indicator_source
|
@@ -20610,25 +19575,12 @@ module Aws::SecurityHub
|
|
20610
19575
|
# @!attribute [rw] resource_container_launched_at
|
20611
19576
|
# A timestamp that identifies when the container was started.
|
20612
19577
|
#
|
20613
|
-
#
|
20614
|
-
#
|
20615
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
20616
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
20617
|
-
# examples:
|
20618
|
-
#
|
20619
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
19578
|
+
# For more information about the validation and formatting of
|
19579
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
20620
19580
|
#
|
20621
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
20622
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
20623
19581
|
#
|
20624
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
20625
|
-
# `2024-01-04T15:25:10+17:59`)
|
20626
19582
|
#
|
20627
|
-
#
|
20628
|
-
# `2024-01-04T15:25:10-1759`)
|
20629
|
-
#
|
20630
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
20631
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
19583
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
20632
19584
|
# @return [Array<Types::DateFilter>]
|
20633
19585
|
#
|
20634
19586
|
# @!attribute [rw] resource_details_other
|
@@ -23530,25 +22482,12 @@ module Aws::SecurityHub
|
|
23530
22482
|
# @!attribute [rw] launched_at
|
23531
22483
|
# Indicates when the container started.
|
23532
22484
|
#
|
23533
|
-
#
|
23534
|
-
#
|
23535
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
23536
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
23537
|
-
# examples:
|
23538
|
-
#
|
23539
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
22485
|
+
# For more information about the validation and formatting of
|
22486
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
23540
22487
|
#
|
23541
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
23542
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
23543
22488
|
#
|
23544
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
23545
|
-
# `2024-01-04T15:25:10+17:59`)
|
23546
22489
|
#
|
23547
|
-
#
|
23548
|
-
# `2024-01-04T15:25:10-1759`)
|
23549
|
-
#
|
23550
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
23551
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
22490
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
23552
22491
|
# @return [String]
|
23553
22492
|
#
|
23554
22493
|
# @!attribute [rw] volume_mounts
|
@@ -24068,49 +23007,23 @@ module Aws::SecurityHub
|
|
24068
23007
|
# @!attribute [rw] start
|
24069
23008
|
# A timestamp that provides the start date for the date filter.
|
24070
23009
|
#
|
24071
|
-
#
|
24072
|
-
#
|
24073
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
24074
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
24075
|
-
# examples:
|
24076
|
-
#
|
24077
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
23010
|
+
# For more information about the validation and formatting of
|
23011
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
24078
23012
|
#
|
24079
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
24080
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
24081
23013
|
#
|
24082
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
24083
|
-
# `2024-01-04T15:25:10+17:59`)
|
24084
23014
|
#
|
24085
|
-
#
|
24086
|
-
# `2024-01-04T15:25:10-1759`)
|
24087
|
-
#
|
24088
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
24089
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
23015
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
24090
23016
|
# @return [String]
|
24091
23017
|
#
|
24092
23018
|
# @!attribute [rw] end
|
24093
23019
|
# A timestamp that provides the end date for the date filter.
|
24094
23020
|
#
|
24095
|
-
#
|
24096
|
-
#
|
24097
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
24098
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
24099
|
-
# examples:
|
24100
|
-
#
|
24101
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
23021
|
+
# For more information about the validation and formatting of
|
23022
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
24102
23023
|
#
|
24103
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
24104
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
24105
23024
|
#
|
24106
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
24107
|
-
# `2024-01-04T15:25:10+17:59`)
|
24108
23025
|
#
|
24109
|
-
#
|
24110
|
-
# `2024-01-04T15:25:10-1759`)
|
24111
|
-
#
|
24112
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
24113
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
23026
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
24114
23027
|
# @return [String]
|
24115
23028
|
#
|
24116
23029
|
# @!attribute [rw] date_range
|
@@ -24384,6 +23297,16 @@ module Aws::SecurityHub
|
|
24384
23297
|
# If set to `true`, then new controls for enabled standards are
|
24385
23298
|
# enabled automatically. If set to `false`, then new controls are not
|
24386
23299
|
# enabled.
|
23300
|
+
#
|
23301
|
+
# When you automatically enable new controls, you can interact with
|
23302
|
+
# the controls in the console and programmatically immediately after
|
23303
|
+
# release. However, automatically enabled controls have a temporary
|
23304
|
+
# default status of `DISABLED`. It can take up to several days for
|
23305
|
+
# Security Hub to process the control release and designate the
|
23306
|
+
# control as `ENABLED` in your account. During the processing period,
|
23307
|
+
# you can manually enable or disable a control, and Security Hub will
|
23308
|
+
# maintain that designation regardless of whether you have
|
23309
|
+
# `AutoEnableControls` set to `true`.
|
24387
23310
|
# @return [Boolean]
|
24388
23311
|
#
|
24389
23312
|
# @!attribute [rw] control_finding_generator
|
@@ -24614,9 +23537,9 @@ module Aws::SecurityHub
|
|
24614
23537
|
# GuardDuty Extended Threat Detection attack sequence. GuardDuty
|
24615
23538
|
# generates an attack sequence finding when multiple events align to a
|
24616
23539
|
# potentially suspicious activity. To receive GuardDuty attack sequence
|
24617
|
-
# findings in Security Hub, you must have GuardDuty
|
24618
|
-
#
|
24619
|
-
#
|
23540
|
+
# findings in Security Hub, you must have GuardDuty enabled. For more
|
23541
|
+
# information, see [GuardDuty Extended Threat Detection ][1] in the
|
23542
|
+
# *Amazon GuardDuty User Guide*.
|
24620
23543
|
#
|
24621
23544
|
#
|
24622
23545
|
#
|
@@ -24973,25 +23896,12 @@ module Aws::SecurityHub
|
|
24973
23896
|
# A timestamp that indicates when Security Hub processed the updated
|
24974
23897
|
# finding record.
|
24975
23898
|
#
|
24976
|
-
#
|
24977
|
-
#
|
24978
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
24979
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
24980
|
-
# examples:
|
23899
|
+
# For more information about the validation and formatting of
|
23900
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
24981
23901
|
#
|
24982
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
24983
23902
|
#
|
24984
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
24985
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
24986
23903
|
#
|
24987
|
-
#
|
24988
|
-
# `2024-01-04T15:25:10+17:59`)
|
24989
|
-
#
|
24990
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
24991
|
-
# `2024-01-04T15:25:10-1759`)
|
24992
|
-
#
|
24993
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
24994
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
23904
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
24995
23905
|
# @return [Time]
|
24996
23906
|
#
|
24997
23907
|
# @!attribute [rw] finding_created
|
@@ -25650,29 +24560,13 @@ module Aws::SecurityHub
|
|
25650
24560
|
# response is limited to 100 results, and the maximum time period is
|
25651
24561
|
# limited to 90 days.
|
25652
24562
|
#
|
25653
|
-
#
|
25654
|
-
#
|
25655
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
25656
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
25657
|
-
# examples:
|
25658
|
-
#
|
25659
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
25660
|
-
#
|
25661
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
25662
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
25663
|
-
#
|
25664
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
25665
|
-
# `2024-01-04T15:25:10+17:59`)
|
25666
|
-
#
|
25667
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
25668
|
-
# `2024-01-04T15:25:10-1759`)
|
25669
|
-
#
|
25670
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
25671
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
24563
|
+
# For more information about the validation and formatting of
|
24564
|
+
# timestamp fields in Security Hub, see [Timestamps][2].
|
25672
24565
|
#
|
25673
24566
|
#
|
25674
24567
|
#
|
25675
24568
|
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFindingFilters.html#securityhub-Type-AwsSecurityFindingFilters-CreatedAt
|
24569
|
+
# [2]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
25676
24570
|
# @return [Time]
|
25677
24571
|
#
|
25678
24572
|
# @!attribute [rw] end_time
|
@@ -25692,29 +24586,13 @@ module Aws::SecurityHub
|
|
25692
24586
|
# response is limited to 100 results, and the maximum time period is
|
25693
24587
|
# limited to 90 days.
|
25694
24588
|
#
|
25695
|
-
#
|
25696
|
-
#
|
25697
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
25698
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
25699
|
-
# examples:
|
25700
|
-
#
|
25701
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
25702
|
-
#
|
25703
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
25704
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
25705
|
-
#
|
25706
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
25707
|
-
# `2024-01-04T15:25:10+17:59`)
|
25708
|
-
#
|
25709
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
25710
|
-
# `2024-01-04T15:25:10-1759`)
|
25711
|
-
#
|
25712
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
25713
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
24589
|
+
# For more information about the validation and formatting of
|
24590
|
+
# timestamp fields in Security Hub, see [Timestamps][2].
|
25714
24591
|
#
|
25715
24592
|
#
|
25716
24593
|
#
|
25717
24594
|
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFindingFilters.html#securityhub-Type-AwsSecurityFindingFilters-CreatedAt
|
24595
|
+
# [2]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
25718
24596
|
# @return [Time]
|
25719
24597
|
#
|
25720
24598
|
# @!attribute [rw] next_token
|
@@ -27244,9 +26122,8 @@ module Aws::SecurityHub
|
|
27244
26122
|
# attack sequence. GuardDuty generates an attack sequence finding when
|
27245
26123
|
# multiple events align to a potentially suspicious activity. To receive
|
27246
26124
|
# GuardDuty attack sequence findings in Security Hub, you must have
|
27247
|
-
# GuardDuty
|
27248
|
-
#
|
27249
|
-
# User Guide*.
|
26125
|
+
# GuardDuty enabled. For more information, see [GuardDuty Extended
|
26126
|
+
# Threat Detection ][1] in the *Amazon GuardDuty User Guide*.
|
27250
26127
|
#
|
27251
26128
|
#
|
27252
26129
|
#
|
@@ -27273,9 +26150,9 @@ module Aws::SecurityHub
|
|
27273
26150
|
# Amazon GuardDuty Extended Threat Detection attack sequence. GuardDuty
|
27274
26151
|
# generates an attack sequence finding when multiple events align to a
|
27275
26152
|
# potentially suspicious activity. To receive GuardDuty attack sequence
|
27276
|
-
# findings in Security Hub, you must have GuardDuty
|
27277
|
-
#
|
27278
|
-
#
|
26153
|
+
# findings in Security Hub, you must have GuardDuty enabled. For more
|
26154
|
+
# information, see [GuardDuty Extended Threat Detection ][1] in the
|
26155
|
+
# *Amazon GuardDuty User Guide*.
|
27279
26156
|
#
|
27280
26157
|
#
|
27281
26158
|
#
|
@@ -27340,9 +26217,9 @@ module Aws::SecurityHub
|
|
27340
26217
|
# GuardDuty Extended Threat Detection attack sequence. GuardDuty
|
27341
26218
|
# generates an attack sequence finding when multiple events align to a
|
27342
26219
|
# potentially suspicious activity. To receive GuardDuty attack sequence
|
27343
|
-
# findings in Security Hub, you must have GuardDuty
|
27344
|
-
#
|
27345
|
-
#
|
26220
|
+
# findings in Security Hub, you must have GuardDuty enabled. For more
|
26221
|
+
# information, see [GuardDuty Extended Threat Detection ][1] in the
|
26222
|
+
# *Amazon GuardDuty User Guide*.
|
27346
26223
|
#
|
27347
26224
|
# This field can provide information about the network endpoints
|
27348
26225
|
# associated with the resource in the attack sequence finding, or about
|
@@ -27399,9 +26276,9 @@ module Aws::SecurityHub
|
|
27399
26276
|
# in an Amazon GuardDuty Extended Threat Detection attack sequence.
|
27400
26277
|
# GuardDuty generates an attack sequence finding when multiple events
|
27401
26278
|
# align to a potentially suspicious activity. To receive GuardDuty
|
27402
|
-
# attack sequence findings in Security Hub, you must have GuardDuty
|
27403
|
-
#
|
27404
|
-
#
|
26279
|
+
# attack sequence findings in Security Hub, you must have GuardDuty
|
26280
|
+
# enabled. For more information, see [GuardDuty Extended Threat
|
26281
|
+
# Detection ][1] in the *Amazon GuardDuty User Guide*.
|
27405
26282
|
#
|
27406
26283
|
#
|
27407
26284
|
#
|
@@ -27531,25 +26408,12 @@ module Aws::SecurityHub
|
|
27531
26408
|
# @!attribute [rw] updated_at
|
27532
26409
|
# A timestamp that indicates when the note was updated.
|
27533
26410
|
#
|
27534
|
-
#
|
27535
|
-
#
|
27536
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
27537
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
27538
|
-
# examples:
|
27539
|
-
#
|
27540
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
27541
|
-
#
|
27542
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
27543
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
26411
|
+
# For more information about the validation and formatting of
|
26412
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
27544
26413
|
#
|
27545
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
27546
|
-
# `2024-01-04T15:25:10+17:59`)
|
27547
26414
|
#
|
27548
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
27549
|
-
# `2024-01-04T15:25:10-1759`)
|
27550
26415
|
#
|
27551
|
-
#
|
27552
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
26416
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
27553
26417
|
# @return [String]
|
27554
26418
|
#
|
27555
26419
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/Note AWS API Documentation
|
@@ -27907,49 +26771,23 @@ module Aws::SecurityHub
|
|
27907
26771
|
# @!attribute [rw] operation_start_time
|
27908
26772
|
# Indicates when the operation started.
|
27909
26773
|
#
|
27910
|
-
#
|
27911
|
-
#
|
27912
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
27913
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
27914
|
-
# examples:
|
26774
|
+
# For more information about the validation and formatting of
|
26775
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
27915
26776
|
#
|
27916
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
27917
26777
|
#
|
27918
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
27919
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
27920
26778
|
#
|
27921
|
-
#
|
27922
|
-
# `2024-01-04T15:25:10+17:59`)
|
27923
|
-
#
|
27924
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
27925
|
-
# `2024-01-04T15:25:10-1759`)
|
27926
|
-
#
|
27927
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
27928
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
26779
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
27929
26780
|
# @return [String]
|
27930
26781
|
#
|
27931
26782
|
# @!attribute [rw] operation_end_time
|
27932
26783
|
# Indicates when the operation completed.
|
27933
26784
|
#
|
27934
|
-
#
|
27935
|
-
#
|
27936
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
27937
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
27938
|
-
# examples:
|
27939
|
-
#
|
27940
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
27941
|
-
#
|
27942
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
27943
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
26785
|
+
# For more information about the validation and formatting of
|
26786
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
27944
26787
|
#
|
27945
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
27946
|
-
# `2024-01-04T15:25:10+17:59`)
|
27947
26788
|
#
|
27948
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
27949
|
-
# `2024-01-04T15:25:10-1759`)
|
27950
26789
|
#
|
27951
|
-
#
|
27952
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
26790
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
27953
26791
|
# @return [String]
|
27954
26792
|
#
|
27955
26793
|
# @!attribute [rw] reboot_option
|
@@ -28128,49 +26966,23 @@ module Aws::SecurityHub
|
|
28128
26966
|
# @!attribute [rw] launched_at
|
28129
26967
|
# Indicates when the process was launched.
|
28130
26968
|
#
|
28131
|
-
#
|
28132
|
-
#
|
28133
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
28134
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
28135
|
-
# examples:
|
26969
|
+
# For more information about the validation and formatting of
|
26970
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
28136
26971
|
#
|
28137
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
28138
26972
|
#
|
28139
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
28140
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
28141
26973
|
#
|
28142
|
-
#
|
28143
|
-
# `2024-01-04T15:25:10+17:59`)
|
28144
|
-
#
|
28145
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
28146
|
-
# `2024-01-04T15:25:10-1759`)
|
28147
|
-
#
|
28148
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
28149
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
26974
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
28150
26975
|
# @return [String]
|
28151
26976
|
#
|
28152
26977
|
# @!attribute [rw] terminated_at
|
28153
26978
|
# Indicates when the process was terminated.
|
28154
26979
|
#
|
28155
|
-
#
|
28156
|
-
#
|
28157
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
28158
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
28159
|
-
# examples:
|
28160
|
-
#
|
28161
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
28162
|
-
#
|
28163
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
28164
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
26980
|
+
# For more information about the validation and formatting of
|
26981
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
28165
26982
|
#
|
28166
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
28167
|
-
# `2024-01-04T15:25:10+17:59`)
|
28168
26983
|
#
|
28169
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
28170
|
-
# `2024-01-04T15:25:10-1759`)
|
28171
26984
|
#
|
28172
|
-
#
|
28173
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
26985
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
28174
26986
|
# @return [String]
|
28175
26987
|
#
|
28176
26988
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/ProcessDetails AWS API Documentation
|
@@ -28841,7 +27653,7 @@ module Aws::SecurityHub
|
|
28841
27653
|
# @return [Types::AwsEc2LaunchTemplateDetails]
|
28842
27654
|
#
|
28843
27655
|
# @!attribute [rw] aws_sage_maker_notebook_instance
|
28844
|
-
# Provides details about an Amazon SageMaker notebook instance.
|
27656
|
+
# Provides details about an Amazon SageMaker AI notebook instance.
|
28845
27657
|
# @return [Types::AwsSageMakerNotebookInstanceDetails]
|
28846
27658
|
#
|
28847
27659
|
# @!attribute [rw] aws_wafv_2_web_acl
|
@@ -29970,9 +28782,9 @@ module Aws::SecurityHub
|
|
29970
28782
|
# Detection attack sequence finding. GuardDuty generates an attack
|
29971
28783
|
# sequence finding when multiple events align to a potentially
|
29972
28784
|
# suspicious activity. To receive GuardDuty attack sequence findings in
|
29973
|
-
# Security Hub, you must have GuardDuty
|
29974
|
-
#
|
29975
|
-
#
|
28785
|
+
# Security Hub, you must have GuardDuty enabled. For more information,
|
28786
|
+
# see [GuardDuty Extended Threat Detection ][1] in the *Amazon GuardDuty
|
28787
|
+
# User Guide*.
|
29976
28788
|
#
|
29977
28789
|
#
|
29978
28790
|
#
|
@@ -30252,8 +29064,8 @@ module Aws::SecurityHub
|
|
30252
29064
|
#
|
30253
29065
|
# @!attribute [rw] severity
|
30254
29066
|
# The severity associated with the signal. For more information about
|
30255
|
-
# severity, see [
|
30256
|
-
# User Guide*.
|
29067
|
+
# severity, see [Severity levels for GuardDuty findings][1] in the
|
29068
|
+
# *Amazon GuardDuty User Guide*.
|
30257
29069
|
#
|
30258
29070
|
#
|
30259
29071
|
#
|
@@ -31244,25 +30056,12 @@ module Aws::SecurityHub
|
|
31244
30056
|
# Indicates when the most recent instance of a threat intelligence
|
31245
30057
|
# indicator was observed.
|
31246
30058
|
#
|
31247
|
-
#
|
31248
|
-
#
|
31249
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
31250
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
31251
|
-
# examples:
|
31252
|
-
#
|
31253
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
31254
|
-
#
|
31255
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
31256
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
30059
|
+
# For more information about the validation and formatting of
|
30060
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
31257
30061
|
#
|
31258
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
31259
|
-
# `2024-01-04T15:25:10+17:59`)
|
31260
30062
|
#
|
31261
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
31262
|
-
# `2024-01-04T15:25:10-1759`)
|
31263
30063
|
#
|
31264
|
-
#
|
31265
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
30064
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
31266
30065
|
# @return [String]
|
31267
30066
|
#
|
31268
30067
|
# @!attribute [rw] source
|
@@ -31909,6 +30708,16 @@ module Aws::SecurityHub
|
|
31909
30708
|
# By default, this is set to `true`, and new controls are enabled
|
31910
30709
|
# automatically. To not automatically enable new controls, set this to
|
31911
30710
|
# `false`.
|
30711
|
+
#
|
30712
|
+
# When you automatically enable new controls, you can interact with
|
30713
|
+
# the controls in the console and programmatically immediately after
|
30714
|
+
# release. However, automatically enabled controls have a temporary
|
30715
|
+
# default status of `DISABLED`. It can take up to several days for
|
30716
|
+
# Security Hub to process the control release and designate the
|
30717
|
+
# control as `ENABLED` in your account. During the processing period,
|
30718
|
+
# you can manually enable or disable a control, and Security Hub will
|
30719
|
+
# maintain that designation regardless of whether you have
|
30720
|
+
# `AutoEnableControls` set to `true`.
|
31912
30721
|
# @return [Boolean]
|
31913
30722
|
#
|
31914
30723
|
# @!attribute [rw] control_finding_generator
|
@@ -31971,9 +30780,9 @@ module Aws::SecurityHub
|
|
31971
30780
|
# in an Amazon GuardDuty Extended Threat Detection attack sequence.
|
31972
30781
|
# GuardDuty generates an attack sequence finding when multiple events
|
31973
30782
|
# align to a potentially suspicious activity. To receive GuardDuty
|
31974
|
-
# attack sequence findings in Security Hub, you must have GuardDuty
|
31975
|
-
#
|
31976
|
-
#
|
30783
|
+
# attack sequence findings in Security Hub, you must have GuardDuty
|
30784
|
+
# enabled. For more information, see [GuardDuty Extended Threat
|
30785
|
+
# Detection ][1] in the *Amazon GuardDuty User Guide*.
|
31977
30786
|
#
|
31978
30787
|
#
|
31979
30788
|
#
|
@@ -32199,49 +31008,23 @@ module Aws::SecurityHub
|
|
32199
31008
|
# @!attribute [rw] vendor_created_at
|
32200
31009
|
# Indicates when the vulnerability advisory was created.
|
32201
31010
|
#
|
32202
|
-
#
|
32203
|
-
#
|
32204
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
32205
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
32206
|
-
# examples:
|
32207
|
-
#
|
32208
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
31011
|
+
# For more information about the validation and formatting of
|
31012
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
32209
31013
|
#
|
32210
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
32211
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
32212
31014
|
#
|
32213
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
32214
|
-
# `2024-01-04T15:25:10+17:59`)
|
32215
31015
|
#
|
32216
|
-
#
|
32217
|
-
# `2024-01-04T15:25:10-1759`)
|
32218
|
-
#
|
32219
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
32220
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
31016
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
32221
31017
|
# @return [String]
|
32222
31018
|
#
|
32223
31019
|
# @!attribute [rw] vendor_updated_at
|
32224
31020
|
# Indicates when the vulnerability advisory was last updated.
|
32225
31021
|
#
|
32226
|
-
#
|
32227
|
-
#
|
32228
|
-
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
32229
|
-
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
32230
|
-
# examples:
|
32231
|
-
#
|
32232
|
-
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
32233
|
-
#
|
32234
|
-
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
32235
|
-
# `2019-01-31T23:00:00.123456789Z`)
|
31022
|
+
# For more information about the validation and formatting of
|
31023
|
+
# timestamp fields in Security Hub, see [Timestamps][1].
|
32236
31024
|
#
|
32237
|
-
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
32238
|
-
# `2024-01-04T15:25:10+17:59`)
|
32239
31025
|
#
|
32240
|
-
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
32241
|
-
# `2024-01-04T15:25:10-1759`)
|
32242
31026
|
#
|
32243
|
-
#
|
32244
|
-
# `2024-01-04T15:25:10.123456789+17:59`)
|
31027
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
|
32245
31028
|
# @return [String]
|
32246
31029
|
#
|
32247
31030
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/VulnerabilityVendor AWS API Documentation
|