Documentation
¶
Index ¶
- type Lien
- func (r *Lien) CreateTime() *pulumi.StringOutput
- func (r *Lien) ID() *pulumi.IDOutput
- func (r *Lien) Name() *pulumi.StringOutput
- func (r *Lien) Origin() *pulumi.StringOutput
- func (r *Lien) Parent() *pulumi.StringOutput
- func (r *Lien) Reason() *pulumi.StringOutput
- func (r *Lien) Restrictions() *pulumi.ArrayOutput
- func (r *Lien) URN() *pulumi.URNOutput
- type LienArgs
- type LienState
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) 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
Click to show internal directories.
Click to hide internal directories.