provider

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2024 License: MPL-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(version string) func() provider.Provider

func NewFcTriggerUrlDataSource

func NewFcTriggerUrlDataSource() datasource.DataSource

Types

type AlicloudFcUrlProvider

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

AlicloudFcUrlProvider defines the provider implementation.

func (*AlicloudFcUrlProvider) Configure

func (*AlicloudFcUrlProvider) DataSources

func (p *AlicloudFcUrlProvider) DataSources(ctx context.Context) []func() datasource.DataSource

func (*AlicloudFcUrlProvider) Functions

func (p *AlicloudFcUrlProvider) Functions(ctx context.Context) []func() function.Function

func (*AlicloudFcUrlProvider) Metadata

func (*AlicloudFcUrlProvider) Resources

func (p *AlicloudFcUrlProvider) Resources(ctx context.Context) []func() resource.Resource

func (*AlicloudFcUrlProvider) Schema

type AlicloudFcUrlProviderModel

type AlicloudFcUrlProviderModel struct {
	// AccessKey             types.String `tfsdk:"access_key"`
	// SecretKey             types.String `tfsdk:"secret_key"`
	// SecurityToken         types.String `tfsdk:"security_token"`
	// EcsRoleName           types.String `tfsdk:"ecs_role_name"`
	Region types.String `tfsdk:"region"`
}

AlicloudFcUrlProviderModel describes the provider data model.

type FcTriggerUrlDataSource

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

FcTriggerUrlDataSource defines the data source implementation.

func (*FcTriggerUrlDataSource) Configure

func (*FcTriggerUrlDataSource) Metadata

func (*FcTriggerUrlDataSource) Read

func (*FcTriggerUrlDataSource) Schema

type FcTriggerUrlDataSourceModel

type FcTriggerUrlDataSourceModel struct {
	ServiceName          types.String `tfsdk:"service_name"`
	FunctionName         types.String `tfsdk:"function_name"`
	TriggerName          types.String `tfsdk:"trigger_name"`
	Id                   types.String `tfsdk:"id"`
	SourceArn            types.String `tfsdk:"source_arn"`
	Type                 types.String `tfsdk:"type"`
	InvocationRole       types.String `tfsdk:"invocation_role"`
	Config               types.String `tfsdk:"config"`
	URLInternet          types.String `tfsdk:"url_internet"`
	URLIntranet          types.String `tfsdk:"url_intranet"`
	CreationTime         types.String `tfsdk:"creation_time"`
	LastModificationTime types.String `tfsdk:"last_modification_time"`
}

FcTriggerUrlDataSourceModel describes the data source data model.

Jump to

Keyboard shortcuts

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