本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
@InjectSecretString
此裝飾項目需要秘密 ID 字串和 SecretCache 作為第一個和第二個引數。裝飾項目傳回秘密字串值。秘密必須包含字串。
from aws_secretsmanager_caching import SecretCache from aws_secretsmanager_caching import InjectKeywordedSecretString, InjectSecretString cache = SecretCache() @InjectSecretString ( '
mysecret
' , cache ) deffunction_to_be_decorated
( arg1, arg2, arg3):