FunctionArgs

constructor(buildConfig: Output<FunctionBuildConfigArgs>? = null, description: Output<String>? = null, eventTrigger: Output<FunctionEventTriggerArgs>? = null, kmsKeyName: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, serviceConfig: Output<FunctionServiceConfigArgs>? = null)