Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SelfPackagePath is the golang path for this package. SelfPackagePath = "github.com/crossplane-contrib/provider-jet-aws/config/common" // PathARNExtractor is the golang path to ARNExtractor function // in this package. PathARNExtractor = SelfPackagePath + ".ARNExtractor()" // VersionV1Alpha2 is used as minimum version for all manually configured // resources. VersionV1Alpha2 = "v1alpha2" // ExternalTagsFieldName is used as field name to set external resource tags. ExternalTagsFieldName = "Tags" )
Variables ¶
This section is empty.
Functions ¶
func ARNExtractor ¶
func ARNExtractor() reference.ExtractValueFn
ARNExtractor extracts ARN of the resources from "status.atProvider.arn" which is quite common among all AWS resources.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.