Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCloudFormationCustomResource ¶
func NewCloudFormationCustomResource(resourceType string, logger *zerolog.Logger) (gof.Resource, error)
NewCloudFormationCustomResource returns a new gof.Resource for the given custom resource type. There is no guarnatee that a resource exists for resourceType
func RegisterCustomResourceProvider ¶
func RegisterCustomResourceProvider(provider CustomResourceProvider)
RegisterCustomResourceProvider registers a custom resource provider with go-cloudformation. Multiple providers may be registered. The first provider that returns a non-nil interface will be used and there is no check for a uniquely registered resource type.
Types ¶
type CustomResourceProvider ¶
CustomResourceProvider allows extend the NewResourceByType factory method with their own resource types.
Click to show internal directories.
Click to hide internal directories.