Package-level declarations

Types

Link copied to clipboard
data class AliasRoutingConfigArgs(val additionalVersionWeights: Output<Map<String, Double>>? = null) : ConvertibleToJava<AliasRoutingConfigArgs>
Link copied to clipboard
data class CustomDomainCertConfigArgs(val certName: Output<String>, val certificate: Output<String>, val privateKey: Output<String>) : ConvertibleToJava<CustomDomainCertConfigArgs>
Link copied to clipboard
data class CustomDomainRouteConfigArgs(val functionName: Output<String>, val methods: Output<List<String>>? = null, val path: Output<String>, val qualifier: Output<String>? = null, val serviceName: Output<String>) : ConvertibleToJava<CustomDomainRouteConfigArgs>
data class FunctionAsyncInvokeConfigDestinationConfigArgs(val onFailure: Output<FunctionAsyncInvokeConfigDestinationConfigOnFailureArgs>? = null, val onSuccess: Output<FunctionAsyncInvokeConfigDestinationConfigOnSuccessArgs>? = null) : ConvertibleToJava<FunctionAsyncInvokeConfigDestinationConfigArgs>
data class FunctionAsyncInvokeConfigDestinationConfigOnFailureArgs(val destination: Output<String>) : ConvertibleToJava<FunctionAsyncInvokeConfigDestinationConfigOnFailureArgs>
data class FunctionAsyncInvokeConfigDestinationConfigOnSuccessArgs(val destination: Output<String>) : ConvertibleToJava<FunctionAsyncInvokeConfigDestinationConfigOnSuccessArgs>
Link copied to clipboard
data class FunctionCustomContainerConfigArgs(val args: Output<String>? = null, val command: Output<String>? = null, val image: Output<String>) : ConvertibleToJava<FunctionCustomContainerConfigArgs>
Link copied to clipboard
data class GetCustomDomainsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetCustomDomainsPlainArgs>

A collection of arguments for invoking getCustomDomains.

Link copied to clipboard
data class GetFunctionsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val serviceName: String) : ConvertibleToJava<GetFunctionsPlainArgs>

A collection of arguments for invoking getFunctions.

Link copied to clipboard
data class GetServicePlainArgs(val enable: String? = null) : ConvertibleToJava<GetServicePlainArgs>

A collection of arguments for invoking getService.

Link copied to clipboard
data class GetServicesPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetServicesPlainArgs>

A collection of arguments for invoking getServices.

Link copied to clipboard
data class GetTriggersPlainArgs(val functionName: String, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val serviceName: String) : ConvertibleToJava<GetTriggersPlainArgs>

A collection of arguments for invoking getTriggers.

Link copied to clipboard
data class GetZonesPlainArgs(val outputFile: String? = null) : ConvertibleToJava<GetZonesPlainArgs>

A collection of arguments for invoking getZones.

Link copied to clipboard
Link copied to clipboard
data class ServiceLogConfigArgs(val enableInstanceMetrics: Output<Boolean>? = null, val enableRequestMetrics: Output<Boolean>? = null, val logstore: Output<String>, val project: Output<String>) : ConvertibleToJava<ServiceLogConfigArgs>
Link copied to clipboard
data class ServiceNasConfigArgs(val groupId: Output<Int>, val mountPoints: Output<List<ServiceNasConfigMountPointArgs>>, val userId: Output<Int>) : ConvertibleToJava<ServiceNasConfigArgs>
Link copied to clipboard
data class ServiceNasConfigMountPointArgs(val mountDir: Output<String>, val serverAddr: Output<String>) : ConvertibleToJava<ServiceNasConfigMountPointArgs>
Link copied to clipboard
data class ServiceTracingConfigArgs(val params: Output<Map<String, Any>>, val type: Output<String>) : ConvertibleToJava<ServiceTracingConfigArgs>
Link copied to clipboard
data class ServiceVpcConfigArgs(val securityGroupId: Output<String>, val vpcId: Output<String>? = null, val vswitchIds: Output<List<String>>) : ConvertibleToJava<ServiceVpcConfigArgs>
Link copied to clipboard
data class V2FunctionCodeArgs(val ossBucketName: Output<String>? = null, val ossObjectName: Output<String>? = null, val zipFile: Output<String>? = null) : ConvertibleToJava<V2FunctionCodeArgs>
Link copied to clipboard
Link copied to clipboard
data class V2FunctionCustomContainerConfigArgs(val accelerationType: Output<String>? = null, val args: Output<String>? = null, val command: Output<String>? = null, val image: Output<String>? = null, val webServerMode: Output<Boolean>? = null) : ConvertibleToJava<V2FunctionCustomContainerConfigArgs>
Link copied to clipboard
data class V2FunctionCustomDnsArgs(val dnsOptions: Output<List<V2FunctionCustomDnsDnsOptionArgs>>? = null, val nameServers: Output<List<String>>? = null, val searches: Output<List<String>>? = null) : ConvertibleToJava<V2FunctionCustomDnsArgs>
Link copied to clipboard
data class V2FunctionCustomDnsDnsOptionArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<V2FunctionCustomDnsDnsOptionArgs>
Link copied to clipboard
data class V2FunctionCustomHealthCheckConfigArgs(val failureThreshold: Output<Int>? = null, val httpGetUrl: Output<String>? = null, val initialDelaySeconds: Output<Int>? = null, val periodSeconds: Output<Int>? = null, val successThreshold: Output<Int>? = null, val timeoutSeconds: Output<Int>? = null) : ConvertibleToJava<V2FunctionCustomHealthCheckConfigArgs>
Link copied to clipboard
data class V2FunctionCustomRuntimeConfigArgs(val args: Output<List<String>>? = null, val commands: Output<List<String>>? = null) : ConvertibleToJava<V2FunctionCustomRuntimeConfigArgs>
Link copied to clipboard
data class V2FunctionInstanceLifecycleConfigArgs(val preFreeze: Output<V2FunctionInstanceLifecycleConfigPreFreezeArgs>? = null, val preStop: Output<V2FunctionInstanceLifecycleConfigPreStopArgs>? = null) : ConvertibleToJava<V2FunctionInstanceLifecycleConfigArgs>
data class V2FunctionInstanceLifecycleConfigPreFreezeArgs(val handler: Output<String>? = null, val timeout: Output<Int>? = null) : ConvertibleToJava<V2FunctionInstanceLifecycleConfigPreFreezeArgs>
data class V2FunctionInstanceLifecycleConfigPreStopArgs(val handler: Output<String>? = null, val timeout: Output<Int>? = null) : ConvertibleToJava<V2FunctionInstanceLifecycleConfigPreStopArgs>