Documentation ¶
Index ¶
- func Provider() p.Provider
- type Abs
- type AbsArgs
- type AbsResult
- type Abspath
- type AbspathArgs
- type AbspathResult
- type Alltrue
- type AlltrueArgs
- type AlltrueResult
- type Anytrue
- type AnytrueArgs
- type AnytrueResult
- type Base64DecodeArgs
- type Base64DecodeResult
- type Base64EncodeArgs
- type Base64EncodeResult
- type Base64GzipArgs
- type Base64GzipResult
- type Base64Sha256Args
- type Base64Sha256Result
- type Base64Sha512Args
- type Base64Sha512Result
- type Base64decode
- type Base64encode
- type Base64gzip
- type Base64sha256
- type Base64sha512
- type Basename
- type BasenameArgs
- type BasenameResult
- type Bcrypt
- type BcryptArgs
- type BcryptResult
- type Ceil
- type CeilArgs
- type CeilResult
- type Chomp
- type ChompArgs
- type ChompResult
- type Chunklist
- type ChunklistArgs
- type ChunklistResult
- type Cidrhost
- type CidrhostArgs
- type CidrhostResult
- type Cidrnetmask
- type CidrnetmaskArgs
- type CidrnetmaskResult
- type Cidrsubnet
- type CidrsubnetArgs
- type CidrsubnetResult
- type Coalesce
- type CoalesceArgs
- type CoalesceResult
- type Coalescelist
- type CoalescelistArgs
- type CoalescelistResult
- type Compact
- type CompactArgs
- type CompactResult
- type Concat
- type ConcatArgs
- type ConcatResult
- type Contains
- type ContainsArgs
- type ContainsResult
- type Csvdecode
- type CsvdecodeArgs
- type CsvdecodeResult
- type Dirname
- type DirnameArgs
- type DirnameResult
- type Distinct
- type DistinctArgs
- type DistinctResult
- type Element
- type ElementArgs
- type ElementResult
- type Endswith
- type EndswithArgs
- type EndswithResult
- type File
- type FileArgs
- type FileResult
- type Filebase64
- type Filebase64Args
- type Filebase64Result
- type Filebase64sha256
- type Filebase64sha256Args
- type Filebase64sha256Result
- type Filebase64sha512
- type Filebase64sha512Args
- type Filebase64sha512Result
- type Fileexists
- type FileexistsArgs
- type FileexistsResult
- type Filemd5
- type Filemd5Args
- type Filemd5Result
- type Filesha1
- type Filesha1Args
- type Filesha1Result
- type Filesha256
- type Filesha256Args
- type Filesha256Result
- type Filesha512
- type Filesha512Args
- type Filesha512Result
- type Flatten
- type FlattenArgs
- type FlattenResult
- type Floor
- type FloorArgs
- type FloorResult
- type Format
- type FormatArgs
- type FormatResult
- type Indent
- type IndentArgs
- type IndentResult
- type Index
- type IndexArgs
- type IndexResult
- type Join
- type JoinArgs
- type JoinResult
- type Jsondecode
- type JsondecodeArgs
- type JsondecodeResult
- type Jsonencode
- type JsonencodeArgs
- type JsonencodeResult
- type Keys
- type KeysArgs
- type KeysResult
- type Length
- type LengthArgs
- type LengthResult
- type Log
- type LogArgs
- type LogResult
- type Lookup
- type LookupArgs
- type LookupResult
- type Lower
- type LowerArgs
- type LowerResult
- type Map
- type MapArgs
- type MapResult
- type Matchkeys
- type MatchkeysArgs
- type MatchkeysResult
- type Max
- type MaxArgs
- type MaxResult
- type Md5
- type Md5Args
- type Md5Result
- type Merge
- type MergeArgs
- type MergeResult
- type Min
- type MinArgs
- type MinResult
- type Parseint
- type ParseintArgs
- type ParseintResult
- type Pathexpand
- type PathexpandArgs
- type PathexpandResult
- type Pow
- type PowArgs
- type PowResult
- type Range
- type RangeArgs
- type RangeResults
- type Replace
- type ReplaceArgs
- type ReplaceResult
- type Reverse
- type ReverseArgs
- type ReverseResult
- type Rsadecrypt
- type RsadecryptArgs
- type RsadecryptResult
- type Sha1
- type Sha1Args
- type Sha1Result
- type Sha256
- type Sha256Args
- type Sha256Result
- type Sha512
- type Sha512Args
- type Sha512Result
- type Signum
- type SignumArgs
- type SignumResult
- type Slice
- type SliceArgs
- type SliceResult
- type Sort
- type SortArgs
- type SortResult
- type Split
- type SplitArgs
- type SplitResult
- type Startswith
- type StartswithArgs
- type StartswithResult
- type Strrev
- type StrrevArgs
- type StrrevResult
- type Substr
- type SubstrArgs
- type SubstrResult
- type Sum
- type SumArgs
- type SumResult
- type Timeadd
- type TimeaddArgs
- type TimeaddResult
- type Timecmp
- type TimecmpArgs
- type TimecmpResult
- type Timestamp
- type TimestampArgs
- type TimestampResult
- type Title
- type TitleArgs
- type TitleResult
- type Tobool
- type ToboolArgs
- type ToboolResult
- type Tolist
- type TolistArgs
- type TolistResult
- type Tonumber
- type TonumberArgs
- type TonumberResult
- type Toset
- type TosetArgs
- type TosetResult
- type Tostring
- type TostringArgs
- type TostringResult
- type Transpose
- type TransposeArgs
- type TransposeResult
- type Trim
- type TrimArgs
- type TrimResult
- type Trimprefix
- type TrimprefixArgs
- type TrimprefixResult
- type Trimspace
- type TrimspaceArgs
- type TrimspaceResult
- type Trimsuffix
- type TrimsuffixArgs
- type TrimsuffixResult
- type Upper
- type UpperArgs
- type UpperResult
- type Urlencode
- type UrlencodeArgs
- type UrlencodeResult
- type Uuid
- type UuidArgs
- type UuidResult
- type Values
- type ValuesArgs
- type ValuesResult
- type Zipmap
- type ZipmapArgs
- type ZipmapResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Abspath ¶
type Abspath struct{}
func (*Abspath) Call ¶
func (*Abspath) Call(_ p.Context, args AbspathArgs) (AbspathResult, error)
type AbspathArgs ¶
type AbspathArgs struct {
Input string `pulumi:"input"`
}
type AbspathResult ¶
type AbspathResult struct {
Result string `pulumi:"result"`
}
type Alltrue ¶
type Alltrue struct{}
func (*Alltrue) Call ¶
func (*Alltrue) Call(_ p.Context, args AlltrueArgs) (AlltrueResult, error)
type AlltrueArgs ¶
type AlltrueArgs struct {
Input []interface{} `pulumi:"input"`
}
type AlltrueResult ¶
type AlltrueResult struct {
Result bool `pulumi:"result"`
}
type Anytrue ¶
type Anytrue struct{}
func (*Anytrue) Call ¶
func (*Anytrue) Call(_ p.Context, args AnytrueArgs) (AnytrueResult, error)
type AnytrueArgs ¶
type AnytrueArgs struct {
Input []interface{} `pulumi:"input"`
}
type AnytrueResult ¶
type AnytrueResult struct {
Result bool `pulumi:"result"`
}
type Base64DecodeArgs ¶
type Base64DecodeArgs struct {
Input string `pulumi:"input"`
}
type Base64DecodeResult ¶
type Base64DecodeResult struct {
Result string `pulumi:"result"`
}
type Base64EncodeArgs ¶
type Base64EncodeArgs struct {
Input string `pulumi:"input"`
}
type Base64EncodeResult ¶
type Base64EncodeResult struct {
Result string `pulumi:"result"`
}
type Base64GzipArgs ¶
type Base64GzipArgs struct {
Input string `pulumi:"input"`
}
type Base64GzipResult ¶
type Base64GzipResult struct {
Result string `pulumi:"result"`
}
type Base64Sha256Args ¶
type Base64Sha256Args struct {
Input string `pulumi:"input"`
}
type Base64Sha256Result ¶
type Base64Sha256Result struct {
Result string `pulumi:"result"`
}
type Base64Sha512Args ¶
type Base64Sha512Args struct {
Input string `pulumi:"input"`
}
type Base64Sha512Result ¶
type Base64Sha512Result struct {
Result string `pulumi:"result"`
}
type Base64decode ¶
type Base64decode struct{}
func (*Base64decode) Annotate ¶
func (r *Base64decode) Annotate(a infer.Annotator)
func (*Base64decode) Call ¶
func (*Base64decode) Call(_ p.Context, args Base64DecodeArgs) (Base64DecodeResult, error)
type Base64encode ¶
type Base64encode struct{}
func (*Base64encode) Annotate ¶
func (r *Base64encode) Annotate(a infer.Annotator)
func (*Base64encode) Call ¶
func (*Base64encode) Call(_ p.Context, args Base64EncodeArgs) (Base64EncodeResult, error)
type Base64gzip ¶
type Base64gzip struct{}
func (*Base64gzip) Annotate ¶
func (r *Base64gzip) Annotate(a infer.Annotator)
func (*Base64gzip) Call ¶
func (*Base64gzip) Call(_ p.Context, args Base64GzipArgs) (Base64GzipResult, error)
type Base64sha256 ¶
type Base64sha256 struct{}
func (*Base64sha256) Annotate ¶
func (r *Base64sha256) Annotate(a infer.Annotator)
func (*Base64sha256) Call ¶
func (*Base64sha256) Call(_ p.Context, args Base64Sha256Args) (Base64Sha256Result, error)
type Base64sha512 ¶
type Base64sha512 struct{}
func (*Base64sha512) Annotate ¶
func (r *Base64sha512) Annotate(a infer.Annotator)
func (*Base64sha512) Call ¶
func (*Base64sha512) Call(_ p.Context, args Base64Sha512Args) (Base64Sha512Result, error)
type Basename ¶
type Basename struct{}
func (*Basename) Call ¶
func (*Basename) Call(_ p.Context, args BasenameArgs) (BasenameResult, error)
type BasenameArgs ¶
type BasenameArgs struct {
Input string `pulumi:"input"`
}
type BasenameResult ¶
type BasenameResult struct {
Result string `pulumi:"result"`
}
type Bcrypt ¶
type Bcrypt struct{}
func (*Bcrypt) Call ¶
func (*Bcrypt) Call(_ p.Context, args BcryptArgs) (BcryptResult, error)
type BcryptArgs ¶
type BcryptResult ¶
type BcryptResult struct {
Result string `pulumi:"result"`
}
type CeilResult ¶
type CeilResult struct {
Result float64 `pulumi:"result"`
}
type ChompResult ¶
type ChompResult struct {
Result string `pulumi:"result"`
}
type Chunklist ¶
type Chunklist struct{}
func (*Chunklist) Call ¶
func (*Chunklist) Call(_ p.Context, args ChunklistArgs) (ChunklistResult, error)
type ChunklistArgs ¶
type ChunklistArgs struct { Input []interface{} `pulumi:"input"` Size int `pulumi:"size"` }
type ChunklistResult ¶
type ChunklistResult struct {
Result []interface{} `pulumi:"result"`
}
type Cidrhost ¶
type Cidrhost struct{}
func (*Cidrhost) Call ¶
func (*Cidrhost) Call(_ p.Context, args CidrhostArgs) (CidrhostResult, error)
type CidrhostArgs ¶
type CidrhostResult ¶
type CidrhostResult struct {
Result string `pulumi:"result"`
}
type Cidrnetmask ¶
type Cidrnetmask struct{}
func (*Cidrnetmask) Annotate ¶
func (r *Cidrnetmask) Annotate(a infer.Annotator)
func (*Cidrnetmask) Call ¶
func (*Cidrnetmask) Call(_ p.Context, args CidrnetmaskArgs) (CidrnetmaskResult, error)
type CidrnetmaskArgs ¶
type CidrnetmaskArgs struct {
Input string `pulumi:"input"`
}
type CidrnetmaskResult ¶
type CidrnetmaskResult struct {
Result string `pulumi:"result"`
}
type Cidrsubnet ¶
type Cidrsubnet struct{}
func (*Cidrsubnet) Annotate ¶
func (r *Cidrsubnet) Annotate(a infer.Annotator)
func (*Cidrsubnet) Call ¶
func (*Cidrsubnet) Call(_ p.Context, args CidrsubnetArgs) (CidrsubnetResult, error)
type CidrsubnetArgs ¶
type CidrsubnetResult ¶
type CidrsubnetResult struct {
Result string `pulumi:"result"`
}
type Coalesce ¶
type Coalesce struct{}
func (*Coalesce) Call ¶
func (*Coalesce) Call(_ p.Context, args CoalesceArgs) (CoalesceResult, error)
type CoalesceArgs ¶
type CoalesceArgs struct {
Input []string `pulumi:"input"`
}
type CoalesceResult ¶
type CoalesceResult struct {
Result string `pulumi:"result"`
}
type Coalescelist ¶
type Coalescelist struct{}
func (*Coalescelist) Annotate ¶
func (r *Coalescelist) Annotate(a infer.Annotator)
func (*Coalescelist) Call ¶
func (*Coalescelist) Call(_ p.Context, args CoalescelistArgs) (CoalescelistResult, error)
type CoalescelistArgs ¶
type CoalescelistArgs struct {
Input [][]interface{} `pulumi:"input"`
}
type CoalescelistResult ¶
type CoalescelistResult struct {
Result []interface{} `pulumi:"result"`
}
type Compact ¶
type Compact struct{}
func (*Compact) Call ¶
func (*Compact) Call(_ p.Context, args CompactArgs) (CompactResult, error)
type CompactArgs ¶
type CompactArgs struct {
Input []string `pulumi:"input"`
}
type CompactResult ¶
type CompactResult struct {
Result []string `pulumi:"result"`
}
type Concat ¶
type Concat struct{}
func (*Concat) Call ¶
func (*Concat) Call(_ p.Context, args ConcatArgs) (ConcatResult, error)
type ConcatArgs ¶
type ConcatArgs struct {
Input [][]interface{} `pulumi:"input"`
}
type ConcatResult ¶
type ConcatResult struct {
Result []interface{} `pulumi:"result"`
}
type Contains ¶
type Contains struct{}
func (*Contains) Call ¶
func (*Contains) Call(_ p.Context, args ContainsArgs) (ContainsResult, error)
type ContainsArgs ¶
type ContainsArgs struct { Input []interface{} `pulumi:"input"` Element interface{} `pulumi:"element"` }
type ContainsResult ¶
type ContainsResult struct {
Result bool `pulumi:"result"`
}
type Csvdecode ¶
type Csvdecode struct{}
func (*Csvdecode) Call ¶
func (*Csvdecode) Call(_ p.Context, args CsvdecodeArgs) (CsvdecodeResult, error)
type CsvdecodeArgs ¶
type CsvdecodeArgs struct {
Input string `pulumi:"input"`
}
type CsvdecodeResult ¶
type Dirname ¶
type Dirname struct{}
func (*Dirname) Call ¶
func (*Dirname) Call(_ p.Context, args DirnameArgs) (DirnameResult, error)
type DirnameArgs ¶
type DirnameArgs struct {
Input string `pulumi:"input"`
}
type DirnameResult ¶
type DirnameResult struct {
Result string `pulumi:"result"`
}
type Distinct ¶
type Distinct struct{}
func (*Distinct) Call ¶
func (*Distinct) Call(_ p.Context, args DistinctArgs) (DistinctResult, error)
type DistinctArgs ¶
type DistinctArgs struct {
Input []interface{} `pulumi:"input"`
}
type DistinctResult ¶
type DistinctResult struct {
Result []interface{} `pulumi:"result"`
}
type Element ¶
type Element struct{}
func (*Element) Call ¶
func (*Element) Call(_ p.Context, args ElementArgs) (ElementResult, error)
type ElementArgs ¶
type ElementArgs struct { Input []interface{} `pulumi:"input"` Index int `pulumi:"index"` }
type ElementResult ¶
type ElementResult struct {
Result interface{} `pulumi:"result"`
}
type Endswith ¶
type Endswith struct{}
func (*Endswith) Call ¶
func (*Endswith) Call(_ p.Context, args EndswithArgs) (EndswithResult, error)
type EndswithArgs ¶
type EndswithResult ¶
type EndswithResult struct {
Result bool `pulumi:"result"`
}
type FileResult ¶
type FileResult struct {
Result string `pulumi:"result"`
}
type Filebase64 ¶
type Filebase64 struct{}
func (*Filebase64) Annotate ¶
func (r *Filebase64) Annotate(a infer.Annotator)
func (*Filebase64) Call ¶
func (*Filebase64) Call(_ p.Context, args Filebase64Args) (Filebase64Result, error)
type Filebase64Args ¶
type Filebase64Args struct {
Input string `pulumi:"input"`
}
type Filebase64Result ¶
type Filebase64Result struct {
Result string `pulumi:"result"`
}
type Filebase64sha256 ¶
type Filebase64sha256 struct{}
func (*Filebase64sha256) Annotate ¶
func (r *Filebase64sha256) Annotate(a infer.Annotator)
func (*Filebase64sha256) Call ¶
func (*Filebase64sha256) Call(_ p.Context, args Filebase64sha256Args) (Filebase64sha256Result, error)
type Filebase64sha256Args ¶
type Filebase64sha256Args struct {
Input string `pulumi:"input"`
}
type Filebase64sha256Result ¶
type Filebase64sha256Result struct {
Result string `pulumi:"result"`
}
type Filebase64sha512 ¶
type Filebase64sha512 struct{}
func (*Filebase64sha512) Annotate ¶
func (r *Filebase64sha512) Annotate(a infer.Annotator)
func (*Filebase64sha512) Call ¶
func (*Filebase64sha512) Call(_ p.Context, args Filebase64sha512Args) (Filebase64sha512Result, error)
type Filebase64sha512Args ¶
type Filebase64sha512Args struct {
Input string `pulumi:"input"`
}
type Filebase64sha512Result ¶
type Filebase64sha512Result struct {
Result string `pulumi:"result"`
}
type Fileexists ¶
type Fileexists struct{}
func (*Fileexists) Annotate ¶
func (r *Fileexists) Annotate(a infer.Annotator)
func (*Fileexists) Call ¶
func (*Fileexists) Call(_ p.Context, args FileexistsArgs) (FileexistsResult, error)
type FileexistsArgs ¶
type FileexistsArgs struct {
Input string `pulumi:"input"`
}
type FileexistsResult ¶
type FileexistsResult struct {
Result bool `pulumi:"result"`
}
type Filemd5 ¶
type Filemd5 struct{}
func (*Filemd5) Call ¶
func (*Filemd5) Call(_ p.Context, args Filemd5Args) (Filemd5Result, error)
type Filemd5Args ¶
type Filemd5Args struct {
Input string `pulumi:"input"`
}
type Filemd5Result ¶
type Filemd5Result struct {
Result string `pulumi:"result"`
}
type Filesha1 ¶
type Filesha1 struct{}
func (*Filesha1) Call ¶
func (*Filesha1) Call(_ p.Context, args Filesha1Args) (Filesha1Result, error)
type Filesha1Args ¶
type Filesha1Args struct {
Input string `pulumi:"input"`
}
type Filesha1Result ¶
type Filesha1Result struct {
Result string `pulumi:"result"`
}
type Filesha256 ¶
type Filesha256 struct{}
func (*Filesha256) Annotate ¶
func (r *Filesha256) Annotate(a infer.Annotator)
func (*Filesha256) Call ¶
func (*Filesha256) Call(_ p.Context, args Filesha256Args) (Filesha256Result, error)
type Filesha256Args ¶
type Filesha256Args struct {
Input string `pulumi:"input"`
}
type Filesha256Result ¶
type Filesha256Result struct {
Result string `pulumi:"result"`
}
type Filesha512 ¶
type Filesha512 struct{}
func (*Filesha512) Annotate ¶
func (r *Filesha512) Annotate(a infer.Annotator)
func (*Filesha512) Call ¶
func (*Filesha512) Call(_ p.Context, args Filesha512Args) (Filesha512Result, error)
type Filesha512Args ¶
type Filesha512Args struct {
Input string `pulumi:"input"`
}
type Filesha512Result ¶
type Filesha512Result struct {
Result string `pulumi:"result"`
}
type Flatten ¶
type Flatten struct{}
func (*Flatten) Call ¶
func (*Flatten) Call(_ p.Context, args FlattenArgs) (FlattenResult, error)
type FlattenArgs ¶
type FlattenArgs struct {
Input []interface{} `pulumi:"input"`
}
type FlattenResult ¶
type FlattenResult struct {
Result []interface{} `pulumi:"result"`
}
type FloorResult ¶
type FloorResult struct {
Result float64 `pulumi:"result"`
}
type Format ¶
type Format struct{}
func (*Format) Call ¶
func (*Format) Call(_ p.Context, args FormatArgs) (FormatResult, error)
type FormatArgs ¶
type FormatArgs struct { Input string `pulumi:"input"` Args []interface{} `pulumi:"args"` }
type FormatResult ¶
type FormatResult struct {
Result string `pulumi:"result"`
}
type Indent ¶
type Indent struct{}
func (*Indent) Call ¶
func (*Indent) Call(_ p.Context, args IndentArgs) (IndentResult, error)
type IndentArgs ¶
type IndentResult ¶
type IndentResult struct {
Result string `pulumi:"result"`
}
type IndexArgs ¶
type IndexArgs struct { Input []interface{} `pulumi:"input"` Element interface{} `pulumi:"element"` }
type IndexResult ¶
type IndexResult struct {
Result int `pulumi:"result"`
}
type JoinResult ¶
type JoinResult struct {
Result string `pulumi:"result"`
}
type Jsondecode ¶
type Jsondecode struct{}
func (*Jsondecode) Annotate ¶
func (r *Jsondecode) Annotate(a infer.Annotator)
func (*Jsondecode) Call ¶
func (*Jsondecode) Call(_ p.Context, args JsondecodeArgs) (JsondecodeResult, error)
type JsondecodeArgs ¶
type JsondecodeArgs struct {
Input string `pulumi:"input"`
}
type JsondecodeResult ¶
type JsondecodeResult struct {
Result interface{} `pulumi:"result"`
}
type Jsonencode ¶
type Jsonencode struct{}
func (*Jsonencode) Annotate ¶
func (r *Jsonencode) Annotate(a infer.Annotator)
func (*Jsonencode) Call ¶
func (*Jsonencode) Call(_ p.Context, args JsonencodeArgs) (JsonencodeResult, error)
type JsonencodeArgs ¶
type JsonencodeArgs struct {
Input interface{} `pulumi:"input"`
}
type JsonencodeResult ¶
type JsonencodeResult struct {
Result string `pulumi:"result"`
}
type KeysResult ¶
type KeysResult struct {
Result []string `pulumi:"result"`
}
type Length ¶
type Length struct{}
func (*Length) Call ¶
func (*Length) Call(_ p.Context, args LengthArgs) (LengthResult, error)
type LengthArgs ¶
type LengthArgs struct {
Input interface{} `pulumi:"input"`
}
type LengthResult ¶
type LengthResult struct {
Result int `pulumi:"result"`
}
type Lookup ¶
type Lookup struct{}
func (*Lookup) Call ¶
func (*Lookup) Call(_ p.Context, args LookupArgs) (LookupResult, error)
type LookupArgs ¶
type LookupResult ¶
type LookupResult struct {
Result interface{} `pulumi:"result"`
}
type LowerResult ¶
type LowerResult struct {
Result string `pulumi:"result"`
}
type Matchkeys ¶
type Matchkeys struct{}
func (*Matchkeys) Call ¶
func (*Matchkeys) Call(_ p.Context, args MatchkeysArgs) (MatchkeysResult, error)
type MatchkeysArgs ¶
type MatchkeysResult ¶
type MatchkeysResult struct {
Result []string `pulumi:"result"`
}
type MergeResult ¶
type MergeResult struct {
Result map[string]interface{} `pulumi:"result"`
}
type Parseint ¶
type Parseint struct{}
func (*Parseint) Call ¶
func (*Parseint) Call(_ p.Context, args ParseintArgs) (ParseintResult, error)
type ParseintArgs ¶
type ParseintResult ¶
type ParseintResult struct {
Result int `pulumi:"result"`
}
type Pathexpand ¶
type Pathexpand struct{}
func (*Pathexpand) Annotate ¶
func (r *Pathexpand) Annotate(a infer.Annotator)
func (*Pathexpand) Call ¶
func (*Pathexpand) Call(_ p.Context, args PathexpandArgs) (PathexpandResult, error)
type PathexpandArgs ¶
type PathexpandArgs struct {
Input string `pulumi:"input"`
}
type PathexpandResult ¶
type PathexpandResult struct {
Result string `pulumi:"result"`
}
type RangeResults ¶
type RangeResults struct {
Result []float64 `pulumi:"result"`
}
type Replace ¶
type Replace struct{}
func (*Replace) Call ¶
func (*Replace) Call(_ p.Context, args ReplaceArgs) (ReplaceResult, error)
type ReplaceArgs ¶
type ReplaceResult ¶
type ReplaceResult struct {
Result string `pulumi:"result"`
}
type Reverse ¶
type Reverse struct{}
func (*Reverse) Call ¶
func (*Reverse) Call(_ p.Context, args ReverseArgs) (ReverseResult, error)
type ReverseArgs ¶
type ReverseArgs struct {
Input []interface{} `pulumi:"input"`
}
type ReverseResult ¶
type ReverseResult struct {
Result []interface{} `pulumi:"result"`
}
type Rsadecrypt ¶
type Rsadecrypt struct{}
func (*Rsadecrypt) Annotate ¶
func (r *Rsadecrypt) Annotate(a infer.Annotator)
func (*Rsadecrypt) Call ¶
func (*Rsadecrypt) Call(_ p.Context, args RsadecryptArgs) (RsadecryptResult, error)
type RsadecryptArgs ¶
type RsadecryptResult ¶
type RsadecryptResult struct {
Result string `pulumi:"result"`
}
type Sha1Result ¶
type Sha1Result struct {
Result string `pulumi:"result"`
}
type Sha256 ¶
type Sha256 struct{}
func (*Sha256) Call ¶
func (*Sha256) Call(_ p.Context, args Sha256Args) (Sha256Result, error)
type Sha256Args ¶
type Sha256Args struct {
Input string `pulumi:"input"`
}
type Sha256Result ¶
type Sha256Result struct {
Result string `pulumi:"result"`
}
type Sha512 ¶
type Sha512 struct{}
func (*Sha512) Call ¶
func (*Sha512) Call(_ p.Context, args Sha512Args) (Sha512Result, error)
type Sha512Args ¶
type Sha512Args struct {
Input string `pulumi:"input"`
}
type Sha512Result ¶
type Sha512Result struct {
Result string `pulumi:"result"`
}
type Signum ¶
type Signum struct{}
func (*Signum) Call ¶
func (*Signum) Call(_ p.Context, args SignumArgs) (SignumResult, error)
type SignumArgs ¶
type SignumArgs struct {
Input float64 `pulumi:"input"`
}
type SignumResult ¶
type SignumResult struct {
Result float64 `pulumi:"result"`
}
type SliceResult ¶
type SliceResult struct {
Result []interface{} `pulumi:"result"`
}
type SortResult ¶
type SortResult struct {
Result []string `pulumi:"result"`
}
type SplitResult ¶
type SplitResult struct {
Result []string `pulumi:"result"`
}
type Startswith ¶
type Startswith struct{}
func (*Startswith) Annotate ¶
func (r *Startswith) Annotate(a infer.Annotator)
func (*Startswith) Call ¶
func (*Startswith) Call(_ p.Context, args StartswithArgs) (StartswithResult, error)
type StartswithArgs ¶
type StartswithResult ¶
type StartswithResult struct {
Result bool `pulumi:"result"`
}
type Strrev ¶
type Strrev struct{}
func (*Strrev) Call ¶
func (*Strrev) Call(_ p.Context, args StrrevArgs) (StrrevResult, error)
type StrrevArgs ¶
type StrrevArgs struct {
Input string `pulumi:"input"`
}
type StrrevResult ¶
type StrrevResult struct {
Result string `pulumi:"result"`
}
type Substr ¶
type Substr struct{}
func (*Substr) Call ¶
func (*Substr) Call(_ p.Context, args SubstrArgs) (SubstrResult, error)
type SubstrArgs ¶
type SubstrResult ¶
type SubstrResult struct {
Result string `pulumi:"result"`
}
type Timeadd ¶
type Timeadd struct{}
func (*Timeadd) Call ¶
func (*Timeadd) Call(_ p.Context, args TimeaddArgs) (TimeaddResult, error)
type TimeaddArgs ¶
type TimeaddResult ¶
type TimeaddResult struct {
Result string `pulumi:"result"`
}
type Timecmp ¶
type Timecmp struct{}
func (*Timecmp) Call ¶
func (*Timecmp) Call(_ p.Context, args TimecmpArgs) (TimecmpResult, error)
type TimecmpArgs ¶
type TimecmpResult ¶
type TimecmpResult struct {
Result int `pulumi:"result"`
}
type Timestamp ¶
type Timestamp struct{}
func (*Timestamp) Call ¶
func (*Timestamp) Call(_ p.Context, _ TimestampArgs) (TimestampResult, error)
type TimestampArgs ¶
type TimestampArgs struct{}
type TimestampResult ¶
type TimestampResult struct {
Result string `pulumi:"result"`
}
type TitleResult ¶
type TitleResult struct {
Result string `pulumi:"result"`
}
type Tobool ¶
type Tobool struct{}
func (*Tobool) Call ¶
func (*Tobool) Call(_ p.Context, args ToboolArgs) (ToboolResult, error)
type ToboolArgs ¶
type ToboolArgs struct {
Input interface{} `pulumi:"input"`
}
type ToboolResult ¶
type ToboolResult struct {
Result *bool `pulumi:"result,optional"`
}
type Tolist ¶
type Tolist struct{}
func (*Tolist) Call ¶
func (*Tolist) Call(_ p.Context, args TolistArgs) (TolistResult, error)
type TolistArgs ¶
type TolistArgs struct {
Input []interface{} `pulumi:"input"`
}
type TolistResult ¶
type TolistResult struct {
Result []interface{} `pulumi:"result"`
}
type Tonumber ¶
type Tonumber struct{}
func (*Tonumber) Call ¶
func (*Tonumber) Call(_ p.Context, args TonumberArgs) (TonumberResult, error)
type TonumberArgs ¶
type TonumberArgs struct {
Input interface{} `pulumi:"input"`
}
type TonumberResult ¶
type TonumberResult struct {
Result *float64 `pulumi:"result,optional"`
}
type TosetResult ¶
type TosetResult struct {
Result []interface{} `pulumi:"result"`
}
type Tostring ¶
type Tostring struct{}
func (*Tostring) Call ¶
func (*Tostring) Call(_ p.Context, args TostringArgs) (TostringResult, error)
type TostringArgs ¶
type TostringArgs struct {
Input interface{} `pulumi:"input"`
}
type TostringResult ¶
type TostringResult struct {
Result *string `pulumi:"result,optional"`
}
type Transpose ¶
type Transpose struct{}
func (*Transpose) Call ¶
func (*Transpose) Call(_ p.Context, args TransposeArgs) (TransposeResult, error)
type TransposeArgs ¶
type TransposeResult ¶
type TrimResult ¶
type TrimResult struct {
Result string `pulumi:"result"`
}
type Trimprefix ¶
type Trimprefix struct{}
func (*Trimprefix) Annotate ¶
func (r *Trimprefix) Annotate(a infer.Annotator)
func (*Trimprefix) Call ¶
func (*Trimprefix) Call(_ p.Context, args TrimprefixArgs) (TrimprefixResult, error)
type TrimprefixArgs ¶
type TrimprefixResult ¶
type TrimprefixResult struct {
Result string `pulumi:"result"`
}
type Trimspace ¶
type Trimspace struct{}
func (*Trimspace) Call ¶
func (*Trimspace) Call(_ p.Context, args TrimspaceArgs) (TrimspaceResult, error)
type TrimspaceArgs ¶
type TrimspaceArgs struct {
Input string `pulumi:"input"`
}
type TrimspaceResult ¶
type TrimspaceResult struct {
Result string `pulumi:"result"`
}
type Trimsuffix ¶
type Trimsuffix struct{}
func (*Trimsuffix) Annotate ¶
func (r *Trimsuffix) Annotate(a infer.Annotator)
func (*Trimsuffix) Call ¶
func (*Trimsuffix) Call(_ p.Context, args TrimsuffixArgs) (TrimsuffixResult, error)
type TrimsuffixArgs ¶
type TrimsuffixResult ¶
type TrimsuffixResult struct {
Result string `pulumi:"result"`
}
type UpperResult ¶
type UpperResult struct {
Result string `pulumi:"result"`
}
type Urlencode ¶
type Urlencode struct{}
func (*Urlencode) Call ¶
func (*Urlencode) Call(_ p.Context, args UrlencodeArgs) (UrlencodeResult, error)
type UrlencodeArgs ¶
type UrlencodeArgs struct {
Input string `pulumi:"input"`
}
type UrlencodeResult ¶
type UrlencodeResult struct {
Result string `pulumi:"result"`
}
type Values ¶
type Values struct{}
func (*Values) Call ¶
func (*Values) Call(_ p.Context, args ValuesArgs) (ValuesResult, error)
type ValuesArgs ¶
type ValuesArgs struct {
Input map[string]interface{} `pulumi:"input"`
}
type ValuesResult ¶
type ValuesResult struct {
Result []interface{} `pulumi:"result"`
}
type Zipmap ¶
type Zipmap struct{}
func (*Zipmap) Call ¶
func (*Zipmap) Call(_ p.Context, args ZipmapArgs) (ZipmapResult, error)
type ZipmapArgs ¶
type ZipmapArgs struct { Keys []string `pulumi:"keys"` Values []interface{} `pulumi:"values"` }
type ZipmapResult ¶
type ZipmapResult struct {
Result map[string]interface{} `pulumi:"result"`
}
Source Files ¶
- abs.go
- abspath.go
- alltrue.go
- anytrue.go
- base64decode.go
- base64encode.go
- base64gzip.go
- base64sha256.go
- base64sha512.go
- basename.go
- bcrypt.go
- ceil.go
- chomp.go
- chunklist.go
- cidrhost.go
- cidrnetmask.go
- cidrsubnet.go
- coalesce.go
- coalescelist.go
- compact.go
- concat.go
- contains.go
- csvdecode.go
- dirname.go
- distinct.go
- element.go
- endswith.go
- file.go
- filebase64.go
- filebase64sha256.go
- filebase64sha512.go
- fileexists.go
- filemd5.go
- filesha1.go
- filesha256.go
- filesha512.go
- flatten.go
- floor.go
- format.go
- indent.go
- index.go
- join.go
- jsondecode.go
- jsonencode.go
- keys.go
- length.go
- log.go
- lookup.go
- lower.go
- map.go
- matchkeys.go
- max.go
- md5.go
- merge.go
- min.go
- parseint.go
- pathexpand.go
- pow.go
- provider.go
- range.go
- replace.go
- reverse.go
- rsadecrypt.go
- sha1.go
- sha256.go
- sha512.go
- signum.go
- slice.go
- sort.go
- split.go
- startswith.go
- strrev.go
- substr.go
- sum.go
- timeadd.go
- timecmp.go
- timestamp.go
- title.go
- tobool.go
- tolist.go
- tonumber.go
- toset.go
- tostring.go
- transpose.go
- trim.go
- trimprefix.go
- trimspace.go
- trimsuffix.go
- upper.go
- urlencode.go
- utilities.go
- uuid.go
- values.go
- zipmap.go
Click to show internal directories.
Click to hide internal directories.