Values¶
-
class
aws_cdk.aws_appsync.
Values
¶ Bases:
object
(experimental) Factory class for attribute value assignments.
- Stability
experimental
- Stability
experimental
Static Methods
-
classmethod
attribute
(attr)¶ (experimental) Allows assigning a value to the specified attribute.
- Parameters
attr (
str
) –- Stability
experimental
- Return type
-
classmethod
projecting
(arg=None)¶ (experimental) Treats the specified object as a map of assignments, where the property names represent attribute names.
It’s opinionated about how it represents some of the nested objects: e.g., it will use lists (“L”) rather than sets (“SS”, “NS”, “BS”). By default it projects the argument container (“$ctx.args”).
- Parameters
arg (
Optional
[str
]) –- Stability
experimental
- Return type