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 126061c commit 0626b6aCopy full SHA for 0626b6a
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