resourcemanager

package
v0.18.3 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Lien

type Lien struct {
	// contains filtered or unexported fields
}

A Lien represents an encumbrance on the actions that can be performed on a resource.

func GetLien

func GetLien(ctx *pulumi.Context,
	name string, id pulumi.ID, state *LienState, opts ...pulumi.ResourceOpt) (*Lien, error)

GetLien gets an existing Lien resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewLien

func NewLien(ctx *pulumi.Context,
	name string, args *LienArgs, opts ...pulumi.ResourceOpt) (*Lien, error)

NewLien registers a new resource with the given unique name, arguments, and options.

func (*Lien) CreateTime

func (r *Lien) CreateTime() *pulumi.StringOutput

func (*Lien) ID

func (r *Lien) ID() *pulumi.IDOutput

ID is this resource's unique identifier assigned by its provider.

func (*Lien) Name

func (r *Lien) Name() *pulumi.StringOutput

func (*Lien) Origin

func (r *Lien) Origin() *pulumi.StringOutput

func (*Lien) Parent

func (r *Lien) Parent() *pulumi.StringOutput

func (*Lien) Reason

func (r *Lien) Reason() *pulumi.StringOutput

func (*Lien) Restrictions

func (r *Lien) Restrictions() *pulumi.ArrayOutput

func (*Lien) URN

func (r *Lien) URN() *pulumi.URNOutput

URN is this resource's unique name assigned by Pulumi.

type LienArgs

type LienArgs struct {
	Origin       interface{}
	Parent       interface{}
	Reason       interface{}
	Restrictions interface{}
}

The set of arguments for constructing a Lien resource.

type LienState

type LienState struct {
	CreateTime   interface{}
	Name         interface{}
	Origin       interface{}
	Parent       interface{}
	Reason       interface{}
	Restrictions interface{}
}

Input properties used for looking up and filtering Lien resources.

Jump to

Keyboard shortcuts

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