configservice_associate_resource_types {paws.management} | R Documentation |
Adds all resource types specified in the ResourceTypes list to the RecordingGroup of specified configuration recorder and includes those resource types when recording
Description
Adds all resource types specified in the ResourceTypes
list to the RecordingGroup of specified configuration recorder and includes those resource types when recording.
See https://www.paws-r-sdk.com/docs/configservice_associate_resource_types/ for full documentation.
Usage
configservice_associate_resource_types(ConfigurationRecorderArn, ResourceTypes)
Arguments
ConfigurationRecorderArn |
[required] The Amazon Resource Name (ARN) of the specified configuration recorder. |
ResourceTypes |
[required] The list of resource types you want to add to the recording group of the specified configuration recorder. |
[Package paws.management version 0.9.0 Index]