objectspace

package
v0.0.0-...-933ec7c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Link struct{}

func (Link) Create

func (Link) Create(ctx p.Context, name string, input LinkArgs, preview bool) (string, LinkState, error)

func (Link) Delete

func (Link) Delete(ctx p.Context, id string, state LinkState) error

func (Link) Update

func (Link) Update(ctx p.Context, id string, state LinkState, input LinkArgs, preview bool) (LinkState, error)

func (Link) WireDependencies

func (sv Link) WireDependencies(f infer.FieldSelector, args *LinkArgs, state *LinkState)

type LinkArgs

type LinkArgs struct {
	URL           string `pulumi:"url" provider:"secret"`
	Token         string `pulumi:"token" provider:"secret"`
	CustomerID    string `pulumi:"customerID" provider:"secret"`
	CloudSpaceID  string `pulumi:"cloudspace_id"`
	ObjectSpaceID string `pulumi:"objectspace_id"`
}

type LinkState

type LinkState struct {
	LinkArgs
	URL           string `pulumi:"url"`
	Token         string `pulumi:"token"`
	CustomerID    string `pulumi:"customerID"`
	CloudSpaceID  string `pulumi:"cloudspace_id"`
	ObjectSpaceID string `pulumi:"objectspace_id" json:"objectspace_id"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL