Searched refs:role_arn (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sts/ |
D | connection.py | 258 def assume_role(self, role_arn, role_session_name, policy=None, argument 371 'RoleArn': role_arn, 386 def assume_role_with_saml(self, role_arn, principal_arn, saml_assertion, argument 484 'RoleArn': role_arn, 495 def assume_role_with_web_identity(self, role_arn, role_session_name, argument 584 'RoleArn': role_arn,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/elastictranscoder/ |
D | test_layer1.py | 50 self.role_arn = self.role['create_role_response']['create_role_result']\ 57 self.output_bucket, self.role_arn, 67 self.output_bucket, self.role_arn,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/machinelearning/ |
D | layer1.py | 129 def create_data_source_from_rds(self, data_source_id, rds_data, role_arn, argument 217 'RoleARN': role_arn, 227 role_arn, data_source_name=None, argument 324 'RoleARN': role_arn,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sts/ |
D | test_connection.py | 152 role_arn=arn, 224 role_arn=arn,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sts/ |
D | test_session_token.py | 75 role_arn=arn,
|