MCPcopy Index your code
hub / github.com/aws/aws-cli / get_config_variable

Method get_config_variable

awscli/botocore/session.py:275–282  ·  view source on GitHub ↗
(self, logical_name, methods=None)

Source from the content-addressed store, hash-verified

273 return self._profile
274
275 def get_config_variable(self, logical_name, methods=None):
276 if methods is not None:
277 return self._get_config_variable_with_custom_methods(
278 logical_name, methods
279 )
280 return self.get_component('config_store').get_config_variable(
281 logical_name
282 )
283
284 def _get_config_variable_with_custom_methods(self, logical_name, methods):
285 # If a custom list of methods was supplied we need to perserve the

Callers 15

_register_data_loaderMethod · 0.95
_create_csm_monitorMethod · 0.95
profileMethod · 0.95
get_scoped_configMethod · 0.95
full_configMethod · 0.95
create_clientMethod · 0.95
_resolve_region_nameMethod · 0.95
_resolve_error_formatMethod · 0.45
__init__Method · 0.45
_create_fetcherMethod · 0.45
_get_configured_pagerMethod · 0.45
resolve_auto_prompt_modeFunction · 0.45

Tested by 1

create_clidriverFunction · 0.36