configservice_disassociate_resource_types {paws.management} | R Documentation |
Removes all resource types specified in the ResourceTypes list from the RecordingGroup of configuration recorder and excludes these resource types when recording
Description
Removes all resource types specified in the ResourceTypes
list from the RecordingGroup of configuration recorder and excludes these resource types when recording.
See https://www.paws-r-sdk.com/docs/configservice_disassociate_resource_types/ for full documentation.
Usage
configservice_disassociate_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 remove from the recording group of the specified configuration recorder. |
[Package paws.management version 0.9.0 Index]