AttributeValuesStep
- class aws_cdk.aws_appsync.AttributeValuesStep(attr, container, assignments)
- Bases: - object- (experimental) Utility class to allow assigning a value to an attribute. - Stability:
- experimental 
- ExampleMetadata:
- fixture=_generated 
 - Example: - # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_appsync as appsync # assign: appsync.Assign attribute_values_step = appsync.AttributeValuesStep("attr", "container", [assign]) - Parameters:
- attr ( - str)
- container ( - str)
- assignments ( - Sequence[- Assign])
 
- Stability:
- experimental 
 - Methods - is_(val)
- (experimental) Assign the value to the current attribute. - Parameters:
- val ( - str)
- Stability:
- experimental 
- Return type: