Get the configuration for the specified resources. The returned configuration includes default values and the Default is true can be used to distinguish them from user supplied values. Config entries where ReadOnly is true cannot be updated. The value of config entries where Sensitive is true is alw
(resource ConfigResource)
| 69 | // single call, returns per-resource errors, and accepts options to request |
| 70 | // synonyms and documentation. |
| 71 | DescribeConfig(resource ConfigResource) ([]ConfigEntry, error) |
| 72 | |
| 73 | // Get the configuration for the specified resources. |
| 74 | // The returned configuration includes default values and the Default is true |
no outgoing calls