Home
last modified time | relevance | path

Searched defs:AWS_REGION (Results 1 – 4 of 4) sorted by relevance

/external/python/google-auth-library-python/google/auth/
Denvironment_vars.py79 AWS_REGION = "AWS_REGION" variable
/external/opencensus-java/contrib/monitored_resource_util/src/test/java/io/opencensus/contrib/monitoredresource/util/
DMonitoredResourceTest.java34 private static final String AWS_REGION = "us-west-2"; field in MonitoredResourceTest
/external/opencensus-java/contrib/monitored_resource_util/src/main/java/io/opencensus/contrib/monitoredresource/util/
DMonitoredResource.java73 private static final String AWS_REGION = field in MonitoredResource.AwsEc2InstanceMonitoredResource
/external/python/google-auth-library-python/tests/
Dtest_aws.py574 AWS_REGION = "us-east-2" variable in TestCredentials