alicloudfcurl

package
v0.0.0-...-36c9dc5 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

A Pulumi package for creating and managing alicloud-fc-url cloud resources.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetTriggerUrlArgs

type GetTriggerUrlArgs struct {
	// Example identifier
	FunctionName string `pulumi:"functionName"`
	// Example configurable attribute
	ServiceName string `pulumi:"serviceName"`
	// Example identifier
	TriggerName string `pulumi:"triggerName"`
}

A collection of arguments for invoking getTriggerUrl.

type GetTriggerUrlOutputArgs

type GetTriggerUrlOutputArgs struct {
	// Example identifier
	FunctionName pulumi.StringInput `pulumi:"functionName"`
	// Example configurable attribute
	ServiceName pulumi.StringInput `pulumi:"serviceName"`
	// Example identifier
	TriggerName pulumi.StringInput `pulumi:"triggerName"`
}

A collection of arguments for invoking getTriggerUrl.

func (GetTriggerUrlOutputArgs) ElementType

func (GetTriggerUrlOutputArgs) ElementType() reflect.Type

type GetTriggerUrlResult

type GetTriggerUrlResult struct {
	Config       string `pulumi:"config"`
	CreationTime string `pulumi:"creationTime"`
	// Example identifier
	FunctionName string `pulumi:"functionName"`
	// The ID of this resource.
	Id                   string `pulumi:"id"`
	InvocationRole       string `pulumi:"invocationRole"`
	LastModificationTime string `pulumi:"lastModificationTime"`
	// Example configurable attribute
	ServiceName string `pulumi:"serviceName"`
	SourceArn   string `pulumi:"sourceArn"`
	// Example identifier
	TriggerName string `pulumi:"triggerName"`
	Type        string `pulumi:"type"`
	UrlInternet string `pulumi:"urlInternet"`
	UrlIntranet string `pulumi:"urlIntranet"`
}

A collection of values returned by getTriggerUrl.

func GetTriggerUrl

func GetTriggerUrl(ctx *pulumi.Context, args *GetTriggerUrlArgs, opts ...pulumi.InvokeOption) (*GetTriggerUrlResult, error)

Example data source

type GetTriggerUrlResultOutput

type GetTriggerUrlResultOutput struct{ *pulumi.OutputState }

A collection of values returned by getTriggerUrl.

func (GetTriggerUrlResultOutput) Config

func (GetTriggerUrlResultOutput) CreationTime

func (GetTriggerUrlResultOutput) ElementType

func (GetTriggerUrlResultOutput) ElementType() reflect.Type

func (GetTriggerUrlResultOutput) FunctionName

Example identifier

func (GetTriggerUrlResultOutput) Id

The ID of this resource.

func (GetTriggerUrlResultOutput) InvocationRole

func (o GetTriggerUrlResultOutput) InvocationRole() pulumi.StringOutput

func (GetTriggerUrlResultOutput) LastModificationTime

func (o GetTriggerUrlResultOutput) LastModificationTime() pulumi.StringOutput

func (GetTriggerUrlResultOutput) ServiceName

Example configurable attribute

func (GetTriggerUrlResultOutput) SourceArn

func (GetTriggerUrlResultOutput) ToGetTriggerUrlResultOutput

func (o GetTriggerUrlResultOutput) ToGetTriggerUrlResultOutput() GetTriggerUrlResultOutput

func (GetTriggerUrlResultOutput) ToGetTriggerUrlResultOutputWithContext

func (o GetTriggerUrlResultOutput) ToGetTriggerUrlResultOutputWithContext(ctx context.Context) GetTriggerUrlResultOutput

func (GetTriggerUrlResultOutput) TriggerName

Example identifier

func (GetTriggerUrlResultOutput) Type

func (GetTriggerUrlResultOutput) UrlInternet

func (GetTriggerUrlResultOutput) UrlIntranet

type Provider

type Provider struct {
	pulumi.ProviderResourceState

	// Example provider attribute
	Region pulumi.StringOutput `pulumi:"region"`
}

The provider type for the alicloud-fc-url package. By default, resources use package-wide configuration settings, however an explicit `Provider` instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the [documentation](https://www.pulumi.com/docs/reference/programming-model/#providers) for more information.

func NewProvider

func NewProvider(ctx *pulumi.Context,
	name string, args *ProviderArgs, opts ...pulumi.ResourceOption) (*Provider, error)

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

func (*Provider) ElementType

func (*Provider) ElementType() reflect.Type

func (*Provider) ToProviderOutput

func (i *Provider) ToProviderOutput() ProviderOutput

func (*Provider) ToProviderOutputWithContext

func (i *Provider) ToProviderOutputWithContext(ctx context.Context) ProviderOutput

type ProviderArgs

type ProviderArgs struct {
	// Example provider attribute
	Region pulumi.StringInput
}

The set of arguments for constructing a Provider resource.

func (ProviderArgs) ElementType

func (ProviderArgs) ElementType() reflect.Type

type ProviderInput

type ProviderInput interface {
	pulumi.Input

	ToProviderOutput() ProviderOutput
	ToProviderOutputWithContext(ctx context.Context) ProviderOutput
}

type ProviderOutput

type ProviderOutput struct{ *pulumi.OutputState }

func (ProviderOutput) ElementType

func (ProviderOutput) ElementType() reflect.Type

func (ProviderOutput) Region

func (o ProviderOutput) Region() pulumi.StringOutput

Example provider attribute

func (ProviderOutput) ToProviderOutput

func (o ProviderOutput) ToProviderOutput() ProviderOutput

func (ProviderOutput) ToProviderOutputWithContext

func (o ProviderOutput) ToProviderOutputWithContext(ctx context.Context) ProviderOutput

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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