MCPcopy Create free account
hub / github.com/BishopFox/cloudfox / GetFunctionUrlConfig

Method GetFunctionUrlConfig

aws/sdk/lambda.go:18–18  ·  view source on GitHub ↗
(context.Context, *lambda.GetFunctionUrlConfigInput, ...func(*lambda.Options))

Source from the content-addressed store, hash-verified

16 ListFunctions(context.Context, *lambda.ListFunctionsInput, ...func(*lambda.Options)) (*lambda.ListFunctionsOutput, error)
17 GetFunction(context.Context, *lambda.GetFunctionInput, ...func(*lambda.Options)) (*lambda.GetFunctionOutput, error)
18 GetFunctionUrlConfig(context.Context, *lambda.GetFunctionUrlConfigInput, ...func(*lambda.Options)) (*lambda.GetFunctionUrlConfigOutput, error)
19}
20
21func init() {

Callers 1

Implementers 1

MockedLambdaClientaws/sdk/lambda_mocks.go

Calls

no outgoing calls

Tested by

no test coverage detected