Using getBotmanCustomCode
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBotmanCustomCode(args: GetBotmanCustomCodeArgs, opts?: InvokeOptions): Promise<GetBotmanCustomCodeResult>
function getBotmanCustomCodeOutput(args: GetBotmanCustomCodeOutputArgs, opts?: InvokeOptions): Output<GetBotmanCustomCodeResult>def get_botman_custom_code(config_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetBotmanCustomCodeResult
def get_botman_custom_code_output(config_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBotmanCustomCodeResult]func LookupBotmanCustomCode(ctx *Context, args *LookupBotmanCustomCodeArgs, opts ...InvokeOption) (*LookupBotmanCustomCodeResult, error)
func LookupBotmanCustomCodeOutput(ctx *Context, args *LookupBotmanCustomCodeOutputArgs, opts ...InvokeOption) LookupBotmanCustomCodeResultOutput> Note: This function is named LookupBotmanCustomCode in the Go SDK.
public static class GetBotmanCustomCode
{
public static Task<GetBotmanCustomCodeResult> InvokeAsync(GetBotmanCustomCodeArgs args, InvokeOptions? opts = null)
public static Output<GetBotmanCustomCodeResult> Invoke(GetBotmanCustomCodeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBotmanCustomCodeResult> getBotmanCustomCode(GetBotmanCustomCodeArgs args, InvokeOptions options)
public static Output<GetBotmanCustomCodeResult> getBotmanCustomCode(GetBotmanCustomCodeArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getBotmanCustomCode:getBotmanCustomCode
arguments:
# arguments dictionaryThe following arguments are supported:
- Config
Id int
- Config
Id int
- config
Id Integer
- config
Id number
- config_
id int
- config
Id Number
getBotmanCustomCode Result
The following output properties are available:
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
