Show / Hide Table of Contents

Interface ITokenMapper

Interface to apply operation to tokens in a string.

Namespace: Amazon.CDK
Assembly: Amazon.CDK.dll
Syntax (csharp)
public interface ITokenMapper
Syntax (vb)
Public Interface ITokenMapper
Remarks

Interface so it can be exported via jsii.

Synopsis

Methods

MapToken(IResolvable)

Replace a single token.

Methods

MapToken(IResolvable)

Replace a single token.

object MapToken(IResolvable t)
Parameters
t IResolvable
Returns

System.Object

Back to top Generated by DocFX