Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MatchResult ¶
type MatchResult struct {
Matches bool `pulumi:"matches"`
}
type Replace ¶
type Replace struct{}
func (*Replace) Call ¶
func (*Replace) Call(ctx p.Context, input ReplaceArgs) (ReplaceResult, error)
type ReplaceArgs ¶
type ReplaceArgs struct { S string `pulumi:"string"` Old string `pulumi:"old"` New string `pulumi:"new"` }
func (*ReplaceArgs) Annotate ¶
func (r *ReplaceArgs) Annotate(a infer.Annotator)
type ReplaceResult ¶
type ReplaceResult struct {
Result string `pulumi:"result"`
}
func (*ReplaceResult) Annotate ¶
func (r *ReplaceResult) Annotate(a infer.Annotator)
type SplitArgs ¶
type SplitResult ¶
type SplitResult struct {
Result []string `pulumi:"result"`
}
func (*SplitResult) Annotate ¶
func (s *SplitResult) Annotate(a infer.Annotator)
Click to show internal directories.
Click to hide internal directories.