Using getAppSecExportConfiguration
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 getAppSecExportConfiguration(args: GetAppSecExportConfigurationArgs, opts?: InvokeOptions): Promise<GetAppSecExportConfigurationResult>
function getAppSecExportConfigurationOutput(args: GetAppSecExportConfigurationOutputArgs, opts?: InvokeOptions): Output<GetAppSecExportConfigurationResult>def get_app_sec_export_configuration(config_id: Optional[int] = None,
searches: Optional[Sequence[str]] = None,
version: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetAppSecExportConfigurationResult
def get_app_sec_export_configuration_output(config_id: Optional[pulumi.Input[int]] = None,
searches: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
version: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAppSecExportConfigurationResult]func GetAppSecExportConfiguration(ctx *Context, args *GetAppSecExportConfigurationArgs, opts ...InvokeOption) (*GetAppSecExportConfigurationResult, error)
func GetAppSecExportConfigurationOutput(ctx *Context, args *GetAppSecExportConfigurationOutputArgs, opts ...InvokeOption) GetAppSecExportConfigurationResultOutput> Note: This function is named GetAppSecExportConfiguration in the Go SDK.
public static class GetAppSecExportConfiguration
{
public static Task<GetAppSecExportConfigurationResult> InvokeAsync(GetAppSecExportConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetAppSecExportConfigurationResult> Invoke(GetAppSecExportConfigurationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAppSecExportConfigurationResult> getAppSecExportConfiguration(GetAppSecExportConfigurationArgs args, InvokeOptions options)
public static Output<GetAppSecExportConfigurationResult> getAppSecExportConfiguration(GetAppSecExportConfigurationArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getAppSecExportConfiguration:getAppSecExportConfiguration
arguments:
# arguments dictionaryThe following arguments are supported:
getAppSecExportConfiguration 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.
