Show / Hide Table of Contents

Class AttributeValuesStep

Utility class to allow assigning a value to an attribute.

Inheritance
object
AttributeValuesStep
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AttributeValuesStep : DeputyBase
Syntax (vb)
Public Class AttributeValuesStep 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.AppSync;

            Assign assign;

            var attributeValuesStep = new AttributeValuesStep("attr", "container", new [] { assign });

Synopsis

Constructors

AttributeValuesStep(string, string, Assign[])

Utility class to allow assigning a value to an attribute.

Methods

Is(string)

Assign the value to the current attribute.

Constructors

AttributeValuesStep(string, string, Assign[])

Utility class to allow assigning a value to an attribute.

public AttributeValuesStep(string attr, string container, Assign[] assignments)
Parameters
attr string
container string
assignments Assign[]
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.AppSync;

            Assign assign;

            var attributeValuesStep = new AttributeValuesStep("attr", "container", new [] { assign });

Methods

Is(string)

Assign the value to the current attribute.

public virtual AttributeValues Is(string val)
Parameters
val string
Returns

AttributeValues

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX