Documentation
¶
Overview ¶
nolint: lll Package resourcemanager exports types, functions, subpackages for provisioning resourcemanager resources.
> This provider is a derived work of the [Terraform Provider](https://github.com/terraform-providers/terraform-provider-google) > distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature, > first check the [`pulumi/pulumi-gcp` repo](https://github.com/pulumi/pulumi-gcp/issues); however, if that doesn't turn up anything, > please consult the source [`terraform-providers/terraform-provider-google` repo](https://github.com/terraform-providers/terraform-provider-google/issues).
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.
> This content is derived from https://github.com/terraform-providers/terraform-provider-google/blob/master/website/docs/r/resource_manager_lien.html.markdown.
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