cloudrun

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 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 DomainMapping

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

> This content is derived from https://github.com/terraform-providers/terraform-provider-google/blob/master/website/docs/r/cloud_run_domain_mapping.html.markdown.

func GetDomainMapping

func GetDomainMapping(ctx *pulumi.Context,
	name string, id pulumi.ID, state *DomainMappingState, opts ...pulumi.ResourceOpt) (*DomainMapping, error)

GetDomainMapping gets an existing DomainMapping 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 NewDomainMapping

func NewDomainMapping(ctx *pulumi.Context,
	name string, args *DomainMappingArgs, opts ...pulumi.ResourceOpt) (*DomainMapping, error)

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

func (*DomainMapping) ID

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

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

func (*DomainMapping) Location

func (r *DomainMapping) Location() *pulumi.StringOutput

func (*DomainMapping) Metadata

func (r *DomainMapping) Metadata() *pulumi.Output

func (*DomainMapping) Name

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

func (*DomainMapping) Project

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

func (*DomainMapping) Spec

func (r *DomainMapping) Spec() *pulumi.Output

func (*DomainMapping) Status

func (r *DomainMapping) Status() *pulumi.Output

func (*DomainMapping) URN

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

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

type DomainMappingArgs

type DomainMappingArgs struct {
	Location interface{}
	Metadata interface{}
	Name     interface{}
	Project  interface{}
	Spec     interface{}
}

The set of arguments for constructing a DomainMapping resource.

type DomainMappingState

type DomainMappingState struct {
	Location interface{}
	Metadata interface{}
	Name     interface{}
	Project  interface{}
	Spec     interface{}
	Status   interface{}
}

Input properties used for looking up and filtering DomainMapping resources.

type Service

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

> This content is derived from https://github.com/terraform-providers/terraform-provider-google/blob/master/website/docs/r/cloud_run_service.html.markdown.

func GetService

func GetService(ctx *pulumi.Context,
	name string, id pulumi.ID, state *ServiceState, opts ...pulumi.ResourceOpt) (*Service, error)

GetService gets an existing Service 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 NewService

func NewService(ctx *pulumi.Context,
	name string, args *ServiceArgs, opts ...pulumi.ResourceOpt) (*Service, error)

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

func (*Service) ID

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

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

func (*Service) Location

func (r *Service) Location() *pulumi.StringOutput

func (*Service) Metadata

func (r *Service) Metadata() *pulumi.Output

func (*Service) Name

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

func (*Service) Project

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

func (*Service) Spec

func (r *Service) Spec() *pulumi.Output

func (*Service) Status

func (r *Service) Status() *pulumi.Output

func (*Service) URN

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

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

type ServiceArgs

type ServiceArgs struct {
	Location interface{}
	Metadata interface{}
	Name     interface{}
	Project  interface{}
	Spec     interface{}
}

The set of arguments for constructing a Service resource.

type ServiceState

type ServiceState struct {
	Location interface{}
	Metadata interface{}
	Name     interface{}
	Project  interface{}
	Spec     interface{}
	Status   interface{}
}

Input properties used for looking up and filtering Service resources.

Jump to

Keyboard shortcuts

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