Bedrock Agentcore Control > Structures > SecretReference SecretReference¶ Structure Class¶ SecretReference dataclass ¶ Contains a reference to a secret stored in Amazon Web Services Secrets Manager. Attributes¶ json_key instance-attribute ¶ json_key: str The JSON key used to extract the secret value from the Amazon Web Services Secrets Manager secret. secret_id instance-attribute ¶ secret_id: str The ID of the Amazon Web Services Secrets Manager secret that stores the secret value.