composer

package
v0.16.2-dev Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2018 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 Environment

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

func GetEnvironment

func GetEnvironment(ctx *pulumi.Context,
	name string, id pulumi.ID, state *EnvironmentState, opts ...pulumi.ResourceOpt) (*Environment, error)

GetEnvironment gets an existing Environment 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 NewEnvironment

func NewEnvironment(ctx *pulumi.Context,
	name string, args *EnvironmentArgs, opts ...pulumi.ResourceOpt) (*Environment, error)

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

func (*Environment) Config

func (r *Environment) Config() *pulumi.Output

func (*Environment) ID

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

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

func (*Environment) Labels

func (r *Environment) Labels() *pulumi.MapOutput

func (*Environment) Name

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

func (*Environment) Project

func (r *Environment) Project() *pulumi.StringOutput

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

func (*Environment) Region

func (r *Environment) Region() *pulumi.StringOutput

func (*Environment) URN

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

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

type EnvironmentArgs

type EnvironmentArgs struct {
	Config interface{}
	Labels interface{}
	Name   interface{}
	// The ID of the project in which the resource belongs.
	// If it is not provided, the provider project is used.
	Project interface{}
	Region  interface{}
}

The set of arguments for constructing a Environment resource.

type EnvironmentState

type EnvironmentState struct {
	Config interface{}
	Labels interface{}
	Name   interface{}
	// The ID of the project in which the resource belongs.
	// If it is not provided, the provider project is used.
	Project interface{}
	Region  interface{}
}

Input properties used for looking up and filtering Environment resources.

Jump to

Keyboard shortcuts

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