Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ConfigPath is the golang path for this package. ConfigPath = "github.com/tagesjump/provider-upjet-yc/config/common" // ExtractPublicKeyFuncPath resource ID extractor access key ExtractPublicKeyFuncPath = ConfigPath + ".ExtractAccessKey()" // ExtractSpecNameFuncPath resource ID extractor func name ExtractSpecNameFuncPath = ConfigPath + ".ExtractSpecName()" )
Variables ¶
This section is empty.
Functions ¶
func ExtractAccessKey ¶
func ExtractAccessKey() xpref.ExtractValueFn
ExtractAccessKey extracts the value of `spec.atProvider.accessKey` from a Terraformed resource. If mr is not a Terraformed resource, returns an empty string.
func ExtractSpecName ¶
func ExtractSpecName() xpref.ExtractValueFn
ExtractSpecName extracts the value of `spec.forProvider.name` from a Terraformed resource. If mr is not a Terraformed resource, returns an empty string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.