Skip to content

FnListMerge

Returns true if a specified string matches all values in a list.

Initializers

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore"
alicloudroscdkcore.NewFnListMerge(listOfValues *[]interface{}) FnListMerge
Name Type Description
listOfValues *[]interface{} No description.

listOfValuesRequired

  • Type: *[]interface{}

Methods

Name Description
Resolve Produce the Token's value at resolution time.
ToJSON No description.
ToString Return a string representation of this resolvable object.

Resolve

func Resolve(context IResolveContext) interface{}

Produce the Token's value at resolution time.

contextRequired


ToJSON

func ToJSON() *string

ToString

func ToString() *string

Return a string representation of this resolvable object.

Returns a reversible string representation.

Properties

Name Type Description
CreationStack []string The creation stack of this resolvable which will be appended to errors thrown during resolution.

CreationStackRequired

func CreationStack() *[]*string
  • Type: []string

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.