extension

package
v0.0.0-...-a46c5bf Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Extension

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

The “postgresql_extension“ resource creates and manages an extension on a PostgreSQL server.

func GetExtension

func GetExtension(ctx *pulumi.Context,
	name string, id pulumi.ID, state *ExtensionState, opts ...pulumi.ResourceOpt) (*Extension, error)

GetExtension gets an existing Extension 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 NewExtension

func NewExtension(ctx *pulumi.Context,
	name string, args *ExtensionArgs, opts ...pulumi.ResourceOpt) (*Extension, error)

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

func (*Extension) ID

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

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

func (*Extension) Name

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

The name of the extension.

func (*Extension) Schema

func (r *Extension) Schema() *pulumi.StringOutput

Sets the schema of an extension.

func (*Extension) URN

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

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

func (*Extension) Version

func (r *Extension) Version() *pulumi.StringOutput

Sets the version number of the extension.

type ExtensionArgs

type ExtensionArgs struct {
	// The name of the extension.
	Name interface{}
	// Sets the schema of an extension.
	Schema interface{}
	// Sets the version number of the extension.
	Version interface{}
}

The set of arguments for constructing a Extension resource.

type ExtensionState

type ExtensionState struct {
	// The name of the extension.
	Name interface{}
	// Sets the schema of an extension.
	Schema interface{}
	// Sets the version number of the extension.
	Version interface{}
}

Input properties used for looking up and filtering Extension resources.

Jump to

Keyboard shortcuts

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