aws-sdk-configservice 1.98.0 → 1.99.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-configservice/client.rb +62 -35
- data/lib/aws-sdk-configservice/types.rb +253 -103
- data/lib/aws-sdk-configservice.rb +1 -1
- metadata +2 -2
@@ -467,10 +467,6 @@ module Aws::ConfigService
|
|
467
467
|
# * ResourceDeletedNotRecorded – The resource was deleted but its
|
468
468
|
# configuration was not recorded since the recorder excludes the
|
469
469
|
# recording of resources of this type
|
470
|
-
#
|
471
|
-
# <note markdown="1"> The CIs do not incur any cost.
|
472
|
-
#
|
473
|
-
# </note>
|
474
470
|
# @return [String]
|
475
471
|
#
|
476
472
|
# @!attribute [rw] configuration_state_id
|
@@ -1286,10 +1282,6 @@ module Aws::ConfigService
|
|
1286
1282
|
# * ResourceDeletedNotRecorded – The resource was deleted but its
|
1287
1283
|
# configuration was not recorded since the recorder excludes the
|
1288
1284
|
# recording of resources of this type
|
1289
|
-
#
|
1290
|
-
# <note markdown="1"> The CIs do not incur any cost.
|
1291
|
-
#
|
1292
|
-
# </note>
|
1293
1285
|
# @return [String]
|
1294
1286
|
#
|
1295
1287
|
# @!attribute [rw] configuration_state_id
|
@@ -3472,7 +3464,7 @@ module Aws::ConfigService
|
|
3472
3464
|
end
|
3473
3465
|
|
3474
3466
|
# The configuration object for Config rule evaluation mode. The
|
3475
|
-
#
|
3467
|
+
# supported valid values are Detective or Proactive.
|
3476
3468
|
#
|
3477
3469
|
# @!attribute [rw] mode
|
3478
3470
|
# The mode of an evaluation. The valid values are Detective or
|
@@ -3620,9 +3612,51 @@ module Aws::ConfigService
|
|
3620
3612
|
include Aws::Structure
|
3621
3613
|
end
|
3622
3614
|
|
3623
|
-
# Specifies whether the configuration recorder excludes resource
|
3624
|
-
# from being recorded. Use the `resourceTypes` field to enter a
|
3625
|
-
# comma-separated list of resource types to exclude
|
3615
|
+
# Specifies whether the configuration recorder excludes certain resource
|
3616
|
+
# types from being recorded. Use the `resourceTypes` field to enter a
|
3617
|
+
# comma-separated list of resource types you want to exclude from
|
3618
|
+
# recording.
|
3619
|
+
#
|
3620
|
+
# By default, when Config adds support for a new resource type in the
|
3621
|
+
# Region where you set up the configuration recorder, including global
|
3622
|
+
# resource types, Config starts recording resources of that type
|
3623
|
+
# automatically.
|
3624
|
+
#
|
3625
|
+
# <note markdown="1"> **How to use**
|
3626
|
+
#
|
3627
|
+
# To use this option, you must set the `useOnly` field of
|
3628
|
+
# [RecordingStrategy][1] to `EXCLUSION_BY_RESOURCE_TYPES`.
|
3629
|
+
#
|
3630
|
+
# Config will then record configuration changes for all supported
|
3631
|
+
# resource types, except the resource types that you specify to exclude
|
3632
|
+
# from being recorded.
|
3633
|
+
#
|
3634
|
+
# **Globally recorded resources**
|
3635
|
+
#
|
3636
|
+
# Unless specifically listed as exclusions, `AWS::RDS::GlobalCluster`
|
3637
|
+
# will be recorded automatically in all supported Config Regions were
|
3638
|
+
# the configuration recorder is enabled. IAM users, groups, roles, and
|
3639
|
+
# customer managed policies will be recorded automatically in all
|
3640
|
+
# enabled Config Regions where Config was available before February
|
3641
|
+
# 2022. This list does not include the following Regions:
|
3642
|
+
#
|
3643
|
+
# * Asia Pacific (Hyderabad)
|
3644
|
+
#
|
3645
|
+
# * Asia Pacific (Melbourne)
|
3646
|
+
#
|
3647
|
+
# * Europe (Spain)
|
3648
|
+
#
|
3649
|
+
# * Europe (Zurich)
|
3650
|
+
#
|
3651
|
+
# * Israel (Tel Aviv)
|
3652
|
+
#
|
3653
|
+
# * Middle East (UAE)
|
3654
|
+
#
|
3655
|
+
# </note>
|
3656
|
+
#
|
3657
|
+
#
|
3658
|
+
#
|
3659
|
+
# [1]: https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingStrategy.html
|
3626
3660
|
#
|
3627
3661
|
# @!attribute [rw] resource_types
|
3628
3662
|
# A comma-separated list of resource types to exclude from recording
|
@@ -4550,14 +4584,15 @@ module Aws::ConfigService
|
|
4550
4584
|
# @return [String]
|
4551
4585
|
#
|
4552
4586
|
# @!attribute [rw] later_time
|
4553
|
-
# The
|
4554
|
-
# current time is taken.
|
4587
|
+
# The chronologically latest time in the time range for which the
|
4588
|
+
# history requested. If not specified, current time is taken.
|
4555
4589
|
# @return [Time]
|
4556
4590
|
#
|
4557
4591
|
# @!attribute [rw] earlier_time
|
4558
|
-
# The
|
4559
|
-
#
|
4560
|
-
# that start when the first
|
4592
|
+
# The chronologically earliest time in the time range for which the
|
4593
|
+
# history requested. If not specified, the action returns paginated
|
4594
|
+
# results that contain configuration items that start when the first
|
4595
|
+
# configuration item was recorded.
|
4561
4596
|
# @return [Time]
|
4562
4597
|
#
|
4563
4598
|
# @!attribute [rw] chronological_order
|
@@ -6067,12 +6102,12 @@ module Aws::ConfigService
|
|
6067
6102
|
include Aws::Structure
|
6068
6103
|
end
|
6069
6104
|
|
6070
|
-
# organization custom rule metadata such as
|
6071
|
-
# of Amazon Web Services resource, Lambda
|
6072
|
-
# trigger types that trigger Config to
|
6073
|
-
# resources against a rule. It also
|
6074
|
-
# you want Config to run evaluations
|
6075
|
-
# periodic.
|
6105
|
+
# An object that specifies organization custom rule metadata such as
|
6106
|
+
# resource type, resource ID of Amazon Web Services resource, Lambda
|
6107
|
+
# function ARN, and organization trigger types that trigger Config to
|
6108
|
+
# evaluate your Amazon Web Services resources against a rule. It also
|
6109
|
+
# provides the frequency with which you want Config to run evaluations
|
6110
|
+
# for the rule if the trigger type is periodic.
|
6076
6111
|
#
|
6077
6112
|
# @!attribute [rw] description
|
6078
6113
|
# The description that you provide for your organization Config rule.
|
@@ -6152,10 +6187,11 @@ module Aws::ConfigService
|
|
6152
6187
|
include Aws::Structure
|
6153
6188
|
end
|
6154
6189
|
|
6155
|
-
# organization managed rule metadata such as
|
6156
|
-
# Amazon Web Services resource along with the
|
6157
|
-
# provides the frequency with which you want
|
6158
|
-
# for the rule if the trigger type is
|
6190
|
+
# An object that specifies organization managed rule metadata such as
|
6191
|
+
# resource type and ID of Amazon Web Services resource along with the
|
6192
|
+
# rule identifier. It also provides the frequency with which you want
|
6193
|
+
# Config to run evaluations for the rule if the trigger type is
|
6194
|
+
# periodic.
|
6159
6195
|
#
|
6160
6196
|
# @!attribute [rw] description
|
6161
6197
|
# The description that you provide for your organization Config rule.
|
@@ -6420,9 +6456,15 @@ module Aws::ConfigService
|
|
6420
6456
|
# template (max size: 300 KB) that is located in an Amazon S3 bucket
|
6421
6457
|
# in the same Region as the conformance pack.
|
6422
6458
|
#
|
6423
|
-
# <note markdown="1"> You must have access to read Amazon S3 bucket.
|
6459
|
+
# <note markdown="1"> You must have access to read Amazon S3 bucket. In addition, in order
|
6460
|
+
# to ensure a successful deployment, the template object must not be
|
6461
|
+
# in an [archived storage class][1] if this parameter is passed.
|
6424
6462
|
#
|
6425
6463
|
# </note>
|
6464
|
+
#
|
6465
|
+
#
|
6466
|
+
#
|
6467
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html
|
6426
6468
|
# @return [String]
|
6427
6469
|
#
|
6428
6470
|
# @!attribute [rw] template_body
|
@@ -6644,9 +6686,15 @@ module Aws::ConfigService
|
|
6644
6686
|
# Location of file containing the template body. The uri must point to
|
6645
6687
|
# the conformance pack template (max size: 300 KB).
|
6646
6688
|
#
|
6647
|
-
# <note markdown="1"> You must have access to read Amazon S3 bucket.
|
6689
|
+
# <note markdown="1"> You must have access to read Amazon S3 bucket. In addition, in order
|
6690
|
+
# to ensure a successful deployment, the template object must not be
|
6691
|
+
# in an [archived storage class][1] if this parameter is passed.
|
6648
6692
|
#
|
6649
6693
|
# </note>
|
6694
|
+
#
|
6695
|
+
#
|
6696
|
+
#
|
6697
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html
|
6650
6698
|
# @return [String]
|
6651
6699
|
#
|
6652
6700
|
# @!attribute [rw] template_body
|
@@ -6913,84 +6961,128 @@ module Aws::ConfigService
|
|
6913
6961
|
end
|
6914
6962
|
|
6915
6963
|
# Specifies which resource types Config records for configuration
|
6916
|
-
# changes.
|
6917
|
-
#
|
6918
|
-
#
|
6964
|
+
# changes. By default, Config records configuration changes for all
|
6965
|
+
# current and future supported resource types in the Amazon Web Services
|
6966
|
+
# Region where you have enabled Config (excluding the globally recorded
|
6967
|
+
# IAM resource types: IAM users, groups, roles, and customer managed
|
6968
|
+
# policies).
|
6919
6969
|
#
|
6920
|
-
#
|
6921
|
-
#
|
6922
|
-
#
|
6923
|
-
#
|
6924
|
-
#
|
6970
|
+
# In the recording group, you specify whether you want to record all
|
6971
|
+
# supported current and future supported resource types or to include or
|
6972
|
+
# exclude specific resources types. For a list of supported resource
|
6973
|
+
# types, see [Supported Resource Types][1] in the *Config developer
|
6974
|
+
# guide*.
|
6925
6975
|
#
|
6926
|
-
#
|
6927
|
-
#
|
6928
|
-
# all Regions. The global resource types that Config supports include
|
6929
|
-
# IAM users, groups, roles, and customer managed policies.
|
6976
|
+
# If you don't want Config to record all current and future supported
|
6977
|
+
# resource types, use one of the following recording strategies:
|
6930
6978
|
#
|
6931
|
-
#
|
6932
|
-
#
|
6933
|
-
# commercial partition and Amazon Web Services GovCloud (US-West) for
|
6934
|
-
# the Amazon Web Services GovCloud (US) partition. You can view the
|
6935
|
-
# Configuration Items for these new global resource types only in their
|
6936
|
-
# home Region and Amazon Web Services GovCloud (US-West).
|
6979
|
+
# 1. **Record all current and future resource types with exclusions**
|
6980
|
+
# (`EXCLUSION_BY_RESOURCE_TYPES`), or
|
6937
6981
|
#
|
6938
|
-
#
|
6939
|
-
#
|
6940
|
-
# parameter.
|
6982
|
+
# 2. **Record specific resource types**
|
6983
|
+
# (`INCLUSION_BY_RESOURCE_TYPES`).
|
6941
6984
|
#
|
6942
|
-
#
|
6943
|
-
# Types][1] in the *Config developer guide*.
|
6985
|
+
# **Aurora global clusters are automatically globally recorded**
|
6944
6986
|
#
|
6945
|
-
#
|
6946
|
-
#
|
6947
|
-
#
|
6987
|
+
# The `AWS::RDS::GlobalCluster` resource type will be recorded in all
|
6988
|
+
# supported Config Regions where the configuration recorder is enabled.
|
6989
|
+
#
|
6990
|
+
# If you do not want to record `AWS::RDS::GlobalCluster` in all enabled
|
6991
|
+
# Regions, use the `EXCLUSION_BY_RESOURCE_TYPES` or
|
6992
|
+
# `INCLUSION_BY_RESOURCE_TYPES` recording strategy.
|
6948
6993
|
#
|
6949
6994
|
#
|
6950
6995
|
#
|
6951
6996
|
# [1]: https://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources
|
6952
|
-
# [2]: https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html
|
6953
6997
|
#
|
6954
6998
|
# @!attribute [rw] all_supported
|
6955
6999
|
# Specifies whether Config records configuration changes for all
|
6956
|
-
# supported
|
7000
|
+
# supported regionally recorded resource types.
|
6957
7001
|
#
|
6958
7002
|
# If you set this field to `true`, when Config adds support for a new
|
6959
|
-
#
|
6960
|
-
# type automatically.
|
7003
|
+
# regionally recorded resource type, Config starts recording resources
|
7004
|
+
# of that type automatically.
|
6961
7005
|
#
|
6962
7006
|
# If you set this field to `true`, you cannot enumerate specific
|
6963
7007
|
# resource types to record in the `resourceTypes` field of
|
6964
7008
|
# [RecordingGroup][1], or to exclude in the `resourceTypes` field of
|
6965
7009
|
# [ExclusionByResourceTypes][2].
|
6966
7010
|
#
|
7011
|
+
# <note markdown="1"> **Region Availability**
|
7012
|
+
#
|
7013
|
+
# Check [Resource Coverage by Region Availability][3] to see if a
|
7014
|
+
# resource type is supported in the Amazon Web Services Region where
|
7015
|
+
# you set up Config.
|
7016
|
+
#
|
7017
|
+
# </note>
|
7018
|
+
#
|
6967
7019
|
#
|
6968
7020
|
#
|
6969
7021
|
# [1]: https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html
|
6970
7022
|
# [2]: https://docs.aws.amazon.com/config/latest/APIReference/API_ExclusionByResourceTypes.html
|
7023
|
+
# [3]: https://docs.aws.amazon.com/config/latest/developerguide/what-is-resource-config-coverage.html
|
6971
7024
|
# @return [Boolean]
|
6972
7025
|
#
|
6973
7026
|
# @!attribute [rw] include_global_resource_types
|
6974
|
-
#
|
6975
|
-
#
|
7027
|
+
# A legacy field which **only applies to the globally recorded IAM
|
7028
|
+
# resource types**: IAM users, groups, roles, and customer managed
|
7029
|
+
# policies. If you select this option, these resource types will be
|
7030
|
+
# recorded in all enabled Config regions where Config was available
|
7031
|
+
# before February 2022. This list does not include the following
|
7032
|
+
# Regions:
|
6976
7033
|
#
|
6977
|
-
#
|
6978
|
-
# [RecordingGroup][1] to `true`. Optionally, you can set the `useOnly`
|
6979
|
-
# field of [RecordingStrategy][2] to `ALL_SUPPORTED_RESOURCE_TYPES`.
|
7034
|
+
# * Asia Pacific (Hyderabad)
|
6980
7035
|
#
|
6981
|
-
#
|
6982
|
-
#
|
6983
|
-
#
|
6984
|
-
#
|
7036
|
+
# * Asia Pacific (Melbourne)
|
7037
|
+
#
|
7038
|
+
# * Europe (Spain)
|
7039
|
+
#
|
7040
|
+
# * Europe (Zurich)
|
7041
|
+
#
|
7042
|
+
# * Israel (Tel Aviv)
|
7043
|
+
#
|
7044
|
+
# * Middle East (UAE)
|
7045
|
+
#
|
7046
|
+
# **Aurora global clusters are automatically globally recorded**
|
7047
|
+
#
|
7048
|
+
# The `AWS::RDS::GlobalCluster` resource type will be recorded in all
|
7049
|
+
# supported Config Regions where the configuration recorder is
|
7050
|
+
# enabled, even if `includeGlobalResourceTypes` is not set to `true`.
|
7051
|
+
# `includeGlobalResourceTypes` is a legacy field which only applies to
|
7052
|
+
# IAM users, groups, roles, and customer managed policies.
|
7053
|
+
#
|
7054
|
+
# If you do not want to record `AWS::RDS::GlobalCluster` in all
|
7055
|
+
# enabled Regions, use one of the following recording strategies:
|
7056
|
+
#
|
7057
|
+
# 1. **Record all current and future resource types with
|
7058
|
+
# exclusions**
|
7059
|
+
# (`EXCLUSION_BY_RESOURCE_TYPES`), or
|
7060
|
+
#
|
7061
|
+
# 2. **Record specific resource types**
|
7062
|
+
# (`INCLUSION_BY_RESOURCE_TYPES`).
|
6985
7063
|
#
|
6986
|
-
#
|
6987
|
-
#
|
6988
|
-
# record configuration changes for those specified resource types
|
6989
|
-
# *regardless* of if you set the `includeGlobalResourceTypes` field to
|
6990
|
-
# false.
|
7064
|
+
# For more information, see [Selecting Which Resources are
|
7065
|
+
# Recorded][1] in the *Config developer guide*.
|
6991
7066
|
#
|
6992
|
-
#
|
6993
|
-
#
|
7067
|
+
# <note markdown="1"> **Required and optional fields**
|
7068
|
+
#
|
7069
|
+
# Before you set this field to `true`, set the `allSupported` field of
|
7070
|
+
# [RecordingGroup][2] to `true`. Optionally, you can set the `useOnly`
|
7071
|
+
# field of [RecordingStrategy][3] to `ALL_SUPPORTED_RESOURCE_TYPES`.
|
7072
|
+
#
|
7073
|
+
# </note>
|
7074
|
+
#
|
7075
|
+
# <note markdown="1"> **Overriding fields**
|
7076
|
+
#
|
7077
|
+
# If you set this field to `false` but list globally recorded IAM
|
7078
|
+
# resource types in the `resourceTypes` field of [RecordingGroup][2],
|
7079
|
+
# Config will still record configuration changes for those specified
|
7080
|
+
# resource types *regardless* of if you set the
|
7081
|
+
# `includeGlobalResourceTypes` field to false.
|
7082
|
+
#
|
7083
|
+
# If you do not want to record configuration changes to the globally
|
7084
|
+
# recorded IAM resource types (IAM users, groups, roles, and customer
|
7085
|
+
# managed policies), make sure to not list them in the `resourceTypes`
|
6994
7086
|
# field in addition to setting the `includeGlobalResourceTypes` field
|
6995
7087
|
# to false.
|
6996
7088
|
#
|
@@ -6998,8 +7090,9 @@ module Aws::ConfigService
|
|
6998
7090
|
#
|
6999
7091
|
#
|
7000
7092
|
#
|
7001
|
-
# [1]: https://docs.aws.amazon.com/config/latest/
|
7002
|
-
# [2]: https://docs.aws.amazon.com/config/latest/APIReference/
|
7093
|
+
# [1]: https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-all
|
7094
|
+
# [2]: https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html
|
7095
|
+
# [3]: https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingStrategy.html
|
7003
7096
|
# @return [Boolean]
|
7004
7097
|
#
|
7005
7098
|
# @!attribute [rw] resource_types
|
@@ -7060,10 +7153,11 @@ module Aws::ConfigService
|
|
7060
7153
|
#
|
7061
7154
|
# * If you set the `useOnly` field of [RecordingStrategy][1] to
|
7062
7155
|
# `ALL_SUPPORTED_RESOURCE_TYPES`, Config records configuration
|
7063
|
-
# changes for all supported
|
7064
|
-
# set the `allSupported` field of [RecordingGroup][2] to
|
7065
|
-
# When Config adds support for a new
|
7066
|
-
# Config automatically starts recording resources of
|
7156
|
+
# changes for all supported regionally recorded resource types. You
|
7157
|
+
# also must set the `allSupported` field of [RecordingGroup][2] to
|
7158
|
+
# `true`. When Config adds support for a new regionally recorded
|
7159
|
+
# resource type, Config automatically starts recording resources of
|
7160
|
+
# that type.
|
7067
7161
|
#
|
7068
7162
|
# * If you set the `useOnly` field of [RecordingStrategy][1] to
|
7069
7163
|
# `INCLUSION_BY_RESOURCE_TYPES`, Config records configuration
|
@@ -7073,10 +7167,12 @@ module Aws::ConfigService
|
|
7073
7167
|
# * If you set the `useOnly` field of [RecordingStrategy][1] to
|
7074
7168
|
# `EXCLUSION_BY_RESOURCE_TYPES`, Config records configuration
|
7075
7169
|
# changes for all supported resource types except the resource types
|
7076
|
-
# that you specify
|
7077
|
-
#
|
7170
|
+
# that you specify to exclude from being recorded in the
|
7171
|
+
# `resourceTypes` field of [ExclusionByResourceTypes][3].
|
7172
|
+
#
|
7173
|
+
# <note markdown="1"> **Required and optional fields**
|
7078
7174
|
#
|
7079
|
-
#
|
7175
|
+
# The `recordingStrategy` field is optional when you set the
|
7080
7176
|
# `allSupported` field of [RecordingGroup][2] to `true`.
|
7081
7177
|
#
|
7082
7178
|
# The `recordingStrategy` field is optional when you list resource
|
@@ -7088,22 +7184,49 @@ module Aws::ConfigService
|
|
7088
7184
|
#
|
7089
7185
|
# </note>
|
7090
7186
|
#
|
7091
|
-
# <note markdown="1">
|
7187
|
+
# <note markdown="1"> **Overriding fields**
|
7188
|
+
#
|
7189
|
+
# If you choose `EXCLUSION_BY_RESOURCE_TYPES` for the recording
|
7092
7190
|
# strategy, the `exclusionByResourceTypes` field will override other
|
7093
7191
|
# properties in the request.
|
7094
7192
|
#
|
7095
7193
|
# For example, even if you set `includeGlobalResourceTypes` to false,
|
7096
|
-
#
|
7097
|
-
# option unless those resource types are specifically
|
7098
|
-
#
|
7194
|
+
# globally recorded IAM resource types will still be automatically
|
7195
|
+
# recorded in this option unless those resource types are specifically
|
7196
|
+
# listed as exclusions in the `resourceTypes` field of
|
7099
7197
|
# `exclusionByResourceTypes`.
|
7100
7198
|
#
|
7199
|
+
# </note>
|
7200
|
+
#
|
7201
|
+
# <note markdown="1"> **Global resources types and the resource exclusion recording
|
7202
|
+
# strategy**
|
7203
|
+
#
|
7101
7204
|
# By default, if you choose the `EXCLUSION_BY_RESOURCE_TYPES`
|
7102
7205
|
# recording strategy, when Config adds support for a new resource type
|
7103
7206
|
# in the Region where you set up the configuration recorder, including
|
7104
7207
|
# global resource types, Config starts recording resources of that
|
7105
7208
|
# type automatically.
|
7106
7209
|
#
|
7210
|
+
# In addition, unless specifically listed as exclusions,
|
7211
|
+
# `AWS::RDS::GlobalCluster` will be recorded automatically in all
|
7212
|
+
# supported Config Regions were the configuration recorder is enabled.
|
7213
|
+
# IAM users, groups, roles, and customer managed policies will be
|
7214
|
+
# recorded automatically in all enabled Config Regions where Config
|
7215
|
+
# was available before February 2022. This list does not include the
|
7216
|
+
# following Regions:
|
7217
|
+
#
|
7218
|
+
# * Asia Pacific (Hyderabad)
|
7219
|
+
#
|
7220
|
+
# * Asia Pacific (Melbourne)
|
7221
|
+
#
|
7222
|
+
# * Europe (Spain)
|
7223
|
+
#
|
7224
|
+
# * Europe (Zurich)
|
7225
|
+
#
|
7226
|
+
# * Israel (Tel Aviv)
|
7227
|
+
#
|
7228
|
+
# * Middle East (UAE)
|
7229
|
+
#
|
7107
7230
|
# </note>
|
7108
7231
|
#
|
7109
7232
|
#
|
@@ -7131,14 +7254,13 @@ module Aws::ConfigService
|
|
7131
7254
|
# The recording strategy for the configuration recorder.
|
7132
7255
|
#
|
7133
7256
|
# * If you set this option to `ALL_SUPPORTED_RESOURCE_TYPES`, Config
|
7134
|
-
# records configuration changes for all supported
|
7135
|
-
# types. You also must set the `allSupported`
|
7136
|
-
# [RecordingGroup][1] to `true`.
|
7137
|
-
#
|
7138
|
-
#
|
7139
|
-
#
|
7140
|
-
#
|
7141
|
-
# Types][2] in the *Config developer guide*.
|
7257
|
+
# records configuration changes for all supported regionally
|
7258
|
+
# recorded resource types. You also must set the `allSupported`
|
7259
|
+
# field of [RecordingGroup][1] to `true`. When Config adds support
|
7260
|
+
# for a new regionally recorded resource type, Config automatically
|
7261
|
+
# starts recording resources of that type. For a list of supported
|
7262
|
+
# resource types, see [Supported Resource Types][2] in the *Config
|
7263
|
+
# developer guide*.
|
7142
7264
|
#
|
7143
7265
|
# * If you set this option to `INCLUSION_BY_RESOURCE_TYPES`, Config
|
7144
7266
|
# records configuration changes for only the resource types that you
|
@@ -7146,11 +7268,13 @@ module Aws::ConfigService
|
|
7146
7268
|
#
|
7147
7269
|
# * If you set this option to `EXCLUSION_BY_RESOURCE_TYPES`, Config
|
7148
7270
|
# records configuration changes for all supported resource types,
|
7149
|
-
# except the resource types that you specify
|
7150
|
-
#
|
7271
|
+
# except the resource types that you specify to exclude from being
|
7272
|
+
# recorded in the `resourceTypes` field of
|
7151
7273
|
# [ExclusionByResourceTypes][3].
|
7152
7274
|
#
|
7153
|
-
# <note markdown="1">
|
7275
|
+
# <note markdown="1"> **Required and optional fields**
|
7276
|
+
#
|
7277
|
+
# The `recordingStrategy` field is optional when you set the
|
7154
7278
|
# `allSupported` field of [RecordingGroup][1] to `true`.
|
7155
7279
|
#
|
7156
7280
|
# The `recordingStrategy` field is optional when you list resource
|
@@ -7162,22 +7286,48 @@ module Aws::ConfigService
|
|
7162
7286
|
#
|
7163
7287
|
# </note>
|
7164
7288
|
#
|
7165
|
-
# <note markdown="1">
|
7289
|
+
# <note markdown="1"> **Overriding fields**
|
7290
|
+
#
|
7291
|
+
# If you choose `EXCLUSION_BY_RESOURCE_TYPES` for the recording
|
7166
7292
|
# strategy, the `exclusionByResourceTypes` field will override other
|
7167
7293
|
# properties in the request.
|
7168
7294
|
#
|
7169
7295
|
# For example, even if you set `includeGlobalResourceTypes` to false,
|
7170
|
-
#
|
7171
|
-
# option unless those resource types are specifically
|
7172
|
-
#
|
7296
|
+
# globally recorded IAM resource types will still be automatically
|
7297
|
+
# recorded in this option unless those resource types are specifically
|
7298
|
+
# listed as exclusions in the `resourceTypes` field of
|
7173
7299
|
# `exclusionByResourceTypes`.
|
7174
7300
|
#
|
7301
|
+
# </note>
|
7302
|
+
#
|
7303
|
+
# <note markdown="1"> **Global resource types and the exclusion recording strategy**
|
7304
|
+
#
|
7175
7305
|
# By default, if you choose the `EXCLUSION_BY_RESOURCE_TYPES`
|
7176
7306
|
# recording strategy, when Config adds support for a new resource type
|
7177
7307
|
# in the Region where you set up the configuration recorder, including
|
7178
7308
|
# global resource types, Config starts recording resources of that
|
7179
7309
|
# type automatically.
|
7180
7310
|
#
|
7311
|
+
# In addition, unless specifically listed as exclusions,
|
7312
|
+
# `AWS::RDS::GlobalCluster` will be recorded automatically in all
|
7313
|
+
# supported Config Regions were the configuration recorder is enabled.
|
7314
|
+
# IAM users, groups, roles, and customer managed policies will be
|
7315
|
+
# recorded automatically in all enabled Config Regions where Config
|
7316
|
+
# was available before February 2022. This list does not include the
|
7317
|
+
# following Regions:
|
7318
|
+
#
|
7319
|
+
# * Asia Pacific (Hyderabad)
|
7320
|
+
#
|
7321
|
+
# * Asia Pacific (Melbourne)
|
7322
|
+
#
|
7323
|
+
# * Europe (Spain)
|
7324
|
+
#
|
7325
|
+
# * Europe (Zurich)
|
7326
|
+
#
|
7327
|
+
# * Israel (Tel Aviv)
|
7328
|
+
#
|
7329
|
+
# * Middle East (UAE)
|
7330
|
+
#
|
7181
7331
|
# </note>
|
7182
7332
|
#
|
7183
7333
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-configservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.99.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-10-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|