Class DynamoProjectionExpression
Class to generate projection expression.
Inheritance
Namespace: Amazon.CDK.AWS.StepFunctions.Tasks
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DynamoProjectionExpression : DeputyBase
Syntax (vb)
Public Class DynamoProjectionExpression
Inherits DeputyBase
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.StepFunctions.Tasks;
var dynamoProjectionExpression = new DynamoProjectionExpression();
Synopsis
Constructors
DynamoProjectionExpression() | |
DynamoProjectionExpression(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
DynamoProjectionExpression(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
Methods
AtIndex(Double) | Adds the array literal access for passed index. |
ToString() | converts and return the string expression. |
WithAttribute(String) | Adds the passed attribute to the chain. |
Constructors
DynamoProjectionExpression()
public DynamoProjectionExpression()
DynamoProjectionExpression(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected DynamoProjectionExpression(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
DynamoProjectionExpression(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected DynamoProjectionExpression(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
Methods
AtIndex(Double)
Adds the array literal access for passed index.
public virtual DynamoProjectionExpression AtIndex(double index)
Parameters
- index System.Double
array index.
Returns
ToString()
converts and return the string expression.
public override string ToString()
Returns
System.String
WithAttribute(String)
Adds the passed attribute to the chain.
public virtual DynamoProjectionExpression WithAttribute(string attr)
Parameters
- attr System.String
Attribute name.
Returns