We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ac9d0 commit 32c9001Copy full SHA for 32c9001
aws_lambda_powertools/utilities/data_classes/code_pipeline_job_event.py
@@ -80,6 +80,8 @@ def location(self) -> CodePipelineLocation:
80
81
82
class CodePipelineArtifactCredentials(DictWrapper):
83
+ _str_sensitive_data = ["secret_access_key", "session_token"]
84
+
85
@property
86
def access_key_id(self) -> str:
87
return self["accessKeyId"]
0 commit comments