Documentation
¶
Overview ¶
A Pulumi package for creating and managing alicloud-fc-url cloud resources.
Index ¶
- type GetTriggerUrlArgs
- type GetTriggerUrlOutputArgs
- type GetTriggerUrlResult
- type GetTriggerUrlResultOutput
- func (o GetTriggerUrlResultOutput) Config() pulumi.StringOutput
- func (o GetTriggerUrlResultOutput) CreationTime() pulumi.StringOutput
- func (GetTriggerUrlResultOutput) ElementType() reflect.Type
- func (o GetTriggerUrlResultOutput) FunctionName() pulumi.StringOutput
- func (o GetTriggerUrlResultOutput) Id() pulumi.StringOutput
- func (o GetTriggerUrlResultOutput) InvocationRole() pulumi.StringOutput
- func (o GetTriggerUrlResultOutput) LastModificationTime() pulumi.StringOutput
- func (o GetTriggerUrlResultOutput) ServiceName() pulumi.StringOutput
- func (o GetTriggerUrlResultOutput) SourceArn() pulumi.StringOutput
- func (o GetTriggerUrlResultOutput) ToGetTriggerUrlResultOutput() GetTriggerUrlResultOutput
- func (o GetTriggerUrlResultOutput) ToGetTriggerUrlResultOutputWithContext(ctx context.Context) GetTriggerUrlResultOutput
- func (o GetTriggerUrlResultOutput) TriggerName() pulumi.StringOutput
- func (o GetTriggerUrlResultOutput) Type() pulumi.StringOutput
- func (o GetTriggerUrlResultOutput) UrlInternet() pulumi.StringOutput
- func (o GetTriggerUrlResultOutput) UrlIntranet() pulumi.StringOutput
- type Provider
- type ProviderArgs
- type ProviderInput
- type ProviderOutput
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 GetTriggerUrlOutput ¶
func GetTriggerUrlOutput(ctx *pulumi.Context, args GetTriggerUrlOutputArgs, opts ...pulumi.InvokeOption) GetTriggerUrlResultOutput
func (GetTriggerUrlResultOutput) Config ¶
func (o GetTriggerUrlResultOutput) Config() pulumi.StringOutput
func (GetTriggerUrlResultOutput) CreationTime ¶
func (o GetTriggerUrlResultOutput) CreationTime() pulumi.StringOutput
func (GetTriggerUrlResultOutput) ElementType ¶
func (GetTriggerUrlResultOutput) ElementType() reflect.Type
func (GetTriggerUrlResultOutput) FunctionName ¶
func (o GetTriggerUrlResultOutput) FunctionName() pulumi.StringOutput
Example identifier
func (GetTriggerUrlResultOutput) Id ¶
func (o GetTriggerUrlResultOutput) Id() pulumi.StringOutput
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 ¶
func (o GetTriggerUrlResultOutput) ServiceName() pulumi.StringOutput
Example configurable attribute
func (GetTriggerUrlResultOutput) SourceArn ¶
func (o GetTriggerUrlResultOutput) SourceArn() pulumi.StringOutput
func (GetTriggerUrlResultOutput) ToGetTriggerUrlResultOutput ¶
func (o GetTriggerUrlResultOutput) ToGetTriggerUrlResultOutput() GetTriggerUrlResultOutput
func (GetTriggerUrlResultOutput) ToGetTriggerUrlResultOutputWithContext ¶
func (o GetTriggerUrlResultOutput) ToGetTriggerUrlResultOutputWithContext(ctx context.Context) GetTriggerUrlResultOutput
func (GetTriggerUrlResultOutput) TriggerName ¶
func (o GetTriggerUrlResultOutput) TriggerName() pulumi.StringOutput
Example identifier
func (GetTriggerUrlResultOutput) Type ¶
func (o GetTriggerUrlResultOutput) Type() pulumi.StringOutput
func (GetTriggerUrlResultOutput) UrlInternet ¶
func (o GetTriggerUrlResultOutput) UrlInternet() pulumi.StringOutput
func (GetTriggerUrlResultOutput) UrlIntranet ¶
func (o GetTriggerUrlResultOutput) UrlIntranet() pulumi.StringOutput
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) 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