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
Dynamo |
|
Dynamo |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Dynamo |
Used by jsii to construct an instance of this class from DeputyProps |
Methods
At |
Adds the array literal access for passed index. |
To |
converts and return the string expression. |
With |
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. By Ref Value 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. Deputy Base. Deputy Props 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.
WithAttribute(String)
Adds the passed attribute to the chain.
public virtual DynamoProjectionExpression WithAttribute(string attr)
Parameters
- attr System.
String Attribute name.
Returns